Tweak backup to exempt nobackup, and added user/group cherry

This commit is contained in:
Ubergeek
2020-01-08 00:30:24 +00:00
parent d0bc6877ea
commit 4e8714a5df
3 changed files with 18 additions and 6 deletions

View File

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