해당 정보는 몇 년전에 문의 했던 내용입니다.
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 여러 디렉토리 확인 후 해당 디렉토리에 파일 전송하기 (0) | 2022.05.13 |
---|---|
Ansible 사용하면서 삽질 경험, 약간의 팁 (0) | 2020.11.07 |
Ansible로 Tomcat 설정 파일을 선택적으로 배포 해보기 (0) | 2020.04.08 |
[짠내나는 팁] hostname과 nginx server domain mapping 삽질(찬조출연: ansible) (0) | 2020.01.08 |
mod_rpaf module 모듈 ansible로 설치 하기 (0) | 2019.07.20 |