bodsch.icinga.icingaweb_database_update (1.1.0) — module

handle database updates for icingaweb.

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: update database version information
  become: true
  bodsch.icinga.icingaweb_database_update:
    database_login_host: database
    database_name: icingaweb_config
    database_config_file: /etc/icingaweb2/.my.cnf
    icingaweb_version: "2.11.3"
    icingaweb_upgrade_directory: "{{ icingaweb_upgrade_directory }}"
  register: _icingaweb_database_update