initial playbooks - updates on Linux servers

This commit is contained in:
2021-01-27 00:16:34 -06:00
commit 5ac6618960
6 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Update Alpine Linux Systems
hosts: alpine
become: yes
tasks:
- name: Update apk
command: /sbin/apk update
tasks:
- name: Upgrade apk
command: /sbin/apk upgrade -U -a