setup docker hosts to mount glusterfs mounts

move git.xai-corp.net to dkhost02
This commit is contained in:
2017-05-26 09:10:07 -04:00
parent 3866d4c17b
commit 165e5ffe54
9 changed files with 110 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# playbook for home02
- hosts: dkhost01
- hosts: dkhost02
remote_user: ansible
gather_facts: yes
become: true
@@ -46,12 +46,23 @@
access_log: "/var/log/nginx/xaicorp.access.log"
error_log: "/var/log/nginx/xaicorp.error.log"
gluster:
vmshare:
host: gluster:/vmshares
mount: /opt/shared
gitea:
host: gluster:/gitea
mount: /var/lib/gitea
jenkins:
host: gluster:/jenkins
mount: /var/lib/jenkins
roles:
# - _install_updates
# - Datadog.datadog
- dockerhost
- geerlingguy.nginx
- certbot
# - certbot
# - docker_registry
# - docker_graylog