Install AWX On Debian

Source: Internet
Author: User

AnsibleWorks AWX is a paid version of Ansible, which can be used for free, but can only manage up to 10 hosts. AWX provides Web-based interfaces, including REST APIs, role access control, and Job templates.

AWX can only be installed on RHEL/CentOS 6 or later versions of Ubuntu 12.04 by default. Because AWX is also deployed by Playbook, we only need to modify it to install it on Debian.

After downloading the AWX installation package, unpackage the package first:

tar zxvf awx-setup-latest.tar.gz    

Then, obtain the following modified files:

  • Https://gist.github.com/xuxiaodong/7923544:corresponding to the roles/packages_ubuntu/tasks/main. yml File
  • Https://gist.github.com/xuxiaodong/7923564:the corresponding roles/postgres/tasks/main. yml File
  • Https://gist.github.com/xuxiaodong/7923574:the corresponding roles/misc/tasks/main. yml File
  • Https://gist.github.com/xuxiaodong/7923608:corresponding to the site. yml File

At the same time, modify as neededgroup_vars/allAnd set the password.

Then, execute:

./setup.sh

The Installation Process of AWX is started.

Enter/etc/apache2/sites-enabled, Create two symbolic links:

ln -s ../conf.d/awx.conf .ln -s ../conf.d/awx-plain.conf .

In addition/etc/apache2/apache2.confInRequire all deniedComment out.

That is, set:

<Directory />        Options FollowSymLinks        AllowOverride None        Require all denied</Directory>

Changed:

<Directory />        Options FollowSymLinks        AllowOverride None        #Require all denied</Directory>

Restart the Apache service to access the service through https: // localhost. The Default User of AWX is admin and the password isgroup_vars/all.

Recommended reading:

Change Debian's default desktop to Xfce

Debian 7.0 Wheezy test experience

Debian 7.0 Wheezy released!

Install Debian 7.0 Wheezy on a USB flash drive

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.