Skip to content

Commit 008d67d

Browse files
authored
Merge pull request #73 from ericcames/ericames/productdemo
preparing to publish to galaxy
2 parents 59a5bdc + dbc08a3 commit 008d67d

5 files changed

Lines changed: 39 additions & 65 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,14 @@ Looking for other Daily Demos?
4444
[Remote Vault](https://raw.githubusercontent.com/ericcames/sourcefiles/refs/heads/main/vault_ames.yml "vault_ames.yml")<br>
4545
[Example Vault](https://github.com/ericcames/sourcefiles/blob/main/vault_example.yml "vault_example.yml")<br>
4646

47-
6. Fork the following [repo](https://github.com/ericcames/event.driven.ansible "event.driven.ansible"). Update the servicenow [rulebook](https://github.com/ericcames/event.driven.ansible/blob/main/rulebooks/servicenow/servicenow_events.yml "servicenow_events.yml") with the short description of your catalog item.<br>
47+
6. Add your public ssh key to a public repo
48+
49+
[Public SSH Key](https://raw.githubusercontent.com/ericcames/sourcefiles/refs/heads/main/id_rsa.pub "Public SSH Key")
50+
51+
7. Fork the following [repo](https://github.com/ericcames/event.driven.ansible "event.driven.ansible"). Update the servicenow [rulebook](https://github.com/ericcames/event.driven.ansible/blob/main/rulebooks/servicenow/servicenow_events.yml "servicenow_events.yml") with the short description of your catalog item.<br>
4852
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/snowshort.png "ServiceNow Catalog Item")
4953

50-
7. Create your job template
54+
8. Create your job template
5155
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/template.png "Setup - AAP - CAC")
5256

5357
Extra variables

galaxy.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
authors:
3+
- Eric Ames (ericcames)
4+
dependencies:
5+
"ansible.posix": ">=2.1.0"
6+
"ansible.utils": ">=6.0.0"
7+
"ansible.platform": ">=2.6.20250924"
8+
"ansible.hub": ">=1.0.2"
9+
"ansible.controller": ">=4.7.1"
10+
"ansible.eda": ">=2.10.0"
11+
"infra.aap_configuration": ">=3.8.0"
12+
license_file: LICENSE
13+
name: aap_as_code
14+
description: A showcase to Configuration as Code. This repo is designed to have a repeatable build process for Ansible Automation Platform sales demos. We are leveraging the work that the Red Hat Product Demos team is doing.
15+
namespace: ericcames
16+
readme: README.md
17+
repository: https://github.com/ericcames/aap.as.code
18+
issues: https://github.com/ericcames/aap.as.code/issues
19+
tags:
20+
- lab
21+
- cloud
22+
- amazon
23+
- aws
24+
- windows
25+
- dailydemo
26+
- ansible
27+
- automation
28+
- sales
29+
- Panos
30+
- Palo_alto
31+
version: 1.0.0

meta/runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
requires_ansible: ">=2.16.14"

seed/job_templates.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

seed/job_templates_workflow.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)