Files
@ d46f6d0254d1
Branch filter:
Location: ChaosStuff/cnc-dashboard/gamma.yml - annotation
d46f6d0254d1
571 B
text/x-yaml
Add further documentation in README
c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac c3309581c2ac | ---
- name: Create local key and deploy it
hosts: mcr-gamma
remote_user: null
gather_facts: false
roles:
- localKey
- name: Install python
hosts: mcr-gamma
remote_user: null
gather_facts: false
roles:
- python
- name: Setup pi
hosts: mcr-gamma
remote_user: alarm
vars:
ansible_host_key_checking: false
ansible_ssh_host_key_checking: false
roles:
- initial
- name: Setup kiosk
hosts: mcr-gamma
remote_user: odroid
vars:
ansible_host_key_checking: false
ansible_ssh_host_key_checking: false
roles:
- kiosk
|