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:
21
21
| ` stackhead__certificates_project_folder ` | Path to project's SSL certificate folder | deployment | string |
22
22
| ` project_name ` | Name of the project that is being deployed | deployment | string |
23
23
| ` 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 |
24
25
25
26
Additionally the plugin configuration for the respective step set in StackHead CLI is available in ` module.config ` .
26
27
Original file line number Diff line number Diff line change 6
6
- include_vars : " ../roles/stackhead_project/defaults/main.yml"
7
7
- include_vars : " ../roles/stackhead_module_api/testdata/variables.yml"
8
8
- include_vars : " ../vars/internal.yml"
9
+ - include_vars : " ../roles/stackhead_module_api/defaults/main.yml"
9
10
- include_vars : " ../roles/stackhead_module_api/vars/main.yml"
10
11
- set_fact :
11
12
stackhead__templates : " {{ playbook_dir }}/../templates"
Original file line number Diff line number Diff line change
1
+ ---
2
+ certificates_email_address :
" [email protected] "
Original file line number Diff line number Diff line change 1
1
---
2
2
stackhead__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 :
" [email protected] "
Original file line number Diff line number Diff line change 1
1
---
2
2
- include_vars : " ../vars/internal.yml"
3
+ - include_vars : " ../roles/stackhead_module_api/defaults/main.yml"
3
4
- include_vars : " ../roles/stackhead_module_api/vars/main.yml"
4
5
5
6
- import_tasks : " ../roles/stackhead_setup/tasks/facts-load.yml"
Original file line number Diff line number Diff line change 1
1
---
2
2
- include_vars : " ../vars/internal.yml"
3
+ - include_vars : " ../roles/stackhead_module_api/defaults/main.yml"
3
4
- include_vars : " ../roles/stackhead_module_api/vars/main.yml"
4
5
5
6
- import_tasks : " ../roles/stackhead_setup/tasks/facts-load.yml"
You can’t perform that action at this time.
0 commit comments