From 7433226e245c2a5f12f93d89aaa2cc8d750b9d14 Mon Sep 17 00:00:00 2001 From: ipvsean Date: Mon, 9 Mar 2020 10:41:17 -0400 Subject: [PATCH] updating fact_scan demo --- README.md | 8 ++++++++ playbooks/group_vars/all/all.yml | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index 845e223..2cfe91f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,14 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml Not available + + SERVER / Fact Scan + Will Tome +
demo: fact_scan
+ scan facts for Linux and Windows systems + Not available + + # Contribute diff --git a/playbooks/group_vars/all/all.yml b/playbooks/group_vars/all/all.yml index 102c23c..f860f40 100644 --- a/playbooks/group_vars/all/all.yml +++ b/playbooks/group_vars/all/all.yml @@ -57,6 +57,26 @@ demos: workshop_type: - f5 - rhel + fact_scan: + author: "Will Tome" + name: "SERVER / Fact Scan" + description: "scan facts for Linux and Windows systems" + job_type: "run" + inventory: "Workshop Inventory" + playbook: "playbooks/05_scan_facts.yml" + credential: "Workshop Credential" + survey_enabled: yes + survey_spec: "{{survey_hardening}}" + project: + name: "Ansible official awx-facts-playbooks project" + description: "Repository containing playbooks to support fact scanning in Ansible Tower and AWX" + organization: "Default" + scm_type: git + scm_url: "https://github.com/ansible/awx-facts-playbooks.git" + workshop_type: + - f5 + - rhel + - windows windows_iis: author: "Colin McNaughton" name: "Windows IIS Server"