Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ---
  2.  
  3. - name: Configure NTP server on vEOS devices
  4. hosts: veos
  5. connection: local
  6. gather_facts: no
  7.  
  8. tasks:
  9. - name: Configigure NTP
  10. eos_template:
  11. src: templates/ntpserver.j2
  12. include_defaults: True
  13. host: "{{ inventory_hostname }}"
  14. password: password
  15. username: eapi
  16. authorize: yes
  17. transport: cli
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement