add linux job

This commit is contained in:
willtome
2022-02-10 16:49:09 -06:00
parent da7b9f601c
commit 6f493f14dc
3 changed files with 89 additions and 1 deletions

33
linux/setup.yml Normal file
View File

@@ -0,0 +1,33 @@
---
controller_validate_certs: false
controller_components:
- job_templates
controller_templates:
- name: "LINUX / Register"
job_type: run
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "linux/ec2_register.yml"
credentials:
- "Workshop Credential"
survey_enabled: true
extra_vars:
activation_key: undef
org_id: undef
survey:
name: ''
description: ''
spec:
- question_name: Server Name or Pattern
type: text
variable: HOSTS
required: true
- question_name: Choose Environment
type: multiplechoice
variable: env
choices:
- Dev
- QA
- Prod
required: true