Answers for "ansible exclude a host"

0

ansible exclude a host

# By using the '!' you exclude a host from a play. 
ansible-playbook --limit 'myapp:!database3' myplay.yaml
Posted by: Guest on March-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language