Always use the Apache2 cgid module.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 8 May 2024 20:24:01 +0000 (14:24 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 8 May 2024 20:24:01 +0000 (14:24 -0600)
Following institute practice (which see, commit 54dc48e).

README.org
roles_t/abbey-core/tasks/main.yml
roles_t/abbey-dvr/tasks/main.yml
roles_t/abbey-front/tasks/main.yml

index 74aa21c54a4f454bb78e3fb610698d07a069f1b9..b02b5463b3dd2d292acd3bf9d2e29cac4e5b3d80 100644 (file)
@@ -329,16 +329,9 @@ web site =/favicon.ico=.
   apache2_module: name=rewrite
   notify: Restart Apache2.
 
-- name: Enable Apache2 cgid module for Gitweb (Ubuntu).
+- name: Enable Apache2 cgid module.
   become: yes
   apache2_module: name=cgid
-  when: ansible_distribution == 'Ubuntu'
-  notify: Restart Apache2.
-
-- name: Enable Apache2 cgi module for Gitweb (Debian).
-  become: yes
-  apache2_module: name=cgi
-  when: ansible_distribution == 'Debian'
   notify: Restart Apache2.
 
 - name: Install libcgi-pm-perl for Gitweb.
@@ -2077,7 +2070,7 @@ and "Time Zone" in =/usr/share/doc/zoneminder/README.Debian.gz=.
   become: yes
   apache2_module:
     name: "{{ item }}"
-  loop: [ cgi, rewrite, expires, headers ]
+  loop: [ cgid, rewrite, expires, headers ]
   notify: Restart Apache2.
 
 - name: Enable Zoneminder Apache configuration.
index 1778f09b93a6c4774d2eb865aa2b94eeb0442f9f..802a9878cf4f54364b1055475b92f42908c180eb 100644 (file)
   apache2_module: name=rewrite
   notify: Restart Apache2.
 
-- name: Enable Apache2 cgid module for Gitweb (Ubuntu).
+- name: Enable Apache2 cgid module.
   become: yes
   apache2_module: name=cgid
-  when: ansible_distribution == 'Ubuntu'
-  notify: Restart Apache2.
-
-- name: Enable Apache2 cgi module for Gitweb (Debian).
-  become: yes
-  apache2_module: name=cgi
-  when: ansible_distribution == 'Debian'
   notify: Restart Apache2.
 
 - name: Install libcgi-pm-perl for Gitweb.
index 3bf4614e195ea1e3b4e1d8247d191d0739b8f1b9..f167f178700dae9fc55fe65d138b8062c648c8af 100644 (file)
@@ -10,7 +10,7 @@
   become: yes
   apache2_module:
     name: "{{ item }}"
-  loop: [ cgi, rewrite, expires, headers ]
+  loop: [ cgid, rewrite, expires, headers ]
   notify: Restart Apache2.
 
 - name: Enable Zoneminder Apache configuration.
index 878e3e4103e9dd4da0e35d66a95848bc25c830a6..aaeae03e9abaa15b166336738a596385ba037eb8 100644 (file)
   apache2_module: name=rewrite
   notify: Restart Apache2.
 
-- name: Enable Apache2 cgid module for Gitweb (Ubuntu).
+- name: Enable Apache2 cgid module.
   become: yes
   apache2_module: name=cgid
-  when: ansible_distribution == 'Ubuntu'
-  notify: Restart Apache2.
-
-- name: Enable Apache2 cgi module for Gitweb (Debian).
-  become: yes
-  apache2_module: name=cgi
-  when: ansible_distribution == 'Debian'
   notify: Restart Apache2.
 
 - name: Install libcgi-pm-perl for Gitweb.