initial playbooks - updates on Linux servers
This commit is contained in:
12
update-playbooks/alpine-update.yaml
Normal file
12
update-playbooks/alpine-update.yaml
Normal 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
|
Reference in New Issue
Block a user