Use the rpc port
This commit is contained in:
parent
1397f971c8
commit
87a4119965
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ lvm_size: 500000
|
|||
mem_size: 24576
|
||||
num_cpus: 10
|
||||
|
||||
tcp_ports: [ 80, 443, 8443 ]
|
||||
tcp_ports: [ 80, 443, 8443, 8444 ]
|
||||
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
|
|
@ -8,7 +8,7 @@ num_cpus: 12
|
|||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||
8443,
|
||||
8443, 8444,
|
||||
# Used for the eventsource
|
||||
8088,
|
||||
# This is for the pagure public fedmsg relay
|
||||
|
|
|
@ -9,4 +9,4 @@ csi_security_category: High
|
|||
csi_primary_contact: admin@fedoraproject.org / sysadmin-main-members
|
||||
csi_purpose: repospanner git syncing host
|
||||
|
||||
tcp_ports: [ 8443]
|
||||
tcp_ports: [ 8443, 8444]
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
- config
|
||||
|
||||
- name: Join node
|
||||
command: repospanner --config /etc/repospanner/config.yml serve --joinnode https://{{ join_repospanner_node }}:8443/
|
||||
command: repospanner --config /etc/repospanner/config.yml serve --joinnode https://{{ join_repospanner_node }}:8444/
|
||||
args:
|
||||
creates: /var/lib/repospanner/state/state.json
|
||||
become: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue