Skip to content

Commit e73d91e

Browse files
authored
Merge pull request #130 from ericcames/ericames/productdemo
Updating the readme
2 parents 80968d9 + 4852aea commit e73d91e

1 file changed

Lines changed: 47 additions & 18 deletions

File tree

README.md

Lines changed: 47 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,71 @@ Looking for other Daily Demos?
1818

1919
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/redhatdemo.png "Catalog Item")
2020

21-
**Moving in**
21+
**Getting started**
22+
1. [Get Automation Hub Token](https://console.redhat.com/ansible/automation-hub/token/ "Load Token")<br>
23+
2. [Create Service Account](https://github.com/ericcames/aap.as.code.starter.kit/blob/main/docs/Ansible%20Automation%20Platform%20Service%20Account.pdf "Service Account")<br>
24+
3. Ensure that we have a certified credential
25+
- Name
26+
```
27+
Automation Hub - certified
28+
```
29+
- Credential type
30+
```
31+
Ansible Galaxy/Automation Hub API Token
32+
```
33+
- Galaxy Server URL
34+
```
35+
https://console.redhat.com/api/automation-hub/content/published/
36+
```
37+
- Auth Server URL
38+
```
39+
https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
40+
```
41+
- API Token
2242
23-
1. Ensure that we have the following credentials
24-
- Automation Hub - certified
25-
- Galaxy Server URL - https://console.redhat.com/api/automation-hub/content/published/
26-
- Auth Server URL - https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
27-
- Credential type - Ansible Galaxy/Automation Hub API Token
2843
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/AHcertified.png "certified")
2944
30-
- Automation Hub - validated
31-
- Galaxy Server URL - https://console.redhat.com/api/automation-hub/content/validated/
32-
- Auth Server URL - https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
33-
- Credential type - Ansible Galaxy/Automation Hub API Token
34-
35-
2. Ensure the Galaxy credentials are related to the Default Organization
45+
4. Ensure that we have a validated credential
46+
- Name
47+
```
48+
Automation Hub - validated
49+
```
50+
- Credential type
51+
```
52+
Ansible Galaxy/Automation Hub API Token
53+
```
54+
- Galaxy Server URL
55+
```
56+
https://console.redhat.com/api/automation-hub/content/validated/
57+
```
58+
- Auth Server URL
59+
```
60+
https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
61+
```
62+
- API Token
63+
64+
5. Ensure the Galaxy credentials are related to the Default Organization
3665
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/orgswithcreds.png "Default Organization")
3766
38-
3. Create your vault credential
67+
6. Create your vault credential
3968
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/myvault.png "Vault")
4069
41-
4. Create your project
70+
7. Create your project
4271
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/project.png "aap.as.code")
4372
44-
5. Create a remote vault with your secrets
73+
8. Create a remote vault with your secrets
4574
4675
[Remote Vault](https://raw.githubusercontent.com/ericcames/sourcefiles/refs/heads/main/vault_ames.yml "vault_ames.yml")<br>
4776
[Example Vault](https://github.com/ericcames/sourcefiles/blob/main/vault_example.yml "vault_example.yml")<br>
4877
49-
6. Add your public ssh key to a public repo. Amazon works with RSA keys.
78+
9. Add your public ssh key to a public repo. Amazon works with RSA keys.
5079
5180
[Public SSH Key](https://raw.githubusercontent.com/ericcames/sourcefiles/refs/heads/main/id_rsa.pub "Public SSH Key")
5281
53-
7. Update my_windows_catalog_short_description: Ames AAP Windows AWS Daily Demo with the short description of your catalog item.<br>
82+
10. Update my_windows_catalog_short_description: Ames AAP Windows AWS Daily Demo with the short description of your catalog item.<br>
5483
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/snowshort.png "ServiceNow Catalog Item")
5584
56-
8. Create your job template
85+
11. Create your job template
5786
![alt text](https://github.com/ericcames/aap.as.code/blob/main/images/newtemplate.png "Setup - AAP - CAC")
5887
5988
Template name

0 commit comments

Comments
 (0)