본문으로 바로가기
반응형

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