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-playbooks
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-playbooks
Commits
70330945
Commit
70330945
authored
Jun 07, 2017
by
Lionel Sausin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate template execution
parent
f034336d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml
...-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml
+0
-7
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_RedHat_install.yml
...-ansible-web2-ui/tasks/icinga2_web2_ui_RedHat_install.yml
+0
-8
No files found.
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml
View file @
70330945
...
...
@@ -61,13 +61,6 @@
target={{ icinga2_web2_mysql_schema_debian }}
when
:
icinga_web_db.changed ==
true
-
name
:
Configure Icinga2 Ido Mysql Feature
template
:
src=ido-mysql.conf.j2
dest={{ icinga2_ido_mysql_conf }}
backup=yes
owner=nagios
group=nagios
mode=0640
-
name
:
Define web server daemon package.
set_fact
:
web_server_daemon
:
"
{{
__web_server_daemon_deb
}}"
...
...
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_RedHat_install.yml
View file @
70330945
...
...
@@ -75,14 +75,6 @@
target={{ icinga2_web2_mysql_schema_rh }}
when
:
icinga_web_db.changed ==
true
-
name
:
Configure Icinga2 Ido Mysql Feature
template
:
src=ido-mysql.conf.j2
dest={{ icinga2_ido_mysql_conf }}
backup=yes
owner=icinga
group=icinga
mode=0640
-
name
:
Define web server daemon package.
set_fact
:
web_server_daemon
:
"
{{
__web_server_daemon_rh
}}"
...
...
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