Add testing inventory and group variables
Added fully test-ready inventory and groups using vagrant and able to run repeatedly as necessary.
This commit is contained in:
parent
9f188c2674
commit
6de8f0fb50
7 changed files with 46 additions and 1 deletions
5
host_vars/tau.yml
Normal file
5
host_vars/tau.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
|
||||
ansible_host: 192.168.27.2
|
||||
ansible_ssh_user: vagrant
|
||||
ansible_ssh_private_key_file: "{{ playbook_dir }}/.vagrant/machines/tau/virtualbox/private_key"
|
||||
Loading…
Add table
Add a link
Reference in a new issue