and we remember how to use git reset
This commit is contained in:
parent
877ff661ad
commit
ea24cca656
2 changed files with 8 additions and 1 deletions
|
@ -139,7 +139,7 @@ define service {
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name fasservers
|
hostgroup_name fas
|
||||||
service_description accounts
|
service_description accounts
|
||||||
check_command check_website!localhost!/accounts/help/get_help/user_telephone!emergency
|
check_command check_website!localhost!/accounts/help/get_help/user_telephone!emergency
|
||||||
use internalwebsitetemplate
|
use internalwebsitetemplate
|
||||||
|
|
|
@ -19,3 +19,10 @@ define hostgroup {
|
||||||
members {% for host in vars['phx2_management_hosts'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
members {% for host in vars['phx2_management_hosts'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define hostgroup {
|
||||||
|
hostgroup_name vpnclients
|
||||||
|
alias vpnclients
|
||||||
|
members {% for host in groups['all'] %}{% if hostvars[host].vpn %}{{host}},{% endif %} {% endfor %}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue