Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Ansible role for downloading and installing UnrealIRCd.

License

Notifications You must be signed in to change notification settings

WhatsCS/ansible-role-unrealircd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnrealIRCd Build Status

This role will download and install the most recent version of UnrealIRCd.

Requirements

None

Role Variables

Role Variable Value Default Description
irc_user string unrealircd User to install server as
unreal_build_dir string /tmp/unrealircd-build Directory that the server is built in
unreal_version string '4.0.15' UnrealIRCd version
unreal_install_dir string ~/unrealircd Install location
unreal_remote_conf int 1 Whether or not to allow remote configs Accepted Values: 0 or 1
unreal_curl_dir string /usr Location where curl libs are installed
unreal_ssl_dir string SSL key directory, empty by default.

Dependencies

None

Example Playbook

- hosts: servers
  roles:
    - whatscs.unrealircd
  vars:
    unreal_install_dir: "/home/irc"
    remote_conf: 1  # 1 or 0

License

BSD

About

Ansible role for downloading and installing UnrealIRCd.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published