alibaba/ansible-provider

Name: ansible-provider

Owner: Alibaba

Description: null

Created: 2016-12-01 07:23:53.0

Updated: 2018-05-17 02:43:50.0

Pushed: 2018-05-09 02:20:20.0

Homepage: null

Size: 1191

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ansible ECS Module

Ansible Alicloud Module is a new ansible module, and you can manage Alicloud ECS and other services more flexibly and conveniently via it. Next to introduce simply this module.

lib/ansible/modules/cloud/alicloud

There are several files in the module directory, and these files describe some function that can operate alicloud products.

lib/ansible/module_utils

In the module utils directory, the file alicloud_ecs.py identifies and gains playbook params, and provides this params to modules/*.py. In addition, this file implements connection between ansible and Alicloud API via footmark.

examples

There are some playbooks to create some alicloud resource or build infrastructure architecture.

Install

There are two ways to install alicloud provider. However, before installing it. you should ensure Ansible has existed in your server. If not, please install it using the following command:

sudo pip install ansible
Execute playbook
Refrence

Ansible Document: https://www.terraform.io/intro/

Ansible Alicloud: Docs Details


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.