From 6e33cd46a9a57b08a62ffe980b94abc9a55cf127 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Thu, 25 Jan 2024 17:02:08 +1100 Subject: [PATCH] changes to make this runable outside awx --- default_vars.yml | 2 ++ inventory | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 default_vars.yml create mode 100644 inventory diff --git a/default_vars.yml b/default_vars.yml new file mode 100644 index 0000000..983eb70 --- /dev/null +++ b/default_vars.yml @@ -0,0 +1,2 @@ +--- +manager_ip: 127.0.0.1 \ No newline at end of file diff --git a/inventory b/inventory new file mode 100644 index 0000000..e587865 --- /dev/null +++ b/inventory @@ -0,0 +1,4 @@ +[all] +#put each ip address of the servers here +#eg +127.0.0.1 ansible_ssh_user=root \ No newline at end of file