- Create a “config” file that will be used by SSH-agent to do the forwarding of SSH connection.
$ cd .ssh
$ touch config
$ chmod 600 config
$ sudo vi config
Host
| ======= | |
| Modules | |
| ======= | |
| This is an in-depth dive into understanding how Ansible makes use of modules. | |
| It will be of use to people working on the portions of the Core Ansible Engine | |
| that execute a module, it may be of interest to people writing Ansible Modules, | |
| and people simply wanting to use Ansible Modules will likely want to read | |
| a different paper. |
| 1. Setup a project | |
| 2. Add groovy SDK support: | |
| https://www.bonusbits.com/wiki/HowTo:Add_Groovy_SDK_to_IntelliJ_IDEA | |
| 3. Download http://(yourjenkinsurl)/job/(yourpipelinejob)/pipeline-syntax/gdsl | |
| - this will give you the .gdsl file - download this to the src folder of your project. | |
| 4. Finally follow this step - right click on the src folder -> Mark directory as -> Sources Root |