move stuff to roles

This commit is contained in:
eneller
2022-09-03 17:57:46 +02:00
parent 2049f2ab2a
commit f1177aaec9
11 changed files with 94 additions and 107 deletions

10
package_upgrade.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: update apt-cache and upgrade
hosts: oracleServer
tasks:
- name: upgrade packages
become: true
package:
update_cache: yes
upgrade: 'yes'