mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 12:49:00 +08:00
12 lines
571 B
YAML
12 lines
571 B
YAML
---
|
|
# Note that someone probably wants to run:
|
|
# ansible -m shell -a 'dnf --refresh -y update; (rkhunter --propupd || true)' '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 ... 'staging:!copr*:!openqa*:!ocp*:!worker*'
|
|
# could be used for staging, but it's not that big.
|
|
|
|
- import_playbook: /srv/web/infra/ansible/playbooks/vhost_update.yml
|
|
- import_playbook: /srv/web/infra/ansible/playbooks/vhost_reboot.yml
|