You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
filter_plugins | 3 years ago | |
group_vars/all | 2 years ago | |
host_vars | 2 years ago | |
library | 2 years ago | |
roles | 2 weeks ago | |
.ansible-lint | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
ansible.cfg | 2 years ago | |
hosts | 3 years ago | |
site.yml | 2 years ago |
README.md
Ansible Freifunk Regensburg
Requirements
The python packages netaddr and passlib are required on the host running ansible.
The vault password must be stored in .vault_pass
.
The only supported distributions to deploy roles on is debian buster.
Running Ansible
To deploy all defined roles on all servers simply run ansible-playbook site.yml
.
To deploy only one server run ansible-playbook -l hostname site.yml
.
Notes
Some roles are derived from https://github.com/FreifunkBremen/ansible/