Initial functionality tweaks

This commit is contained in:
Alan Rominger
2021-07-12 13:29:54 -04:00
parent 05cb876df5
commit b10a8b0fa9
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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