Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angristan/ansible-base

Ansible "base" role
https://github.com/angristan/ansible-base

ansible ansible-role debian ubuntu

Last synced: 3 months ago
JSON representation

Ansible "base" role

Awesome Lists containing this project

README

        

# Ansible "base" role

This is a personal role that I apply on my servers to provide a "base" config.

It is made for Debian 9/10 and Ubuntu 18.04.

Feel free to inspire yourself from it.

## Usage

Add this to `requirements.yml`:

```yml
- src: https://github.com/angristan/ansible-base
name: angristan.base
version: vX.X.X
```

## Author Information

See my other Ansible roles at [angristan/ansible-roles](https://github.com/angristan/ansible-roles).