From a857eb82ec9c4a79ad5e41462e2ab82c2660982e Mon Sep 17 00:00:00 2001 From: Kumar Date: Tue, 23 Nov 2021 09:59:08 -0500 Subject: initial commit --- hosts.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts.example (limited to 'hosts.example') diff --git a/hosts.example b/hosts.example new file mode 100644 index 0000000..03562a3 --- /dev/null +++ b/hosts.example @@ -0,0 +1,5 @@ +[vps] +some_host ansible_host=some_ip ansible_user=some_root_user + +[compute] +some_local_host ansible_host= ansible_user= data_vol_ssd="/ssd" data_vol_hdd="/hdd" ansible_ssh_pass= -- cgit v1.2.3