split ansible into roles

This commit is contained in:
Pim Kunis 2023-03-17 17:26:03 +01:00
parent 3544581bde
commit 97f93b02a8
10 changed files with 36 additions and 19 deletions

View file

@ -1,3 +0,0 @@
[targets]
192.168.30.7 ansible_connection=ssh ansible_user=root

View file

@ -0,0 +1 @@
internal_ip: 192.168.30.7

View file

@ -0,0 +1,6 @@
all:
hosts:
hermes:
ansible_connection: ssh
ansible_user: root
ansible_host: 192.168.30.7