Skip to content
Extraits de code Groupes Projets

Comparer les révisions

Les modifications sont affichées comme si la révision source était fusionnée avec la révision cible. En savoir plus sur la comparaison des révisions.

Source

Sélectionner le projet cible
No results found

Cible

Sélectionner le projet cible
  • sympathisant-es/archlinux-install-on-remote/air-ansible/air.piwigo
1 résultat
Afficher les modifications
Validations sur la source (2)
...@@ -14,6 +14,12 @@ ...@@ -14,6 +14,12 @@
# we do not want a backup in .d directy as it may be read # we do not want a backup in .d directy as it may be read
notify: Restart Php Service notify: Restart Php Service
- name: Copy php fpm system service overide
ansible.builtin.template:
src: override.conf
dest: /etc/systemd/system/php-fpm-legacy.service.d/piwigo.conf
notify: Restart Php Service
- name: Generate Apache Config - name: Generate Apache Config
ansible.builtin.template: ansible.builtin.template:
src: piwigo-apache.conf src: piwigo-apache.conf
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
ansible.builtin.include_role: ansible.builtin.include_role:
name: air.apache name: air.apache
vars: vars:
cert_bot_email: "{{ piwigo_admin_email }}" cert_bot_email: "{{ piwigo_server_admin }}"
cert_bot_domain: "{{ piwigo_server_name }}" cert_bot_domain: "{{ piwigo_server_name }}"
- name: Install MariaDB - name: Install MariaDB
......
[Service]
ReadWritePaths=/var/lib/piwigo
ReadWritePaths={{ piwigo_install_dir }}