Done roles KESL and delete; tuned hosts.yaml; tuned group_vars

This commit is contained in:
2024-02-17 05:00:01 +03:00
parent cd242ebeed
commit 3d0338f48c
18 changed files with 165 additions and 116 deletions

View File

@@ -1,7 +1,21 @@
servers:
hosts:
10.124.5.[72:78]:
# 192.168.103.22:
# 192.168.103.23:
vars:
ansible_user: srvadmin
all:
vars:
ansible_user: marker
children:
debian:
hosts:
debian_host1:
ansible_host: 192.168.103.100
# debian_host2:
# ansible_host: 192.168.1.102
vars:
ansible_become_method: sudo
rhel:
hosts:
rhel_host1:
ansible_host: 192.168.103.101
# rhel_host2:
# ansible_host: 192.168.1.103
vars:
ansible_become_method: su