12 lines
349 B
PHP
12 lines
349 B
PHP
<?php
|
|
|
|
$workshop_image = 'images/ansible-logo.png';
|
|
$workshop_name = 'Ansible Essentials Workshop';
|
|
$workshop_presenter = 'DEFAULT SLIDE';
|
|
$workshop_title = 'This slide is only here so your HTTPD works for local editing.';
|
|
$workshop_message = 'This file will overwritten with Ansible vars in DEFAULTS';
|
|
$terminal_prompt = '[ansible@redhat] $';
|
|
|
|
?>
|
|
|