imfreedom/teamcity-ansible

Parents a532e415c4e3
Children f430ca8fa25c
Add a simple readme for now. There's a few more things that need to be added, but this gets the point across
  • +20 -0
    README.md
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/README.md Thu Oct 31 05:14:50 2019 -0500
    @@ -0,0 +1,20 @@
    +# 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.
    +
    +Currently it only supports Debian hosts, but adding other platforms is in
    +progress. Namely Macintosh, but maybe Windows as well.
    +
    +# Setup
    +
    +To setup an agent you first need to create an Ansible inventory file. I
    +typically put this in the `hosts/` directory with a name according to who they
    +belong to or where they're running. This can be any format that Ansible
    +supports, but I tend to use the plain text version as it's easier to disable
    +hosts.
    +
    +Once you have created this inventory, you can execute the `./run` script and it
    +will go ahead and configure your hosts. Your hosts will have to be authorized
    +in the TeamCity web interface by an administrator.
    +