ansibleの設定方法
インストール
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="鍵"
Author And Source
この問題について(ansibleの設定方法), 我々は、より多くの情報をここで見つけました https://qiita.com/yukitom23/items/21dd99ce9a6b5549de98著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .