1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-25 06:33:24 +02:00
2022-02-18 16:00:06 +01:00

10 lines
162 B
YAML

---
- name: Create user account
user:
name: "{{ pgweb_user }}"
system: True
home: "{{ pgweb_root_dir }}"
shell: /sbin/nologin
tags: pgweb,pg