You've already forked role_podman
feat: Switch to CoreOS
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
---
|
||||
# tasks file for podman
|
||||
|
||||
- name: Installer les paquets
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- dbus-user-session
|
||||
- containernetworking-dnsname
|
||||
- containernetworking-plugins
|
||||
- containernetworking-podman-machine
|
||||
- dbus-user-session
|
||||
- passt
|
||||
- podman
|
||||
- podman-aardvark-dns
|
||||
- podman-docker
|
||||
- podman-gvproxy
|
||||
- podman-netavark
|
||||
- python3-podman-compose
|
||||
- uidmap
|
||||
- systemd-container
|
||||
install_recommends: true
|
||||
state: present
|
||||
become: true
|
||||
notify:
|
||||
- Corriger le problème passt VS pasta
|
||||
- Redémarrer l'instance
|
||||
- Attendre que le port SSH soit ouvert
|
||||
|
||||
- name: Exécuter les handlers
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
- name: Déployer la configuration de rsyslog
|
||||
ansible.builtin.template:
|
||||
src: templates/rsyslog.conf.j2
|
||||
dest: /etc/rsyslog.d/10-podman.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=r,o=r
|
||||
when: podman_configure_rsyslog
|
||||
become: true
|
||||
notify: Redémarrer rsyslog.service
|
||||
|
||||
- name: Désactiver le service de mise à jour automatique pour root
|
||||
ansible.builtin.systemd_service:
|
||||
name: podman-auto-update.timer
|
||||
enabled: false
|
||||
become: true
|
||||
Reference in New Issue
Block a user