Skip to content
Snippets Groups Projects
Verified Commit bb0b2aef authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Reflect local updates on utility server

parent 5b3137ed
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,11 @@
commands: ALL
state: present
- name: Add a new Linux user
- name: Add Linux users
ansible.builtin.user:
name: "{{ item.username }}"
comment: "{{ item.full_name }}"
create_home: yes
groups: sudo
append: yes
password: '!' # Do not allow login with a password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment