Skip to content

Commit

Permalink
added some litterature
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Aug 27, 2018
1 parent 2e3be79 commit ffce761
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ ansible-galaxy install redirectionio.agent

You may also configure:

* `redirectionio_agent_listen`: interface listening. Use `/var/run/redirectionio.sock` or `127.0.0.1:10301`
* `redirectionio_agent_enabled` (default: `true`): shall redirection.io be enabled after the playbook is run?
* `redirectionio_user` (default `redirectionio`): user running the agent
* `redirectionio_group` (default `redirectionio`): group of the user running the agent
* `redirectionio_agent_listen` (default `127.0.0.1:10301`): interface listening. Use `/var/run/redirectionio.sock` or `127.0.0.1:10301`
* `redirectionio_agent_persist` (default `true`): whether or not to store rules on the disk
* `redirectionio_agent_datadir` (default `/var/lib/redirectionio`): where to store persisted rules
* `redirectionio_agent_cache` (default: `true`): use in-memory cache to speed-up agent matching
* `redirectionio_agent_log` (default: `{}`): log configuration directives - see the [configuration template](./templates/agent.yml.j2) for more details.

## Example playbook

Expand All @@ -34,6 +41,10 @@ You may also configure:
This role has no dependency.
## Tests
The role can be tested using the [test instructions](./tests/README.md).
## License
This role is available under the terms of the MIT License.

0 comments on commit ffce761

Please sign in to comment.