Compare commits

..

15 Commits

Author SHA1 Message Date
VC
66fe2f1ac8 🐛: sieve before script + sieve plugin for lda/lmtp
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m31s
2025-12-05 13:21:22 +01:00
VC
2837778cdb 💥: dovecot 2.4 for debian 13
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m39s
2025-12-05 10:50:14 +01:00
VC
d42ed225cf 📦️: oolatoocs v4.5.3
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m53s
2025-12-03 22:28:30 +01:00
VC
fed89c6df2 📦: wordpress v6.9
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m35s
2025-12-03 13:37:20 +01:00
VC
6ddc21457a 🔧: update oolatoocs bin url
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m34s
2025-12-03 11:27:08 +01:00
VC
9a5df739de 📦: oolatoocs v4.5.1
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m40s
2025-12-02 15:13:56 +01:00
VC
56add97c5e 📦: oolatoocs v4.5.0
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m6s
2025-12-01 16:55:08 +01:00
VC
ffdd96c52f 📦: oolatoocs v4.4.2
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m36s
2025-12-01 13:29:25 +01:00
VC
829e5d4a03 📦: firefly3 v6.4.9 2025-12-01 13:24:50 +01:00
VC
e5e4715020 📦: jackett v0.24.387 2025-12-01 13:22:12 +01:00
VC
5b7200538c 🚑️: replace mysqlcheck with mariadb-check
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m22s
2025-11-29 15:10:11 +01:00
VC
051816c04b 📦: oolatoocs v4.4.1
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m10s
2025-11-27 09:45:55 +01:00
VC
21aa8658ce 📦: oolatoocs v4.4.0
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m4s
2025-11-26 08:25:33 +01:00
VC
be56d27b5e 📦: gitea v1.25.2
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m14s
2025-11-24 10:13:42 +01:00
VC
f182e8ead7 : replace docker with podman
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
2025-11-23 16:36:01 +01:00
9 changed files with 43 additions and 43 deletions

View File

@@ -1,14 +1,5 @@
--- ---
- name: Create act_runner user
ansible.builtin.user:
name: "{{ act_runner_user }}"
state: present
system: true
create_home: true
home: "{{ act_runner_home }}"
register: _act_runner_user
- name: Configure act_runner user - name: Configure act_runner user
ansible.builtin.include_tasks: user.yml ansible.builtin.include_tasks: user.yml

View File

@@ -1,62 +1,72 @@
# 2.2.13: /etc/dovecot/dovecot.conf dovecot_config_version = "2.4.1"
# ajout de lmtp (service pour déterminer la socket, protocol pour récupérer les mêmes fonctions que le LDA) dovecot_storage_version = "2.4.1"
# ajout de auth_username_format = %Ln pour vérifier que l'utilisateur est bien dans la base locale en passant par son nom et non par autre chose…
# 2018-08-20 mortal réintégration du fichier séparé 15-mailbox.conf + nettoyage/réorganisation + réécriture sieve globale
# OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.0
listen = *,[::] listen = *,[::]
protocols = imap lmtp protocols = imap lmtp
ssl_cert = </etc/x509/imap.libertus.eu/fullchain.cer ssl = required
ssl_key = </etc/x509/imap.libertus.eu/imap.libertus.eu.key ssl_server_cert_file = /etc/x509/imap.libertus.eu/fullchain.cer
ssl_server_key_file = /etc/x509/imap.libertus.eu/imap.libertus.eu.key
#auth_debug=yes #auth_debug=yes
#auth_debug_passwords=yes #auth_debug_passwords=yes
auth_username_format = %Ln auth_username_format = %{ user | username | lower }
passdb { mail_driver = maildir
mail_path = %{home}/Maildir
passdb pam {
driver = pam driver = pam
} }
userdb { userdb passwd {
driver = passwd driver = passwd
} }
plugin { sieve_script personal {
sieve = ~/sieve/default.sieve path = ~/sieve
sieve_dir = ~/sieve active_path = ~/sieve/default.sieve
sieve_before = /etc/dovecot/before.sieve
} }
sieve_script before {
type = before
path = /etc/dovecot/before.sieve
bin_path = ~/sieve
}
service auth { service auth {
inet_listener { inet_listener auth {
address = * [::]
port = 26 port = 26
} }
} }
protocol sieve {
mail_location = maildir:~/Maildir
}
service lmtp { service lmtp {
inet_listener ltmp { inet_listener ltmp {
address = 127.0.0.1 ::1
port = 24 port = 24
} }
} }
protocol sieve {
}
protocol imap {
mail_plugins {
imap_sieve = yes
}
}
protocol lmtp { protocol lmtp {
mail_location = maildir:~/Maildir mail_plugins {
mail_plugins = sieve sieve = yes
}
} }
protocol lda { protocol lda {
mail_location = maildir:~/Maildir mail_plugins {
mail_plugins = sieve sieve = yes
}
postmaster_address = postmaster@example.com postmaster_address = postmaster@example.com
} }
@@ -83,4 +93,3 @@ namespace inbox {
special_use = \Sent special_use = \Sent
} }
} }

