diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml new file mode 100644 index 0000000..a665630 --- /dev/null +++ b/ansible/group_vars/all.yml @@ -0,0 +1 @@ +ansible_user: mojito diff --git a/ansible/group_vars/all.yml.sample b/ansible/group_vars/all.yml.sample new file mode 100644 index 0000000..1868dfa --- /dev/null +++ b/ansible/group_vars/all.yml.sample @@ -0,0 +1 @@ +ansible_user: CHANGEME diff --git a/ansible/hosts.sample b/ansible/hosts.sample new file mode 100644 index 0000000..d7251a8 --- /dev/null +++ b/ansible/hosts.sample @@ -0,0 +1,3 @@ +glados ansible_host=10.10.0.4 +wheatley ansible_host=10.10.0.5 +chell ansible_host=10.10.0.6