ドキュメント Windows Guides | Ansible Documentation [Official] 対応 WSL 上で動作させることはできる。本番環境としての利用は非推奨。 Can Ansible run […]
Articles Tagged: Ansible
Python 3.x 対応 [Ansible]
Python 3.x 対応 Ansible を Python2.x から Python3.x に対応させる手順とトラブルシューティング – Qiita Python 3 Support | Ansible D […]
プラグイン (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 Document […]
ホストグループを指定する方法 (hosts / group_by) [Ansible]
hosts プレイブックの実行ターゲットにするホストのグループを指定する。 Ansible inventory パターン | DevelopersIO hosts and groups | Ansible Documen […]
タスクを実行するユーザーを設定する方法 (remote_user / become_user) [Ansible]
remote_user SSH で接続する際のユーザー名を指定する。 Ansible での SSH 接続ユーザー指定方法 – Qiita remote_user 指定の優先順位について – Qii […]
変数の使い方 [Ansible]
変数 Using Variables | Ansible Documentation [Official] 定義済み変数 Special Variables | Ansible Documentation [Offici […]
ユーザーとグループの操作 (user / group) [Ansible]
user / group モジュール user – Manage user accounts | Ansible Documentation [Official] group – Add or r […]
環境変数の使い方 (environment) [Ansible]
環境変数の使い方 (environment) Setting the Environment (and Working With Proxies) | Ansible Documentation [Official] P […]