返回
Featured image of post ansible 入門指南 - 概念篇

ansible 入門指南 - 概念篇

使用 Ansible 好好管理vm群集

Ansible 操控概念
Ansible 操控概念

常見名詞

  • Control Machine - 操作機
  • Managed node - 目標機
  • Inventory - 清單
  • Playbooks - 劇本
    • Plays - ansible 入口
    • Roles - 可重複使用的 ansible
    • Tasks - 定義操作
    • Handlers - 定義操作 ansible 的狀態已變成 ‘changed’ 後所執行

進階名詞

  • Collections - 使用 ansible-galaxy install 安裝引用,總覽網址
  • Modules - 又稱(task plugins),以 apt 為例,被成 ansible.builtin.apt 可於 yml 中使用
  • Plugins - 擴充 ansible 核心的功能,以python為底開發,官方介紹
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus