Skip to content

Instantly share code, notes, and snippets.

@chbrown13
Created July 19, 2017 13:09
Show Gist options
  • Save chbrown13/86eb2405ba328a6a7832dfb7675308fa to your computer and use it in GitHub Desktop.
Save chbrown13/86eb2405ba328a6a7832dfb7675308fa to your computer and use it in GitHub Desktop.
# Testing satellite-populate actions on AuthSourceLDAP entity
vars:
auth_name: Authentication Source
host_name: satellite.populate.test.com
actions:
# Create
- model: AuthSourceLDAP
register: test_auth
data:
name: "{{ auth_name }}"
host: "{{ host_name }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment