Install Ansible on Mac

如何在 Mac 上安裝 Ansible?

使用 Homebrew

Install Homebrew

首先先裝 Mac 是好用的軟體管理工具 Homebrew

1
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Ansible

1
brew install ansible

Test

1
2
3
4
5
6
7
8
9
10
11
12
13
$ python --version
Python 2.7.10

$ python3 --version
Python 3.7.3

$ ansible --version
ansible 2.8.1
config file = None
configured module search path = ['/Users/shanglichu/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/Cellar/ansible/2.8.1_1/libexec/lib/python3.7/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 3.7.3 (default, Jun 19 2019, 07:38:49) [Clang 10.0.1 (clang-1001.0.46.4)]

使用 pip

這方案必須先裝 Xcode, 所以我就沒試了

References

Install Ansible on Mac OSX

創用 CC 授權條款
SAM的程式筆記 朱尚禮製作,以創用CC 姓名標示-非商業性-相同方式分享 4.0 國際 授權條款釋出。