andock-ci.server is a Ansible role which:
- Install docksal
- Update docksal
- Configure docksal to listen on 0.0.0.0
- Add thin acs (andock-ci server)
The livecycle can be controlled with tags
- install
- update
For more infos visit: https://github.com/andock-ci/pipeline
In order to build your apps with Andock CI, you will need:
- Ansible in your deploy machine
- Docksal
Andock-CI is an Ansible role distributed globally using Ansible Galaxy. In order to install Andock-CI role you can use the following command.
$ ansible-galaxy install andock-ci.fin
If you want to update the role, you need to pass --force parameter when installing. Please, check the following command:
$ ansible-galaxy install --force andock-ci.fin
BSD
Christian Wiedemann (christian.wiedemann@key-tec.de)