diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2016-12-05 18:35:13 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2016-12-05 18:35:13 +0000 |
| commit | 13179ee96b344cf055b6249c64733fc502c014f4 (patch) | |
| tree | 66c1860e450cef0739c2d3468b393f2b57d08dfe /roles/modernpaste/tasks | |
| parent | cc94f5d4ead253e30b6130be3e2890ca1aeceb13 (diff) | |
| download | ansible-13179ee96b344cf055b6249c64733fc502c014f4.tar.gz ansible-13179ee96b344cf055b6249c64733fc502c014f4.tar.xz ansible-13179ee96b344cf055b6249c64733fc502c014f4.zip | |
add script + playbook for modernpaste paste deactivation
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
Diffstat (limited to 'roles/modernpaste/tasks')
| -rw-r--r-- | roles/modernpaste/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/modernpaste/tasks/main.yml b/roles/modernpaste/tasks/main.yml index a9a235094..f17435678 100644 --- a/roles/modernpaste/tasks/main.yml +++ b/roles/modernpaste/tasks/main.yml @@ -39,6 +39,11 @@ - modernpaste notify: reload httpd +- name: Script for manual paste deactivation + copy: src=deactivate-paste.py dest=/usr/local/bin/deactivate-paste.py owner=root group=root mode=755 + tags: + - modernpaste + - name: set sebooleans so paste can talk to the db seboolean: name=httpd_can_network_connect_db state=true persistent=true tags: |
