You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
this will download an create a new folder for a new agent. but it will be nice to have agent_name as an array
az_devops_agent_name: "{{ ansible_hostname }}-agent1"
az_devops_agent_folder: "/home/{{ az_devops_agent_user }}/{{ az_devops_agent_name }}/"
az_devops_work_folder: "/home/{{ az_devops_agent_user }}/{{ az_devops_agent_name }}/_work"
Playbook could accept an array of agent names, so it is possible to have multiple agents in same server.
Actually, there is no possibility and adding a new name to the variables, will uninstall existing one.
The text was updated successfully, but these errors were encountered: