ansible-plugin
ansible-plugin copied to clipboard
Jenkins Ansible plugin
### Jenkins and plugins versions report Environment ```text Jenkins: 2.401.1 OS: Linux - 3.10.0-693.11.6.el7.x86_64 Java: 11.0.3 - Amazon.com Inc. (OpenJDK 64-Bit Server VM) --- ansible:240.vc26740a_625c0 ``` ### What Operating System...
We noticed that although this default lines up with ansible's default value of 5, it also overrides any nondefault value you have set in your ansible configuration. This is a...
--output is missing from the ansible-vault command when using output option
I searched for hours on how to provide a vault password and only discovered this field because I stumbled on the PR for JENKINS-48499. Propose adding it here to save...
The change in https://github.com/jenkinsci/ansible-plugin/commit/06d30e5b626a978e258a7f4ab473cd7f53a7cba7 updated the parameter for checking host keys but did not update the README file to reflect those changes.
Added ansibleVault job dsl documentation to README.md Updated ansiblePlaybook and ansibleAdHoc job dsl docs by adding new fields and replacing deprecated `hostKeyChecking` with `disableHostKeyChecking`
extraVariables and inventoryContent have been added to the generator extraVars is deprecated since maps do not work with the generator
Remove -k when using sshpass, this is not need by Jenkins and freezing ansible-playbook
### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? debian...
### Describe your use-case which is not covered by existing documentation. I'd like to change the current build status if the playbook execution reports some changes applied. For example, consider...