Syncing current state.
This commit is contained in:
@@ -9,7 +9,7 @@ Ravens are smart, ubiquitous birds. [DarkFeather](https://foundation.aninix.net/
|
||||
You can deploy this service directly with the following invocation:
|
||||
|
||||
```
|
||||
ansible-playbook -i core, -e '{ "role": "TheRaven", "raven": { "ircnetwork": "localhost", "ircport": "6667", "serviceport": "8373" } }' playbooks/one-role.yml
|
||||
ansible-playbook -i Core, -e 'role=TheRaven' playbooks/one-role.yml
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
@@ -1,9 +1,12 @@
|
||||
[ Login ]
|
||||
host={{ raven.ircnetwork }}
|
||||
port={{ raven.ircport }}
|
||||
host={{ raven.ircnetwork | default('localhost') }}
|
||||
port={{ raven.ircport | default('6667') }}
|
||||
username=TheRaven
|
||||
password={{ passwords.TheRaven }}
|
||||
netListenerPort={{ raven.serviceport }}
|
||||
|
||||
[ API ]
|
||||
port={{ raven.serviceport | default('8373') }}
|
||||
password={{ passwords.TheRavenAPI }}
|
||||
|
||||
[ Whitelist ]
|
||||
DarkFeather
|
||||
@@ -18,14 +21,14 @@ Connor
|
||||
|
||||
[ Rooms ]
|
||||
lobby
|
||||
martialarts
|
||||
mapuzzle
|
||||
maworkouts
|
||||
fencing
|
||||
bjj
|
||||
ccw
|
||||
sharingan
|
||||
foundation
|
||||
tech
|
||||
therafters
|
||||
martialarts
|
||||
maworkouts
|
||||
dromundkaas
|
||||
inn
|
||||
|
||||
[ Searches ]
|
||||
r.google|http://google.com/search?q=|+|Google
|
||||
|
Reference in New Issue
Block a user