imfreedom/teamcity-ansible

Parents f430ca8fa25c
Children df70970b8625
Add an additional group to the playbook so we can define which to use in our inventories
  • +8 -1
    agent.yml
  • --- a/agent.yml Fri Nov 08 14:44:30 2019 -0600
    +++ b/agent.yml Sun Nov 10 04:08:12 2019 -0600
    @@ -1,5 +1,5 @@
    ---
    -- hosts: all
    +- hosts: convey
    roles:
    - role: docker
    - role: convey
    @@ -10,4 +10,11 @@
    - role: openjdk
    - role: teamcity
    teamcity_server: https://ci.imfreedom.org/
    +- hosts: simple
    + roles:
    + - role: mercurial
    + - role: git
    + - role: openjdk
    + - role: teamcity
    + teamcity_server: https://ci.imfreedom.org/