mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Merge branch 'amcclure' of thunix/ansible into master (Added user quetzalcoatl)
This commit is contained in:
@@ -14,3 +14,4 @@
|
||||
- include: users/fosslinux.yml
|
||||
- include: users/slip.yml
|
||||
- include: users/parik.yml
|
||||
- include: users/quetzalcoatl.yml
|
||||
|
||||
10
roles/shell/tasks/users/quetzalcoatl.yml
Normal file
10
roles/shell/tasks/users/quetzalcoatl.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- user:
|
||||
name: quetzalcoatl
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/quetzalcoatl
|
||||
Reference in New Issue
Block a user