redirectionio.agent
Ansible redirectionio-agent Role
redirection.io is a tool for managing web traffic redirection. It offers various tools for website admins, SEO agencies, and developers to analyze HTTP errors, set up HTTP redirections, and efficiently monitor traffic.
This role installs the redirection.io agent and works with Debian and RHEL-based Linux systems.
Installation
To install, simply run this command:
ansible-galaxy install redirectionio.agent
Role Variables
redirectionio_agent_instance_name
: The name of this instance, used to identify it in the web interface.
You can also configure:
redirectionio_agent_enabled
(default:true
): Should redirection.io be enabled after running the playbook?redirectionio_user
(default:redirectionio
): The user running the agent.redirectionio_group
(default:redirectionio
): The group of the user running the agent.redirectionio_agent_listen
(default:127.0.0.1:10301
): The interface to listen on. Options include/var/run/redirectionio.sock
or127.0.0.1:10301
.redirectionio_agent_persist
(default:true
): Should rules be stored on disk?redirectionio_agent_datadir
(default:/var/lib/redirectionio
): Location to store persisted rules.redirectionio_agent_cache
(default:true
): Use in-memory caching to speed up matching.redirectionio_agent_log
(default:{}
): Log configuration settings. See the configuration template for more details.redirectionio_agent_proxies
(default:{}
): Refer to the configuration reference for details.redirectionio_agent_project_keys
(default:[]
): Check the configuration reference for more information.redirectionio_agent_logging
(default:-
): See the configuration reference for more details.redirectionio_agent_instance_test_mode
(default:-
): See the configuration reference for more information.redirectionio_agent_metrics_server
(default:[]
): Refer to the configuration reference for more details.
Example Playbook
Here's a simple example of a playbook:
- hosts: webservers
roles:
- { role: redirectionio.agent, become: true }
vars:
redirectionio_agent_instance_name: 'The magical frontend #1'
Dependencies
This role does not have any dependencies.
Tests
You can test this role by following the test instructions.
License
This role is licensed under the MIT License.
Informazioni sul progetto
Install redirectionio-agent, a versatile http redirection agent and proxy designed to help your SEO
Installa
ansible-galaxy install redirectionio.agent
Licenza
mit
Download
423
Proprietario
Log your website traffic, analyze it, and setup redirects and SEO improvements on the fly.