Skip to main content

Red Hat Ansible Tower with Vagrant

Red Hat Ansible Tower Header. Credit: https://www.ansible.com/hs-fs/hubfs/2017_Images/Social/RH-Ansible-Automation-Header.png

If you have already installed Vagrant and Virtualbox, it supper easy to try Red Hat Ansible Tower.

According to Ansible Tower documentation, it is free for usage for up to 10 nodes.

$ vagrant init ansible/tower
$ vagrant up --provider virtualbox
$ vagrant ssh
Red Hat Ansible Tower with Vagrant and VirtualBox

Popular posts from this blog

nmap - The Network Mapper

WARNING : It is ILLEGAL to scan hosts without permission.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.