Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created March 31, 2020 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larkintuckerllc/0a9f4911be3f9f6fc16a1a006bb99edd to your computer and use it in GitHub Desktop.
Save larkintuckerllc/0a9f4911be3f9f6fc16a1a006bb99edd to your computer and use it in GitHub Desktop.
aws
---
- hosts: legacy
become: yes
remote_user: ec2-user
tasks:
- name: upgrade all packages
yum:
name: '*'
state: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment