1.12. 컨테이너화된 Ansible Automation Platform 설치 제거
컨테이너화된 배포를 설치 제거하려면 uninstall.yml 플레이북을 실행합니다.
$ ansible-playbook -i inventory ansible.containerized_installer.uninstall
이렇게 하면 모든 systemd 장치 및 컨테이너가 중지되고 다음과 같은 컨테이너화된 설치 프로그램에서 사용하는 모든 리소스가 삭제됩니다.
- 구성 및 데이터 디렉터리/파일
- systemd 장치 파일
- Podman 컨테이너 및 이미지
- RPM 패키지
컨테이너 이미지를 유지하려면 container_keep_images 변수를 true로 설정할 수 있습니다.
$ ansible-playbook -i inventory ansible.containerized_installer.uninstall -e container_keep_images=true
postgresql 데이터베이스를 유지하려면 postgresql_keep_databases 변수를 true로 설정할 수 있습니다.
$ ansible-playbook -i </path/to/inventory> ansible.containerized_installer.uninstall -e postgresql_keep_databases=true
참고
자동 생성된 항목이 아닌 동일한 django secret 키 값을 사용해야 합니다.