Skip to content

Instantly share code, notes, and snippets.

@chroming
Created November 12, 2020 12:27
Show Gist options
  • Select an option

  • Save chroming/1142ff07648bb8d6563b647485374aaf to your computer and use it in GitHub Desktop.

Select an option

Save chroming/1142ff07648bb8d6563b647485374aaf to your computer and use it in GitHub Desktop.
salt-call不连接master独立使用

参考:SALT MASTERLESS QUICKSTART

临时方法:调用salt-call时加上--local参数

salt-call --local test.ping

长期方法:修改配置

vim /etc/salt/minion

file_client: local 取消注释(如果没有则手动添加)。保存后直接按正常方式用salt-call就不会尝试连接master了。

salt-call test.ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment