oscpe262.patching
Ansible role 'ansible-role-patching'
This Ansible role is used for applying patches to different systems, including Arch Linux, Redhat, Suse, and Debian.
Requirements
Role Variables
| Variable | Default | Comments (type) |
|---|---|---|
patch_env |
undefined | Set this for proxy settings (see example below) |
patch_reboot |
no |
Change to yes to reboot automatically after patching. |
Dependencies
Example Playbook
- hosts: foo
roles:
- role: ansible-role-patching
vars:
patch_env:
http_proxy: "http://foo:[email protected]"
https_proxy: "https://foo:[email protected]"
Testing
License
MIT License.
Contributors
We welcome feedback, feature requests, ideas, and suggestions. You can submit these in the Issues section. You are also encouraged to make pull requests. Please create a dedicated branch for your changes; this will make it easier to merge back into the main project.
- Oscar Petersson (Maintainer)
