bodsch.icinga.icingaweb_database_group (1.1.0) — module

handle groups in 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 database groups
  become: true
  icingaweb_database_group:
    state: present
    groupname: admins
    parent: ""
    members:
      - webadmin
    force: false
    database_login_host: database
    database_name: icingaweb_config
    database_config_file: /etc/icingaweb2/.my.cnf