1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-08-16 10:29:50 +02:00

Make ansible a system account

This commit is contained in:
L3D 2024-04-16 14:09:31 +02:00
parent 247ac27999
commit d0f3edead8
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
shell: '/bin/bash' shell: '/bin/bash'
group: 'ansible' group: 'ansible'
state: "{{ l3d_users__ansible_user_state | ternary('present', 'absent') }}" state: "{{ l3d_users__ansible_user_state | ternary('present', 'absent') }}"
system: true
password: "{{ l3d_users__ansible_user_password }}" password: "{{ l3d_users__ansible_user_password }}"
create_home: true create_home: true

View file

@ -1,3 +1,3 @@
--- ---
playbook_version_number: 13 playbook_version_number: 14
playbook_version_path: 'l3d.users.user.version' playbook_version_path: 'l3d.users.user.version'