cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

middleware:iac:awx:index.html



Middleware

AWX Cheet Sheat and Configuration Examples



AWX Cheet Sheat and Configuration Examples


    Installation

    RHEL/CentOS

    Preparation for installation
    # yum install git ansible docker python-docker-py
    

    or

    # yum install epel-release
    # yum install docker python-pip git
    # pip install -U pip
    # pip install ansible docker-compose
    

    or

    # yum install yum-utils device-mapper-persistent-data lvm2
    # yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
    # yum install docker-ce
    
    Install AWX
    # git clone https://github.com/ansible/awx.git
    # cd awx/installer
    # vi inventory
    
         docker_compose(docker_compose_dir)
         Proxy(http_proxy, https_proxy, no_proxy)
         PostgreSQL(postgres_data_dir)
    
    # ansible-playbook –i inventory install.yml –e postgres_data_dir=/var/lib/pgdocke
    

    http://x.x.x.x/
    User: admin / Password : password




    AWX Cheet Sheat and Configuration Examples





      middleware/iac/awx/index.html.txt · Last modified: 2020/03/28 by admin

      Page Tools