Name Mode Size
meta 040000
LICENSE 100644 1 kb
README.md 100644 1 kb
site.yml 100644 0 kb
README.md
# [`ansible-role-gitolite`][] An [Ansible][] [role][] for deploying [gitolite][] on [Debian][] >=9. [`ansible-role-gitolite`]: https://git.rcrnstn.net/rcrnstn/ansible-role-gitolite [Ansible]: https://docs.ansible.com/ansible [role]: https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html [gitolite]: https://gitolite.com [Debian]: https://www.debian.org ## Try out A stand-in [`site.yml`][] [playbook][] is provided, use it with ``` ansible-playbook -K -i $host, site.yml ``` (note the comma!) replacing `$host` with the host you want to set up (can be `localhost`, perhaps adding `--connection=local`). [`site.yml`]: site.yml [playbook]: https://docs.ansible.com/ansible/latest/user_guide/playbooks.html ## License Licensed under the [ISC License][] unless otherwise noted, see the [`LICENSE`][] file. [ISC License]: https://choosealicense.com/licenses/isc/ [`LICENSE`]: LICENSE