인프라/Ansible

[tip] Ansible Tower 삭제하는 방법

seungdols 2017. 8. 14. 17:35

Remove Ansible-tower on CentOS7

centos에 ansible-tower trial 버전을 설치 했으나, 라이센스 자체가 실험용으로만 써야하고, 실무에 직접 쓰게 되면 안된다는 조항이 있더라. 그래서 삭제하려고 보니 또 설치때와는 다르게 가이드 자체가 없어서 헤맸는데, 그리하여 결국 레드햇에 SOS 떄렸다.

그랬더니 전화와 이메일로 응답이 왔고, 그 뒤에 개발자가 메일을 주었다. 아래 방법으로 시도해보자!

Resolution

Although there is not an official procedure to uninstall Ansible Tower, and the following procedure may not remove every file installed in the complete Tower installation process, it is possible to remove the main components of the Tower system with the following process:

  • Shut down Tower services by running ansible-tower-service stop

  • Uninstall ansible-tower package (rabbitmq-server will uninstall all ansible-tower packages and also remove rabbitmq): yum -y remove rabbitmq-server

  • Delete Tower data/configuration files: rm -rf /etc/tower /var/lib/{pgsql,awx,rabbitmq}

  • This process will remove the essential Tower packages and configuration files.


반응형

'인프라 > Ansible' 카테고리의 다른 글

Ansible-playbook으로 tomcat update 하는 tip  (3) 2018.08.10
[정리] 앤서블 철저 입문  (2) 2018.02.08
Ansible GUI Tool install - Semaphore  (0) 2017.09.26
Ansible의 사용기 후기  (0) 2017.09.16
[정리] Ansible 개념 정리  (0) 2017.07.27