iT邦幫忙

2017 iT 邦幫忙鐵人賽
DAY 21
1
DevOps

現代 IT 人一定要知道的 Ansible 自動化組態技巧系列 第 21

21. 怎麼使用 Roles?

現代 IT 人一定要知道的 Ansible 自動化組態技巧

21. 怎麼使用 Roles?

上一章「20. Roles 是什麼?」凍仁簡單介紹了 Roles,接下來重頭戲登場囉!

automate_with_ansible_roles_and_windows-07.jpg

我們可以透過 Galaxyansible-galaxy (Terminal) 來使用 Roles。

automate_with_ansible_roles_and_windows-08.jpg

什麼是 Galaxy?

Galaxy 的全名為 Ansible Galaxy,它是官方維護的 Roles 市集 (marketplace) 網站。我們可以在網站上取得社群成員所維護的 Roles,其 source code 存放於 GitHub。

automate_with_ansible_roles_and_windows-09.jpg

ansible-galaxy 是什麼?

ansible-galaxy 是管理 Roles 的指令,我們可以在 Terminal 裡用它搜尋 (search)、安裝 (install)、移除 (remove) Roles 等。換句話說它是 Ansible 世界的 pip

automate_with_ansible_roles_and_windows-14.jpg

想深入了解 ansible-galaxy 的話,不妨 man 一下它!

$ man ansible-galaxy

怎麼用 Galaxy 搜尋 Roles?

  1. 開啟瀏覽器 (Browsers) 並進入 https://galaxy.ansible.com

  2. 進到 Galaxy 的網站後,可在右上角的 Browser Roles 找到數不完的 Role。

    automate_with_ansible_roles_and_windows-10.jpg

  3. Keyword 一欄輸入關鍵字後,接下 Enter 即可搜尋。底下將以 win_vim role 為例。

    automate_with_ansible_roles_and_windows-11.jpg

  4. Details 頁籤裡,可以看到關於這個 Role 的版本記錄 (Version History)、支援的平台 (Supported Platforms) 等資訊。

    Ansible 最小支援版本 (Minimum Ansible Version) 的部份也請留意,有些語法在舊版的 Ansible 是不被支援的喔!

    automate_with_ansible_roles_and_windows-12.jpg

  5. README 頁籤裡,可以看到作者寫的說明文件。一般會在 Role Variables 底下列出哪些可以被覆寫的預設變數。

    automate_with_ansible_roles_and_windows-13.jpg

怎麼用 ansible-galaxy 搜尋 Roles?

除了在 Galaxy 網站搜尋 Roles 以外,我們也可以使用 ansible-galaxy search + 關鍵字進行搜尋。

automate_with_ansible_roles_and_windows-15.jpg

怎麼安裝 Roles?

請使用 ansible-galaxy install + Role 名稱 來安裝 role,如要自訂存放 Roles 的位置,請使用 -p + 路徑,詳情請參考 Download Roles | Ansible Galaxy 一文。

automate_with_ansible_roles_and_windows-16.jpg

怎麼初始化 Roles?

我們可以用 ansible-galaxy init + Role 名稱 來建立一個新 role,其檔案結構部份凍仁已在上一章的「Role 的基本結構」介紹過,這裡就不詳述了。

automate_with_ansible_roles_and_windows-17.jpg

以上,您學會怎麼使用 Roles 了嗎?下章凍仁將教大家如何利用 Galaxy 上的 Roles 建置 LNMP 環境。

後語

我們除了可以在 Galaxy 找到現成的 Roles 外,更可藉由閱讀前人的 source code 來學習各種知識與技巧。

倘若覺得別人的 Roles 不好使,您就自己寫一個,然後分享出來吧!

相關連結


上一篇
20. Roles 是什麼?
下一篇
22. 怎麼用 Roles 部署 LNMP 網頁應用程式?(上)
系列文
現代 IT 人一定要知道的 Ansible 自動化組態技巧31
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言