Manage the Jenkins service on Windows with NSSM.
A vault password. The vault password in this sample repository is hunter2
. Putting the vault key file in your git repository is wrong. I put it here only as an example so you could see what is inside the sample vault file.
chocolatey_packages:
- 7zip
- curl
- dotnet4.5
- git
- groovy
- notepadplusplus
- nsis
- nssm
- powershell
- python2
- python3
- svn
- vmware-tools
- webdeploy
- windbg
- winmerge
- winscp
- wixtoolset
jenkins_path: C:\Jenkins\jenkins.exe
jenkins_user: ""
jenkins_password: ""
None.
- hosts: jenkins
pre_tasks:
- action: win_ping
roles:
- packages
- jenkins
BSD