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