Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angristan/ansible-base
- Owner: angristan
- License: mit
- Created: 2019-02-11T20:48:32.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T22:05:49.000Z (9 months ago)
- Last Synced: 2024-05-21T06:38:53.712Z (7 months ago)
- Topics: ansible, ansible-role, debian, ubuntu
- Language: Jinja
- Homepage:
- Size: 54.7 KB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).