Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible-icinga2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
github-mirror
ansible-icinga2
Commits
62cf086c
Commit
62cf086c
authored
May 04, 2018
by
Blerim Sheqa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add newlines to end of files to make linter happy
parent
f9aac4c3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
19 deletions
+21
-19
handlers/main.yml
handlers/main.yml
+1
-1
meta/main.yml
meta/main.yml
+15
-13
tasks/icinga2-Debian.yml
tasks/icinga2-Debian.yml
+1
-1
tasks/icinga2.yml
tasks/icinga2.yml
+1
-1
tasks/main.yml
tasks/main.yml
+1
-1
tests/test.yml
tests/test.yml
+1
-1
vars/main.yml
vars/main.yml
+1
-1
No files found.
handlers/main.yml
View file @
62cf086c
---
---
# handlers file for icinga2
# handlers file for icinga2
\ No newline at end of file
meta/main.yml
View file @
62cf086c
---
galaxy_info
:
galaxy_info
:
author
:
"
Icinga
Development
Team
<info@icinga.com>"
author
:
"
Icinga
Development
Team
<info@icinga.com>"
description
:
"
Install
and
configure
Icinga
2"
description
:
"
Install
and
configure
Icinga
2"
...
@@ -5,18 +7,18 @@ galaxy_info:
...
@@ -5,18 +7,18 @@ galaxy_info:
license
:
"
license
(Apache)"
license
:
"
license
(Apache)"
min_ansible_version
:
2.3.2
min_ansible_version
:
2.3.2
platforms
:
platforms
:
-
name
:
EL
-
name
:
EL
versions
:
versions
:
-
6
-
6
-
7
-
7
-
name
:
Debian
-
name
:
Debian
versions
:
versions
:
-
8
-
8
-
9
-
9
-
name
:
Ubuntu
-
name
:
Ubuntu
versions
:
versions
:
-
14.04
-
14.04
-
18.04
-
18.04
categories
:
categories
:
-
system
-
system
galaxy_tags
:
galaxy_tags
:
...
@@ -24,4 +26,4 @@ galaxy_info:
...
@@ -24,4 +26,4 @@ galaxy_info:
-
icinga
-
icinga
-
icinga2
-
icinga2
dependencies
:
[]
dependencies
:
[]
\ No newline at end of file
tasks/icinga2-Debian.yml
View file @
62cf086c
...
@@ -15,4 +15,4 @@
...
@@ -15,4 +15,4 @@
apt_repository
:
repo={{ item.repo }} state={{ item.state}}
apt_repository
:
repo={{ item.repo }} state={{ item.state}}
with_items
:
with_items
:
-
{
repo
:
"
{{
i2_apt_url
}}"
,
state
:
"
present"
}
-
{
repo
:
"
{{
i2_apt_url
}}"
,
state
:
"
present"
}
when
:
i2_use_repository
when
:
i2_use_repository
\ No newline at end of file
tasks/icinga2.yml
View file @
62cf086c
...
@@ -6,4 +6,4 @@
...
@@ -6,4 +6,4 @@
-
name
:
Include specific Icinga
2
-
name
:
Include specific Icinga
2
include
:
icinga2-RedHat.yml
include
:
icinga2-RedHat.yml
when
:
ansible_os_family == 'RedHat'
when
:
ansible_os_family == 'RedHat'
\ No newline at end of file
tasks/main.yml
View file @
62cf086c
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
-
name
:
include icinga2.yml
-
name
:
include icinga2.yml
include
:
icinga2.yml
include
:
icinga2.yml
tags
:
tags
:
-
install
-
install
\ No newline at end of file
tests/test.yml
View file @
62cf086c
...
@@ -5,4 +5,4 @@
...
@@ -5,4 +5,4 @@
roles
:
roles
:
-
icinga2
-
icinga2
vars
:
vars
:
-
i2_use_repository
:
true
-
i2_use_repository
:
true
\ No newline at end of file
vars/main.yml
View file @
62cf086c
---
---
# vars file for icinga2
# vars file for icinga2
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment