debops / ansible-gitlab

Install, upgrade and manage GitLab instance
GNU General Public License v3.0
51 stars 23 forks source link

Custom Ansible #23

Open bscott opened 9 years ago

bscott commented 9 years ago

I already have existing ansible directory, how can I use this with my existing setup without needing to install all the PIP requirements and scripts?

drybjed commented 9 years ago

Currently this role is not very independent from the rest of the project and some parts of it might never be due to custom Ansible plugins DebOps uses to let you customize templates and files independently from the roles. Right now you need at least root.yml playbook from main debops/debops-playbooks repository to configure a few local Ansible facts on a host. Other than that, you should be able to configure GitLab on any host, however I would try to set up on a DebOps-managed host first to see what is being done and have a baseline for your own setup.