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,10 @@
---
- name: Update RedHat Enterprise Linux Systems
hosts: rhel
become: yes
tasks:
- name: Run dnf update
dnf:
name: "*"
state: latest