Initial functionality tweaks

This commit is contained in:
Alan Rominger 2021-07-12 13:29:54 -04:00
parent 05cb876df5
commit b10a8b0fa9
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559
4 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@
# rootcas: /etc/receptor/certs/ca.crt
- tcp-peer:
address: receptor-hop:5555
address: tools_receptor_hop:5555
redial: true
#tls: mutual-tls-client

View File

@ -11,7 +11,7 @@
# rootcas: /etc/receptor/certs/ca.crt
- tcp-peer:
address: receptor-hop:5555
address: tools_receptor_hop:5555
redial: true
#tls: mutual-tls-client

View File

@ -11,7 +11,7 @@
# rootcas: /etc/receptor/certs/ca.crt
- tcp-peer:
address: receptor-hop:5555
address: tools_receptor_hop:5555
redial: true
#tls: mutual-tls-client

View File

@ -17,7 +17,7 @@ services:
volumes:
- "./docker-compose-cluster:/etc/receptor"
receptor-hop:
image: quay.io/ansible/awx-ee
image: quay.io/ansible/awx-ee:devel
user: root
container_name: tools_receptor_hop
hostname: receptor-hop
@ -29,7 +29,7 @@ services:
volumes:
- "../../docker-compose-cluster:/etc/receptor"
receptor-1:
image: quay.io/ansible/awx-ee
image: quay.io/ansible/awx-ee:devel
user: root
container_name: tools_receptor_1
hostname: receptor-1
@ -39,7 +39,7 @@ services:
volumes:
- "../../docker-compose-cluster:/etc/receptor"
receptor-2:
image: quay.io/ansible/awx-ee
image: quay.io/ansible/awx-ee:devel
user: root
container_name: tools_receptor_2
hostname: receptor-2
@ -49,7 +49,7 @@ services:
volumes:
- "../../docker-compose-cluster:/etc/receptor"
receptor-3:
image: quay.io/ansible/awx-ee
image: quay.io/ansible/awx-ee:devel
user: root
container_name: tools_receptor_3
hostname: receptor-3