From a806829c4f5c2708499d05cdce2c34d4869a289f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Apr 2019 19:50:36 +0000 Subject: [PATCH] vhost_update_reboot: when you want to just update and then reboot a vhost Signed-off-by: Kevin Fenzi --- playbooks/vhost_update_reboot.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 playbooks/vhost_update_reboot.yml diff --git a/playbooks/vhost_update_reboot.yml b/playbooks/vhost_update_reboot.yml new file mode 100644 index 0000000000..f0083ccbca --- /dev/null +++ b/playbooks/vhost_update_reboot.yml @@ -0,0 +1,2 @@ +- import_playbook: /srv/web/infra/ansible/playbooks/vhost_update.yml +- import_playbook: /srv/web/infra/ansible/playbooks/vhost_reboot.yml