Add sslciphers tags
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
e007dad000
commit
0c7449ea1d
12 changed files with 16 additions and 0 deletions
|
@ -286,6 +286,7 @@
|
|||
- batcave
|
||||
- config
|
||||
- httpd
|
||||
- sslciphers
|
||||
|
||||
#
|
||||
# this cron job creates a json file from the rhel repos
|
||||
|
|
|
@ -396,6 +396,7 @@
|
|||
- reload httpd
|
||||
tags:
|
||||
- distgit
|
||||
- sslciphers
|
||||
|
||||
- name: create the Lookaside Cache root directory
|
||||
file: dest=/srv/cache/lookaside/pkgs state=directory
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
tags:
|
||||
- httpd
|
||||
- config
|
||||
- sslciphers
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
- httpd
|
||||
- httpd/website
|
||||
- h2
|
||||
- sslciphers
|
||||
|
||||
- name: Copy over some subordinate templates for {{site_name}}
|
||||
template: >
|
||||
|
|
|
@ -51,11 +51,13 @@
|
|||
template: src="sks.conf" dest=/etc/httpd/conf.d/sks.conf owner=root group=root mode=0644
|
||||
tags:
|
||||
- config
|
||||
- sslciphers
|
||||
|
||||
- name: /etc/httpd/conf.d/ssl.conf
|
||||
template: src="ssl.conf" dest=/etc/httpd/conf.d/ssl.conf owner=root group=root mode=0644
|
||||
tags:
|
||||
- config
|
||||
- sslciphers
|
||||
|
||||
- name: /etc/pki/tls/keys_fedoraproject_org.crt.pem
|
||||
copy: src="{{ private }}/files/httpd/keys_fedoraproject_org-2017.crt.pem" dest=/etc/pki/tls/keys_fedoraproject_org.crt.pem owner=root group=root mode=0600
|
||||
|
|
|
@ -302,6 +302,7 @@
|
|||
tags:
|
||||
- config
|
||||
- koji_hub
|
||||
- sslciphers
|
||||
notify: reload httpd
|
||||
when: env == "staging"
|
||||
|
||||
|
@ -310,6 +311,7 @@
|
|||
tags:
|
||||
- config
|
||||
- koji_hub
|
||||
- sslciphers
|
||||
notify: reload httpd
|
||||
when: env != "staging"
|
||||
|
||||
|
|
|
@ -296,6 +296,7 @@
|
|||
- 0_nagios-external.conf
|
||||
tags:
|
||||
- nagios_server
|
||||
- sslciphers
|
||||
when: env == "production" and nagios_location == "external"
|
||||
|
||||
- name: Template out the cgi.cfg
|
||||
|
|
|
@ -326,6 +326,7 @@
|
|||
- files
|
||||
- config
|
||||
- pagure
|
||||
- sslciphers
|
||||
notify:
|
||||
- restart apache
|
||||
|
||||
|
|
|
@ -267,6 +267,7 @@
|
|||
- files
|
||||
- config
|
||||
- pagure
|
||||
- sslciphers
|
||||
notify:
|
||||
- restart apache
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
template: src=people.conf dest=/etc/httpd/conf.d/people.conf
|
||||
tags:
|
||||
- people
|
||||
- sslciphers
|
||||
|
||||
- name: install httpd config
|
||||
copy: src={{item}} dest=/etc/httpd/conf.d/{{item}}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
template: src=planet.conf dest=/etc/httpd/conf.d/planet.conf
|
||||
tags:
|
||||
- planet_server
|
||||
- sslciphers
|
||||
|
||||
- name: copy the run planet-config script into /usr/local/bin
|
||||
copy: src=pull-run-planet-config.sh dest=/usr/local/bin/pull-run-planet-config.sh mode=755
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
tags:
|
||||
- files
|
||||
- config
|
||||
- sslciphers
|
||||
when: env == "staging"
|
||||
|
||||
# prod certs
|
||||
|
@ -166,6 +167,7 @@
|
|||
tags:
|
||||
- files
|
||||
- config
|
||||
- sslciphers
|
||||
notify:
|
||||
- reload httpd
|
||||
when: env == "production"
|
||||
|
@ -208,6 +210,7 @@
|
|||
tags:
|
||||
- files
|
||||
- config
|
||||
- sslciphers
|
||||
when: env == "production"
|
||||
|
||||
- name: copy ca cert over
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue