Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: ome_configuration_compliance_baseline stage on next reboot or schedule job #616

Open
kridSeppi opened this issue Feb 1, 2024 · 1 comment
Labels
needs-triage Issue requires triage. type/feature-request New feature or request

Comments

@kridSeppi
Copy link

the ome_configuration_compliance_baseline module could be extended.

when remediating a configuration baseline, the job is executed immediately.
this creates problems when a reboot is included.

In OME it is possible to

  • schedule the job at a specific time or
  • to stage and execute the job at the next reboot

maybe:

- name: Remediate specific non-compliant devices to a configuration compliance baseline using device service tags
  dellemc.openmanage.ome_configuration_compliance_baseline:
    hostname: "192.168.0.1"
    username: "username"
    password: "password"
    ca_path: "/path/to/ca_cert.pem"
    command: "remediate"
    names: "baseline1"
    device_service_tags:
      - "SVCTAG1"
      - "SVCTAG2"
    schedule: stage
    schedule_intervall: next_reboot

- name: Remediate specific non-compliant devices to a configuration compliance baseline using device service tags
  dellemc.openmanage.ome_configuration_compliance_baseline:
    hostname: "192.168.0.1"
    username: "username"
    password: "password"
    ca_path: "/path/to/ca_cert.pem"
    command: "remediate"
    names: "baseline1"
    device_service_tags:
      - "SVCTAG1"
      - "SVCTAG2"
    schedule: stage
    schedule_intervall: once
    scheduleStart: "2024-03-01T10:00:00.000Z"
@kridSeppi kridSeppi added needs-triage Issue requires triage. type/feature-request New feature or request labels Feb 1, 2024
@kridSeppi kridSeppi changed the title [FEATURE]: [FEATURE]: ome_configuration_compliance_baseline stage on next reboot or schedule job Feb 1, 2024
@anupamaloke
Copy link
Contributor

@kridSeppi , thank you for submitting this feature request. This is added to the backlog and will be prioritized accordingly to be delivered over the future releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Issue requires triage. type/feature-request New feature or request
Projects
Development

No branches or pull requests

2 participants