Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / dellemc / openmanage / playbooks / idrac / idrac_syslog.yml
Size: Mime:
---
- 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"