| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Document how to use Ansible on Windows (#247) | 2024-04-28 | -4/+9 | |
| | | ||||
| * | Use same indent for all fail2ban options | 2024-04-27 | -1/+1 | |
| | | ||||
| * | Add bellas user | 2024-04-24 | -53/+99 | |
| | | ||||
| * | Use Ansible Vault for storing users | 2024-04-15 | -1/+3 | |
| | | | | | Closes #211. | |||
| * | Update vars to have the role name as a prefix | 2024-04-15 | -16/+16 | |
| | | ||||
| * | Configure Ansible for user authentication (#213) | 2024-04-14 | -2/+1 | |
| | | ||||
| * | Add a users role | 2024-04-13 | -0/+31 | |
| | | | | | | | | | 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. | |||
| * | Copy root bashrc from skel | 2024-04-12 | -0/+1 | |
| | | ||||
| * | Configure SSH daemon options in unit dropin | 2024-04-12 | -9/+20 | |
| | | | | | | | Disable password authentication and root logins and use a configuration file that is independent of the `sshd_config` that `apt` itself will modify on upgrades. | |||
| * | Install unattended-upgrades on our nodes | 2024-04-12 | -0/+8 | |
| | | ||||
| * | Move requirements to poetry | 2023-08-13 | -4/+0 | |
| | | ||||
| * | Add a basic README for the ansible folder | 2023-08-13 | -0/+17 | |
| | | ||||
| * | Move all ansible files to their own folder | 2023-08-13 | -0/+1101 | |