728x90
macOS에 ansible 설치
테스트 환경
system_profiler SPSoftwareDataType | egrep 'System Version'
$ system_profiler SPSoftwareDataType | egrep 'System Version'
System Version: macOS 12.5 (21G72)
ansible 설치(brew install)
ansible search
brew search ansible
$ brew search ansible
==> Formulae
ansible ansible-cmdb ansible-language-server ansible-lint ansible@2.8 ansible@2.9
==> Casks
ansible-dk
ansible information
brew info ansible
$ brew info ansible
ansible: stable 5.7.1 (bottled), HEAD
Automate deployment, configuration, and upgrading
https://www.ansible.com/
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ansible.rb
License: GPL-3.0-or-later
==> Dependencies
Build: pkg-config ✔, rust ✔
Required: libyaml ✘, openssl@1.1 ✘, python@3.10 ✘, six ✔
==> Options
--HEAD
Install HEAD version
==> Analytics
install: 59,505 (30 days), 159,547 (90 days), 607,420 (365 days)
install-on-request: 58,821 (30 days), 157,531 (90 days), 598,085 (365 days)
build-error: 1 (30 days
ansible install
brew install ansible
$ brew install ansible
Running `brew update --preinstall`...
...
==> rust
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
ansible version
ansible --version
$ ansible --version
ansible [core 2.13.2]
config file = None
configured module search path = ['/Users/test/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /opt/homebrew/Cellar/ansible/6.2.0/libexec/lib/python3.10/site-packages/ansible
ansible collection location = /Users/test/.ansible/collections:/usr/share/ansible/collections
executable location = /opt/homebrew/bin/ansible
python version = 3.10.6 (main, Aug 8 2022, 04:20:17) [Clang 13.1.6 (clang-1316.0.21.2.5)]
jinja version = 3.1.2
libyaml = True
ansible information
brew info ansible
참고URL
- https://github.com/ansible/ansible
- https://docs.ansible.com/ansible/devel/roadmap/
- https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_13.html
728x90
'리눅스' 카테고리의 다른 글
[Ansible] inventory(인벤토리) 설정 (0) | 2022.08.22 |
---|---|
Ubuntu Server 22.04 LTS (Jammy Jellyfish) (0) | 2022.08.19 |
macOS 버전 정보 확인(command) (0) | 2022.08.10 |
GitLab에서 리포지토리 미러링을 구성하는 방법(gitlab -> github 미러링) (0) | 2022.07.30 |
Let's Encrypt(certbot) SSL 인증서를 발급하는 방법 (0) | 2022.07.26 |