2019-01-01から1年間の記事一覧

Script to migrate ansible-vault file to single-encrypted-variable

From ansible 2.3, single-encrypted-variable is supported in addition to full file encryption. Before this functionality was implemented, we have to handle secrets with full file encryption. With full file encryption, we can't check the dif…

Githubでforkしたリポジトリから出されたPRに修正コミットを重ねたい場合

GithubでPR出す場合、大きく分けて以下の2つの方法でPR元のBranchを作るのが一般的だと思う。 オリジナルのリポジトリにtracking branchを作成する方法 オリジナルのリポジトリをforkしたリポジトリにtracking branchを作成する方法 1.の場合は、ブランチを…