Added the base for Ansible
This commit is contained in:
8
inventory/test-inventory.yml
Normal file
8
inventory/test-inventory.yml
Normal 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
|
Reference in New Issue
Block a user