버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

Ansible Tower 의 오픈소스 버전


docker-ce, docker-compose, ansible 설치하고
git 으로 awx 를 clone 받아서 aws/installer/inventory 파일 수정하고
ansible 로 installe 하면 됨





코드 블럭
themeEmacs
sudo -s
yum -y install yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum -y install epel-release
yum -y install docker-ce docker-ce-cli
pip3 install docker-compose
yum -y install git gcc gcc-c++ ansible nodejs gettext device-mapper-persistent-data lvm2 bzip2 python3-pip libselinux-python3
alternatives --set python /usr/bin/python3
mkdir -p /var/lib/awx/projects


코드 블럭
themeEmacs
sudo -s
cd ~
git clone https://github.com/ansible/awx.git
cd ~/awx/installer




코드 블럭
themeEmacs





코드 블럭
themeEmacs





asdf asdf asdf 



2020.05.

github 에서 awx 를 clone 해서 ansible 을 통해 docker 로 설치하는게 편함

...

2019 AWX 설치법, 오픈소스 컨설팅, https://tech.osci.kr/2019/05/24/77138487/

Open source GUI for ansible, Reddit, https://www.reddit.com/r/ansible/comments/bcs28g/open_source_gui_for_ansible/

AWX 간소화 버전 https://polemarch.org