ローカル環境構築用のPlaybook
- Ubuntu
$ sudo apt -y update && sudo apt -y install git
$ git clone https://github.com/mdan16/playbook-local.git
$ cd playbook-local
$ ./install.sh
$ ansible-playbook ubuntu.yml --ask-become-pass
ドキュメントを参考に手動で設定を変更
ローカル環境構築用のPlaybook
$ sudo apt -y update && sudo apt -y install git
$ git clone https://github.com/mdan16/playbook-local.git
$ cd playbook-local
$ ./install.sh
$ ansible-playbook ubuntu.yml --ask-become-pass
ドキュメントを参考に手動で設定を変更