try and bring up other 2 nodes

This commit is contained in:
Kevin Fenzi 2018-11-21 21:39:30 +00:00
parent 0109dc2c91
commit 74bd56f89a
2 changed files with 8 additions and 0 deletions

View file

@ -31,6 +31,10 @@
SSLCertificateChainFile: "{{wildcard_int_file}}"
- openvpn/client
- batcave
- role: repospanner/server
node: batcave01
region: ansible
spawn_repospanner_node: false
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }

View file

@ -56,6 +56,10 @@
roles:
- pagure/frontend
- pagure/fedmsg
- role: repospanner/server
node: pagure01
region: ansible
spawn_repospanner_node: false
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"