An open API service indexing awesome lists of open source software.

https://github.com/hostinger/ansible-collection-common

Collection of Ansible roles for configuring Linux servers used at Hostinger.
https://github.com/hostinger/ansible-collection-common

ansible

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Hostinger Common Ansible Collection

Collection of Ansible roles for configuring Linux servers.

## Installation

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

```bash
ansible-galaxy collection install hostinger.common
```

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

```yaml
collections:
- name: hostinger.common
```

and install it with:

```bash
ansible-galaxy collection install -r requirements.yml
```

## Usage

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

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

## Contributing

Contributions are welcome! For instructions, please refer to the [Contributing](CONTRIBUTING.md) guide.

## License

See [LICENSE](LICENSE).