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

View file

@ -0,0 +1,5 @@
#
# An example how to proxy your ansible commands. Rename and use.
#
---
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q user@vmserver"'