Skip to content

Commit

Permalink
refactor: 🔨 update default values
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Stein <[email protected]>
  • Loading branch information
Synzack committed Jun 5, 2024
1 parent 904c74a commit 496d643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/ludus_sccm_siteserver/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ludus_sccm_enable_active_directory_system_discovery: true
ludus_sccm_enable_active_directory_user_discovery: true

# ----------------------------------PXE-------------------------------------------------
ludus_sccm_enable_pxe: false
ludus_sccm_enable_pxe: true
ludus_enable_pxe_password: false
ludus_pxe_password: 'Password123'
ludus_domain_join_account: domainadmin
Expand Down
2 changes: 1 addition & 1 deletion sccm-range-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ludus:
ludus_sccm_enable_active_directory_user_discovery: true
# ----------------------------------PXE-------------------------------------------------
ludus_sccm_enable_pxe: true
ludus_enable_pxe_password: yes
ludus_enable_pxe_password: false
ludus_pxe_password: 'Password123'
ludus_domain_join_account: domainadmin
ludus_domain_join_password: 'password'
Expand Down

0 comments on commit 496d643

Please sign in to comment.