diff --git a/delta.yml b/delta.yml new file mode 100644 index 0000000000000000000000000000000000000000..af0b06a29461ffbd69d102e0bff28f6fbeb7e599 --- /dev/null +++ b/delta.yml @@ -0,0 +1,32 @@ +--- +- name: Create local key and deploy it + hosts: mcr-delta + remote_user: null + gather_facts: false + roles: + - localKey + +- name: Install python + hosts: mcr-delta + remote_user: null + gather_facts: false + roles: + - python + +- name: Setup pi + hosts: mcr-delta + remote_user: alarm + vars: + ansible_host_key_checking: false + ansible_ssh_host_key_checking: false + roles: + - initial + +- name: Setup kiosk + hosts: mcr-delta + remote_user: odroid + vars: + ansible_host_key_checking: false + ansible_ssh_host_key_checking: false + roles: + - kiosk