mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Rename container hostname from awx_1 to awx-1
* Django and other webservers that care about proper hostnames don't like underscores in them.
This commit is contained in:
committed by
Chris Meyers
parent
c061f59f1c
commit
ae1235b223
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- node:
|
||||
id: awx_{{ item }}
|
||||
id: awx-{{ item }}
|
||||
firewallrules:
|
||||
- action: "reject"
|
||||
tonode: awx_{{ item }}
|
||||
tonode: awx-{{ item }}
|
||||
toservice: "control"
|
||||
|
||||
- log-level: info
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
{% for i in range(item | int + 1, control_plane_node_count | int + 1) %}
|
||||
- tcp-peer:
|
||||
address: awx_{{ i }}:2222
|
||||
address: awx-{{ i }}:2222
|
||||
redial: true
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user