From c269e41eec5213df07973eb2cb09bfad93c04ab6 Mon Sep 17 00:00:00 2001 From: Kyle Kaminski Date: Wed, 14 Jul 2021 17:39:37 -0500 Subject: play around with ansible --- ansible/clean-vms/hosts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ansible/clean-vms/hosts (limited to 'ansible/clean-vms/hosts') diff --git a/ansible/clean-vms/hosts b/ansible/clean-vms/hosts new file mode 100644 index 0000000..70698d2 --- /dev/null +++ b/ansible/clean-vms/hosts @@ -0,0 +1,10 @@ +[vms] +192.168.56.101 +192.168.56.102 +192.168.56.103 +192.168.56.104 + +[vms:vars] +ansible_connection=ssh +ansible_user=root +ansible_ssh_pass=foobar -- cgit v1.2.3