refactor: Use alvistack repository

This commit is contained in:
2024-06-08 01:51:45 +02:00
parent b9a6f018e0
commit b11570c069
4 changed files with 38 additions and 97 deletions

View File

@@ -1,29 +1,30 @@
---
# tasks file for podman
- name: Installer les pré-requis
- name: Installer les paquets
ansible.builtin.apt:
name:
- dbus-user-session
- rootlesskit
- slirp4netns
- 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:
- Redémarrer l'instance
- Attendre que le port SSH soit ouvert
- name: Installer podman
ansible.builtin.apt:
name: podman
state: present
default_release: sid
become: true
notify:
- Redémarrer l'instance
- Attendre que le port SSH soit ouvert
- name: Exécuter les handlers
ansible.builtin.meta: flush_handlers