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 @@
|
|||
spec:
|
||||
inputs:
|
||||
SCRIPT:
|
||||
description: "Select which Ansible playbook to run."
|
||||
options:
|
||||
- ''
|
||||
- 'base'
|
||||
default: ''
|
||||
type: string
|
||||
|
||||
---
|
||||
variables:
|
||||
SCRIPT:
|
||||
value: ""
|
||||
description: "Select which Ansible playbook to run."
|
||||
options:
|
||||
- "base"
|
||||
# SCRIPT:
|
||||
# value: "base"
|
||||
# description: "Select which Ansible playbook to run."
|
||||
# options:
|
||||
# - "base"
|
||||
|
||||
ANSIBLE_CONFIG: "$CI_PROJECT_DIR/ansible.cfg"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue