Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elnappo/ansible-role-quassel-core
Ansible role for quassel-core
https://github.com/elnappo/ansible-role-quassel-core
Last synced: 3 days ago
JSON representation
Ansible role for quassel-core
- Host: GitHub
- URL: https://github.com/elnappo/ansible-role-quassel-core
- Owner: elnappo
- License: mit
- Created: 2015-01-02T14:43:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T13:00:47.000Z (about 4 years ago)
- Last Synced: 2024-12-30T15:41:59.642Z (12 days ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-role-quassel-core
[![Build Status](https://travis-ci.org/elnappo/ansible-role-quassel-core.svg)](https://travis-ci.org/elnappo/ansible-role-quassel-core) [![Ansible Galaxy](https://img.shields.io/badge/galaxy-elnappo.quassel--core-blue.svg?style=flat)](https://galaxy.ansible.com/elnappo/quassel-core/)
Simply installs and start quassel-core on boot. Get more information about Quassel at [http://quassel-irc.org/]().
## Requirements
Ubuntu or Debian
## Role Variables
* `quasselcore_use_ppa: true`
* `quasselcore_setup_ufw: true` Add a ufw rule to allow port 4242## Dependencies
None.
## Example Playbook
```yaml
- hosts: servers
remote_user: root
roles:
- elnappo.quassel_core
```## Client configuration
Take a look at the Quassel docs [http://bugs.quassel-irc.org/projects/quassel-irc/wiki]()
## License
MIT
## Author Information
elnappo