mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[repospanner] When defining ports please use the variables in global.yml to make sure that all the files get edited during a playrun versus just one or two. Thank you.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
spawn_repospanner_node: false,
|
||||
join_repospanner_node: repospanner01.ansible.fedoraproject.org,
|
||||
rpc_port: 8442,
|
||||
http_port: 8443,
|
||||
http_port: "{{repoSpanner_ansible_http}}",
|
||||
when: inventory_hostname == 'batcave01.phx2.fedoraproject.org'
|
||||
}
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
|
||||
|
||||
Reference in New Issue
Block a user