mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
5d1c8707a0
commit
526dbdbc1f
1 changed files with 16 additions and 5 deletions
|
|
@ -1,9 +1,20 @@
|
||||||
variables:
|
spec:
|
||||||
|
inputs:
|
||||||
SCRIPT:
|
SCRIPT:
|
||||||
value: ""
|
|
||||||
description: "Select which Ansible playbook to run."
|
description: "Select which Ansible playbook to run."
|
||||||
options:
|
options:
|
||||||
- "base"
|
- ''
|
||||||
|
- 'base'
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
|
|
||||||
|
---
|
||||||
|
variables:
|
||||||
|
# SCRIPT:
|
||||||
|
# value: "base"
|
||||||
|
# description: "Select which Ansible playbook to run."
|
||||||
|
# options:
|
||||||
|
# - "base"
|
||||||
|
|
||||||
ANSIBLE_CONFIG: "$CI_PROJECT_DIR/ansible.cfg"
|
ANSIBLE_CONFIG: "$CI_PROJECT_DIR/ansible.cfg"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue