Ansible Alibaba Cloud
Ansible Alibaba Cloud Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This integration enables the management of Alibaba Cloud Elastic Compute Service using Ansible modules. The Ansible engine is self-contained and pre-configured as part of this pack onto your XSOAR server, all you need to do is provide credentials you are ready to use the feature rich commands.
To use this integration, configure an instance of this integration. This will associate a credential to be used to manage a Alibaba tenancy. Create separate instances for each region being managed.
#
Authorize Cortex XSOAR for Alibaba CloudTo use this integration you must generate an Access/Secret token for your Aliyun tenancy.
- Navigate to the Resource Access Management
- Create a service account dedicated for XSOAR with Programmatic Access enabled
- Record the Access and Secret tokens
- Navigate to Permmions > Grants
- Grant the service account principal either
AliyunECSFullAccess
orAliyunECSReadOnlyAccess
permissions.
#
Configure Ansible Alibaba Cloud on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Ansible Alibaba Cloud.
Click Add instance to create and configure a new integration instance.
Parameter Description Required Access Key Aliyun Cloud access key True Access Secret Key Aliyun Cloud secret key True Region Aliyun Cloud region True Click Test to validate the URLs, token, and connection.
#
IdempotenceThe action commands in this integration are idempotent. This means that the result of performing it once is exactly the same as the result of performing it repeatedly without any intervening actions.
#
State ArguementSome of the commands in this integration take a state argument. These define the desired end state of the object being managed. As a result these commands are able to perform multiple management operations depending on the desired state value. Common state values are: | State | Result | | --- | --- | | present | Object should exist. If not present, the object will be created with the provided parameters. If present but not with correct parameters, it will be modified to met provided parameters. | | running | Object should be running not stopped. | | stopped | Object should be stopped not running. | | restarted | Object will be restarted. | | absent | Object should not exist. If it it exists it will be deleted. |
#
Complex Command InputsSome commands may require structured input arguments such as lists
or dictionary
, these can be provided in standard JSON notation wrapped in double curly braces. For example a argument called dns_servers
that accepts a list of server IPs 8.8.8.8 and 8.8.4.4 would be entered as dns_servers="{{ ['8.8.8.8', '8.8.4.4'] }}"
.
Other more advanced data manipulation tools such as Ansible/Jinja2 filters can also be used in-line. For example to get a random number between 0 and 60 you can use {{ 60 | random }}
.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
ali-instanceCreate, Start, Stop, Restart or Terminate an Instance in ECS. Add or Remove Instance to/from a Security Group. Further documentation available at https://docs.ansible.com/ansible/2.9/modules/ali_instance_module.html
#
Base Commandali-instance
#
InputArgument Name | Description | Required |
---|---|---|
state | The state of the instance after operating. Possible values are: present, running, stopped, restarted, absent. Default is present. | Optional |
availability_zone | Aliyun availability zone ID in which to launch the instance. If it is not specified, it will be allocated by system automatically. | Optional |
image_id | Image ID used to launch instances. Required when state=present and creating new ECS instances. | Optional |
instance_type | Instance type used to launch instances. Required when state=present and creating new ECS instances. | Optional |
security_groups | A list of security group IDs. | Optional |
vswitch_id | The subnet ID in which to launch the instances (VPC). | Optional |
instance_name | The name of ECS instance, which is a string of 2 to 128 Chinese or English characters. It must begin with an uppercase/lowercase letter or a Chinese character and can contain numerals, ".", "_" or "-". It cannot begin with http:// or https://. | Optional |
description | The description of ECS instance, which is a string of 2 to 256 characters. It cannot begin with http:// or https://. | Optional |
internet_charge_type | Internet charge type of ECS instance. Possible values are: PayByBandwidth, PayByTraffic. Default is PayByBandwidth. | Optional |
max_bandwidth_in | Maximum incoming bandwidth from the public network, measured in Mbps (Megabits per second). Default is 200. | Optional |
max_bandwidth_out | Maximum outgoing bandwidth to the public network, measured in Mbps (Megabits per second). Default is 0. | Optional |
host_name | Instance host name. | Optional |
password | The password to login instance. After rebooting instances, modified password will take effect. | Optional |
system_disk_category | Category of the system disk. Possible values are: cloud_efficiency, cloud_ssd. Default is cloud_efficiency. | Optional |
system_disk_size | Size of the system disk, in GB. The valid values are 40~500. Default is 40. | Optional |
system_disk_name | Name of the system disk. | Optional |
system_disk_description | Description of the system disk. | Optional |
count | The number of the new instance. An integer value which indicates how many instances that match count_tag should be running. Instances are either created or terminated based on this value. Default is 1. | Optional |
count_tag | count determines how many instances based on a specific tag criteria should be present. This can be expressed in multiple ways and is shown in the EXAMPLES section. The specified count_tag must already exist or be passed in as the instance_tags option. If it is not specified, it will be replaced by instance_name . | Optional |
allocate_public_ip | Whether allocate a public ip for the new instance. Possible values are: Yes, No. Default is No. | Optional |
instance_charge_type | The charge type of the instance. Possible values are: PrePaid, PostPaid. Default is PostPaid. | Optional |
period | The charge duration of the instance, in month. Required when instance_charge_type=PrePaid .The valid value are [1-9, 12, 24, 36]. Default is 1. | Optional |
auto_renew | Whether automate renew the charge of the instance. Possible values are: Yes, No. Default is No. | Optional |
auto_renew_period | The duration of the automatic renew the charge of the instance. Required when auto_renew=True . Possible values are: 1, 2, 3, 6, 12. | Optional |
instance_ids | A list of instance ids. It is required when need to operate existing instances. If it is specified, count will lose efficacy. | Optional |
force | Whether the current operation needs to be execute forcibly. Possible values are: Yes, No. Default is No. | Optional |
instance_tags | A hash/dictionaries of instance tags, to add to the new instance or for starting/stopping instance by tag. {"key":"value"} . | Optional |
key_name | The name of key pair which is used to access ECS instance in SSH. | Optional |
user_data | User-defined data to customize the startup behaviors of an ECS instance and to pass data into an ECS instance. It only will take effect when launching the new ECS instances. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AlibabaCloud.AliInstance.instances | unknown | List of ECS instances |
AlibabaCloud.AliInstance.ids | unknown | List of ECS instance IDs |
#
Command Example!ali-instance image_id=ubuntu_20_04_x64_20G_alibase_20210420.vhd instance_type=ecs.n4.small vswitch_id=vsw-bp1aclhyjkdy98ujfzspt host_name=testserver security_groups=sg-bp1fy1o431n7m0hta5tt
#
Context Example#
Human Readable Output#
CHANGED
- changed: True
#
Instances
#
ali-instance-infoGather information on instances of Alibaba Cloud ECS. Further documentation available at https://docs.ansible.com/ansible/2.9/modules/ali_instance_info_module.html
#
Base Commandali-instance-info
#
InputArgument Name | Description | Required |
---|---|---|
availability_zone | Aliyun availability zone ID in which to launch the instance. | Optional |
instance_names | A list of ECS instance names. | Optional |
instance_ids | A list of ECS instance ids. | Optional |
instance_tags | A hash/dictionaries of instance tags. {"key":"value"} . | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AlibabaCloud.AliInstanceInfo.instances | unknown | List of ECS instances |
AlibabaCloud.AliInstanceInfo.ids | unknown | List of ECS instance IDs |
#
Command Example!ali-instance-info
#
Context Example#
Human Readable Output#
SUCCESS
- changed: False
#
Ids
- 0: i-bp17uguykg2l5jkktagl
#
Instances#
Testserver
- auto_release_time:
- availability_zone: cn-hangzhou-b
- cpu: 1
- creation_time: 2021-06-14T00:11Z
- credit_specification:
- deletion_protection: False
- deployment_set_id:
- description:
- expired_time: 2099-12-31T15:59Z
- host_name: testserver
- id: i-bp17uguykg2l5jkktagl
- image_id: ubuntu_20_04_x64_20G_alibase_20210420.vhd
- inner_ip_address:
- instance_charge_type: PostPaid
- instance_id: i-bp17uguykg2l5jkktagl
- instance_name: testserver
- instance_type: ecs.n4.small
- instance_type_family: ecs.n4
- internet_charge_type: PayByBandwidth
- internet_max_bandwidth_in: -1
- internet_max_bandwidth_out: 0
- io_optimized: True
- memory: 2048
- osname: Ubuntu 20.04 64位
- osname_en: Ubuntu 20.04 64 bit
- ostype: linux
- private_ip_address: 1.1.1.1
- public_ip_address:
- resource_group_id:
- status: running
- user_data:
- vpc_id: vpc-bp179mi6isco5xen2wojd
- vswitch_id: vsw-bp1aclhyjkdy98ujfzspt
#
Block_Device_Mappings#
/Dev/Xvda
- attach_time: 2021-06-14T00:11:06Z
- delete_on_termination: True
- device_name: /dev/xvda
- status: in_use
- volume_id: d-bp12fxlqjtnmbzluop4s
#
Cpu_Options
- core_count: 1
- numa:
- threads_per_core: 1
#
Dedicated_Instance_Attribute
- affinity:
- tenancy:
#
Ecs_Capacity_Reservation_Attr
- capacity_reservation_id:
- capacity_reservation_preference:
#
Eip
- allocation_id:
- internet_charge_type:
- ip_address:
#
Gpu
- amount: 0
- spec:
- specification:
#
Hibernation_Options
- configured: False
#
Metadata_Options
- http_endpoint:
- http_tokens:
#
Network_Interfaces#
Eni-Bp129Akowq29D0Ocv18Q#
Tags
#
TroubleshootingThe Ansible-Runner container is not suitable for running as a non-root user. Therefore, the Ansible integrations will fail if you follow the instructions in the Cortex XSOAR Docker Hardening Guide.
The docker.run.internal.asuser
server configuration causes the software that is run inside of the Docker containers utilized by Cortex XSOAR to run as a non-root user account inside the container.
The Ansible-Runner software is required to run as root as it applies its own isolation via bwrap to the Ansible execution environment.
This is a limitation of the Ansible-Runner software itself https://github.com/ansible/ansible-runner/issues/611.
A workaround is to use the docker.run.internal.asuser.ignore
server setting and to configure Cortex XSOAR to ignore the Ansible container image by setting the value of demisto/ansible-runner
and afterwards running /reset_containers to reload any containers that might be running to ensure they receive the configuration.
See step 2 of this guide for complete instructions.