add sudoers for anitya
This commit is contained in:
parent
8627f13428
commit
434a659192
2 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,5 @@ datacenter: osuosl
|
||||||
# Only allow postgresql access from the frontend node.
|
# Only allow postgresql access from the frontend node.
|
||||||
#
|
#
|
||||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 140.211.169.229 --dport 5432 -j ACCEPT' ]
|
custom_rules: [ '-A INPUT -p tcp -m tcp -s 140.211.169.229 --dport 5432 -j ACCEPT' ]
|
||||||
|
|
||||||
|
sudoers: "{{ private }}/files/sudo/anitya-backend01-sudoers"
|
||||||
|
|
|
@ -19,3 +19,5 @@ postfix_group: vpn
|
||||||
|
|
||||||
vmhost: osuosl03.fedoraproject.org
|
vmhost: osuosl03.fedoraproject.org
|
||||||
datacenter: osuosl
|
datacenter: osuosl
|
||||||
|
|
||||||
|
sudoers: "{{ private }}/files/sudo/anitya-frontend01-sudoers"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue