add the current state of the vmsetup

This commit is contained in:
Carl Suckfuell 2022-06-16 20:43:06 +02:00
commit d3675f34bf
19 changed files with 985 additions and 0 deletions

4
host_vars/vmserver/vars Normal file
View file

@ -0,0 +1,4 @@
ansible_host: "192.168.1.100"
mac: "cc:cc:cc:cc:cc:cc"
ansible_user: "{{ vault_ansible_user }}"
ansible_become_pass: "{{ vault_ansible_become_pass }}"