Skip to content

Commit

Permalink
Update docs and add proxy default var.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnatan committed Apr 30, 2018
1 parent 7c6ec4f commit b2fab19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ python-pip to install a newer version of pexpect. Also rh-git29 is installed fro
Role Variables
--------------

At a minimum, override the variables vsts_accountname and vsts_poolname, other variables are documented in the defaults/main.yml file.
At a minimum, override the variables vsts_accountname and vsts_poolname to install the regular queue agent.
To install a deployment group agent override the variables vsts_accountname ,vsts_projectname and vsts_deploymentgroupname.

Other variables are documented in the defaults/main.yml file.

Dependencies
------------
Expand Down
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ vsts_agent_fullurl: "{{vsts_agent_baseurl}}/{{vsts_agent_version}}/{{vsts_agent_
vsts_accountname: "ENTERYOURACCOUNTNAME"
#ENTERYOURPOOLNAME
vsts_poolname: ""
vsts_proxyurl: ""

vsts_server_url: "https://{{vsts_accountname}}.visualstudio.com/"
vsts_agent_name: "{{ansible_hostname}}"
Expand Down

0 comments on commit b2fab19

Please sign in to comment.