Copy fedmsg cert config from group_vars for stg to group_vars for prod (for the future).
This commit is contained in:
parent
280a687729
commit
82bfa4d87b
1 changed files with 10 additions and 1 deletions
|
@ -6,4 +6,13 @@ num_cpus: 2
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
tcp_ports: [ 80, 3000 ]
|
||||
|
||||
# These are consumed by a task in tasks/fedmsg_base.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
- service: fedbadges
|
||||
owner: root
|
||||
group: fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue