1 shell module is used to set the password of mysql, but it is always prompted to fail 2, the code is as follows: - name: Create mysql user user: name: mysql create_home: no shell: sbin nologin - name: Download mysql get_url: u...
problem description uses salt-cp to copy a compressed package of tar.gz, which reports an error after execution, but the file has been fully transferred to the minion side. the environmental background of the problems and what methods you have tried...
salt cannot copy Chinese files and directories using the cp.get_dir module 1. Existing master tests directory tree structure 2 salt x.x.x.x cp.get_dir salt: tests code () 3minion ab.sh () < H2 > excuse me, is there any way or con...
How did the data [ id ] in reactor in salt come from? {% if data[ id ] == mysql1 %} highstate_run: local.state.apply: - tgt: mysql1 {% endif %} {% if data[ data ][ custom_var ] == runit %} call_runit_orch: runner.state.orchestr...