Не хочет на удаленные хосты заходить
This commit is contained in:
parent
2a81921b6d
commit
a63da9258d
2
ansible/base-system/inventory
Normal file
2
ansible/base-system/inventory
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[localgroup]
|
||||||
|
localhost connection=local
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
connection: local
|
|
||||||
roles:
|
roles:
|
||||||
- { role: packages, become: true}
|
- { role: packages, become: true}
|
||||||
- { role: ssh, become: true}
|
- { role: ssh, become: true}
|
||||||
|
Loading…
Reference in New Issue
Block a user