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

Unattended install #31

Open
straysheep-dev opened this issue Sep 5, 2024 · 0 comments
Open

Unattended install #31

straysheep-dev opened this issue Sep 5, 2024 · 0 comments

Comments

@straysheep-dev
Copy link

I'm wondering if a completely unattended install is possible, either through an inventory file, ansible-vault, or optional vars that could be configurable before deployment in some repeatable way that may not change as often as the actual installer scripts might over time.

I've created a terraform build that works around this for now by removing the -K option from install_rita.sh like this:

sed -i 's/-K //g' rita-$VERSION-installer/install_rita.sh

It's not always ideal running as root, but for an ephemeral cloud environment where -K / --ask-become-pass is used to execute the plays, this could work.

If this is already being planned or thought about, and there's anything I can do to help make the changes let me know if there's an ideal place or way to add these.

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

No branches or pull requests

1 participant