This commit is contained in:
2024-08-06 11:45:36 -04:00
parent fd270a9f95
commit 861aade5e9
5 changed files with 24 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
httpd_server_name: "www.eom.dev"
httpd_conf_extra:
- httpd-auth.conf
- httpd-ssi.conf
k8s:
state: present
api_version: v1
@@ -15,6 +16,7 @@
data:
httpd.conf: "{{ lookup('template', 'httpd.conf.j2') }}"
httpd-auth.conf: "{{ lookup('template', 'httpd-auth.conf.j2') }}"
httpd-ssi.conf: "{{ lookup('file', 'httpd-ssi.conf') }}"
mime.types: "{{ lookup('file', 'mime.types') }}"
- name: Create a deployment