maj doc
This commit is contained in:
parent
f68744fe38
commit
ed149adf0e
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
13
readme.md
13
readme.md
|
|
@ -1,7 +1,14 @@
|
|||
# Installation : pi + VMA405 ou RC522
|
||||
## 1 - Cloner le projet
|
||||
|
||||
## 2 - Créer une image
|
||||
## 2 - Créer une image (Raspberry Pi Imager v1.7.3)
|
||||
|
||||
### Utilisation du logiciel Raspberry Pi Imager v1.7.3
|
||||
- Lancer le logiciel puis "shift + Ctrl + Alt"
|
||||
<img src="./images/imager_hostname_ssh.png" height="400" width="auto">
|
||||
<img src="./images/imager_user_wifi.png" height="400" width="auto">
|
||||
<img src="./images/imager_wifi2_locale.png" height="400" width="auto">
|
||||
|
||||
- PI OS Lite LEGACY
|
||||
- Utilisateur = sysop
|
||||
- Wifi
|
||||
|
|
@ -18,6 +25,10 @@ pi1 ansible_host=192.168.1.11 hostname=pi1 token=xxxxxxxxxxxx password=xxxxxxxxx
|
|||
pi2 ansible_host=192.168.1.6 hostname=pi2 token=xxxxxxxxxxxx password=xxxxxxxxxxxx frontType=FPI serveur=nom_de_domain(+port si besoin) protocole=http(ou https)
|
||||
```
|
||||
## 4 - Ansible(hôte) installation des machines
|
||||
- Modifier le nom du groupe de pi ou le nom du pi à installer dans le fichier "install_1024x600_vma405_chromium.yml",
|
||||
ligne 2 (- hosts: )
|
||||
|
||||
|
||||
- A la racine du projet
|
||||
```
|
||||
ansible-playbook install_1024x600_vma405_chromium.yml -K
|
||||
|
|
|
|||
Loading…
Reference in New Issue