Skip to content

hostinger/ansible-collection-common

Repository files navigation

Hostinger Common Ansible Collection

Collection of Ansible roles for configuring Linux servers.

Installation

Before using this collection, install it with ansible-galaxy:

ansible-galaxy collection install hostinger.common

You can also include it in a requirements.yml file:

collections:
- name: hostinger.common

and install it with:

ansible-galaxy collection install -r requirements.yml

Usage

To use a role from this collection, prefix it with hostinger.common:

- hosts: all
  roles:
    - role: hostinger.common.sysctl
      vars:
        sysctl_d: {}

Contributing

Contributions are welcome! For instructions, please refer to the Contributing guide.

License

See LICENSE.

About

Collection of Ansible roles for configuring Linux servers used at Hostinger.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 5

Languages