Compare commits
No commits in common. "64ccfcb88b40f3a3117b8be9b056f4102300ff29" and "3c0ee18e971489216bbaac237ad5ba8555b59951" have entirely different histories.
64ccfcb88b
...
3c0ee18e97
3 changed files with 3 additions and 22 deletions
|
@ -1,25 +1,7 @@
|
|||
call:
|
||||
all:
|
||||
hosts:
|
||||
x2305:
|
||||
ansible_host: 192.168.10.66
|
||||
ansible_user: x2305
|
||||
ansible_become_pass: "x2305"
|
||||
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,8 +3,7 @@
|
|||
.with-filmstrip,
|
||||
.subject,
|
||||
.atlaskit-portal-container,
|
||||
.atlaskit-portal,
|
||||
#notifications-container {
|
||||
.atlaskit-portal {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: call
|
||||
- hosts: all
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Reference in a new issue