This ansible role installing and configure simple teamcity build agent
The target host for running the Teamcit build agent must be configured in advance:
- Java virtual machine installed;
- connection to the network port of the Teamcity build agent is available.
None
The adress (uri) of your TeamCity server
teamcity_server_url: https://localhost
Account, that you can specify at this variable, must to be configured on the target in advance.
teamcity_build_username: "{{ teamcity-agent | default(ansible_user) }}"
- hosts: teamcity-agent
vars:
teamcity_server_url: http://teamcity.some.tld
teamcity_build_username: builder
roles:
- spr0sto.teamcity-agent