gsoft-inc / ansible-role-azure-devops-agent

An Ansible role that installs and configures a Linux machine to be used as an Azure DevOps build or deployment agent.
59 stars 72 forks source link

Merge updates made by @rparsonsbb #3

Closed yohanb closed 5 years ago

yohanb commented 5 years ago

Nice little maintenance updates made by @rparsonsbb in his fork.

yohanb commented 5 years ago

@rparsonsbb what's the purpose of adding install_az_devops_agent ?

rparsonsbb commented 5 years ago

Its an ongoing piece that got dropped while I’m working other priorities.

Eventually the playbook will either install the playbook or configure – at least that’s the plan.

In my current use case I install the agent on an AMI then store that for use later and configure the ado agent on startup in the user_data.

From: Yohan Belval notifications@github.com Sent: Monday, August 12, 2019 11:41 AM To: sharegate/ansible-role-azure-devops-agent ansible-role-azure-devops-agent@noreply.github.com Cc: Parsons, Richard Richard.Parsons@blackbook.com; Mention mention@noreply.github.com Subject: Re: [sharegate/ansible-role-azure-devops-agent] Merge updates made by @rparsonsbb (#3)

@rparsonsbbhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_rparsonsbb&d=DwMCaQ&c=B73tqXN8Ec0ocRmZHMCntw&r=l8D_NSFwUz5siyqMyqrYI-XQ_Wc5NDO14D2g_HgCU0E&m=wnoOLbNpR4K16wiD6wRC30aelgBPFWTkaM_3oU6YnGA&s=MstpdJCia25gyaF6SdgAACr07ujPtYLJ2QuBRnAZPKw&e= what's the purpose of adding install_az_devops_agent ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sharegate_ansible-2Drole-2Dazure-2Ddevops-2Dagent_pull_3-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DAMCRXZEBW7DQMXFOEHYAWZTQEF77NA5CNFSM4ILCOGN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4C55YY-23issuecomment-2D520478435&d=DwMCaQ&c=B73tqXN8Ec0ocRmZHMCntw&r=l8D_NSFwUz5siyqMyqrYI-XQ_Wc5NDO14D2g_HgCU0E&m=wnoOLbNpR4K16wiD6wRC30aelgBPFWTkaM_3oU6YnGA&s=vbTjGRFFwC27qdAH3fbpJr5pREa3CpPzDvVpzaDUaVk&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AMCRXZHARGP2YMFO4UNX4G3QEF77NANCNFSM4ILCOGNQ&d=DwMCaQ&c=B73tqXN8Ec0ocRmZHMCntw&r=l8D_NSFwUz5siyqMyqrYI-XQ_Wc5NDO14D2g_HgCU0E&m=wnoOLbNpR4K16wiD6wRC30aelgBPFWTkaM_3oU6YnGA&s=-LA6xkSG-g_Aen150uMfQx2gAZCYbW7_RJPi58x6_ww&e=.

yohanb commented 5 years ago

Alright thanks. I'll remove that part with a seperate commit on my side.