Changeset 12424 for trunk


Ignore:
Timestamp:
01/21/11 11:16:56 (13 years ago)
Author:
ramonb
Message:

gina/netbeat.conf.cmt:

  • not install servers
  • also print ip's
  • changed to real config path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/templates/gina/netbeat.conf.cmt

    r12423 r12424  
    1919{% use interface with 'network__name=gina admin' as ifaces_gina_admin %}
    2020{% use interface with 'network__name=gina productie' as ifaces_gina_productie %}
    21 {% store /var/tmp/netbeat-server.conf as output %}
     21{% store /etc/netbeat-server.conf as output %}
    2222{% for i in ifaces_gina_admin %}
    23 {{ i.fqdn }}
     23  {% if not 'administration' in iface.host.roles %}
     24
     25{{ i.ip }} {{ i.fqdn }}
     26
     27  {% endif %}
    2428{% endfor %}
    2529{% for i in ifaces_gina_productie %}
    26 {{ i.fqdn }}
     30  {% if not 'administration' in iface.host.roles %}
     31
     32{{ i.ip }} {{ i.fqdn }}
     33
     34  {% endif %}
    2735{% endfor %}
    2836{% endnoblanklines %}
Note: See TracChangeset for help on using the changeset viewer.