v0.0.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user