diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-31 16:56:39 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-31 16:56:39 +0100 |
commit | f1cb97161674b6be4a1b3045247f041abc9b951b (patch) | |
tree | 0626c92e62b352d7ac23856538fdcdb644150ff9 /ansible/hosts | |
parent | 47aa1f63736103deb23bab13bc62d593902a168b (diff) |
ansible: moving ansible content from scripts repo to here
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 + |