ANSIBLE TOWER INSTALL
[root@localhost ~]# wget https://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-latest.tar.gz
--2018-12-18 10:40:16-- https://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-latest.tar.gz
Resolving releases.ansible.com (releases.ansible.com)... 104.24.17.59, 104.24.16.59, 2606:4700:20::6818:103b, ...
Connecting to releases.ansible.com (releases.ansible.com)|104.24.17.59|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5313681 (5.1M) [application/x-gzip]
Saving to: ‘ansible-tower-setup-latest.tar.gz’
100%[==================================================================================================>] 5,313,681 1.19MB/s in 5.0s
2018-12-18 10:40:21 (1.00 MB/s) - ‘ansible-tower-setup-latest.tar.gz’ saved [5313681/5313681]
[root@localhost ~]# tar xvf ansible-tower-setup-latest.tar.gz
[root@localhost ~]# cd ansible-tower-setup-3.3.2-1/
[root@localhost ansible-tower-setup-3.3.2-1]# ls
backup.yml group_vars install.yml inventory licenses README.md restore.yml roles setup.sh
root@localhost ansible-tower-setup-3.3.2-1]# cat inventory
[tower]
localhost ansible_connection=local
[database]
[all:vars]
admin_password='password'
pg_host=''
pg_port=''
pg_database='awx'
pg_username='awx'
pg_password='password'
rabbitmq_username=tower
rabbitmq_password='password'
rabbitmq_cookie=cookiemonster
# Isolated Tower nodes automatically generate an RSA key for authentication;
# To disable this behavior, set this value to false
# isolated_key_generation=true
[root@localhost ansible-tower-setup-3.3.2-1]#
[root@localhost ansible-tower-setup-3.3.2-1]# vi /etc/hosts
[root@localhost ansible-tower-setup-3.3.2-1]# yum install postgresql*
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
Package postgresql96-9.6.11-1PGDG.rhel7.x86_64 already installed and latest version
Package postgresql96-libs-9.6.11-1PGDG.rhel7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package postgresql.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-contrib.x86_64 0:9.2.24-1.el7_5 will be installed
--> Processing Dependency: libossp-uuid.so.16()(64bit) for package: postgresql-contrib-9.2.24-1.el7_5.x86_64
---> Package postgresql-devel.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-docs.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-jdbc.noarch 0:42.2.5-1.rhel7 will be installed
---> Package postgresql-jdbc-javadoc.noarch 0:42.2.5-1.rhel7 will be installed
---> Package postgresql-libs.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-odbc.x86_64 0:09.03.0100-2.el7 will be installed
--> Processing Dependency: libodbcinst.so.2()(64bit) for package: postgresql-odbc-09.03.0100-2.el7.x86_64
---> Package postgresql-pgpool-II.x86_64 0:3.4.6-1.el7 will be installed
--> Processing Dependency: libmemcached.so.11()(64bit) for package: postgresql-pgpool-II-3.4.6-1.el7.x86_64
---> Package postgresql-pgpool-II-devel.x86_64 0:3.4.6-1.el7 will be installed
---> Package postgresql-pgpool-II-extensions.x86_64 0:3.4.6-1.el7 will be installed
---> Package postgresql-plperl.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-plpython.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-plruby.x86_64 0:0.5.3-13.el7 will be installed
---> Package postgresql-plruby-doc.x86_64 0:0.5.3-13.el7 will be installed
---> Package postgresql-pltcl.x86_64 0:9.2.24-1.el7_5 will be installed
--> Processing Dependency: libtcl8.5.so()(64bit) for package: postgresql-pltcl-9.2.24-1.el7_5.x86_64
---> Package postgresql-server.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-test.x86_64 0:9.2.24-1.el7_5 will be installed
---> Package postgresql-unit96.x86_64 0:7.0-1.rhel7 will be installed
---> Package postgresql-unit96-debuginfo.x86_64 0:7.0-1.rhel7 will be installed
---> Package postgresql96-contrib.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-debuginfo.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-devel.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-docs.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-odbc.x86_64 0:11.00.0000-1PGDG.rhel7 will be installed
---> Package postgresql96-plperl.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-plpython.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-pltcl.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-server.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql96-tcl.x86_64 0:2.4.0-1.rhel7 will be installed
---> Package postgresql96-tcl-debuginfo.x86_64 0:2.3.1-1.rhel7 will be installed
---> Package postgresql96-test.x86_64 0:9.6.11-1PGDG.rhel7 will be installed
---> Package postgresql_anonymizer96.noarch 0:0.2.1-1.rhel7 will be installed
--> Running transaction check
---> Package libmemcached.x86_64 0:1.0.16-5.el7 will be installed
---> Package tcl.x86_64 1:8.5.13-8.el7 will be installed
---> Package unixODBC.x86_64 0:2.3.1-11.el7 will be installed
---> Package uuid.x86_64 0:1.6.2-26.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
============================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================
Installing:
postgresql x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 3.0 M
postgresql-contrib x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 553 k
postgresql-devel x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 952 k
postgresql-docs x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 6.9 M
postgresql-jdbc noarch 42.2.5-1.rhel7 pgdg96 757 k
postgresql-jdbc-javadoc noarch 42.2.5-1.rhel7 pgdg96 483 k
postgresql-libs x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 234 k
postgresql-odbc x86_64 09.03.0100-2.el7 rhel-7-server-rpms 273 k
postgresql-pgpool-II x86_64 3.4.6-1.el7 epel 697 k
postgresql-pgpool-II-devel x86_64 3.4.6-1.el7 epel 20 k
postgresql-pgpool-II-extensions x86_64 3.4.6-1.el7 epel 20 k
postgresql-plperl x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 83 k
postgresql-plpython x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 96 k
postgresql-plruby x86_64 0.5.3-13.el7 epel 100 k
postgresql-plruby-doc x86_64 0.5.3-13.el7 epel 17 k
postgresql-pltcl x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 60 k
postgresql-server x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 3.8 M
postgresql-test x86_64 9.2.24-1.el7_5 rhel-7-server-rpms 1.8 M
postgresql-unit96 x86_64 7.0-1.rhel7 pgdg96 72 k
postgresql-unit96-debuginfo x86_64 7.0-1.rhel7 pgdg96 82 k
postgresql96-contrib x86_64 9.6.11-1PGDG.rhel7 pgdg96 569 k
postgresql96-debuginfo x86_64 9.6.11-1PGDG.rhel7 pgdg96 9.0 M
postgresql96-devel x86_64 9.6.11-1PGDG.rhel7 pgdg96 1.8 M
postgresql96-docs x86_64 9.6.11-1PGDG.rhel7 pgdg96 13 M
postgresql96-odbc x86_64 11.00.0000-1PGDG.rhel7 pgdg96 283 k
postgresql96-plperl x86_64 9.6.11-1PGDG.rhel7 pgdg96 62 k
postgresql96-plpython x86_64 9.6.11-1PGDG.rhel7 pgdg96 80 k
postgresql96-pltcl x86_64 9.6.11-1PGDG.rhel7 pgdg96 44 k
postgresql96-server x86_64 9.6.11-1PGDG.rhel7 pgdg96 4.5 M
postgresql96-tcl x86_64 2.4.0-1.rhel7 pgdg96 299 k
postgresql96-tcl-debuginfo x86_64 2.3.1-1.rhel7 pgdg96 7.6 k
postgresql96-test x86_64 9.6.11-1PGDG.rhel7 pgdg96 1.5 M
postgresql_anonymizer96 noarch 0.2.1-1.rhel7 pgdg96 1.1 M
Installing for dependencies:
libmemcached x86_64 1.0.16-5.el7 rhel-7-server-rpms 237 k
tcl x86_64 1:8.5.13-8.el7 rhel-7-server-rpms 1.9 M
unixODBC x86_64 2.3.1-11.el7 rhel-7-server-rpms 413 k
uuid x86_64 1.6.2-26.el7 rhel-7-server-rpms 55 k
Transaction Summary
============================================================================================================================================
Install 33 Packages (+4 Dependent packages)
Total download size: 55 M
Installed size: 195 M
Is this ok [y/d/N]: y
Downloading packages:
(1/37): libmemcached-1.0.16-5.el7.x86_64.rpm | 237 kB 00:00:03
(2/37): postgresql-9.2.24-1.el7_5.x86_64.rpm | 3.0 MB 00:00:03
(3/37): postgresql-contrib-9.2.24-1.el7_5.x86_64.rpm | 553 kB 00:00:02
(4/37): postgresql-jdbc-javadoc-42.2.5-1.rhel7.noarch.rpm | 483 kB 00:00:01
(5/37): postgresql-jdbc-42.2.5-1.rhel7.noarch.rpm | 757 kB 00:00:01
(6/37): postgresql-devel-9.2.24-1.el7_5.x86_64.rpm | 952 kB 00:00:04
(7/37): postgresql-docs-9.2.24-1.el7_5.x86_64.rpm | 6.9 MB 00:00:04
(8/37): postgresql-pgpool-II-3.4.6-1.el7.x86_64.rpm | 697 kB 00:00:00
(9/37): postgresql-pgpool-II-devel-3.4.6-1.el7.x86_64.rpm | 20 kB 00:00:00
(10/37): postgresql-pgpool-II-extensions-3.4.6-1.el7.x86_64.rpm | 20 kB 00:00:00
(11/37): postgresql-libs-9.2.24-1.el7_5.x86_64.rpm | 234 kB 00:00:02
(12/37): postgresql-odbc-09.03.0100-2.el7.x86_64.rpm | 273 kB 00:00:02
(13/37): postgresql-plruby-0.5.3-13.el7.x86_64.rpm | 100 kB 00:00:00
(14/37): postgresql-plruby-doc-0.5.3-13.el7.x86_64.rpm | 17 kB 00:00:00
(15/37): postgresql-plperl-9.2.24-1.el7_5.x86_64.rpm | 83 kB 00:00:02
(16/37): postgresql-plpython-9.2.24-1.el7_5.x86_64.rpm | 96 kB 00:00:02
(17/37): postgresql-pltcl-9.2.24-1.el7_5.x86_64.rpm | 60 kB 00:00:02
(18/37): postgresql-unit96-7.0-1.rhel7.x86_64.rpm | 72 kB 00:00:00
(19/37): postgresql96-contrib-9.6.11-1PGDG.rhel7.x86_64.rpm | 569 kB 00:00:00
(20/37): postgresql-unit96-debuginfo-7.0-1.rhel7.x86_64.rpm | 82 kB 00:00:01
(21/37): postgresql-server-9.2.24-1.el7_5.x86_64.rpm | 3.8 MB 00:00:03
(22/37): postgresql-test-9.2.24-1.el7_5.x86_64.rpm | 1.8 MB 00:00:03
(23/37): postgresql96-devel-9.6.11-1PGDG.rhel7.x86_64.rpm | 1.8 MB 00:00:02
(24/37): postgresql96-debuginfo-9.6.11-1PGDG.rhel7.x86_64.rpm | 9.0 MB 00:00:05
(25/37): postgresql96-odbc-11.00.0000-1PGDG.rhel7.x86_64.rpm | 283 kB 00:00:00
(26/37): postgresql96-plperl-9.6.11-1PGDG.rhel7.x86_64.rpm | 62 kB 00:00:00
(27/37): postgresql96-plpython-9.6.11-1PGDG.rhel7.x86_64.rpm | 80 kB 00:00:00
(28/37): postgresql96-pltcl-9.6.11-1PGDG.rhel7.x86_64.rpm | 44 kB 00:00:00
(29/37): postgresql96-server-9.6.11-1PGDG.rhel7.x86_64.rpm | 4.5 MB 00:00:03
(30/37): postgresql96-tcl-2.4.0-1.rhel7.x86_64.rpm | 299 kB 00:00:00
(31/37): postgresql96-tcl-debuginfo-2.3.1-1.rhel7.x86_64.rpm | 7.6 kB 00:00:00
(32/37): postgresql96-test-9.6.11-1PGDG.rhel7.x86_64.rpm | 1.5 MB 00:00:01
(33/37): tcl-8.5.13-8.el7.x86_64.rpm | 1.9 MB 00:00:00
(34/37): unixODBC-2.3.1-11.el7.x86_64.rpm | 413 kB 00:00:00
(35/37): postgresql_anonymizer96-0.2.1-1.rhel7.noarch.rpm | 1.1 MB 00:00:01
(36/37): uuid-1.6.2-26.el7.x86_64.rpm | 55 kB 00:00:00
(37/37): postgresql96-docs-9.6.11-1PGDG.rhel7.x86_64.rpm | 13 MB 00:00:13
--------------------------------------------------------------------------------------------------------------------------------------------
Total 1.6 MB/s | 55 MB 00:00:33
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : postgresql-libs-9.2.24-1.el7_5.x86_64 1/37
Installing : postgresql96-server-9.6.11-1PGDG.rhel7.x86_64 2/37
Installing : postgresql-9.2.24-1.el7_5.x86_64 3/37
Installing : postgresql-server-9.2.24-1.el7_5.x86_64 4/37
Installing : 1:tcl-8.5.13-8.el7.x86_64 5/37
Installing : unixODBC-2.3.1-11.el7.x86_64 6/37
Installing : postgresql-devel-9.2.24-1.el7_5.x86_64 7/37
Installing : postgresql-plruby-0.5.3-13.el7.x86_64 8/37
Installing : postgresql96-devel-9.6.11-1PGDG.rhel7.x86_64 9/37
Installing : uuid-1.6.2-26.el7.x86_64 10/37
Installing : libmemcached-1.0.16-5.el7.x86_64 11/37
Installing : postgresql-pgpool-II-3.4.6-1.el7.x86_64 12/37
Installing : postgresql-pgpool-II-devel-3.4.6-1.el7.x86_64 13/37
Installing : postgresql-pgpool-II-extensions-3.4.6-1.el7.x86_64 14/37
Installing : postgresql-contrib-9.2.24-1.el7_5.x86_64 15/37
Installing : postgresql96-test-9.6.11-1PGDG.rhel7.x86_64 16/37
Installing : postgresql-plruby-doc-0.5.3-13.el7.x86_64 17/37
Installing : postgresql-test-9.2.24-1.el7_5.x86_64 18/37
Installing : postgresql-odbc-09.03.0100-2.el7.x86_64 19/37
Installing : postgresql96-odbc-11.00.0000-1PGDG.rhel7.x86_64 20/37
Installing : postgresql-pltcl-9.2.24-1.el7_5.x86_64 21/37
Installing : postgresql96-tcl-2.4.0-1.rhel7.x86_64 22/37
Installing : postgresql96-pltcl-9.6.11-1PGDG.rhel7.x86_64 23/37
Installing : postgresql-plpython-9.2.24-1.el7_5.x86_64 24/37
Installing : postgresql-plperl-9.2.24-1.el7_5.x86_64 25/37
Installing : postgresql-docs-9.2.24-1.el7_5.x86_64 26/37
Installing : postgresql-unit96-7.0-1.rhel7.x86_64 27/37
Installing : postgresql96-plperl-9.6.11-1PGDG.rhel7.x86_64 28/37
Installing : postgresql96-plpython-9.6.11-1PGDG.rhel7.x86_64 29/37
Installing : postgresql_anonymizer96-0.2.1-1.rhel7.noarch 30/37
Installing : postgresql96-contrib-9.6.11-1PGDG.rhel7.x86_64 31/37
Installing : postgresql-jdbc-42.2.5-1.rhel7.noarch 32/37
Installing : postgresql-unit96-debuginfo-7.0-1.rhel7.x86_64 33/37
Installing : postgresql96-docs-9.6.11-1PGDG.rhel7.x86_64 34/37
Installing : postgresql-jdbc-javadoc-42.2.5-1.rhel7.noarch 35/37
Installing : postgresql96-debuginfo-9.6.11-1PGDG.rhel7.x86_64 36/37
Installing : postgresql96-tcl-debuginfo-2.3.1-1.rhel7.x86_64 37/37
Verifying : postgresql-unit96-7.0-1.rhel7.x86_64 1/37
Verifying : postgresql-docs-9.2.24-1.el7_5.x86_64 2/37
Verifying : postgresql-contrib-9.2.24-1.el7_5.x86_64 3/37
Verifying : postgresql-plruby-doc-0.5.3-13.el7.x86_64 4/37
Verifying : postgresql-odbc-09.03.0100-2.el7.x86_64 5/37
Verifying : postgresql96-server-9.6.11-1PGDG.rhel7.x86_64 6/37
Verifying : postgresql96-tcl-debuginfo-2.3.1-1.rhel7.x86_64 7/37
Verifying : 1:tcl-8.5.13-8.el7.x86_64 8/37
Verifying : libmemcached-1.0.16-5.el7.x86_64 9/37
Verifying : postgresql96-plperl-9.6.11-1PGDG.rhel7.x86_64 10/37
Verifying : postgresql-pltcl-9.2.24-1.el7_5.x86_64 11/37
Verifying : postgresql-pgpool-II-3.4.6-1.el7.x86_64 12/37
Verifying : postgresql-pgpool-II-devel-3.4.6-1.el7.x86_64 13/37
Verifying : postgresql-plpython-9.2.24-1.el7_5.x86_64 14/37
Verifying : postgresql96-tcl-2.4.0-1.rhel7.x86_64 15/37
Verifying : postgresql96-plpython-9.6.11-1PGDG.rhel7.x86_64 16/37
Verifying : postgresql-pgpool-II-extensions-3.4.6-1.el7.x86_64 17/37
Verifying : unixODBC-2.3.1-11.el7.x86_64 18/37
Verifying : postgresql_anonymizer96-0.2.1-1.rhel7.noarch 19/37
Verifying : postgresql-plruby-0.5.3-13.el7.x86_64 20/37
Verifying : postgresql96-debuginfo-9.6.11-1PGDG.rhel7.x86_64 21/37
Verifying : postgresql96-test-9.6.11-1PGDG.rhel7.x86_64 22/37
Verifying : postgresql-server-9.2.24-1.el7_5.x86_64 23/37
Verifying : postgresql-jdbc-javadoc-42.2.5-1.rhel7.noarch 24/37
Verifying : postgresql96-pltcl-9.6.11-1PGDG.rhel7.x86_64 25/37
Verifying : postgresql-plperl-9.2.24-1.el7_5.x86_64 26/37
Verifying : postgresql-test-9.2.24-1.el7_5.x86_64 27/37
Verifying : postgresql96-docs-9.6.11-1PGDG.rhel7.x86_64 28/37
Verifying : postgresql-unit96-debuginfo-7.0-1.rhel7.x86_64 29/37
Verifying : postgresql96-contrib-9.6.11-1PGDG.rhel7.x86_64 30/37
Verifying : postgresql96-devel-9.6.11-1PGDG.rhel7.x86_64 31/37
Verifying : uuid-1.6.2-26.el7.x86_64 32/37
Verifying : postgresql96-odbc-11.00.0000-1PGDG.rhel7.x86_64 33/37
Verifying : postgresql-devel-9.2.24-1.el7_5.x86_64 34/37
Verifying : postgresql-libs-9.2.24-1.el7_5.x86_64 35/37
Verifying : postgresql-9.2.24-1.el7_5.x86_64 36/37
Verifying : postgresql-jdbc-42.2.5-1.rhel7.noarch 37/37
Installed:
postgresql.x86_64 0:9.2.24-1.el7_5 postgresql-contrib.x86_64 0:9.2.24-1.el7_5
postgresql-devel.x86_64 0:9.2.24-1.el7_5 postgresql-docs.x86_64 0:9.2.24-1.el7_5
postgresql-jdbc.noarch 0:42.2.5-1.rhel7 postgresql-jdbc-javadoc.noarch 0:42.2.5-1.rhel7
postgresql-libs.x86_64 0:9.2.24-1.el7_5 postgresql-odbc.x86_64 0:09.03.0100-2.el7
postgresql-pgpool-II.x86_64 0:3.4.6-1.el7 postgresql-pgpool-II-devel.x86_64 0:3.4.6-1.el7
postgresql-pgpool-II-extensions.x86_64 0:3.4.6-1.el7 postgresql-plperl.x86_64 0:9.2.24-1.el7_5
postgresql-plpython.x86_64 0:9.2.24-1.el7_5 postgresql-plruby.x86_64 0:0.5.3-13.el7
postgresql-plruby-doc.x86_64 0:0.5.3-13.el7 postgresql-pltcl.x86_64 0:9.2.24-1.el7_5
postgresql-server.x86_64 0:9.2.24-1.el7_5 postgresql-test.x86_64 0:9.2.24-1.el7_5
postgresql-unit96.x86_64 0:7.0-1.rhel7 postgresql-unit96-debuginfo.x86_64 0:7.0-1.rhel7
postgresql96-contrib.x86_64 0:9.6.11-1PGDG.rhel7 postgresql96-debuginfo.x86_64 0:9.6.11-1PGDG.rhel7
postgresql96-devel.x86_64 0:9.6.11-1PGDG.rhel7 postgresql96-docs.x86_64 0:9.6.11-1PGDG.rhel7
postgresql96-odbc.x86_64 0:11.00.0000-1PGDG.rhel7 postgresql96-plperl.x86_64 0:9.6.11-1PGDG.rhel7
postgresql96-plpython.x86_64 0:9.6.11-1PGDG.rhel7 postgresql96-pltcl.x86_64 0:9.6.11-1PGDG.rhel7
postgresql96-server.x86_64 0:9.6.11-1PGDG.rhel7 postgresql96-tcl.x86_64 0:2.4.0-1.rhel7
postgresql96-tcl-debuginfo.x86_64 0:2.3.1-1.rhel7 postgresql96-test.x86_64 0:9.6.11-1PGDG.rhel7
postgresql_anonymizer96.noarch 0:0.2.1-1.rhel7
Dependency Installed:
libmemcached.x86_64 0:1.0.16-5.el7 tcl.x86_64 1:8.5.13-8.el7 unixODBC.x86_64 0:2.3.1-11.el7 uuid.x86_64 0:1.6.2-26.el7
Complete!
Comments
Post a Comment