Skip to content
Snippets Groups Projects
Commit d4b0dc8e authored by Chris Croome's avatar Chris Croome
Browse files

Various tweaks

parent 9cd3dd46
No related branches found
Tags 2.2.0
No related merge requests found
Pipeline #21810 passed
......@@ -6,8 +6,6 @@ icinga_api_users_dir: /etc/icinga2/conf.d/api-users
# icinga_local_tmp: "{{ local_tmp }}"
icinga_local_tmp: /tmp
icinga_dpkg: /usr/bin/dpkg
icinga_admins:
- root@localhost
......
......@@ -2,26 +2,24 @@
galaxy_info:
role_name: icinga
author: Chris Croome
description: Ansible role for installing and configuring Icinga master and clients
description: Ansible role for installing and configuring Icinga master and clients on Debian and Ubuntu
company: Webarchitects Co-operative
license: license (GPLv3)
min_ansible_version: 2.9
license: GNU General Public License v3.0 (GPLv3)
min_ansible_version: 2.10
platforms:
- name: debian
versions:
- bullseye
- buster
- stretch
- name: ubuntu
versions:
- focal
- xenial
galaxy_tags: []
# List tags for your role here, one per line. A tag is a keyword that describes
# and categorizes the role. Users find roles by searching for tags. Be sure to
# remove the '[]' above, if you add tags to this list.
#
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role.
galaxy_tags:
- debian
- icinga
- ubuntu
dependencies: []
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
......
......@@ -4,6 +4,9 @@
- name: Include local facts tasks
include_tasks: local_facts.yml
when: ansible_local.dpkg_arch is not defined
tags:
- icinga_apt
- name: Include tasks to generate the icinga_agent_nodes group
include_tasks: agent_nodes_group.yml
......
---
# Path to dpkg for the local_facts script
icinga_dpkg: /usr/bin/dpkg
# ASCII armored GPG public key URL linked from
# https://packages.icinga.com/ubuntu/
icinga_gpg_url: https://packages.icinga.com/icinga.key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment