Ansible-注意事项

ad-hoc 命令传参不用加逗号

如:

1
ansible fedora* -m yum -a 'name=glusterfs-server state=present' -i inventory/fedora.yaml

而不是写成:

1
ansible fedora* -m yum -a 'name=glusterfs-server, state=present' -i inventory/fedora.yaml

Ansible-注意事项
http://example.com/2024/03/22/Ansible-注意事项/
作者
Jie
发布于
2024年3月22日
许可协议