add join node
This commit is contained in:
parent
74bd56f89a
commit
f51ec8dee6
2 changed files with 2 additions and 0 deletions
|
@ -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' }
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue