Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ---
  2.  
  3. - name: Install ircd-hybrid package
  4. apt: name=ircd-hybrid state=installed update_cache=yes cache_valid_time=36000
  5.  
  6. - name: copy our IRCD config template
  7. template: src=ircd.conf.j2 dest=/etc/ircd-hybrid/ircd.conf
  8. notify: restart ircd-hybrid
  9.  
  10. - name: copy our IRC motd
  11. copy: src=ircd.motd dest=/etc/ircd-hybrid/ircd.motd
  12. notify: restart ircd-hybrid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement