Git Product home page Git Product logo

vrrp's Introduction

VRRP

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.

Overview

Build Status

This module will only configure simple VRRP instances. Note : The check scripts need to be copied bij yourself or already need to exist.

Module Description

This module will only configure simple VRRP instances.

Usage

class{ 'vrrp':
  vrrp_instance = 'instance_01'
  state = 'MASTER'
  interface = 'eth0'
  virtual_router_id = '50'
  priority = '100'
  advert_int = '1'
  auth_pass = 'fgshsrth'
  virtual_ip = '10.0.0.50/24'
  vrrp_scripts = [
    [ 'name' => 'check_something'
      'script' => '/usr/bin/test_service',
      'interval' => '',
      'rise' => '',
      'fall' => '',
      'weight' => '',
    ],
  ]
  service_ensure = 'running'
  service_enable = true,
  # Provide paths to executable if you want to use notify.
  notify_main => false,
  notify_master = false,
  notify_backup = false,
  notify_fault = false,
  notify_stop = false,
}

Limitations

This module will only work on servers/systems with systemd.

vrrp's People

Contributors

danoon 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.