Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zabbix_agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
zabbix_agent
Commits
25703779
Commit
25703779
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
ansible-playbooks/general#85 Linting
parent
46f6f706
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+4
-2
4 additions, 2 deletions
defaults/main.yml
tasks/main.yml
+12
-12
12 additions, 12 deletions
tasks/main.yml
with
16 additions
and
14 deletions
defaults/main.yml
+
4
−
2
View file @
25703779
---
zabbix_agent_url
:
http://repo.zabbix.com/zabbix/3.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.0-1+xenial_all.deb
zabbix_agent_url
:
http://repo.zabbix.com/zabbix/3.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.0-1+xenial_all.deb
zabbix_agent_logfile_size
:
0
zabbix_agent_logfile_size
:
0
...
@@ -6,8 +8,8 @@ zabbix_agent_server_active: 127.0.0.1
...
@@ -6,8 +8,8 @@ zabbix_agent_server_active: 127.0.0.1
zabbix_agent_hostname
:
Zabbix server
zabbix_agent_hostname
:
Zabbix server
zabbix_tls_connect
:
unencrypted
zabbix_tls_connect
:
unencrypted
zabbix_tls_accept
:
unencrypted
zabbix_tls_accept
:
unencrypted
zabbix_tls_psk_identity
:
zabbix_tls_psk_identity
:
'
'
zabbix_tls_psk_file
:
zabbix_tls_psk_file
:
'
'
zabbix_agent_userparameter
:
zabbix_agent_userparameter
:
mysql
:
mysql
:
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
12
−
12
View file @
25703779
...
@@ -9,20 +9,20 @@
...
@@ -9,20 +9,20 @@
-
block
:
-
block
:
-
name
:
Check availability of Zabbix
-
name
:
Check availability of Zabbix
stat
:
stat
:
path
:
/etc/init.d/zabbix-agent
path
:
/etc/init.d/zabbix-agent
register
:
zabbix_available
register
:
zabbix_available
-
import_tasks
:
install.yml
-
import_tasks
:
install.yml
when
:
not zabbix_available.stat.exists
when
:
not zabbix_available.stat.exists
-
import_tasks
:
config.yml
-
import_tasks
:
config.yml
-
name
:
Remember that this role had been run
-
name
:
Remember that this role had been run
set_fact
:
set_fact
:
role_zabbix_agent_completed
:
yes
role_zabbix_agent_completed
:
yes
tags
:
tags
:
-
always
-
always
when
:
not excluded_roles or "zabbix_agent" not in excluded_roles and role_zabbix_agent_completed is not defined
when
:
not excluded_roles or "zabbix_agent" not in excluded_roles and role_zabbix_agent_completed is not defined
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment