Giter VIP home page Giter VIP logo

collection_linuxha's Introduction

Ansible Collection - ansibleguy.linuxha

Buy me a coffee

Functional Test Status Lint Test Status Docs Ansible Galaxy

Functional Test Logs (if failed)


Contribute

Feel free to contribute to this project using pull-requests, issues and discussions!

What to contribute:

  • add ansible-based tests for some error-case(s) you have encountered
  • extend or correct the documentation
  • contribute code fixes or optimizations
  • implement additional modules
  • test unstable modules and report bugs/errors

Requirements

LinuxHA

You will have to install the LinuxHA packages on the target server:

After that - configure the basic cluster using the 'corosync.conf' file.

Example config: documentation

XML Parsing

The xmltodict python module is used to parse config!

It is only needed on the Ansible controller!

python3 -m pip install xmltodict

Collection

Then - install the collection itself:

# latest version:
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_linuxha.git

# stable/tested version:
ansible-galaxy collection install ansibleguy.linuxha

# install to specific directory for easier development
cd $PLAYBOOK_DIR
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_linuxha.git -p ./collections

Usage

See: Docs

You want a simple Ansible GUI? Check-out my Ansible WebUI


Modules

Development States:

not implemented => development => testing => unstable (practical testing) => stable

Implemented

Function Module Usage State
Execute raw commands ansibleguy.linuxha.raw Docs unstable
Parsed status ansibleguy.linuxha.status Docs unstable
Parsed config ansibleguy.linuxha.config Docs unstable

Roadmap

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.