feat: allow drone to use ansible-galaxy
This commit is contained in:
parent
388186109e
commit
1423cfc312
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
{% if inventory_hostname == 'ansible.siempie.internal' %}
|
||||
drone ansible.siempie.internal=(root) NOPASSWD:/usr/bin/git -C /etc/ansible *
|
||||
drone ansible.siempie.internal=(root) NOPASSWD:/usr/bin/git -C /etc/ansible/roles/common *
|
||||
drone ansible.siempie.internal=(root) NOPASSWD:/usr/local/bin/ansible-galaxy
|
||||
install -r *
|
||||
drone ansible.siempie.internal=(root) NOPASSWD:/usr/local/bin/ansible-galaxy *
|
||||
drone ansible.siempie.internal=(root) NOPASSWD:/usr/local/bin/ansible-playbook *
|
||||
{% endif %}
|
||||
{% if inventory_hostname == 'mgmt01.infra.vpn.mirahsimon.us' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue