|
| 1 | +Ansible Tower is supported by the following operating systems: |
| 2 | + |
| 3 | +Red Hat Enterprise Linux 6 64-bit |
| 4 | +Red Hat Enterprise Linux 7 64-bit |
| 5 | +CentOS 6 64-bit |
| 6 | +CentOS 7 64-bit |
| 7 | +Ubuntu 12.04 LTS 64-bit |
| 8 | +Ubuntu 14.04 LTS 64-bit |
| 9 | +Ubuntu 16.04 LTS 64 bit |
| 10 | +You should have the latest stable release of Ansible. |
| 11 | + |
| 12 | +64-bit support required (kernel and runtime) and 20 GB hard disk. |
| 13 | + |
| 14 | +Minimum 2 GB RAM (4+ GB RAM recommended) is required. |
| 15 | + |
| 16 | +2 GB RAM (minimum and recommended for Vagrant trial installations |
| 17 | +4 GB RAM is recommended /100 forks |
| 18 | +For Amazon EC2: Instance size of m3.medium or larger is required for less than 100 hosts and if you have more than 100 hosts, then you require an instance size of m3.xlarge or larger. |
| 19 | + |
| 20 | +For HA MongoDB setups, you can use the below formula for a rough estimate of the amount of space required. |
| 21 | + |
| 22 | +Installation of Ansible Tower |
| 23 | +Before you install Ansible Tower, you have to first install and configure Ansible on your operating system and then also install PostgreSQL. |
| 24 | + |
| 25 | +So, first let’s start by installing and configuring Ansible. I will be using Ubuntu – 16.04 version as my operating system. |
| 26 | + |
| 27 | +Install and Configure Ansible on Ubuntu |
| 28 | +Step 1: As a root user, configure the Ansible PPA using the below commands. |
| 29 | + |
| 30 | +apt-get install software-properties-common |
| 31 | +apt-add-repository ppa:ansible/ansible |
| 32 | +Step 2: After configuring, install Ansible using the below commands. |
| 33 | + |
| 34 | +apt-get update |
| 35 | +apt-get install ansible |
| 36 | +After you are done installing, install PostgreSQL. |
| 37 | + |
| 38 | +Installing PostgreSQL |
| 39 | +Use the below commands, to install PostgreSQL. |
| 40 | + |
| 41 | +apt-get update |
| 42 | +sudo apt-get install postgresql postgresql-contrib |
| 43 | +Download Ansible Tower |
| 44 | +Step 1.1: Once you are done installing Ansible, register to download the Ansible – Tower. |
| 45 | + |
| 46 | +Step 1.2: You will receive an email after you register to download the Ansible Tower. Open your mail and then click on the download button, to download. |
| 47 | + |
| 48 | +Step 1.3: Then extract the Ansible Tower installation tool using the below commands. |
| 49 | + |
| 50 | +tar xvzf ansible-tower-setup-latest.tar.gz |
| 51 | +ansible-tower-setup-<tower_version> |
| 52 | +where tower-version, is the version of the tower you have downloaded. |
| 53 | + |
| 54 | +Step 2: After that set up your inventory file, where you have to mention the necessary passwords (admin_password, pg_password, rabbitmq_password) in the inventory file. |
| 55 | + |
| 56 | +Step 3: Now, as the Tower setup playbook script uses the inventory file, it has to be invoked as ./setup.sh from the path where you unpacked the Tower installer tarball. |
| 57 | + |
| 58 | +./setup.sh |
| 59 | +Step 4: Once you are done setting up the Tower, use the web browser to access the Tower server and view the Tower login screen, wherein you have to enter the username and password, to access the Tower Dashboard. |
| 60 | + |
| 61 | +Create a User |
| 62 | +To create a user, go the settings option and then choose the User tab. Once you enter the User tab, click on the Add option to add a new User. Mention the details required and then click on Save. |
| 63 | + |
| 64 | +Create an Inventory |
| 65 | +Now, create an Inventory, by just clicking on the Inventories option and then going to the Add option. |
| 66 | + |
| 67 | +Once you click on the Add option, mention all the details required like the name, description, organization and then click on Save. |
| 68 | + |
| 69 | +Create a Host |
| 70 | +To create a host, go the Inventories tab and choose the inventory to which you want to add hosts. Then choose the Hosts tab and click on Add Hosts. Here I want to add hosts for the inventory that was created above. Once the details are mentioned, click on Save. |
| 71 | + |
| 72 | +Create a Credential |
| 73 | +After creating hosts, create a credential by going to the settings options, and then choose the Credentials tab. After that, go to the Add option and mention the details. Once you are done, mentioning the details, click on Save. |
| 74 | + |
| 75 | +Setting up a Project |
| 76 | +There are two ways to access a simple playbook, either you can do it manually or by specifying a link from a Github repository. |
| 77 | + |
| 78 | +In this blog, I am going to access the project manually. |
| 79 | + |
| 80 | +Accessing a Manually created Playbook |
| 81 | +For accessing a manually created playbook, you first have to create a playbook and then set up the project. |
| 82 | + |
| 83 | +So, follow the below steps and start creating a playbook. |
| 84 | + |
| 85 | +Use command line console as a root user and create a directory for your project on the Tower server file system, in which to store your Ansible playbooks for this project. |
| 86 | + |
| 87 | +Now, make a new project directory by creating it on the Tower filesystem under the Project Base Path directory, located by default in “/var/lib/awx/projects/”. Here the new directory is DEMO. |
| 88 | + |
| 89 | +Now, let’s start setting up a project. |
| 90 | + |
| 91 | +To set up a project use your web browser, create the new project by clicking on the Projects link at the top of the Tower Dashboard and click on the Add button. |
| 92 | + |
| 93 | +Once you click on the Add button, you will be redirected to a page wherein you have to fill in details such as Name and Description of Project. Then, set the SCM type to be Manual, and for the Playbook Directory, select a value which corresponds to the subdirectory you created and then click on Save. |
| 94 | + |
| 95 | +Create a Job Template |
| 96 | +Now, let’s create a Job Template, by going to the Job Template tab and then clicking on the Add button. Once you click on the Add button, you will be re-directed to the page where you have to fill in the details such as Name, Description, Inventory name, Project, Playbooks, Credentials. |
| 97 | + |
| 98 | +Launch a Job |
| 99 | +From the Job Templates overview screen, click the Launch button(rocket symbol) to run the Job Template. When you launch the job you can clearly see at the end of the output that the message has been printed. |
0 commit comments