Add minecraft-2 to ansible
This commit is contained in:
parent
8b5b34a33e
commit
047c65b66a
8 changed files with 86 additions and 65 deletions
_ansible/inventory
2
_ansible/inventory/host_vars/node001/main.yml
Normal file
2
_ansible/inventory/host_vars/node001/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
ansible_port: "{{ vault_node001.ansible_port }}"
|
||||
ansible_user: "{{ vault_node001.ansible_user }}"
|
|
@ -2,6 +2,8 @@ all:
|
|||
hosts:
|
||||
local-dev:
|
||||
ansible_connection: local
|
||||
node001:
|
||||
ansible_host: node001.serguzim.net
|
||||
node002:
|
||||
ansible_host: node002.serguzim.net
|
||||
node003:
|
||||
|
|
Reference in a new issue