Answers for "ansible how to exclude host from a certain task"

0

exclude host in ansible adhoc command

# Adhoc command. A  is requred before the !
ansible my_group:!single_server -m shell -a "docker ps"
Posted by: Guest on August-06-2021

Code answers related to "ansible how to exclude host from a certain task"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language