庫存
Inventory 是跟蹤基礎架構中所有系統的 Ansible 方式。這是一個簡單的靜態清單檔案,其中包含單個系統和 Ansible 的登入憑據。
[targethost]
192.168.1.1 ansible_user=mrtuovinen ansible_ssh_pass=PassW0rd
將這些行寫為例如 hosts
檔案,並使用 -i
/ --inventory-file
標誌將檔案傳遞給 ansible
或 ansible-playbook
命令。
Inventory 是跟蹤基礎架構中所有系統的 Ansible 方式。這是一個簡單的靜態清單檔案,其中包含單個系統和 Ansible 的登入憑據。
[targethost]
192.168.1.1 ansible_user=mrtuovinen ansible_ssh_pass=PassW0rd
將這些行寫為例如 hosts
檔案,並使用 -i
/ --inventory-file
標誌將檔案傳遞給 ansible
或 ansible-playbook
命令。