feat: rework logging and rotation rules

This commit is contained in:
Clément Désiles
2025-11-15 00:18:01 +01:00
parent 1d3af8dc45
commit 667bca796e
8 changed files with 118 additions and 0 deletions
+9
View File
@@ -4,6 +4,7 @@
name:
- podman
- podman-compose
- crun
state: present
- name: Create projects directory
@@ -22,6 +23,14 @@
group: root
mode: "0644"
- name: Deploy Podman containers configuration
ansible.builtin.template:
src: containers.conf.j2
dest: /etc/containers/containers.conf
owner: root
group: root
mode: "0644"
- name: Create external Podman networks
containers.podman.podman_network:
name: "{{ item.name }}"