This commit is contained in:
12
inventory/group_vars/all.yaml
Normal file
12
inventory/group_vars/all.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# ansible vars
|
||||
ansible_user: ubuntu
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
||||
|
||||
# nfs vars
|
||||
nfs_server: 10.0.4.12
|
||||
nfs_share: /mnt/share/swarm
|
||||
mount_point: /share
|
||||
|
||||
# portainer vars
|
||||
portainer_data: /share/portainer_data
|
Reference in New Issue
Block a user