Posts

Showing posts from March, 2019

Ansible AWX with Docker on CentOS 7

Image
Introduction of AWX Ansible AWS is the Open Source version of ansible tower. AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Ansible Tower, a commercial derivative of AWX. System Requirements for AWX Server At least 2 cpu cores. At least 4GB RAM > 20GB of Hard Disk Size Check SELinux configuration sestatus Result: [root@awx ~]# sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: permissive Mode from config file: permissive Policy MLS status: enabled Policy deny_unknown status: allowed Max kernel policy version: 28 [root@awx ~]# Disbled firewalld [root@awx installer]# systemctl stop firewalld [root@awx installer]# systemctl disable firewalld Removed symlink /etc/systemd/system/multi-user.target.want