https://github.com/angristan/ansible-base
Ansible "base" role
https://github.com/angristan/ansible-base
ansible ansible-role debian ubuntu
Last synced: about 1 year 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T22:05:49.000Z (about 2 years ago)
- Last Synced: 2025-04-02T13:12:43.969Z (about 1 year ago)
- Topics: ansible, ansible-role, debian, ubuntu
- Language: Jinja
- Homepage:
- Size: 54.7 KB
- Stars: 13
- 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).