Install Plugins

To edit the list of plugins to install when provisioning, look for the following file and edit the plugins section as necessary provisioners/ansible/roles/shared/vars/main.yml

plugins: # Jenkins Plugins
  - 'ldap'
  - 'translation'
[...]

Create Jobs

To have a job be created by the Ansible Provisioning then a job xml should be placed in the following directory: provisioners/ansible/files/jenkins/jobs

The job created will match the name of the file

eg.

The file: provisioners/ansible/files/jenkins/jobs/ExampleJob.xml

Will create a job called: ExampleJob

Share Files with the Image/Box

If there are extra files needed to be shared from Ansible to Jenkins, place them in the following folder: provisioners/ansible/files/jenkins/shared. This will create and copy these files to a folder in Jenkins home: {jenkins_home}/shared_ansible. The default user will be the owner of these files once copied over but will be accessible to any user of the machine.