fix(config): enable dictionary merge for scoped overrides
This commit is contained in:
@@ -14,8 +14,8 @@ all:
|
||||
hosts:
|
||||
app01.example.com:
|
||||
ansible_host: 10.0.0.10
|
||||
filesystem: "btrfs"
|
||||
system:
|
||||
filesystem: "btrfs"
|
||||
type: "virtual"
|
||||
os: "archlinux"
|
||||
name: "app01.example.com"
|
||||
@@ -72,9 +72,9 @@ all:
|
||||
tool: "arch-chroot"
|
||||
db01.example.com:
|
||||
ansible_host: 10.0.0.11
|
||||
filesystem: "xfs"
|
||||
rhel_iso: "local:iso/rhel-9.4-x86_64-dvd.iso"
|
||||
system:
|
||||
filesystem: "xfs"
|
||||
type: "virtual"
|
||||
os: "rhel"
|
||||
version: "9"
|
||||
|
||||
Reference in New Issue
Block a user