2024-11-25 18:24:56 +10:00
|
|
|
---
|
2025-08-05 15:21:04 -04:00
|
|
|
# Note that someone probably wants to run:
|
|
|
|
|
# ansible -m shell -a 'dnf --refresh -y update; rkhunter --propupd' all:!copr*:!openqa*:!ocp*:!worker*'
|
|
|
|
|
# ...during an outage. Note that doing more than one vmhost at once isn't
|
|
|
|
|
# easily safe, because some vmhost will want another to be up while they reboot.
|
|
|
|
|
# Also:
|
|
|
|
|
# ansible -m shell -a 'dnf --refresh -y update; rkhunter --propupd' staging:!copr*:!openqa*:!ocp*:!worker*'
|
|
|
|
|
# could be used for staging, but it's not that big.
|
|
|
|
|
|
2019-04-09 19:50:36 +00:00
|
|
|
- import_playbook: /srv/web/infra/ansible/playbooks/vhost_update.yml
|
|
|
|
|
- import_playbook: /srv/web/infra/ansible/playbooks/vhost_reboot.yml
|