View File

@@ -1,6 +1,6 @@
--- ---
firefly3_version: "6.4.8" firefly3_version: "6.4.9"
firefly3_url: "https://github.com/firefly-iii/firefly-iii/releases/download/v{{ firefly3_version }}/FireflyIII-v{{ firefly3_version }}.tar.gz" firefly3_url: "https://github.com/firefly-iii/firefly-iii/releases/download/v{{ firefly3_version }}/FireflyIII-v{{ firefly3_version }}.tar.gz"
firefly3_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'firefly3') | map(attribute='host') | first }}" firefly3_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'firefly3') | map(attribute='host') | first }}"

View File

@@ -1,6 +1,6 @@
--- ---
gitea_version: "1.25.1" gitea_version: "1.25.2"
gitea_url: "https://dl.gitea.com/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64" gitea_url: "https://dl.gitea.com/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64"
gitea_bin: "/usr/local/bin/gitea" gitea_bin: "/usr/local/bin/gitea"
gitea_path: "/srv/gitea" gitea_path: "/srv/gitea"

View File

@@ -1,5 +1,5 @@
--- ---
jackett_version: "v0.24.306" jackett_version: "v0.24.387"
jackett_download_url: "https://github.com/Jackett/Jackett/releases/download/{{ jackett_version }}/Jackett.Binaries.LinuxAMDx64.tar.gz" jackett_download_url: "https://github.com/Jackett/Jackett/releases/download/{{ jackett_version }}/Jackett.Binaries.LinuxAMDx64.tar.gz"
jackett_home: "/opt/Jackett" jackett_home: "/opt/Jackett"

View File

@@ -22,7 +22,7 @@ if [ ! -d $backup_dump_path ] ; then mkdir -p $backup_dump_path ; fi
# On se deplace dans le dossier, et on purge les fichiers plus vieux que backup_max_age # On se deplace dans le dossier, et on purge les fichiers plus vieux que backup_max_age
cd $backup_dump_path cd $backup_dump_path
mysqlcheck --all-databases > /var/lib/mysql/check mariadb-check --all-databases > /var/lib/mysql/check
# Pour chaque base a sauvegarder # Pour chaque base a sauvegarder
for backup_db_name in $backup_db_list for backup_db_name in $backup_db_list

View File

@@ -10,7 +10,7 @@
- name: Download oolatoocs exec - name: Download oolatoocs exec
ansible.builtin.get_url: ansible.builtin.get_url:
url: "{{ oolatoocs_url }}.{{ oolatoocs_version }}" url: "{{ oolatoocs_url }}"
dest: "{{ oolatoocs_local_bin_path }}" dest: "{{ oolatoocs_local_bin_path }}"
owner: root owner: root
group: root group: root

View File

@@ -1,6 +1,6 @@
--- ---
oolatoocs_db_dir: /var/lib/oolatoocs oolatoocs_db_dir: /var/lib/oolatoocs
oolatoocs_url: https://r.mateu.be/oolatoocs/oolatoocs oolatoocs_version: v4.5.3
oolatoocs_version: v4.3.1 oolatoocs_url: "https://giteu.be/dojo/oolatoocs/releases/download/{{ oolatoocs_version }}/oolatoocs"
oolatoocs_local_bin_path: /usr/local/bin/oolatoocs oolatoocs_local_bin_path: /usr/local/bin/oolatoocs

View File

@@ -1,6 +1,6 @@
--- ---
wordpress_version: "6.8.3" wordpress_version: "6.9"
wordpress_url: "https://fr.wordpress.org/wordpress-{{ wordpress_version }}-fr_FR.tar.gz" wordpress_url: "https://fr.wordpress.org/wordpress-{{ wordpress_version }}-fr_FR.tar.gz"
wordpress_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'wordpress') | map(attribute='host') | first }}" wordpress_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'wordpress') | map(attribute='host') | first }}"