split ansible into roles
This commit is contained in:
parent
3544581bde
commit
97f93b02a8
10 changed files with 36 additions and 19 deletions
|
@ -1,3 +0,0 @@
|
|||
[targets]
|
||||
|
||||
192.168.30.7 ansible_connection=ssh ansible_user=root
|
1
ansible/inventory/host_vars/hermes.yml
Normal file
1
ansible/inventory/host_vars/hermes.yml
Normal file
|
@ -0,0 +1 @@
|
|||
internal_ip: 192.168.30.7
|
6
ansible/inventory/hosts.yml
Normal file
6
ansible/inventory/hosts.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
hosts:
|
||||
hermes:
|
||||
ansible_connection: ssh
|
||||
ansible_user: root
|
||||
ansible_host: 192.168.30.7
|
Reference in a new issue