1分钟
通过 Pacman 安装最新发布版本(Arch Linux)
Ansible 已经放入了 Community repository:
$ pacman -S ansibleThe AUR has a PKGBUILD for pulling directly from Github called ansible-git.
Also see the Ansible page on the ArchWiki.
如果在 Arch Linux 上已经安装了 Python 3,并设置为默认的 Python slot,你必须在 组变量 或 inventory 变量中设置如下变量: ansible_python_interpreter = /usr/bin/python2
学员评价