diff options
Diffstat (limited to 'hosts.example')
| -rw-r--r-- | hosts.example | 5 |
1 files changed, 5 insertions, 0 deletions
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= |
