imfreedom/teamcity-ansible

822b75fd264a
Move everything to be setup like a more common ansible setup
# teamcity-ansible
This repository contains all of the ansible roles for setting up a TeamCity
agent to connect to the Instant Messaging Freedom TeamCity server.
# Running
There are currently 2 playbooks you can run. One for simple build agents that
build directly on the host named `teamcity_simple_agents.yaml` and the other
uses convey and docker to build for many platforms from a single host, named
`teamcity_convey_agents.yaml`.
To run one of these playbooks you just need to run
```
ansible-playbook <playbook>
```
If you just want to run against specific hosts you can use
`--limit host1,host2`.