Commit Graph

9 Commits

Author SHA1 Message Date
Julian Schacher
d0884b52d6 Add requirements.yml listing docker_compose role as dependency 2024-01-18 18:38:26 +01:00
Julian Schacher
bbe8d3fe4e Make git ignore .DS_Store files using .gitignore 2024-01-11 02:13:02 +01:00
Julian Schacher
628c731a82 Add .editorconfig to ensure consistent general file style 2023-11-24 18:21:08 +01:00
Julian Schacher
75acd59ee8 Add docker role for making sure Docker is installed
Add a docker role for making sure Docker is installed from the Docker
repositories.
Take the role from the ccchh-ansible repo, provide attribution in the
README and add the relevant license in a new licenses directory.
Modify the role by removing the distribution check and adjusting the
task names to be in line with other task names in this repo.
2023-11-24 13:37:40 +01:00
Julian Schacher
7ddb91550f Add maintenance playbook for running all roles to do system maintenance
Currently it just includes the system_update role, but it will be
exanded in the future, when new relevant roles get added.
2023-11-24 13:08:17 +01:00
Julian Schacher
4b84472ac2 Add role for ensuring system is updated and potentially rebooted
The role also cleans up the local repository of retrieved package files
that can no longer be downloaded.
2023-11-24 12:59:42 +01:00
Julian Schacher
a921224e56 Add playbook for the initial basic deployment of a Hetzner VM
This playbook does the following:
- Creates a cit user (which has root privileges) using the cit_user
  role.
- Sets the cit users ssh authorized_keys to the authorized_keys of the
  root user.
2023-11-24 12:59:40 +01:00
Julian Schacher
97afdac16a Add role for ensuring a cit user, which has root privileges 2023-11-24 12:59:38 +01:00
Julian Schacher
96062d651d Initial commit. Create hetzner inventory with cit-ansible-test host 2023-11-24 12:59:11 +01:00