initial playbooks - updates on Linux servers
This commit is contained in:
10
update-playbooks/rhel-update.yaml
Normal file
10
update-playbooks/rhel-update.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Update RedHat Enterprise Linux Systems
|
||||
hosts: rhel
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: Run dnf update
|
||||
dnf:
|
||||
name: "*"
|
||||
state: latest
|
Reference in New Issue
Block a user