Add pterodactyl subuid & subgid
This commit is contained in:
parent
aa45883690
commit
b8af028ce6
1 changed files with 13 additions and 0 deletions
|
@ -9,3 +9,16 @@
|
|||
service:
|
||||
name: pterodactyl-panel-compose
|
||||
enabled: true
|
||||
- name: pterodactyl subuid
|
||||
lineinfile:
|
||||
state: present
|
||||
path: /etc/subuid
|
||||
insertafter: EOF
|
||||
line: pterodactyl:200000:65536
|
||||
- name: pterodactyl subgid
|
||||
lineinfile:
|
||||
state: present
|
||||
path: /etc/subgid
|
||||
insertafter: EOF
|
||||
line: pterodactyl:200000:65536
|
||||
|
||||
|
|
Loading…
Reference in a new issue