# By using the '!' you exclude a host from a play. ansible-playbook --limit 'myapp:!database3' myplay.yaml
# Adhoc command. A is requred before the ! ansible my_group:!single_server -m shell -a "docker ps"