imfreedom/teamcity-ansible

Add a vault
draft
2021-06-02, Gary Kramlich
1f4dfbb121c1
Add a vault
# 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`.