You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got some debian servers and trying to deploy ansible, got these errors: ansible all -m ping -u root -i hosts ERROR! Invalid play strategy specified: linear ; default
`ansible-playbook -u root deploy.yaml -i hosts
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in /home/user/uashield/tools/ansible/roles/uashield/tasks/main.yml: line 29, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
ansible.builtin.debug:
^ here`
Even when commented this:
`ansible-playbook -u root deploy.yaml -i hosts
PLAY [servers] ********************************************************************************************************************************************************
ERROR! Invalid play strategy specified: linear ; default
The error appears to have been in '/home/user/uashield/tools/ansible/deploy.yaml': line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
hosts: servers
^ here`
My hosts file: cat hosts [servers] 192.168.8.10 192.168.8.32 192.168.8.35 192.168.8.36 192.168.8.37 192.168.8.38 192.168.8.219 192.168.8.225 192.168.8.233 192.168.8.236 192.168.8.241 192.168.8.220
all linked with SSH keys
The text was updated successfully, but these errors were encountered:
I've got some debian servers and trying to deploy ansible, got these errors:
ansible all -m ping -u root -i hosts ERROR! Invalid play strategy specified: linear ; default
`ansible-playbook -u root deploy.yaml -i hosts
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in /home/user/uashield/tools/ansible/roles/uashield/tasks/main.yml: line 29, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
^ here`
Even when commented this:
`ansible-playbook -u root deploy.yaml -i hosts
PLAY [servers] ********************************************************************************************************************************************************
ERROR! Invalid play strategy specified: linear ; default
The error appears to have been in '/home/user/uashield/tools/ansible/deploy.yaml': line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
^ here`
My hosts file:
cat hosts [servers] 192.168.8.10 192.168.8.32 192.168.8.35 192.168.8.36 192.168.8.37 192.168.8.38 192.168.8.219 192.168.8.225 192.168.8.233 192.168.8.236 192.168.8.241 192.168.8.220
all linked with SSH keys
The text was updated successfully, but these errors were encountered: