feat: rework logging and rotation rules
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user