Proxy nginx + torrent client
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
# defaults file for create_user
|
||||
primary_group: "{{ user }}"
|
||||
secondary_groups: ''
|
||||
password: ''
|
||||
shell: "/bin/bash"
|
||||
home: "/home/{{ user }}"
|
||||
create_home: "{{ 'false' if (home == '/nonexistent') else 'true'}}"
|
||||
Reference in New Issue
Block a user