ansible/README.md

23 lines
542 B
Markdown
Raw Permalink Normal View History

2017-03-26 20:02:33 +02:00
Ansible Freifunk Regensburg
===========================
2017-03-27 16:44:09 +02:00
## Requirements
2021-06-22 22:59:14 +02:00
The python packages netaddr and passlib are required on the host running ansible.
2017-03-27 17:49:24 +02:00
2017-03-27 16:44:09 +02:00
The vault password must be stored in `.vault_pass`.
2020-10-06 10:30:42 +02:00
The *only* supported distributions to deploy roles on is debian buster.
2017-03-27 17:49:24 +02:00
2017-03-27 16:44:09 +02:00
2017-03-26 20:14:06 +02:00
## Running Ansible
2017-03-27 16:44:09 +02:00
To deploy all defined roles on all servers simply run `ansible-playbook site.yml`.
2017-03-27 17:49:24 +02:00
To deploy only one server run `ansible-playbook -l hostname site.yml`.
2017-03-26 20:14:06 +02:00
## Notes
Some roles are derived from https://github.com/FreifunkBremen/ansible/