This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-3
lines changed
Documentation/stackhead-modules/development
stackhead_module_api/defaults Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ The following variables are set by StackHead and can be used by the role:
2121| ` stackhead__certificates_project_folder ` | Path to project's SSL certificate folder | deployment | string |
2222| ` project_name ` | Name of the project that is being deployed | deployment | string |
2323| ` app_config ` | Contents of the project definition file | deployment | object |
24+ | ` certificates_email_address ` | E-Mail address to use for creating SSL certificates | global | string |
2425
2526Additionally the plugin configuration for the respective step set in StackHead CLI is available in ` module.config ` .
2627
Original file line number Diff line number Diff line change 66 - include_vars : " ../roles/stackhead_project/defaults/main.yml"
77 - include_vars : " ../roles/stackhead_module_api/testdata/variables.yml"
88 - include_vars : " ../vars/internal.yml"
9+ - include_vars : " ../roles/stackhead_module_api/defaults/main.yml"
910 - include_vars : " ../roles/stackhead_module_api/vars/main.yml"
1011 - set_fact :
1112 stackhead__templates : " {{ playbook_dir }}/../templates"
Original file line number Diff line number Diff line change 1+ ---
2+ certificates_email_address : " certificates-noreply@stackhead.io"
Original file line number Diff line number Diff line change 11---
22stackhead__config_folder : " {{ inventory_dir }}/stackhead" # value is overridden by StackHead CLI
3- # the variable "stackhead__config_folder" is part of the StackHead module API (update documentation if changed)
4-
5- certificates_email_address : " certificates-noreply@stackhead.io"
Original file line number Diff line number Diff line change 11---
22- include_vars : " ../vars/internal.yml"
3+ - include_vars : " ../roles/stackhead_module_api/defaults/main.yml"
34- include_vars : " ../roles/stackhead_module_api/vars/main.yml"
45
56- import_tasks : " ../roles/stackhead_setup/tasks/facts-load.yml"
Original file line number Diff line number Diff line change 11---
22- include_vars : " ../vars/internal.yml"
3+ - include_vars : " ../roles/stackhead_module_api/defaults/main.yml"
34- include_vars : " ../roles/stackhead_module_api/vars/main.yml"
45
56- import_tasks : " ../roles/stackhead_setup/tasks/facts-load.yml"
You can’t perform that action at this time.
0 commit comments