summaryrefslogtreecommitdiff
path: root/roles/web/tasks/setup_httpd.yaml
diff options
context:
space:
mode:
authorrepliqa <sarzilhossain@proton.me>2025-07-23 14:06:15 +0600
committerrepliqa <sarzilhossain@proton.me>2025-07-23 14:06:15 +0600
commit69acb7a82a68eeb439e55b994281056df52c81b1 (patch)
tree7c6a53694e11511a3014470c213255a503f9c95e /roles/web/tasks/setup_httpd.yaml
v0.0.1alphaHEADmain
Diffstat (limited to 'roles/web/tasks/setup_httpd.yaml')
-rw-r--r--roles/web/tasks/setup_httpd.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/web/tasks/setup_httpd.yaml b/roles/web/tasks/setup_httpd.yaml
new file mode 100644
index 00000000..2bb9e880
--- /dev/null
+++ b/roles/web/tasks/setup_httpd.yaml
@@ -0,0 +1,8 @@
+---
+- name: "template out httpd.conf"
+ ansible.builtin.template:
+ src: httpd.conf.j2
+ dest: /etc/httpd.conf
+ notify:
+ - restart_httpd
+