Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkirsche/ansible-znc

Install ZNC IRC Bouncer
https://github.com/kkirsche/ansible-znc

Last synced: about 1 month ago
JSON representation

Install ZNC IRC Bouncer

Awesome Lists containing this project

README

        

# ZNC IRC Bouncer Playbook

This playbook installs and sets up the ZNC IRC bouncer on remote servers.

## Deployment

Before running the below commands, make sure the correct user account is selected in ./server.yml

For staging / lab deployment:

```shell
~/g/ansible-znc ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i staging deploy.yml
```

For production / live deployment:

```shell
~/g/ansible-znc ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i production deploy.yml
```