mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Add support for video demos
This commit is contained in:
parent
a35b31f815
commit
653c157263
7 changed files with 122 additions and 4 deletions
|
@ -27,6 +27,30 @@ exports = module.exports = {
|
|||
|
||||
},
|
||||
|
||||
disablePlayboookExecution: process.env.DISABLE_PLAYBOOK_EXECUTION || false
|
||||
disablePlayboookExecution: process.env.DISABLE_PLAYBOOK_EXECUTION || false,
|
||||
|
||||
videos: [
|
||||
{
|
||||
title: 'Overview',
|
||||
type: 'overview',
|
||||
video_id: '6sE0Gqcw_4U'
|
||||
},
|
||||
{
|
||||
title: 'Getting Started',
|
||||
type: 'getting_started'
|
||||
},
|
||||
{
|
||||
title: 'Google Cloud Example',
|
||||
type: 'google_cloud'
|
||||
},
|
||||
{
|
||||
title: 'VMWare Example',
|
||||
type: 'vmware'
|
||||
},
|
||||
{
|
||||
title: 'Custom Modules',
|
||||
type: 'custom_module'
|
||||
}
|
||||
]
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue