ドキュメント 参考: Windows Guides | Ansible Documentation [Official] 対応 WSL 上で動作させることはできる。プロダクションとしての利用は非推奨。 参考: Can A […]
Articles Tagged: Ansible
Python 3.x 対応 [Ansible]
Python 3.x 対応 参考: Ansible を Python2.x から Python3.x に対応させる手順とトラブルシューティング – Qiita Python 3 Support | Ansib […]
プラグイン (Plugins) [Ansible]
プラグインを作成する 参考: Developing plugins | Ansible Documentation [Official]
インベントリ [Ansible]
インベントリ 参考: Working with Inventory | Ansible Documentation [Official] 書き方 参考: インベントリファイルを YAML 形式で書く | てくなべ
ファイルを操作する方法 (file) [Ansible]
file モジュール ファイルやディレクトリの作成/削除 パーミッションの変更 所有者/グループの変更 参考: file – Manage files and file properties | Ansible Docu […]
ホストグループを指定する方法 (hosts / group_by) [Ansible]
hosts プレイブックの実行ターゲットにするホストのグループを指定する。 参考: Ansible inventory パターン | DevelopersIO hosts and groups | Ansible Doc […]
タスクを実行するユーザーを設定する方法 (remote_user / become_user) [Ansible]
remote_user SSH で接続する際のユーザー名を指定する。 参考: Ansible での SSH 接続ユーザー指定方法 – Qiita remote_user 指定の優先順位について – […]
変数の使い方 [Ansible]
変数 参考: Using Variables | Ansible Documentation [Official] 定義済み変数 参考: Special Variables | Ansible Documentation […]
ユーザーとグループの操作 (user / group) [Ansible]
user / group モジュール 参考: user – Manage user accounts | Ansible Documentation [Official] group – Add […]
環境変数の使い方 (environment) [Ansible]
環境変数の使い方 (environment) 参考: Setting the Environment (and Working With Proxies) | Ansible Documentation [Officia […]