role mastodon added
This commit is contained in:
6
roles/mastodon/tasks/system_setup/user.yml
Normal file
6
roles/mastodon/tasks/system_setup/user.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: mastodon | create mastodon user
|
||||
user:
|
||||
name: "{{ mastodon_user }}"
|
||||
createhome: true
|
||||
shell: /bin/bash
|
||||
home: "{{ mastodon_home }}"
|
||||
Reference in New Issue
Block a user