+ debian10 host with allowable ping

+ .idea to gitignore
This commit is contained in:
2023-01-30 19:28:16 +03:00
parent 0be62a2105
commit 3701410225
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.retry
.idea

View File

@ -1,5 +1,5 @@
---
- hosts: anygroup
- hosts: debian10
roles:
- common
- anyrole

3
hosts
View File

@ -9,6 +9,9 @@
# - You can enter hostnames or ip addresses
# - A hostname/ip can be a member of multiple groups
[lxc-templates]
debian10 ansible_host=debian10.dedic106-dhcp.dimti.ru
[anygroup]
server1 ansible_host=192.168.0.1
server2 ansible_host=192.168.0.2