Difference between revisions of "Ansible-galaxy"
Jump to navigation
Jump to search
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <code>[[ansible]]-galaxy</code> | + | {{lc}} |
+ | <code>[[ansible]]-galaxy</code> command to manage [[Ansible roles]] in shared repositories, the default of which is [[Ansible Galaxy]] https://galaxy.ansible.com | ||
Usage: ansible-galaxy [delete|import|info|init|install|list|login|remove|search|setup] [--help] [options] ... | Usage: ansible-galaxy [delete|import|info|init|install|list|login|remove|search|setup] [--help] [options] ... | ||
+ | * <code>[[ansible-galaxy --help]]</code> | ||
+ | |||
− | |||
Line 9: | Line 11: | ||
* <code> [[ansible-galaxy install]] dj-wasabi.[[zabbix-agent]]</code> | * <code> [[ansible-galaxy install]] dj-wasabi.[[zabbix-agent]]</code> | ||
* <code>[[ansible-galaxy install ansible-network.cisco_ios]]</code> | * <code>[[ansible-galaxy install ansible-network.cisco_ios]]</code> | ||
− | + | * <code>[[ansible-galaxy init]] ROLE_NAME</code> | |
− | * <code>[[ansible-galaxy | ||
== See also == | == See also == | ||
+ | * {{ansible-galaxy}} | ||
* {{ansible}} | * {{ansible}} | ||
[[Category:Ansible]] | [[Category:Ansible]] |
Latest revision as of 21:47, 18 October 2022
ansible-galaxy
command to manage Ansible roles in shared repositories, the default of which is Ansible Galaxy https://galaxy.ansible.com
Usage: ansible-galaxy [delete|import|info|init|install|list|login|remove|search|setup] [--help] [options] ...
ansible-galaxy list [role_name]
ansible-galaxy install dj-wasabi.zabbix-agent
ansible-galaxy install ansible-network.cisco_ios
ansible-galaxy init ROLE_NAME
See also[edit]
ansible-galaxy
,ansible-galaxy init
,ansible-galaxy install
,ansible-galaxy collection
,ansible-galaxy --help
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions
Advertising: