-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ansible timers should not run on USB stick #21
Comments
I disabled the timers in df88241 (and currently anything other than running the For now the timers or services must be manually started on the new image, after |
how do we enable the timers manually? Can you post here the needed command? |
As they are in a preset, I think there are actually already activated?Am 24.08.2024 um 14:14 schrieb Tiziano Zito ***@***.***>:
how do we enable the timers manually? Can you post here the needed command?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Otherwise it’s something like ln -s $TARGET/usr/local/systemd/system/ansible-pull-init.timer $TARGET/etc/systemd/system/timers.target.wants/ansible-pull-init.timerPaths are guesses. I have very spotty network.Am 24.08.2024 um 15:57 schrieb Rike-Benjamin Schuppner ***@***.***>:As they are in a preset, I think there are actually already activated?Am 24.08.2024 um 14:14 schrieb Tiziano Zito ***@***.***>:
how do we enable the timers manually? Can you post here the needed command?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Otherwise the stick changes while it is being copied. (Although the whole mechanism seems messy. Can we boot the USB stick in a read-only way?)
Either
doinst
enables the timers on the target manually or we add aConditionPathExists
and check for a file thatdoinst
creates to enable it or something like a negatedConditionHost
and we have to set the specific hostname of the machine.The text was updated successfully, but these errors were encountered: