ansible
ansible
playbookのdry-run
–check
オプションで
ansible-playbook -i inventories/production -u nullpon -l webserver site.yml --check
vault
ファイルを暗号化する
ansible-vault encrypt ./path/to/file --vault-password-file .pass.txt
暗号化されたファイルを確認
ansible-vault view ./path/to/file --vault-password-file .pass.txt
ansible.txt · 最終更新: 2021/03/07 10:43 by nullpon