Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).