Issue 52 (#53)

* add fact scan

* add fact scan

* update patching role

* dont ask limit

* add become
This commit is contained in:
willtome
2023-01-16 12:02:51 -05:00
committed by GitHub
parent 33368cdc77
commit eeb1f2109c
5 changed files with 31 additions and 16 deletions

View File

@@ -10,12 +10,6 @@ controller_components:
- inventory_sources
- job_templates
controller_projects:
- name: Fact Scan
organization: Default
scm_type: git
scm_url: 'https://github.com/ansible/awx-facts-playbooks.git'
controller_credential_types:
- name: "Insights Collection"
kind: cloud
@@ -233,16 +227,24 @@ controller_templates:
required: true
- name: "LINUX / Fact Scan"
project: Fact Scan
playbook: scan_facts.yml
project: "Ansible official demo project"
playbook: linux/fact_scan.yml
inventory: Workshop Inventory
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
ask_limit_on_launch: true
use_fact_cache: true
credentials:
- Workshop Credential
survey_enabled: true
survey:
name: ''
description: ''
spec:
- question_name: Server Name or Pattern
type: text
variable: HOSTS
required: true
- name: "LINUX / Podman Webserver"
job_type: run