Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split prep and post tasks into their own playbook #16

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

william-stearns
Copy link
Contributor

Addresses #10 , breaks out preparation steps into install_pre.yml and reboot check into install_post.yml
It also cleans up some yaml lint issues, most related to spaces and blank lines.
This has not been tested yet - please do not merge until it has been tested.

@william-stearns
Copy link
Contributor Author

The original approach ran ansible-playbook 3 or 4 times, requiring the user to enter the remove sudo password 3 or 4 times. Since the ansible-playbook command happily accepts multiple playbook files, we call all relevant playbooks with a single command, which only requires the remote sudo password to be entered once.

@william-stearns
Copy link
Contributor Author

Please consider this tested and ready for review.

@caffeinatedpixel caffeinatedpixel merged commit d3b5b3d into main Aug 14, 2024
5 checks passed
@caffeinatedpixel caffeinatedpixel deleted the wls_refactor_playbooks branch August 14, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants