Collection of Ansible roles for configuring Linux servers.
Before using this collection, install it with ansible-galaxy:
ansible-galaxy collection install hostinger.commonYou can also include it in a requirements.yml file:
collections:
- name: hostinger.commonand install it with:
ansible-galaxy collection install -r requirements.ymlTo use a role from this collection, prefix it with hostinger.common:
- hosts: all
roles:
- role: hostinger.common.sysctl
vars:
sysctl_d: {}Contributions are welcome! For instructions, please refer to the Contributing guide.
See LICENSE.