From 47a2a6ffd1aa1e9b798bbf72a4346413d9b734f7 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Mon, 1 Mar 2021 00:17:02 +0000 Subject: [PATCH] adding inventory and config file --- ansible.cfg | 2 ++ hosts | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 ansible.cfg create mode 100644 hosts 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!"