Files @ cdf411165c6e
Branch filter:

Location: ChaosStuff/cnc-dashboard/site.yml

Dennis Fink
Double quote to prevent globbing and word splitting.

https://www.shellcheck.net/wiki/SC2086
---
- name: Create local key and deploy it
  hosts: cnc
  remote_user: null
  gather_facts: false
  roles:
    - localKey

- name: Install python
  hosts: cnc
  remote_user: null
  gather_facts: false
  roles:
    - python

- name: Setup pi
  hosts: cnc
  remote_user: alarm
  vars:
    ansible_host_key_checking: false
    ansible_ssh_host_key_checking: false
  roles:
    - initial

- name: Setup kiosk
  hosts: cnc
  remote_user: odroid
  vars:
    ansible_host_key_checking: false
    ansible_ssh_host_key_checking: false
  roles:
    - kiosk