Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
github-mirror
ansible-playbooks
Commits
6b68d37c
Commit
6b68d37c
authored
Mar 12, 2018
by
Assaf Flatto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install Common helpful modules
parent
01c05030
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
AUTHORS
AUTHORS
+1
-0
icinga2-ansible-web2-ui/README.md
icinga2-ansible-web2-ui/README.md
+3
-0
icinga2-ansible-web2-ui/tasks/main.yml
icinga2-ansible-web2-ui/tasks/main.yml
+2
-0
icinga2-ansible-web2-ui/vars/main.yml
icinga2-ansible-web2-ui/vars/main.yml
+8
-0
No files found.
AUTHORS
View file @
6b68d37c
...
...
@@ -3,3 +3,4 @@ Valentino Gagliardi <valentino.g@servermanaged.it>
Assaf Flatto <assaf@aikilinux.com>
Emil 'Skeen' Madsen <sovende@gmail.com>
Einar Felipe Lanfranco
MAccadia
icinga2-ansible-web2-ui/README.md
View file @
6b68d37c
...
...
@@ -2,6 +2,8 @@ Role Name
=========
Ansible role to install Icinga2 Web2 Ui
and some of the most usable common modules (List found in Vars definition)
Requirements
------------
...
...
@@ -71,3 +73,4 @@ Author Information
------------------
Valentino Gagliardi - Icinga Dev Team
Assaf Flatto - Icinga Dev Team
icinga2-ansible-web2-ui/tasks/main.yml
View file @
6b68d37c
...
...
@@ -6,3 +6,5 @@
-
include
:
icinga2_web2_ui_Debian_install.yml
when
:
ansible_os_family == 'Debian'
-
include
:
icinga2_web2_modules_install.yml
icinga2-ansible-web2-ui/vars/main.yml
View file @
6b68d37c
...
...
@@ -2,3 +2,11 @@
# vars file for icinga2-ansible-web2-ui
__web_server_daemon_deb
:
apache2
__web_server_daemon_rh
:
httpd
# modules installaiton
modules_dir
:
"
/usr/share/icingaweb2/modules"
modules_list
:
-
cube
-
toplevelview
-
businessprocess
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