Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Last active March 31, 2020 00:40
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/f5e23258cf7ccfada8229700c9ca2b46 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/f5e23258cf7ccfada8229700c9ca2b46 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