Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ansible_basic_installation [2020/03/09 14:04] – andonovj | ansible_basic_installation [2021/12/07 20:42] (current) – andonovj | ||
---|---|---|---|
Line 93: | Line 93: | ||
</ | </ | ||
+ | =====Install Collections===== | ||
+ | From Ansible 2.10 or so, you have to install collections in Ansible, if you want to use them: | ||
+ | ====Install Oracle OCI==== | ||
+ | To install Oracle collection: (oracle.oci) just run the following commands: | ||
+ | |||
+ | < | ||
+ | julien.andonov@julienaonovsMBP oci-ansible-collection % ansible-galaxy collection install oracle.oci | ||
+ | Starting galaxy collection install process | ||
+ | Process install dependency map | ||
+ | Starting collection install process | ||
+ | Downloading https:// | ||
+ | Installing ' | ||
+ | oracle.oci: | ||
+ | julien.andonov@julienaonovsMBP oci-ansible-collection % | ||
+ | |||
+ | </ |