99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

Ansible 怎么使用 Roles

2018-07-25 10:53 更新

上一章「Ansible 什么是Roles」凍仁簡單介紹了 Roles,接下來重頭戲登場咯!

automate_with_ansible_roles_and_windows-07.jpg

我們可以通過 Galaxy (銀河) 和 ansible-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 找到數(shù)不完的 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 底下列出哪些可以被覆寫的預設變數(shù)。

    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 環(huán)境。

后話

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

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

相關連結


以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號