Skip to content

Commit

Permalink
Merge pull request ManageIQ#80 from mkanoor/bz_1436717
Browse files Browse the repository at this point in the history
Added method instances for EmbeddedAnsible
  • Loading branch information
gmcculloug authored Mar 30, 2017
2 parents 3c3ff95 + 8ff65b8 commit 87d29ca
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name: Embedded_Ansible_Available_Machine_Credentials
name: Embedded_Ansible_Available_Machine_Credentials
inherits:
description:
fields:
- credential_type:
value: ManageIQ::Providers::EmbeddedAnsible::AutomationManager::MachineCredential
- execute:
value: Available_Credentials
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name: Embedded_Ansible_Available_Network_Credentials
name: Embedded_Ansible_Available_Network_Credentials
inherits:
description:
fields:
- credential_type:
value: ManageIQ::Providers::EmbeddedAnsible::AutomationManager::NetworkCredential
- execute:
value: Available_Credentials

0 comments on commit 87d29ca

Please sign in to comment.