summaryrefslogtreecommitdiff
path: root/roles/users/tasks
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-02-04 20:05:23 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-02-04 20:05:23 +0000
commit3610ce270fcd849d9e9da66c6d590552b73cc342 (patch)
treee94b836cf3a3949830650f0c4859c84cbe47ab5d /roles/users/tasks
parent272b7ed063f79abb368b0eb511dad98d010086ab (diff)
downloadinfra-3610ce270fcd849d9e9da66c6d590552b73cc342.tar.gz
infra-3610ce270fcd849d9e9da66c6d590552b73cc342.tar.bz2
infra-3610ce270fcd849d9e9da66c6d590552b73cc342.zip
Add user d to http group
Diffstat (limited to 'roles/users/tasks')
-rw-r--r--roles/users/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml
index 83e43f8..864934a 100644
--- a/roles/users/tasks/main.yml
+++ b/roles/users/tasks/main.yml
@@ -11,6 +11,8 @@
home: /home/d
groups:
- wheel
+ # Group http required to deploy websites with rsync under personal
+ # username.
- http
- name: Setup SSH directory for Dmitry Ilvokhin