ansible_basic_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ansible_basic_installation [2020/03/09 14:00] andonovjansible_basic_installation [2021/12/07 20:42] (current) andonovj
Line 9: Line 9:
 In order for it to communicate with the targets it relies on: In order for it to communicate with the targets it relies on:
  
-  * Winrm - For Windows Systems+  * WinRm - For Windows Systems
   * SSH - For Linux Systems   * SSH - For Linux Systems
  
Line 93: Line 93:
 </Code> </Code>
  
 +=====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:
 +
 +<Code:bash|Install oracle.oci>
 +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://galaxy.ansible.com/download/oracle-oci-2.36.0.tar.gz to /Users/julien.andonov/.ansible/tmp/ansible-local-881012o19jld_/tmp_jma691c/oracle-oci-2.36.0-t77z2xqd
 +Installing 'oracle.oci:2.36.0' to '/Users/julien.andonov/.ansible/collections/ansible_collections/oracle/oci'
 +oracle.oci:2.36.0 was installed successfully
 +julien.andonov@julienaonovsMBP oci-ansible-collection %
 +
 +</Code>
  • ansible_basic_installation.1583762406.txt.gz
  • Last modified: 2020/03/09 14:00
  • by andonovj