diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c6fd72..d37494f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"