Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
49d5d341
Commit
49d5d341
authored
Mar 23, 2017
by
Florian Pritz
Browse files
Deploy zabbix-agent to all hosts
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
fb79d4db
Changes
3
Hide whitespace changes
Inline
Side-by-side
host_vars/apollo.archlinux.org
View file @
49d5d341
...
...
@@ -7,3 +7,5 @@ ipv6_netmask: "/128"
ipv4_gateway: "138.201.81.193"
ipv6_gateway: "fe80::1"
filesystem: btrfs
zabbix_agent_server: "127.0.0.1"
playbooks/all-hosts-basic.yml
View file @
49d5d341
...
...
@@ -13,3 +13,4 @@
# borg-client needs to be adapted to use the hostname instead of hardcoded values
# here. this also probably doesn't work nicely for old hosts yet
#- { role: borg-client, backup_host: "borg@vostok.archlinux.org", backup_dir: "/backup/apollo", postgres_backup_dir: "/var/lib/postgres/backup", tags: ["borg"] }
-
{
role
:
zabbix-agent
,
tags
:
[
"
zabbix"
,
"
zabbix-agent"
]
}
playbooks/apollo.yml
View file @
49d5d341
...
...
@@ -32,4 +32,3 @@
-
{
role
:
patchwork
,
tags
:
[
"
patchwork"
]
}
-
{
role
:
kanboard
,
tags
:
[
"
kanboard"
]
}
-
{
role
:
zabbix-server
,
tags
:
[
"
zabbix"
,
"
zabbix-server"
]
}
-
{
role
:
zabbix-agent
,
zabbix_agent_server
:
"
127.0.0.1"
,
tags
:
[
"
zabbix"
,
"
zabbix-agent"
]
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment