diff --git a/.gitignore b/.gitignore index a8b42eb..df5c4e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.retry +.idea diff --git a/anygroup.yml b/anygroup.yml index 50bc577..57ab1ab 100644 --- a/anygroup.yml +++ b/anygroup.yml @@ -1,5 +1,5 @@ --- -- hosts: anygroup +- hosts: debian10 roles: - common - anyrole diff --git a/hosts b/hosts index 45fb033..2acfa32 100644 --- a/hosts +++ b/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