ansible-roles/drbd-utils
Jérémy Lecour 8920ff1ee4 Add "always_run: yes" where it's pertinent
There is also the "check_mode: no", but commented,
for when we switch to Ansible 2.2
2017-01-31 11:45:35 +01:00
..
files drbd-utils: munin/nagios plugins are vendored 2017-01-05 18:22:05 +01:00
handlers Rename drbd role to drbd-utils 2016-12-21 16:22:09 +01:00
meta Improve documentation 2017-01-05 18:22:06 +01:00
tasks Add "always_run: yes" where it's pertinent 2017-01-31 11:45:35 +01:00
README.md drbd-utils: munin/nagios plugins are vendored 2017-01-05 18:22:05 +01:00

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'