We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/root/.ansibleと/root/.cacheはそれぞれキャッシュで次のジョブで渡すとダウンロードが遅くてそこで時間がかかる。それぞれdocker volumeをつくってマウントしたほうがはやい どうせ何度も使うんだし、作り直してもキャッシュだから再度インストールすればいいし
The text was updated successfully, but these errors were encountered:
~/.sshを/root/.sshにマウントする必要もある
Sorry, something went wrong.
#367 で、~/.ansible はボリュームマウントにした
.sshの鍵はHashicorp Vaultを使うのが正攻法じゃないかなとはおもう
No branches or pull requests
/root/.ansibleと/root/.cacheはそれぞれキャッシュで次のジョブで渡すとダウンロードが遅くてそこで時間がかかる。それぞれdocker volumeをつくってマウントしたほうがはやい どうせ何度も使うんだし、作り直してもキャッシュだから再度インストールすればいいし
The text was updated successfully, but these errors were encountered: