Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asapdotid/ansible-role-package
This Ansible role setup install packages On Ubuntu, CentOS, Redhat, Gentoo, Fedore, MacOS, ArchLinux, OpenSUSE, Rockylinux, Almalinux
https://github.com/asapdotid/ansible-role-package
almalinux ansible ansible-role archlinux centos debian fedora gentoo linux macos opensuse package packages redhat rockylinux ubuntu
Last synced: about 1 month ago
JSON representation
This Ansible role setup install packages On Ubuntu, CentOS, Redhat, Gentoo, Fedore, MacOS, ArchLinux, OpenSUSE, Rockylinux, Almalinux
- Host: GitHub
- URL: https://github.com/asapdotid/ansible-role-package
- Owner: asapdotid
- License: mit
- Created: 2021-09-19T14:23:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T12:20:05.000Z (over 1 year ago)
- Last Synced: 2024-11-07T08:14:57.141Z (3 months ago)
- Topics: almalinux, ansible, ansible-role, archlinux, centos, debian, fedora, gentoo, linux, macos, opensuse, package, packages, redhat, rockylinux, ubuntu
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role Package
This ansible role setup install packages On Ubuntu, CentOS, Redhat, Gento, Fedore, MacOS, ArchLinux, OpenSUSE## Requirements
None
## Role Variables
| Name | Default Value | Description |
| ------------------ | ------------- | ------------------------------------------- |
| `apt_repositories` | `[]` | Debian repository. |
| `package_list` | `[]` | Package application install or remove list. |## Dependencies
None.
## 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:
```yaml
- hosts: servers
vars:
package_list:
- name: wget
- name: htop
state: presentroles:
- { role: asapdotid.package }
```## License
MIT / BSD
## Author Information
[JogjaScript](https://jogjascript.com)
This role was created in 2021 by [Asapdotid](https://github.com/asapdotid).