summaryrefslogtreecommitdiffstats
path: root/roles/httpd/proxy
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-02-02 00:39:49 +0000
committerKevin Fenzi <kevin@scrye.com>2015-02-02 00:39:49 +0000
commita5d5bfff7f53d623739e7dce00a223abe24621c8 (patch)
treeab74eb1d5eb8a861fbd8522efc1025543569abf8 /roles/httpd/proxy
parentdca00f57fa629cd957bee3eefb697a9a774ece34 (diff)
downloadansible-a5d5bfff7f53d623739e7dce00a223abe24621c8.tar.gz
ansible-a5d5bfff7f53d623739e7dce00a223abe24621c8.tar.xz
ansible-a5d5bfff7f53d623739e7dce00a223abe24621c8.zip
Try and make proxies not replace files twice and also fix el7 python hash hotfix.
Diffstat (limited to 'roles/httpd/proxy')
-rw-r--r--roles/httpd/proxy/files/sysconfig-httpd1
-rw-r--r--roles/httpd/proxy/tasks/main.yml11
2 files changed, 0 insertions, 12 deletions
diff --git a/roles/httpd/proxy/files/sysconfig-httpd b/roles/httpd/proxy/files/sysconfig-httpd
deleted file mode 100644
index 345a7c424..000000000
--- a/roles/httpd/proxy/files/sysconfig-httpd
+++ /dev/null
@@ -1 +0,0 @@
-export OPENSSL_NO_DEFAULT_ZLIB=1
diff --git a/roles/httpd/proxy/tasks/main.yml b/roles/httpd/proxy/tasks/main.yml
index 99d6a500b..15f37baf8 100644
--- a/roles/httpd/proxy/tasks/main.yml
+++ b/roles/httpd/proxy/tasks/main.yml
@@ -24,17 +24,6 @@
- forwarded.conf
- 00-namevirtualhost.conf
- 01-keepalives.conf
- - headers.conf
- notify:
- - restart httpd
- tags:
- - httpd
- - httpd/proxy
-
-- name: And, copy in /etc/sysconfig/httpd
- copy: >
- src=sysconfig-httpd dest=/etc/sysconfig/httpd
- owner=root group=root mode=0644
notify:
- restart httpd
tags: