Advertisement
Guest User

Untitled

a guest
Oct 14th, 2015
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.73 KB | None | 0 0
  1. ixp_ntp:
  2.   lookup:
  3.     config:
  4.       tmpl: salt://ixp_ntp/files/ntp.conf.jinja
  5.       restrict_ip: 10.255.0.0
  6.       restrict_netmask: 255.255.255.0
  7.       servers:
  8.        - 10.0.0.1
  9.         - 10.0.0.2
  10.  
  11. ### output: salt 'host.acme.net' pillar.items
  12.     ixp_ntp:
  13.        ----------
  14.         lookup:
  15.            ----------
  16.             config:
  17.                ----------
  18.                 restrict_ip:
  19.                    10.255.0.0
  20.                 restrict_netmask:
  21.                    255.255.255.0
  22.                 servers:
  23.                    - 10.0.0.1
  24.                     - 10.0.0.2
  25.                     - 10.0.0.1
  26.                     - 10.0.0.2
  27.                 tmpl:
  28.                    salt://ixp_ntp/files/ntp.conf.jinja
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement