Difference between revisions of "Ansible collections"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* [[ansible-galaxy collection]] install community.general | * [[ansible-galaxy collection]] install community.general | ||
− | * <code>[[ansible-galaxy]] | + | * <code>[[ansible-galaxy collection init]] ptoal.example</code> |
* <code>[[ansible-galaxy collection install]] paloaltonetworks.panos</code> | * <code>[[ansible-galaxy collection install]] paloaltonetworks.panos</code> | ||
* <code>[[ansible-galaxy collection install community.general]]</code> | * <code>[[ansible-galaxy collection install community.general]]</code> |
Revision as of 12:16, 19 October 2022
- ansible-galaxy collection install community.general
ansible-galaxy collection init ptoal.example
ansible-galaxy collection install paloaltonetworks.panos
ansible-galaxy collection install community.general
ansible-galaxy collection install amazon.aws
Related terms
See also
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: