반응형
Ansible에서 제공하는 주요 Cloud Provider Modules 입니다.
Purpose | AWS | RHOSP |
Official Orchestration Service | CloudFormation | Heat |
Compute Instance Create/Delete | ec2 | os_server |
Image Create/Delete | ec2_ami | os_image |
Key Pair | ec2_key | os_keypair |
Security Group | ec2_group | os_security_group |
Instance Facts | ec2_instance_info | os_server_info |
OpenStack 주요 모듈들은 아래와 같습니다.
Module | Manages |
os_auth | Authentication Tokens |
os_keypair | ssh Keys |
os_network | External/Internal Networks |
os_subnet | Subnets |
os_security_group | Security Groups (and os_security_group_rule) |
os_router | Routers |
os_flavor | Flavors define compute, memory, storage of computing instances |
os_image | Operating System images (multiple formats supported) |
os_stack | OpenStack Stacks (HOT - Heat Orchestration Template) |
os_server | Servers Instance (combines many of the above together with servers) |
os_server_info | Retrieves information about Servers |
728x90
'IaC (Automation) > Ansible-Playbook' 카테고리의 다른 글
[playbook] node_exporter 설치 playbook (0) | 2021.10.08 |
---|---|
[playbook] Prometheus 설치 playbook (0) | 2021.10.08 |
[Ansible] import vs include 차이점 (0) | 2021.07.29 |
[Ansible] Roles 사용법 및 샘플 (0) | 2021.07.27 |
[Ansible] ansible vault 사용법 (0) | 2021.07.20 |