项目作者: ngine-io

项目描述 :
Pingping.io Ansible Collection
高级语言: Python
项目地址: git://github.com/ngine-io/ansible-collection-pingping.git
创建时间: 2020-05-07T13:41:21Z
项目社区:https://github.com/ngine-io/ansible-collection-pingping

开源协议:GNU General Public License v3.0

下载


Collection integration
Codecov
License

Ansible Collection for pingping.io

This collection provides a series of Ansible modules and plugins for interacting with pingping.io monitoring service.

Requirements

  • ansible version >= 2.9

Installation

To install the collection hosted in Galaxy:

  1. ansible-galaxy collection install ngine_io.pingping

To upgrade to the latest version of the collection:

  1. ansible-galaxy collection install ngine_io.pingping --force

Usage

Playbooks

To use a module from pingping.io collection, please reference the full namespace, collection name, and modules name that you want to use:

  1. ---
  2. - name: Using pingping.io collection
  3. hosts: localhost
  4. tasks:
  5. - ngine_io.pingping.monitor:
  6. name: web1
  7. url: ...
  8. api_token: ...

Or you can add full namespace and collecton name in the collections element:

  1. ---
  2. - name: Using pingping.io collection
  3. hosts: localhost
  4. collections:
  5. - ngine_io.pingping
  6. tasks:
  7. - monitor:
  8. name: web1
  9. url: ...
  10. api_token: ...

Contributing

There are many ways in which you can participate in the project, for example:

  • Submit bugs and feature requests, and help us verify as they are checked in
  • Review source code changes
  • Review the documentation and make pull requests for anything from typos to new content
  • If you are interested in fixing issues and contributing directly to the code base, please see the CONTRIBUTING document.

License

GNU General Public License v3.0

See COPYING to see the full text.