Starting to have Jenkins run jobs
Time for a new branch
This commit is contained in:
parent
a26ed9ca32
commit
0597719a6c
4
jenkins/README.md
Normal file
4
jenkins/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Jenkins
|
||||
|
||||
This is a folder that contains playbooks that will executed with Jenkins when code is pushed to master.
|
||||
|
17
jenkins/auto-securityupdates.yml
Normal file
17
jenkins/auto-securityupdates.yml
Normal 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user