diff options
| author | 2024-04-10 21:34:40 +0200 | |
|---|---|---|
| committer | 2024-04-13 08:53:01 +0200 | |
| commit | 546fa6555d0cba300486f035ae8ca7fecc30d345 (patch) | |
| tree | 5d5debc27b264a6dbed6edd9e9c24ce65ae57704 /ansible/.gitattributes | |
| parent | Copy root bashrc from skel (diff) | |
Add a users role
The new `pydis-users` role allows us to manage user accounts and move
away from the root user setup script, eventually locking down SSH access
to the root user.
Joe, Chris and me have been added as users.
Diffstat (limited to 'ansible/.gitattributes')
| -rw-r--r-- | ansible/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/.gitattributes b/ansible/.gitattributes new file mode 100644 index 0000000..923ae1a --- /dev/null +++ b/ansible/.gitattributes @@ -0,0 +1 @@ +roles/pydis-users/vars/main.yml filter=git-crypt diff=git-crypt |