Starting to have Jenkins run jobs

Time for a new branch
This commit is contained in:
James Tombleson 2019-05-14 10:51:24 -07:00
parent a26ed9ca32
commit 0597719a6c
2 changed files with 21 additions and 0 deletions

4
jenkins/README.md Normal file
View File

@ -0,0 +1,4 @@
# Jenkins
This is a folder that contains playbooks that will executed with Jenkins when code is pushed to master.

View File

@ -0,0 +1,17 @@
---
- name: enable
hosts: linux
tasks:
# https://galaxy.ansible.com/jnv/unattended-upgrades
- name: unattended-upgrades
become: true
include_role:
name: jnv.unattended-upgrades
vars:
#unattended_package_blacklist: []
unattended_automatic_reboot: true