update vars
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user