-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path12_LinksToParts.yml
46 lines (35 loc) · 1.92 KB
/
12_LinksToParts.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
- hosts: localhost
become: true
gather_facts: false
vars:
post_install_message: |
Developer License:
* https://developers.redhat.com/articles/faqs-no-cost-red-hat-enterprise-linux?source=sso
* https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/registrations
Product Documentation
* https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.2
* https://access.redhat.com/documentation/en-us/red_hat_satellite/6.11
Download Red Hat Ansible Automation Platform (Bundle)
* https://access.redhat.com/downloads/content/480/ver=2.2/rhel---9/2.2/x86_64/product-software
RHEL9 (For AutomationHub and Ansible Automation Platform)
* https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.0/x86_64/product-software
RHEL8.6 (For AutomationHub and Ansible Automation Platform)
* https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.6/x86_64/product-software
RHEL7.9 (If you want to install Satellite 6.11 or older Tower 3.5.x^)
* https://access.redhat.com/downloads/content/69/ver=/rhel---7/7.9/x86_64/product-software
Ansible (AAP) Entitlements:
* https://www.redhat.com/en/technologies/management/ansible/try-it
API Keys: (store these in a safe place)
Red Hat
* https://access.redhat.com/articles/3626371
* https://access.redhat.com/management/api
Red Hat Console API Key (Need to obtain AAP Entitlements first)
* https://console.redhat.com/ansible/automation-hub/token
Ansible Galaxy (Need a github user)
* https://galaxy.ansible.com/me/preferences
tasks:
- name: Getting Started with Red Hat Management Portfolio
debug: msg={{ post_install_message.split('\n') }}
- pause:
prompt: "Press ENTER to continue"