摘要: ip.get_bond Return the content of a bond script CLI Example: salt ' ' ip.get_bond bond0 ip.get_routes Return the contents of the interface routes scri 阅读全文
posted @ 2020-03-28 21:26 random_lee 阅读(229) 评论(0) 推荐(0) 编辑
摘要: iosconfig.diff_text Return the diff, as text, between the candidate and the running config. candidate_config The candidate configuration sent as text. 阅读全文
posted @ 2020-03-28 21:25 random_lee 阅读(89) 评论(0) 推荐(0) 编辑
摘要: introspect.service_highstate Return running and enabled services in a highstate structure. By default also returns package dependencies for those serv 阅读全文
posted @ 2020-03-28 21:23 random_lee 阅读(100) 评论(0) 推荐(0) 编辑
摘要: inspector.query Query the node for specific information. Parameters: scope : Specify scope of the query. System : Return system data. Software : Retur 阅读全文
posted @ 2020-03-28 21:22 random_lee 阅读(129) 评论(0) 推荐(0) 编辑
摘要: ini.remove_option Remove a key/value pair from a section in an ini file. Returns the value of the removed key, or if nothing was removed. API Example: 阅读全文
posted @ 2020-03-28 21:21 random_lee 阅读(146) 评论(0) 推荐(0) 编辑
摘要: incron.rm_job Remove a incron job for a specified user. If any of the day/time params are specified, the job will only be removed if the specified par 阅读全文
posted @ 2020-03-28 21:19 random_lee 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http.query New in version 2015.5.0 Query a resource, and decode the return data Passes through all the parameters described in the :py:func: : .. auto 阅读全文
posted @ 2020-03-28 21:17 random_lee 阅读(171) 评论(0) 推荐(0) 编辑
摘要: hosts.has_pair Return true if the alias is set CLI Example: salt ' ' hosts.has_pair hosts.get_ip Return the ip associated with the named host CLI Exam 阅读全文
posted @ 2020-03-28 21:16 random_lee 阅读(182) 评论(0) 推荐(0) 编辑
摘要: highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss 阅读全文
posted @ 2020-03-28 21:14 random_lee 阅读(161) 评论(0) 推荐(0) 编辑
摘要: hashutil.base64_b64encode Encode a string as base64 using the "modern" Python interface. Among other possible differences, the "modern" encoder does n 阅读全文
posted @ 2020-03-28 21:12 random_lee 阅读(230) 评论(0) 推荐(0) 编辑
摘要: group.delete Remove the named group name Name group to delete root Directory to chroot into CLI Example: salt ' ' group.delete foo group.members Repla 阅读全文
posted @ 2020-03-28 21:11 random_lee 阅读(166) 评论(0) 推荐(0) 编辑
摘要: grains.equals Used to make sure the minion's grain key/value matches. Returns if matches otherwise . New in version 2017.7.0 CLI Example: salt ' ' gra 阅读全文
posted @ 2020-03-28 21:09 random_lee 阅读(207) 评论(0) 推荐(0) 编辑
摘要: grafana4.get_org Show a single organization. name Name of the organization. profile Configuration profile used to connect to the Grafana instance. Def 阅读全文
posted @ 2020-03-28 21:08 random_lee 阅读(95) 评论(0) 推荐(0) 编辑
摘要: google_chat.send_message Send a message to the google chat room specified in the webhook url. salt ' ' google_chat.send_message "https://chat.googleap 阅读全文
posted @ 2020-03-28 21:06 random_lee 阅读(194) 评论(0) 推荐(0) 编辑
摘要: gnome.setIdleActivation Set whether the idle activation is enabled CLI Example: salt ' ' gnome.setIdleActivation user= gnome.getIdleActivation Get whe 阅读全文
posted @ 2020-03-28 21:05 random_lee 阅读(130) 评论(0) 推荐(0) 编辑
摘要: glassfish.update_connector_c_pool Update a connection pool glassfish.update_jdbc_resource Update a JDBC resource glassfish.enum_connector_resource Enu 阅读全文
posted @ 2020-03-28 21:03 random_lee 阅读(96) 评论(0) 推荐(0) 编辑
摘要: genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic 阅读全文
posted @ 2020-03-28 21:02 random_lee 阅读(105) 评论(0) 推荐(0) 编辑
摘要: gem.sources_list List the configured gem sources. :param gem_bin: string : None Full path to binary to use. :param ruby: string : None If RVM or rbenv 阅读全文
posted @ 2020-03-28 21:00 random_lee 阅读(108) 评论(0) 推荐(0) 编辑
摘要: freezer.restore Make sure that the system contains the packages and repos from a frozen state. Read the list of packages and repositories from the fre 阅读全文
posted @ 2020-03-28 20:59 random_lee 阅读(134) 评论(0) 推荐(0) 编辑
摘要: firewalld.remove_interface Remove an interface bound to a zone New in version 2016.3.0 CLI Example: salt ' ' firewalld.remove_interface zone eth0 fire 阅读全文
posted @ 2020-03-28 20:58 random_lee 阅读(198) 评论(0) 推荐(0) 编辑