Add minio to ansible
This commit is contained in:
parent
5f9747c378
commit
e006f44dd6
10 changed files with 53 additions and 53 deletions
_ansible/inventory
|
@ -1 +1,2 @@
|
|||
services_path: /opt/services/
|
||||
ansible_port: "{{ vault_node002.ansible_port }}"
|
||||
ansible_user: "{{ vault_node002.ansible_user }}"
|
||||
|
|
2
_ansible/inventory/host_vars/node003/main.yml
Normal file
2
_ansible/inventory/host_vars/node003/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
ansible_port: "{{ vault_node003.ansible_port }}"
|
||||
ansible_user: "{{ vault_node003.ansible_user }}"
|
|
@ -4,3 +4,5 @@ all:
|
|||
ansible_connection: local
|
||||
node002:
|
||||
ansible_host: node002.serguzim.net
|
||||
node003:
|
||||
ansible_host: node003.serguzim.net
|
||||
|
|
Reference in a new issue