update vars

This commit is contained in:
willtome
2022-02-11 08:41:09 -06:00
parent 99a6ff6dbf
commit a82f3223e3
2 changed files with 6 additions and 4 deletions

View File

@@ -82,6 +82,8 @@ controller_templates:
- question_name: How long to grant access in minutes - question_name: How long to grant access in minutes
type: text type: text
variable: sudo_time variable: sudo_time
default: 10
required: true
- name: "LINUX / Patching" - name: "LINUX / Patching"
job_type: run job_type: run
inventory: "Workshop Inventory" inventory: "Workshop Inventory"
@@ -104,7 +106,7 @@ controller_templates:
job_type: run job_type: run
inventory: "Workshop Inventory" inventory: "Workshop Inventory"
project: "Ansible official demo project" project: "Ansible official demo project"
playbook: "linux/start_service.yml" playbook: "linux/service_start.yml"
execution_environment: Default execution environment execution_environment: Default execution environment
use_fact_cache: true use_fact_cache: true
credentials: credentials:
@@ -126,7 +128,7 @@ controller_templates:
job_type: run job_type: run
inventory: "Workshop Inventory" inventory: "Workshop Inventory"
project: "Ansible official demo project" project: "Ansible official demo project"
playbook: "linux/stop_service.yml" playbook: "linux/service_stop.yml"
execution_environment: Default execution environment execution_environment: Default execution environment
use_fact_cache: true use_fact_cache: true
credentials: credentials:
@@ -162,7 +164,7 @@ controller_templates:
variable: HOSTS variable: HOSTS
required: true required: true
- question_name: Service Name - question_name: Service Name
type: block type: textarea
variable: shell_script variable: shell_script
required: true required: true
- name: "LINUX / Fact Scan" - name: "LINUX / Fact Scan"

View File

@@ -17,4 +17,4 @@
- name: Print Message - name: Print Message
debug: debug:
msg: "{{ user_message }}" msg: "{{ user_message }}"
when: user_message is defined #when: user_message is defined