„ansible-daily“ hinzufügen

This commit is contained in:
Julian Kiedaisch 2023-08-21 10:42:13 +02:00
parent c3cad73f45
commit 3f5976f868
1 changed files with 7 additions and 0 deletions

7
ansible-daily Normal file
View File

@ -0,0 +1,7 @@
- hosts: localhost
remote_user: root
- name: Update and Upgrade Ubuntu
apt:
upgrade: yes
update_cache: yes
cache_valid_time: 86400 #One day