Added the base for Ansible

This commit is contained in:
2023-08-30 14:09:56 +02:00
parent 11faa27d6d
commit 47719a45ca
5 changed files with 1077 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
test-hosts:
hosts:
127.0.0.1:
127.0.0.2:
127.0.0.3:
vars:
ansible_user: username
ansible_ssh_pass: password