diff options
| author | Kumar <kumar@kumardamani.xyz> | 2021-11-23 14:59:08 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-25 19:45:25 +0000 |
| commit | a857eb82ec9c4a79ad5e41462e2ab82c2660982e (patch) | |
| tree | 9ca51ddfb551322bd4d2fa3f949fa8898032632d /hosts.example | |
initial commit
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= |
