diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..ed865bf --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +inventory = hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..e17e1a4 --- /dev/null +++ b/hosts @@ -0,0 +1,6 @@ +all: + hosts: + 116.203.200.219: + vars: + ansible_user: "root" + ansible_ssh_pass: "4Oa;Db5c!"