mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
10 lines
173 B
YAML
10 lines
173 B
YAML
|
---
|
||
|
# This Playbook removes a webserver from the pool serialy.
|
||
|
|
||
|
|
||
|
- hosts: webservers
|
||
|
user: root
|
||
|
serial: 1
|
||
|
tasks:
|
||
|
- include: ../roles/web/tasks/remove_from_lb.yml
|