728x90
ansible-galaxy 명령
ansible-galaxy : https://galaxy.ansible.com/
$ ansible-galaxyu
sage: ansible-galaxy [-h] [--version] [-v] TYPE ...
ansible-galaxy: error: the following arguments are required: TYPE
usage: ansible-galaxy [-h] [--version] [-v] TYPE ...
Perform various Role and Collection related operations.
positional arguments:
TYPE
collection Manage an Ansible Galaxy collection.
role Manage an Ansible Galaxy role.
options:
--version show program's version number, config file location, configured module search path, module location, executable location and exit
-h, --help show this help message and exit
-v, --verbose Causes Ansible to print more debug messages. Adding multiple -v will increase the verbosity, the builtin plugins currently evaluate up to -vvvvvv. A reasonable level to
start is -vvv, connection debugging might require -vvvv.
ansible-galaxy role search nginx
ansible-galaxy collection install nginxinc.nginx_controller
728x90
'리눅스' 카테고리의 다른 글
[iac][ansible] 앤서블 아키텍처 (0) | 2022.08.25 |
---|---|
[iac][ansible] ansible-vault 명령 (0) | 2022.08.25 |
SSH 키를 생성하고 배포하여 원격 서버에 SSH 접속하는 방법 (0) | 2022.08.23 |
[리눅스] Ansible 설치 및 업그레이드 (0) | 2022.08.23 |
CentOS 7에서 python3 업그레이드 (0) | 2022.08.23 |