+ debian10 host with allowable ping
+ .idea to gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*.retry
|
*.retry
|
||||||
|
.idea
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: anygroup
|
- hosts: debian10
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- anyrole
|
- anyrole
|
||||||
|
3
hosts
3
hosts
@ -9,6 +9,9 @@
|
|||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
|
|
||||||
|
[lxc-templates]
|
||||||
|
debian10 ansible_host=debian10.dedic106-dhcp.dimti.ru
|
||||||
|
|
||||||
[anygroup]
|
[anygroup]
|
||||||
server1 ansible_host=192.168.0.1
|
server1 ansible_host=192.168.0.1
|
||||||
server2 ansible_host=192.168.0.2
|
server2 ansible_host=192.168.0.2
|
||||||
|
Reference in New Issue
Block a user