Ansible
構成管理ツール。冪等性を以って構成変更ができる。
https://docs.ansible.com/ansible/latest/index.html
https://docs.ansible.com/ansible/latest/user_guide/cheatsheet.html
code:install.sh
#pip
install ansible-base
asdf plugin add ansible-base
asdf install ansible-base latest
ベストプラクティス
ディレクトリ構成
Sample Ansible setup — Ansible Community Documentation