mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-04 01:06:20 +00:00
docker-swarm
This commit is contained in:
12
Ansible/Playbooks/Docker-Swarm/inventory/group_vars/all.yaml
Normal file
12
Ansible/Playbooks/Docker-Swarm/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: 192.168.6.2
|
||||
nfs_share: /mnt/share/swarm
|
||||
mount_point: /share
|
||||
|
||||
# portainer vars
|
||||
portainer_data: /share/portainer_data
|
Reference in New Issue
Block a user