|
3 months ago | |
---|---|---|
roles | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
cryptpad.yml | 3 months ago | |
cryptpad_vars.yml.example | 3 months ago | |
general_vars.yml.example | 3 months ago | |
hosts.example | 3 months ago | |
postgres.yml | 3 months ago | |
postgres_vars.yml.example | 3 months ago | |
requirements.txt | 3 months ago |
Contains ansible playbooks to set up Uberspaces.
Technical dependencies on host machine (Python 3.5+):
Technical dependencies on managed machines:
Install further dependencies on the host machine: pip install -r requirements.txt
After cloning the repo to your ansible host, copy hosts.example
to
hosts
and fill the file appropriately.
Furthermore, you have to copy the *_vars.yml.example
files and
update the variable values.
All playbooks expect a fresh Uberspace with SSH key set up via management dashboard.
ansible-playbook -i hosts postgres.yml