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:
Marty Oehme 2021-07-29 14:53:03 +02:00
parent 9f188c2674
commit 6de8f0fb50
Signed by: Marty
GPG key ID: B7538B8F50A1C800
7 changed files with 46 additions and 1 deletions

5
host_vars/tau.yml Normal file
View 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"