add join node

This commit is contained in:
Kevin Fenzi 2018-11-21 21:53:01 +00:00
parent 74bd56f89a
commit f51ec8dee6
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@
node: batcave01
region: ansible
spawn_repospanner_node: false
join_repospanner_node: repospanner01.ansible
- { 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

@ -60,6 +60,7 @@
node: pagure01
region: ansible
spawn_repospanner_node: false
join_repospanner_node: repospanner01.ansible
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"