rubysecurity.org

Anecdotes from a Linux Systems Administrator. /root

Home About Books Blog Portfolio Archive
5 October 2014

System Update using Ansible

by Alpha01

CentOS

ansible centosbox -m yum -a 'name=* state=latest'

Ubuntu

ansible debianbox -m apt -a 'update_cache=yes name=* state=latest'
Tags: [ ansible centos ubuntu ]