使用官方的 Ubuntu PPA
更新包列表:
apt update
安装软件属性常用命令
apt install software-properties-common
添加 Ansible PPA 到系统:
add-apt-repository --yes --update ppa:ansible/ansible
再次更新包列表以包括新添加的 PPA:
apt update
安装 Ansible:
apt install ansible
ansible --version
# ansible -- version
ansible [ core 2.12 .10 ] config file = / etc/ ansible/ ansible. cfgconfigured module search path = [ '/ root/ . ansible/ plugins/ modules', ' / usr/ share/ ansible/ plugins/ modules'] ansible python module location = / usr/ lib/ python3/ dist- packages/ ansibleansible collection location = / root/ . ansible/ collections: / usr/ share/ ansible/ collectionsexecutable location = / usr/ bin/ ansiblepython version = 3.10 .12 ( main, Nov 20 2023 , 15 : 14 : 05 ) [ GCC 11.4 .0 ] jinja version = 2.10 .1 libyaml = True
ansible- config init -- disabled > ansible. cfg
vim / etc/ ansible/ ansible. cfg
[ defaults]
inventory = / root/ ansible/ hosts
ansible- inventory -- list