mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 02:02:38 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Update apt-get repo and cache
|
||||
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
|
||||
- name: Upgrade all apt packages
|
||||
apt: upgrade=dist force_apt_get=yes
|
||||
- name: Cleanup
|
||||
apt:
|
||||
autoclean: true
|
||||
autoremove: true
|
||||
Reference in New Issue
Block a user