Replies: 4 comments
-
Hello, bschonec! 🖐 Thank you for your submitting an issue for the project. We will respond soon. If you want to contribute to this project, please review the contributing guidelines. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is some very crude pseudo-code. I realize that there are probably mistakes in the code itself but I think it's enough to get my point across on the feature upgrade I'm suggesting:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved to Discussions for the time being. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
Description
Is there any reason that the ./build.sh BASH script couldn't be replaced by an Ansible playbook? A lot of duplication could be eliminated by converting the script to an ansible playbook using loops and includes. Each menu option would be a task or two tagged for the operating system intended to be built.
Use Case(s)
As Ansible is one of the most-used configuration management tools, I'm sure there would be a large pool of people who could contribute. I have much more skill in Ansible than in BASH (in fact, I rarely use BASH scripts any more) and the ansible toolset is more powerful.
Potential Configuration
ansible-playbook build.yml --tags=debian_11,centos9_stream
References
#394
Beta Was this translation helpful? Give feedback.
All reactions