ansible-roles/drbd-utils
Victor LABORIE d027f1d9b7 drbd-utils: add lvm2 dependency 2017-06-07 17:05:30 +02:00
..
files drbd-utils: fix nrpe script and add tags 2017-05-03 14:19:32 +02:00
handlers Rename drbd role to drbd-utils 2016-12-21 16:22:09 +01:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks drbd-utils: add lvm2 dependency 2017-06-07 17:05:30 +02:00
tests Add some kitchen tests for many roles 2017-05-18 15:16:30 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md drbd-utils: munin/nagios plugins are vendored 2017-01-05 18:22:05 +01:00

README.md

drbd-utils

Install tools to setup DRBD replication accross servers.

Tasks

Everything is in the tasks/main.yml file.

Available variables

The variable admin_users must be a "dict" of one or more users :

admin_users:
  foo:
    name: foo
    uid: 1001
    fullname: 'Mr Foo'
    password_hash: 'sdfgsdfgsdfgsdfg'
    ssh_key: 'ssh-rsa AZERTYXYZ'
  bar:
    name: bar
    uid: 1002
    fullname: 'Mr Bar'
    password_hash: 'gsdfgsdfgsdfgsdf'
    ssh_key: 'ssh-rsa QWERTYUIOP'