[usermanagement] feat: allow drone to use packer
This commit is contained in:
parent
6fe1080e0f
commit
715a652e0e
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ drone ansible.siempie.internal=(root) NOPASSWD:/usr/local/bin/ansible-playbook *
|
|||
{% if inventory_hostname == 'mgmt01.infra.vpn.mirahsimon.us' %}
|
||||
drone mgmt01.siempie.internal=(simon) NOPASSWD:/usr/local/bin/kubectl *
|
||||
{% endif %}
|
||||
{% if inventory_hostname == 'packer.siempie.internal' %}
|
||||
drone packer.siempie.internal=(root) NOPASSWD:/usr/local/bin/packer *
|
||||
{% endif %}
|
||||
{% if inventory_hostname == 'registry.siempie.internal' %}
|
||||
drone registry.siempie.internal=(root) NOPASSWD:/usr/bin/docker *
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue