Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 2.12 KB

File metadata and controls

99 lines (69 loc) · 2.12 KB

📃 Role overview

DEPRECATED: This role is deprecated here because it was moved to the openshift_virtualization_ops collection.

This role performs patching related activities for Virtual Machines.

vm_patching

Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration

Description: Patching related activities for Virtual Machines.

Vars

These are variables with higher priority

File: vars/main.yml

Var Type Value
vm_patching_package_list str *

Tasks

File: tasks/main.yml

Name Module Has Conditions
Running sudo dnf update ansible.builtin.dnf False

Task Flow Graphs

Graph for main.yml

flowchart TD
Start
classDef block stroke:#3498db,stroke-width:2px;
classDef task stroke:#4b76bb,stroke-width:2px;
classDef includeTasks stroke:#16a085,stroke-width:2px;
classDef importTasks stroke:#34495e,stroke-width:2px;
classDef includeRole stroke:#2980b9,stroke-width:2px;
classDef importRole stroke:#699ba7,stroke-width:2px;
classDef includeVars stroke:#8e44ad,stroke-width:2px;
classDef rescue stroke:#665352,stroke-width:2px;

  Start-->|Task| Running_sudo_dnf_update0[running sudo dnf update]:::task
  Running_sudo_dnf_update0-->End
Loading

Playbook

---
- name: Test
  hosts: localhost
  remote_user: root
  roles:
    - vm_patching
...

Playbook graph

flowchart TD
  hosts[localhost]-->|Role| vm_patching[vm patching]
Loading

Author Information

OpenShift Virtualization Migration Contributors

License

GPL-3.0-only

Minimum Ansible Version

2.15.0

Platforms

No platforms specified.