mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-09 20:40:18 +00:00
Add subordinate ids to Podman install
This commit is contained in:
parent
58076dae27
commit
206cd75337
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user