Skip to content

Instantly share code, notes, and snippets.

@tadeboro
Created July 16, 2018 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadeboro/00b92bcc8b198dc1e23e4eced8e7efe0 to your computer and use it in GitHub Desktop.
Save tadeboro/00b92bcc8b198dc1e23e4eced8e7efe0 to your computer and use it in GitHub Desktop.
Testing Redfish playbook
- name: Redfish test
gather_facts: false
connection: local
hosts: localhost
tasks:
- name: Runy dummy redfish task
redfish_system:
id: /redfish/v1/Systems/1
base_url: "http://localhost:8000"
username: demo
password: test
register: testout
- name: dump test output
debug:
msg: '{{ testout }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment