mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-22 18:50:20 +00:00
Add subordinate ids to Podman install
This commit is contained in:
parent
58076dae27
commit
206cd75337
@ -82,6 +82,18 @@
|
|||||||
tags:
|
tags:
|
||||||
- podman
|
- 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"
|
- name: "Install - Certbot - Python Library"
|
||||||
pip:
|
pip:
|
||||||
name: certbot
|
name: certbot
|
||||||
|
Loading…
Reference in New Issue
Block a user