Repository URL to install this package:
Version:
6.0.0 ▾
|
---
- hosts: idrac
connection: local
name: Configure iDRAC syslog attributes
gather_facts: False
collections:
- dellemc.openmanage
tasks:
- name: Configure iDRAC syslog attributes
idrac_syslog:
idrac_ip: "{{ idrac_ip }}"
idrac_user: "{{ idrac_user }}"
idrac_password: "{{ idrac_password }}"
ca_path: "/path/to/ca_cert.pem"
share_name: "{{ playbook_dir }}"
syslog: "Disabled"