Ansible - Copy module

Ansible 的 Copy module 可以用來處理檔案的複製。 ...

May 27, 2017 · 2 min · 850 words · Larry Nung

Ansible - APT module

Ansible 的 APT module 可以用來管理 APT 套件。 可用的參數如下: ...

May 26, 2017 · 2 min · 574 words · Larry Nung

Ansible - Shell module

Ansible 的 Shell module 可以用來執行命令。 可用的參數如下: ...

May 26, 2017 · 1 min · 346 words · Larry Nung

Ansible - Command module

Ansible 的 Command module 可以用來執行命令。 可用的參數如下: ...

May 25, 2017 · 1 min · 356 words · Larry Nung

Ansible - Offline docs with ansible-doc

Ansible 有許多模組,每麼模組有不同的用途、不同的參數、不同的使用方式,要查閱模組的使用方式除了透過網路查詢外,也可以用 ansible-doc 離線查詢。 ...

May 24, 2017 · 1 min · 296 words · Larry Nung

Ansible - Inventory

Ansible 的 Inventory 是 Ansible 的主機清單,紀錄著要被管理的主機資訊。 ...

May 22, 2017 · 2 min · 750 words · Larry Nung

Ansible - Ansible CLI

Ansible 安裝完且 SSH 環境準備好後就可以開始使用 Ansible CLI 去使用 Ansible。 ...

May 18, 2017 · 1 min · 410 words · Larry Nung

Ansible - Install Ansible via apt

要在 Ubuntu 下使用 apt 安裝 Ansible。 可先用 apt-get 安裝 software-properties-common。 ...

May 16, 2017 · 1 min · 211 words · Larry Nung