Featured image of post 在Ubuntu 22.04上安裝Ansible

在Ubuntu 22.04上安裝Ansible

Ubuntu 22.04 Ansible Install

安裝

  1. 輸入以下指令

    1
    2
    3
    
    sudo apt update
    sudo apt install ansible -y
    ansible --version
    
  2. 完成

後記 : ansible靜態分析工具

ansible-lint

ansible-lint 是一個用於檢查 Ansible Playbooks 中潛在問題的命令行工具。它可以靜態分析 Ansible Playbooks 的程式碼,並提供關於可優化、最佳實踐和錯誤的建議。

1
pip3 install ansible-lint
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy