add sudoers for anitya

This commit is contained in:
Kevin Fenzi 2017-06-23 01:57:21 +00:00
parent 8627f13428
commit 434a659192
2 changed files with 4 additions and 0 deletions

View file

@ -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"

View file

@ -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"