Add mod_ssl and mod_md

This commit is contained in:
Jason Rothstein 2021-10-24 23:13:25 -05:00
parent 49442dfa6a
commit fa635f3cc8

View File

@ -3,6 +3,16 @@
package_list: package_list:
- name: 'httpd' - name: 'httpd'
state: 'present' state: 'present'
- name: 'httpd-filesystem'
state: 'present'
- name: 'httpd-tools'
state: 'present'
- name: 'mod_http2'
state: 'present'
- name: 'mod_md'
state: 'present'
- name: 'mod_ssl'
state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'http' service: 'http'