无法启动 ansibled.service:未找到设备
Failed to start ansibled.service: Unit not found
我无法启动安装在 Centos/7 中的 ansible 服务器,但安装工作正常,请提供任何帮助
[vagrant@ansible-server ~]$ sudo systemctl status ansibled
Unit ansibled.service could not be found.
[vagrant@ansible-server ~]$ sudo systemctl start ansibled
Failed to start ansibled.service: Unit not found.
Ansible 不是 Linux 系统服务。您正在使用的命令用于安装在 linux 上的任何服务。只需使用 Ansible 命令 运行 你的剧本或临时命令。
我无法启动安装在 Centos/7 中的 ansible 服务器,但安装工作正常,请提供任何帮助
[vagrant@ansible-server ~]$ sudo systemctl status ansibled
Unit ansibled.service could not be found.
[vagrant@ansible-server ~]$ sudo systemctl start ansibled
Failed to start ansibled.service: Unit not found.
Ansible 不是 Linux 系统服务。您正在使用的命令用于安装在 linux 上的任何服务。只需使用 Ansible 命令 运行 你的剧本或临时命令。