Add Podman deployment configuration
This commit is contained in:
14
dev/host_vars/podman.yml
Normal file
14
dev/host_vars/podman.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# base
|
||||
allow_reboot: false
|
||||
manage_network: false
|
||||
|
||||
users:
|
||||
kris:
|
||||
uid: 1001
|
||||
gid: 1001
|
||||
home: true
|
||||
|
||||
# podman
|
||||
user_namespaces:
|
||||
- kris
|
||||
|
Reference in New Issue
Block a user