change project name
This commit is contained in:
@@ -78,7 +78,7 @@ controller_templates:
|
|||||||
- name: SUBMIT FEEDBACK
|
- name: SUBMIT FEEDBACK
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: feedback.yml
|
playbook: feedback.yml
|
||||||
execution_environment: Default execution environment
|
execution_environment: Default execution environment
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -103,7 +103,7 @@ controller_templates:
|
|||||||
organization: Default
|
organization: Default
|
||||||
credentials:
|
credentials:
|
||||||
- AWS
|
- AWS
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: cloud/create_vpc.yml
|
playbook: cloud/create_vpc.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -133,7 +133,7 @@ controller_templates:
|
|||||||
organization: Default
|
organization: Default
|
||||||
credentials:
|
credentials:
|
||||||
- AWS
|
- AWS
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: cloud/aws_key.yml
|
playbook: cloud/aws_key.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ controller_inventory_sources:
|
|||||||
- name: Insights Inventory
|
- name: Insights Inventory
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
source: scm
|
source: scm
|
||||||
source_project: Ansible official demo project
|
source_project: Ansible Product Demos
|
||||||
source_path: linux/inventory.insights.yml
|
source_path: linux/inventory.insights.yml
|
||||||
credential: Insights Inventory
|
credential: Insights Inventory
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Register with Insights"
|
- name: "LINUX / Register with Insights"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/ec2_register.yml"
|
playbook: "linux/ec2_register.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -83,7 +83,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Troubleshoot"
|
- name: "LINUX / Troubleshoot"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/tshoot.yml"
|
playbook: "linux/tshoot.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -104,7 +104,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Temporary Sudo"
|
- name: "LINUX / Temporary Sudo"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/temp_sudo.yml"
|
playbook: "linux/temp_sudo.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -133,7 +133,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Patching"
|
- name: "LINUX / Patching"
|
||||||
job_type: check
|
job_type: check
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/patching.yml"
|
playbook: "linux/patching.yml"
|
||||||
execution_environment: Default execution environment
|
execution_environment: Default execution environment
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -156,7 +156,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Start Service"
|
- name: "LINUX / Start Service"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/service_start.yml"
|
playbook: "linux/service_start.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -181,7 +181,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Stop Service"
|
- name: "LINUX / Stop Service"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/service_stop.yml"
|
playbook: "linux/service_stop.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -206,7 +206,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Run Shell Script"
|
- name: "LINUX / Run Shell Script"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/run_script.yml"
|
playbook: "linux/run_script.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -228,7 +228,7 @@ controller_templates:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
- name: "LINUX / Fact Scan"
|
- name: "LINUX / Fact Scan"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: linux/fact_scan.yml
|
playbook: linux/fact_scan.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
execution_environment: Default execution environment
|
execution_environment: Default execution environment
|
||||||
@@ -251,7 +251,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Podman Webserver"
|
- name: "LINUX / Podman Webserver"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/podman.yml"
|
playbook: "linux/podman.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -276,7 +276,7 @@ controller_templates:
|
|||||||
- name: "LINUX / System Roles"
|
- name: "LINUX / System Roles"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/system_roles.yml"
|
playbook: "linux/system_roles.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -303,7 +303,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Install Web Console (cockpit)"
|
- name: "LINUX / Install Web Console (cockpit)"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/system_roles.yml"
|
playbook: "linux/system_roles.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -337,7 +337,7 @@ controller_templates:
|
|||||||
- name: "LINUX / DISA STIG"
|
- name: "LINUX / DISA STIG"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/compliance.yml"
|
playbook: "linux/compliance.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -359,7 +359,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Multi-profile Compliance"
|
- name: "LINUX / Multi-profile Compliance"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/compliance-enforce.yml"
|
playbook: "linux/compliance-enforce.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -405,7 +405,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Multi-profile Compliance Report"
|
- name: "LINUX / Multi-profile Compliance Report"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/compliance-report.yml"
|
playbook: "linux/compliance-report.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -445,7 +445,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Insights Compliance Scan"
|
- name: "LINUX / Insights Compliance Scan"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/insights_compliance_scan.yml"
|
playbook: "linux/insights_compliance_scan.yml"
|
||||||
credentials:
|
credentials:
|
||||||
- "Demo Credential"
|
- "Demo Credential"
|
||||||
@@ -470,7 +470,7 @@ controller_templates:
|
|||||||
- name: "LINUX / Deploy Application"
|
- name: "LINUX / Deploy Application"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "linux/deploy_application.yml"
|
playbook: "linux/deploy_application.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ controller_templates:
|
|||||||
job_type: check
|
job_type: check
|
||||||
organization: Default
|
organization: Default
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "network/report.yml"
|
playbook: "network/report.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -93,7 +93,7 @@ controller_templates:
|
|||||||
job_type: check
|
job_type: check
|
||||||
organization: Default
|
organization: Default
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "network/compliance.yml"
|
playbook: "network/compliance.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ controller_inventory_sources:
|
|||||||
- name: OpenShift CNV Inventory
|
- name: OpenShift CNV Inventory
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
source: scm
|
source: scm
|
||||||
source_project: Ansible official demo project
|
source_project: Ansible Product Demos
|
||||||
source_path: openshift/inventory.kubevirt.yml
|
source_path: openshift/inventory.kubevirt.yml
|
||||||
credential: OpenShift Credential
|
credential: OpenShift Credential
|
||||||
update_on_launch: false
|
update_on_launch: false
|
||||||
@@ -31,7 +31,7 @@ controller_templates:
|
|||||||
- name: OpenShift / EDA / Install Controller
|
- name: OpenShift / EDA / Install Controller
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/eda/install.yml"
|
playbook: "openshift/eda/install.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -44,7 +44,7 @@ controller_templates:
|
|||||||
- name: OpenShift / CNV / Install Operator
|
- name: OpenShift / CNV / Install Operator
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/cnv/install.yml"
|
playbook: "openshift/cnv/install.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -56,7 +56,7 @@ controller_templates:
|
|||||||
- name: OpenShift / CNV / Create RHEL VM
|
- name: OpenShift / CNV / Create RHEL VM
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/cnv/provision_rhel.yml"
|
playbook: "openshift/cnv/provision_rhel.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -100,7 +100,7 @@ controller_templates:
|
|||||||
- name: OpenShift / CNV / Create VM Snapshots
|
- name: OpenShift / CNV / Create VM Snapshots
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/cnv/snapshot.yml"
|
playbook: "openshift/cnv/snapshot.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -128,7 +128,7 @@ controller_templates:
|
|||||||
- name: OpenShift / CNV / Restore Latest VM Snapshots
|
- name: OpenShift / CNV / Restore Latest VM Snapshots
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/cnv/snapshot.yml"
|
playbook: "openshift/cnv/snapshot.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -156,7 +156,7 @@ controller_templates:
|
|||||||
- name: OpenShift / CNV / Delete VM
|
- name: OpenShift / CNV / Delete VM
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/cnv/delete.yml"
|
playbook: "openshift/cnv/delete.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -184,7 +184,7 @@ controller_templates:
|
|||||||
- name: OpenShift / CNV / Patch
|
- name: OpenShift / CNV / Patch
|
||||||
job_type: check
|
job_type: check
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/cnv/patch.yml"
|
playbook: "openshift/cnv/patch.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -206,7 +206,7 @@ controller_templates:
|
|||||||
|
|
||||||
- name: OpenShift / CNV / Wait Hosts
|
- name: OpenShift / CNV / Wait Hosts
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/cnv/wait.yml"
|
playbook: "openshift/cnv/wait.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -225,7 +225,7 @@ controller_templates:
|
|||||||
- name: OpenShift / Dev Spaces
|
- name: OpenShift / Dev Spaces
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/devspaces.yml"
|
playbook: "openshift/devspaces.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -236,7 +236,7 @@ controller_templates:
|
|||||||
- name: OpenShift / GitLab
|
- name: OpenShift / GitLab
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "openshift/gitlab.yml"
|
playbook: "openshift/gitlab.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -312,7 +312,7 @@ controller_workflows:
|
|||||||
default: "openshift-cnv-rhel*"
|
default: "openshift-cnv-rhel*"
|
||||||
simplified_workflow_nodes:
|
simplified_workflow_nodes:
|
||||||
- identifier: Project Sync
|
- identifier: Project Sync
|
||||||
unified_job_template: Ansible official demo project
|
unified_job_template: Ansible Product Demos
|
||||||
success_nodes:
|
success_nodes:
|
||||||
- Patch Instance
|
- Patch Instance
|
||||||
# We need to do an invnetory sync *after* creating snapshots, as turning VMs on/off changes their IP
|
# We need to do an invnetory sync *after* creating snapshots, as turning VMs on/off changes their IP
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ controller_inventory_sources:
|
|||||||
|
|
||||||
controller_templates:
|
controller_templates:
|
||||||
- name: LINUX / Register with Satellite
|
- name: LINUX / Register with Satellite
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: satellite/server_register.yml
|
playbook: satellite/server_register.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -104,7 +104,7 @@ controller_templates:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
- name: LINUX / Compliance Scan with Satellite
|
- name: LINUX / Compliance Scan with Satellite
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: satellite/server_openscap.yml
|
playbook: satellite/server_openscap.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
# execution_environment: Ansible Engine 2.9 execution environment
|
# execution_environment: Ansible Engine 2.9 execution environment
|
||||||
@@ -127,7 +127,7 @@ controller_templates:
|
|||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: SATELLITE / Publish Content View Version
|
- name: SATELLITE / Publish Content View Version
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: satellite/satellite_publish.yml
|
playbook: satellite/satellite_publish.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -149,7 +149,7 @@ controller_templates:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
- name: SATELLITE / Promote Content View Version
|
- name: SATELLITE / Promote Content View Version
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: satellite/satellite_promote.yml
|
playbook: satellite/satellite_promote.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -179,7 +179,7 @@ controller_templates:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
- name: SETUP / Satellite
|
- name: SETUP / Satellite
|
||||||
project: Ansible official demo project
|
project: Ansible Product Demos
|
||||||
playbook: satellite/setup_satellite.yml
|
playbook: satellite/setup_satellite.yml
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Install IIS"
|
- name: "WINDOWS / Install IIS"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/install_iis.yml"
|
playbook: "windows/install_iis.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -38,7 +38,7 @@ controller_templates:
|
|||||||
job_type: check
|
job_type: check
|
||||||
ask_job_type_on_launch: true
|
ask_job_type_on_launch: true
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/patching.yml"
|
playbook: "windows/patching.yml"
|
||||||
execution_environment: Default execution environment
|
execution_environment: Default execution environment
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -84,7 +84,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Rollback"
|
- name: "WINDOWS / Rollback"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/rollback.yml"
|
playbook: "windows/rollback.yml"
|
||||||
execution_environment: Default execution environment
|
execution_environment: Default execution environment
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -109,7 +109,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Test Connectivity"
|
- name: "WINDOWS / Test Connectivity"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/connect.yml"
|
playbook: "windows/connect.yml"
|
||||||
execution_environment: Default execution environment
|
execution_environment: Default execution environment
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
@@ -130,7 +130,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Chocolatey install multiple"
|
- name: "WINDOWS / Chocolatey install multiple"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/windows_choco_multiple.yml"
|
playbook: "windows/windows_choco_multiple.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -150,7 +150,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Chocolatey install specific"
|
- name: "WINDOWS / Chocolatey install specific"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/windows_choco_specific.yml"
|
playbook: "windows/windows_choco_specific.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -174,7 +174,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Run PowerShell"
|
- name: "WINDOWS / Run PowerShell"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/powershell.yml"
|
playbook: "windows/powershell.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -199,7 +199,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Query Services"
|
- name: "WINDOWS / Query Services"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/powershell_script.yml"
|
playbook: "windows/powershell_script.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -227,7 +227,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / Configuring Password Requirements"
|
- name: "WINDOWS / Configuring Password Requirements"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/powershell_dsc.yml"
|
playbook: "windows/powershell_dsc.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -247,7 +247,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / AD / Create Domain"
|
- name: "WINDOWS / AD / Create Domain"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/create_ad_domain.yml"
|
playbook: "windows/create_ad_domain.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -267,7 +267,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / AD / Join Domain"
|
- name: "WINDOWS / AD / Join Domain"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/join_ad_domain.yml"
|
playbook: "windows/join_ad_domain.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -292,7 +292,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / AD / New User"
|
- name: "WINDOWS / AD / New User"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/helpdesk_new_user_portal.yml"
|
playbook: "windows/helpdesk_new_user_portal.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
@@ -336,7 +336,7 @@ controller_templates:
|
|||||||
- name: "WINDOWS / DISA STIG"
|
- name: "WINDOWS / DISA STIG"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible Product Demos"
|
||||||
playbook: "windows/compliance.yml"
|
playbook: "windows/compliance.yml"
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
|
|||||||
Reference in New Issue
Block a user