일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Linux
- terraform
- KVM
- port open
- cloud-init
- ubuntu
- repository
- Kubernetes
- golang
- k8s
- archlinux
- cephadm
- libvirt
- Octavia
- Arch
- kolla-ansible
- Kubeflow
- ceph
- kolla
- grafana-loki
- OpenStack
- yum
- HTML
- ceph-ansible
- awx
- Ansible
- nfs-provisioner
- i3
- Docker
- pacman
- Today
- Total
목록awx (2)
YJWANG
https://docs.ansible-semaphore.com/administration-guide/installation#docker Ansible-semaphore는 AWX, ansible-tower와 같은 ansible을 관리하기 위한 software입니다. AWX의 docker 설치하는 hot-potato 환경이 편리하거나 안정적이지 않다 생각하여 대안으로 ansible-semaphore를 사용하고자합니다. 1. 사전 작업 1) docker 설치 https://yjwang.tistory.com/132 2) docker-compose 설치 https://yjwang.tistory.com/153 3) ansible 설치 # apt install ansible 2. Ansible-semaphore 설치..
ansible-semaphore도 한 번 사용해보시기바랍니다. https://yjwang.tistory.com/205 전체적으로 설치가 느리네요.. 여유를 가지고 설치 진행하시기 바랍니다. 18.0.0 버전부터 발생 중인 BUG가 있어 설치 중 Fix를 진행하니 차례대로 따라 진행해보시기 바랍니다. awx-operator로 하는것이 훨씬 안정적이네요 docker 위에 설치하면 추가로 설정해주어야 template이 정상적으로 실행됩니다. 비추합니다. References https://github.com/ansible/awx/blob/devel/tools/docker-compose/README.md Deployment Clone AWX git project # git clone -b 19.1.0 https:..