Removed Fortitude Project + Added user/group Cherry #21

Closed
xdovahkinx wants to merge 87 commits from (deleted):master into master
1 changed files with 16 additions and 0 deletions
Showing only changes of commit 26795eddb7 - Show all commits

View File

@ -0,0 +1,16 @@
---
- name: add group vnc
group:
name: vnc
system: yes
state: present
- name: Add the user vnc
user:
name: vnc
system: yes
shell: /bin/false
groups: vnc
create_home: yes
home: /var/lib/vnc
state: present