diff options
Diffstat (limited to 'ansible/hosts')
-rw-r--r-- | ansible/hosts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/hosts b/ansible/hosts new file mode 100644 index 0000000..0efb10e --- /dev/null +++ b/ansible/hosts @@ -0,0 +1,5 @@ +[vps] +10.0.0.1 ansible_user=debian ansible_port=8022 +[pve] +10.0.0.5 ansible_user=mas ansible_port=8022 + |