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 CentOS Linux Systems
hosts: centos
become: yes
tasks:
- name: Run yum update
yum:
name: "*"
state: latest