Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hspaans/ansible-role-package
Install or removing packages from distribution repositories
https://github.com/hspaans/ansible-role-package
ansible ansible-role linux packages
Last synced: 27 days ago
JSON representation
Install or removing packages from distribution repositories
- Host: GitHub
- URL: https://github.com/hspaans/ansible-role-package
- Owner: hspaans
- License: mit
- Created: 2020-05-02T20:31:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T00:19:03.000Z (5 months ago)
- Last Synced: 2024-10-03T11:41:44.539Z (about 2 months ago)
- Topics: ansible, ansible-role, linux, packages
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Role Name
Installs or removes packages from distribution repositories.
## Requirements
None.
## Role Variables
Default variables are set in `defaults/main.yml`.
## Dependencies
No dependency on other Ansible Galaxy roles.
## Example Playbook
```yml
---
- hosts: servers
var:
package_install:
- vim
package_remove:
- nano
roles:
- role: hspaans.package
become: true
```## License
MIT
## Author Information
This role was created in 2020 by [Hans Spaans](https://github.com/hspaans).