fix!: fixed molecule tests, rewrote how custom variables are handled for hosts overrides; fixed invalid services names for clamav handlers
This commit is contained in:
parent
6026cfd195
commit
dafa3fbc54
23 changed files with 238 additions and 159 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
workstation_user_account: "{{ custom_base_user_account }}"
|
||||
custom_github_token: ""
|
||||
custom_sysctl: {}
|
||||
workstation:
|
||||
github_token: "{{ custom_github_token | default('') }}"
|
||||
user_account: "{{ custom_base_user_account | default('root') }}"
|
||||
|
||||
custom_workstation: {}
|
||||
recursive_combine: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue