https://github.com/hugomrdias/ansible-role-basic
Ansible Role to do basic setup in Debian systems
https://github.com/hugomrdias/ansible-role-basic
Last synced: 3 months ago
JSON representation
Ansible Role to do basic setup in Debian systems
- Host: GitHub
- URL: https://github.com/hugomrdias/ansible-role-basic
- Owner: hugomrdias
- License: mit
- Created: 2016-06-22T11:40:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T10:29:12.000Z (over 8 years ago)
- Last Synced: 2025-03-02T04:29:08.724Z (4 months ago)
- Homepage: https://galaxy.ansible.com/hugomrdias/basic/
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-role-basic [](https://gitlab.com/hugomrdias/ansible-role-basic/commits/master)
> Role to do basic setup in Debian systemsThis is for advanced users.
## Requirements
None## Role Variables
Check `defaults/main.yml` and `vars/main.yml` for dependencies default vars## Dependencies
run `ansible-galaxy install -r tests/roles.yml -p tests/roles`
- tersmitten.locales## Resources
https://github.com/jnv/ansible-role-unattended-upgrades
https://wiki.debian.org/UnattendedUpgrades## Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: hugomrdias.basic }## License
MIT © [Hugo Dias](http://hugodias.me)