refactor!: switch hosts variables to a flat layout
This commit is contained in:
parent
f669dea62a
commit
779f2766f2
33 changed files with 270 additions and 322 deletions
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
workstation:
|
||||
github_token: "{{ custom_github_token | default('') }}"
|
||||
user_account: "{{ custom_base_user_account | default('root') }}"
|
||||
|
||||
custom_workstation: {}
|
||||
recursive_combine: true
|
||||
workstation_user_account: "{{ custom_base_user_account }}"
|
||||
workstation_github_token: "{{ custom_github_token | default('') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue