engonzal.package
Ansible Roles: Package
A module to install a list of software packages.
Role Variables
If you are working with the same type of operating system, you can use this list for general packages:
package_list:
- git
- curl
For mixed operating systems, you can use these lists:
package_apt:
- python-dev
package_yum:
- python-devel
Example Playbook
- hosts: servers
vars:
package_list:
- curl
- htop
roles:
- { role: engonzal.package, tags: [ 'package'] }
License
BSD
Installa
ansible-galaxy install engonzal.package
Licenza
Unknown
Download
1.4k
Proprietario
I'm a Linux engineer.
Verifications
- https://defcon.social/@engonzal