Giter Site home page Giter Site logo

tonyskapunk / beat-ansible-collection Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 47 KB

Beat (Internet Time) Ansible Collection

License: GNU General Public License v3.0

Python 100.00%
ansible ansible-collection beat galaxy hacktoberfest internettime

beat-ansible-collection's Introduction

Ansible Collection GitHub tag GitHub Last Commit GitHub Contributors

Ansible Galaxy Module Testing Role testing

Ansible Collection - tonyskapunk.beat

Based on the beat project.

Documentation for the collection.

This collection provides a module and a role to exemplify the use of them through collections

Ansible version compatibility

The collection is tested and supported with: ansible >= 2.9

Installing the collection

ansible-galaxy collection install tonyskapunk.beat

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: tonyskapunk.beat

Using this collection

You can call modules by their Fully Qualified Collection Namespace (FQCN), such as tonyskapunk.beat.beat:

- name: Using beat
  hosts: localhost
  tasks:
    - name: Get internet time
      tonyskapunk.beat.beat:
        centibeats: true
      register: beats

or you can add full namespace and collection name in the collections element in your playbook

- name: Using grafana collection
  hosts: localhost
  collection:
    - tonyskapunk.beat
  tasks:
    - name: Get internet time
     beat:
        centibeats: true
      register: beats

License

GPL-3.0-or-later

beat-ansible-collection's People

Contributors

tonyskapunk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.