-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Landon edited this page Feb 4, 2021
·
3 revisions
- Download Tower
- Tower Downloads: https://releases.ansible.com/ansible-tower/setup-bundle/
- Latest: https://releases.ansible.com/ansible-tower/setup-bundle/ansible-tower-setup-bundle-latest.tar.gz
- Choose your flavor of virtualization. I use VirtualBox:
- Download a RHEL install DVD and provision a server configured with only packages. NO GUI!
- RHEL8.3 (latest): https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.3/x86_64/product-software
- SSH and login to your new RHEL system. Register RHEL, attach a valid subscription, refresh the YUM cache, and then install Ansible and Git:
subscription-manager register --username={{ rhn_username }} --password={{ rhn_password }}
subscription-manager attach
subscription-manager repos --enable ansible-2.10-for-rhel-8-x86_64-rpms
subscription-manager refresh
yum -v clean expire-cache metadata
yum clean all
yum repolist
yum install git ansible -y
This repo will prep a RHEL 7/8 OS, and then download, install, and configure Tower with a an org and users, project, inventory, and credential before finally kicking off a fact collection job: https://github.com/harrytruman/ansible-tower
- Download Tower repo and run the playbook:
git clone git@github.com:harrytruman/ansible-tower.git
cd ansible-tower
ansible-playbook tower-setup.yml
Getting Started:
-
[Intro to Ansible Networking])https://github.com/harrytruman/network-config)