This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Drupal\mymodule\Form; | |
use Drupal\Core\Form\FormBase; | |
use Drupal\Core\Form\FormStateInterface; | |
/** | |
* Provides a custom form. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: [hostgroup] | |
# hostgroup name to aplly playbook from ~/.ansible/hosts | |
vars: | |
project_name: [project_name] | |
# project name for backup files | |
document_root_location: [document_root_location] | |
# document root location path without trailing slash | |
# Example: /home/dtest01 | |
document_root_folder: [document_root_folder] |