update inventories
This commit is contained in:
parent
3c0ee18e97
commit
a67058c8d3
2 changed files with 20 additions and 2 deletions
|
@ -1,7 +1,25 @@
|
||||||
all:
|
call:
|
||||||
hosts:
|
hosts:
|
||||||
x2305:
|
x2305:
|
||||||
ansible_host: 192.168.10.66
|
ansible_host: 192.168.10.66
|
||||||
ansible_user: x2305
|
ansible_user: x2305
|
||||||
ansible_become_pass: "x2305"
|
ansible_become_pass: "x2305"
|
||||||
ansible_become: true
|
ansible_become: true
|
||||||
|
giga:
|
||||||
|
ansible_host: 102.168.10.67
|
||||||
|
ansible_user: giga
|
||||||
|
ansible_become_pass: "giga"
|
||||||
|
ansible_become: true
|
||||||
|
|
||||||
|
players:
|
||||||
|
hosts:
|
||||||
|
arco:
|
||||||
|
ansible_host: 192.168.10.68
|
||||||
|
ansible_user: arco
|
||||||
|
ansible_become_pass: "arco"
|
||||||
|
ansible_become: true
|
||||||
|
arco2:
|
||||||
|
ansible_host: 192.168.10.65
|
||||||
|
ansible_user: arco2
|
||||||
|
ansible_become_pass: "arco2"
|
||||||
|
ansible_become: true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: call
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in a new issue