From c85806e3289b5e207d51d382f8dc75edad04404d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 23 Aug 2022 12:02:28 -0400 Subject: switched to alpine initial commit --- hosts.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts.example') diff --git a/hosts.example b/hosts.example index 03562a3..8a213bf 100644 --- a/hosts.example +++ b/hosts.example @@ -2,4 +2,4 @@ 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= +some_local_host ansible_host="" ansible_user="" vol_media="/mnt/pool/media" vol_data="/mnt/pool/data" ansible_ssh_pass="" -- cgit v1.2.3