DoubleNNs wrote: » @Mike7 I didn't know yum-cron existed until now. Do you think you could point me to good resources about it? I'm particularly interested in what benefits yum-cron has over "manually" managing yum via a regular cronjob. Also how does the download only mechanism work? And if I download-only patches on say 6/15 can I then apply only the previously downloaded patches (without downloading new ones) on 6/30?
update_cmd = value specifies the category of upgrade where value can take: default for yum upgrade, security for yum –security upgrade, security-severity:Critical for yum –sec-severity=Critical upgrade, minimal for yum –bugfix upgrade-minimal, minimal-security for yum –security upgrade-minimal, minimal-security-severity:Critical for yum –sec-severity=Critical upgrade-minimal. download_updates = yes/no specifies whether these available updates need to be downloaded. apply_updates = yes/no defines whether these available updates need to be applied
yum clean all ; yum repolist ; yum check-update
JockVSJock wrote: » I would love to get VMWare Tools to be pushed successfully from Satellite or another solution, instead of my scripting things up.
DoubleNNs wrote: » Salt is essentially a Python version of Puppet/Chef. Whereas Ansible is also Python-based, Salt uses an agent by default (but allows SSH connectivity as well) which is much faster than SSH, as well as includes a bunch of extra features compared to Ansible..
DoubleNNs wrote: » In the past I used Git to version control all the Salt configuration management tools and provision new EC2 instances using Salt. Instead of creating a new AMI, we'd have salt just create a bare-minimum AMI and immediately add the config on top of it.
thomas_ wrote: » I believe when you do a "yum update" it gives you a dialog asking if you want to install the updates. You then have the option of typing "y" "n" or "d". If you thpe "d" and press enter it will download the updated packages, but not install them.
DoubleNNs wrote: » I understand that you can download-only updates. How can you later install those updates, w/o downloading new versions? For some reason, I can't find that info anywhere. The scale of the infra would be in the hundreds. More than half the servers are WIN, but their Linux footprint is steadily rising.
JockVSJock wrote: » Here is how I manage my patches, in my mind, nothing Earth shattering here: Would like to get into Puppet, Chef or Anisble. I would love to get VMWare Tools to be pushed successfully from Satellite or another solution, instead of my scripting things up.