Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to deployment group agents #1

Open
wants to merge 92 commits into
base: master
Choose a base branch
from

Conversation

cnatan
Copy link

@cnatan cnatan commented Apr 30, 2018

Add support to a new kind of vsts agent: https://docs.microsoft.com/en-us/vsts/build-release/concepts/definitions/release/deployment-groups/?view=vsts

Also add support to installations setted up behind a http proxy.

Made a fix to distro check, In ansible 2.5.0 the ansible_distribution_ facts return the following:

       {
        "ansible_distribution": "RedHat",
        "ansible_distribution_file_parsed": true,
        "ansible_distribution_file_path": "/etc/redhat-release",
        "ansible_distribution_file_search_string": "Red Hat",
        "ansible_distribution_file_variety": "RedHat",
        "ansible_distribution_major_version": "7",
        "ansible_distribution_release": "Maipo",
        "ansible_distribution_version": "7.5"
      }

cnatan and others added 30 commits April 30, 2018 14:41
…p-tags

adds support to deploymentgroup tags
paulomariano77 and others added 30 commits August 3, 2022 10:25
Hotfix v4.0.1 - Allow running in check mode
Fix: Add proxy environment variables to vsts-agent .env file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet