Vagrant環境のセットアップをAnsibleで行いたい場合、Vagrantfileに以下の記載をする
config.vm.provision "ansible" do |ansible|
ansible.playbook = "ansible/sites.yml"
ansible.verbose = "vv"
ansible.sudo = true
end
Go to list of users who liked
More than 5 years have passed since last update.
Vagrant環境のセットアップをAnsibleで行いたい場合、Vagrantfileに以下の記載をする
config.vm.provision "ansible" do |ansible|
ansible.playbook = "ansible/sites.yml"
ansible.verbose = "vv"
ansible.sudo = true
end
Register as a new user and use Qiita more conveniently
Go to list of users who liked