base und sysupgrade role, some hardening

This commit is contained in:
2021-06-13 00:15:16 +02:00
parent f00a20491a
commit 708dd41417
12 changed files with 183 additions and 19 deletions

8
host_vars/docker2 Normal file
View File

@@ -0,0 +1,8 @@
mgmt:
ip: 192.168.122.32
mask: 255.255.255.0
gw: 192.168.122.1
dns:
- 192.168.122.1
- 8.8.8.8
ansible_host: "{{ mgmt.ip }}"