maj doc
This commit is contained in:
parent
47c722aa03
commit
74d3060464
|
|
@ -62,8 +62,8 @@
|
||||||
|
|
||||||
- name: Copie du fichier autostart
|
- name: Copie du fichier autostart
|
||||||
copy:
|
copy:
|
||||||
src: ./autostart
|
src: ./autostart_sans_rotation
|
||||||
dest: /home/sysop/autostart
|
dest: /home/sysop/autostart_sans_rotation
|
||||||
owner: sysop
|
owner: sysop
|
||||||
group: sysop
|
group: sysop
|
||||||
mode: '0770'
|
mode: '0770'
|
||||||
|
|
|
||||||
|
|
@ -47,9 +47,14 @@ pi10pouces01 ansible_host=192.168.1.9 hostname=pi10pouces01 token=xxxxxxxxxxxx p
|
||||||
|
|
||||||
|
|
||||||
- A la racine du projet
|
- A la racine du projet
|
||||||
|
Attention se scripte est dédié à un écran dsi 1024x600:
|
||||||
```
|
```
|
||||||
ansible-playbook install_1024x600_vma405_chromium.yml -K
|
ansible-playbook install_1024x600_vma405_chromium.yml -K
|
||||||
```
|
```
|
||||||
|
ou sans configuration écran:
|
||||||
|
```
|
||||||
|
ansible-playbook install_vma405_chromium_sans_driver_ecran.yml -K
|
||||||
|
```
|
||||||
|
|
||||||
# Informations
|
# Informations
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue