I want to create jenkins credentials via ansible
问题 I am putting together a developer machine using ansible. In that machine i am installing jenkins. I have created the jobs for jenkins with ansible: - shell: "java -jar {{ jenkins.cli_jar }} -s {{ jenkins.server }} create-job \ {{ item.name }} < {{ jenkins.jobs_dir }}/{{ item.xml_file }}" with_items: "jenkins.jobs" And installed the plugins, via cli etc. But now i am missing the ssh credentials for the jobs; i just want a ssh credential with user "jenkins" and that uses "From the Jenkins