2021-08-04 00:13:04 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Install required packages
|
|
|
|
dnf:
|
|
|
|
name: >
|
2021-08-06 18:27:32 +00:00
|
|
|
httpd, mod_jk
|
2021-08-04 00:13:04 +00:00
|
|
|
|
|
|
|
- name: Configure mod_jk.conf
|
|
|
|
command: mv /etc/httpd/conf.d/mod_jk.conf.sample /etc/httpd/conf.d/mod_jk.conf
|
|
|
|
|
|
|
|
- name: Configure workers.properties
|
|
|
|
command: mv /etc/httpd/conf.d/workers.properties.sample /etc/httpd/conf.d/workers.properties
|
|
|
|
|
|
|
|
- name: Configure uriworkermap.properties
|
|
|
|
command: mv /etc/httpd/conf.d/uriworkermap.properties.sample /etc/httpd/conf.d/uriworkermap.properties
|