mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
9 lines
173 B
YAML
9 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
|