Add subordinate ids to Podman install

This commit is contained in:
Christer Warén 2024-05-02 18:14:57 +03:00 committed by GitHub
parent 58076dae27
commit 206cd75337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,18 @@
tags:
- podman
- name: "Install : Podman : Configure - Subordinate Ids : Users : root"
lineinfile:
path: /etc/subuid
regexp: "^root"
line: "root:100000:65536"
- name: "Installer : Podman : Configure - Subordinate Ids : Groups : root"
lineinfile:
path: /etc/subgid
regexp: "^root"
line: "root:100000:65536"
- name: "Install - Certbot - Python Library"
pip:
name: certbot