Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkirsche/ansible-znc
- Owner: kkirsche
- Created: 2016-02-15T12:23:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T12:26:49.000Z (almost 9 years ago)
- Last Synced: 2023-03-15T06:15:39.524Z (almost 2 years ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```