bodsch.icinga.icingaweb_database_user (1.1.0) — module

handle user and they preferences in a mysql.

Authors: Bodo Schulz

preview | supported by community

Install collection

Install with ansible-galaxy collection install bodsch.icinga:==1.1.0


Add to requirements.yml

  collections:
    - name: bodsch.icinga
      version: 1.1.0

Description

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: import icingaweb users into database
  become: true
  icingaweb_database_user:
    state: present
    username: user_1
    password: s3cur3
    active: true
    preferences:
      language: de_DE
      timezone: Europe/Berlin
    force: false
    database_login_host: database
    database_name: icingaweb_config
    database_config_file: /etc/icingaweb2/.my.cnf