インストール
pip3 install ansible
hostファイルを作る(実行するディレクトリの直下に置く)
[learning-server]
ipアドレス
hostファイルを作る(実行するディレクトリの直下に置く)
[learning-server]
ipアドレス
ansibleの実行
ansible-playbook -i host ansible/roles/common/tasks/learning.yml -u ubuntu --private-key="鍵"
Go to list of users who liked
More than 3 years have passed since last update.
インストール
pip3 install ansible
hostファイルを作る(実行するディレクトリの直下に置く)
[learning-server]
ipアドレス
hostファイルを作る(実行するディレクトリの直下に置く)
[learning-server]
ipアドレス
ansibleの実行
ansible-playbook -i host ansible/roles/common/tasks/learning.yml -u ubuntu --private-key="鍵"
Register as a new user and use Qiita more conveniently
Go to list of users who liked