인프라/Ansible

Remove Ansible-tower on CentOS7

seungdols 2022. 5. 13. 23:07

해당 정보는 몇 년전에 문의 했던 내용입니다.

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.
반응형