Done roles KESL and delete; tuned hosts.yaml; tuned group_vars
This commit is contained in:
28
hosts.yaml
28
hosts.yaml
@@ -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
|
||||
Reference in New Issue
Block a user