[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:
Stephen Smoogen
2019-04-12 14:22:24 +00:00
parent a9d012bd61
commit 4d9f322a13
4 changed files with 5 additions and 5 deletions

View File

@@ -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' }