项目作者: austincunningham

项目描述 :
Example of three basic modules written for Ansible in Python
高级语言: Python
项目地址: git://github.com/austincunningham/python-ansible.git
创建时间: 2018-08-11T00:04:27Z
项目社区:https://github.com/austincunningham/python-ansible

开源协议:

下载


python-ansible

A hello world python ansible module and an example input output python ansible module, and a list example

Prequesites

  • ansible 2.5.5
  • python 2.7

Usage

  1. $ ansible-playbook version_change.yml
  2. $ ansible-playbook hello_world.yml
  3. $ ansible-playbook list.yml