vsts-agent
VSTS-Agent
This is a rework of the vsts-agent role from https://github.com/sigio/ansible-role-vsts-agent. After my pull request was not accepted, commented or rejected for a long time I assume the role was abandoned.
A role to install and configure the VSTS-agent (Microsoft Visual Studio Team Services Build and Release Agent) for RedHat Enterprise 7.2+
Requirements
python-pip to install a newer version of pexpect. Also rh-git29 is installed from software-collections, as VSTS requires a newer version of git.
Role Variables
At a minimum, override the variables vsts_accountname and vsts_poolname, other variables are documented in the defaults/main.yml file.
Dependencies
None
Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: angrox.vsts-agent }
License
MIT
Author Information
github: angrox
ansible-galaxy install angrox/ansible-role-vsts-agent