8/4

Ansible 위에 구축된 웹 기반 사용자 인터페이스

REST API 및 작업 엔진을 제공

설치

Install Docker Engine on Ubuntu

Docker CE 설치

sudo apt install -y python3-pip
sudo pip3 install docker-compose

git clone -b 17.1.0 <https://github.com/ansible/awx.git>  #AWX Git 저장소 클론

cd awx/installer/
vi inventory  #인벤토리 변수 설정
#admin_password=password     #웹 인터페이스의 admin 관리자의 패스워드 설정   -> 주석 해제
#project_data_dir=/var/lib/aws/projects      #사용할 플레이북 파일 위치   -> 주석 해제

ansible-playbook -i inventory install.yml -b    #AWX 설치 플레이북 실행
sudo docker ps     #설치된 컨테이너 확인

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/83b7e90e-c1ee-4f76-ac1a-d2e6669283ae/Screenshot_from_2021-08-04_15-23-54.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/138e4b7e-666c-413e-aed1-0dccba276aa0/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/65f72375-889c-46af-a499-77b4d84608ec/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/9aa8d166-ccd0-4551-af86-581ef6611df7/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a22e165c-9cae-4258-a6c0-8531afa360f0/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/5b12e70c-c94a-491f-8f44-00e0d3f40cee/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0efef804-cc3e-4a52-b2ad-f4ca192e19b8/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/71f04081-603f-4291-9802-a88b0436d6e1/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/29e623ea-9fa9-4b50-92f2-6a95c557e54a/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b6a9f7fd-3e6f-4c0b-8e11-06f7da4460e7/Untitled.png