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