Browse Source

+ debian10 host with allowable ping

+ .idea to gitignore
master
dimti 1 year ago
parent
commit
3701410225
  1. 1
      .gitignore
  2. 2
      anygroup.yml
  3. 3
      hosts

1
.gitignore

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

2
anygroup.yml

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

3
hosts

@ -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

Loading…
Cancel
Save