Compare commits
2 commits
3c0ee18e97
...
64ccfcb88b
Author | SHA1 | Date | |
---|---|---|---|
64ccfcb88b | |||
a67058c8d3 |
3 changed files with 22 additions and 3 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
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
.with-filmstrip,
|
.with-filmstrip,
|
||||||
.subject,
|
.subject,
|
||||||
.atlaskit-portal-container,
|
.atlaskit-portal-container,
|
||||||
.atlaskit-portal {
|
.atlaskit-portal,
|
||||||
|
#notifications-container {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: call
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in a new issue