
ansible:ai:25f65
This Ansible ad-hoc command starts the sshd service on all target machines
$ ansible all -m service -a 'name=sshd state=started'
try on your machine
This Ansible ad-hoc command starts the sshd service on all target machines
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- Modify the Ansible ad-hoc command you used to stop the sshd service to start the service.?