일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- vCenter Syslog collector
- mongodb 설치
- ADFS Traffic Manager
- vmware vsphere
- vSphere
- AWS
- 도커
- ADFS SSO
- Application Gateway
- Active Directory Migration
- Exchange Server
- AD Migration
- vCenter
- Exchange 2003
- ELK
- AWS S3
- awx
- 하이퍼바이저
- Docker
- ELK 설치
- ansible
- ADFS proxy
- AWS EFS
- ADFS 구성 방법 및 이중화
- AWS EBS
- Kubernetes
- Azure
- MSSQL 2012
- Active Directory
- ADFS 이중화
Archives
- Today
- Total
practice makes perfect
ansible state
command 필요없이 state를 통해서 작성이 가능하다 (가급적 command 지양)예) yum install httpd 설치가 필요한 경우- name: Redhat(CentOS/Rocky) Install packages yum: name: - httpd state: presentpresent: 설치installed: 설치latest: 최신 버전 설치absent: 제거remove: 제거
Ansible
2024. 5. 6. 02:43
AWX Module 확인
AWX 에서 사용할 수 있는 기본 Module 확인할 수 있다현재 AWX 는 K3s Pod 로 구성이 되어 있음을 참고# kubectl get pods -n awxNAME READY STATUS RESTARTS AGEawx-c879db8c5-nrhtj 4/4 Running 8 (35d ago) 125dawx-postgres-13-0 1/1 Running 2 (35d ago) 125dawx-operator-controller-manager-577f6968b5-v6tq..
Ansible
2024. 5. 6. 02:35