标签:err 切换 start 忽略 inux 技术 add sudo cached
10.ansible playbooks10.3.5例三
安装httpd服务,使用本地配置文件,启动服务
10.3.6例四
使用两个花括号来表示引用变量值
(6)hendlers还可以监听某一个handers A,当A触发的时候,会触发这个handlers,这样多个handler监听A的时候,当触发了A,那么监听A的handlers都会被触发
handlers:
tasks:
例:
除了length外,还可以使用chars=<chars>参数,用于自定义生成密码的字符集
chars=’ ascii_letters,digits,hexdigits,punctuation,,’ ,号本身用,号
hosts: all
tasks:
debug: msg="{{ lookup(‘env‘,‘HOME‘) }} is an environment variable"
debug: msg="{{ lookup(‘pipe‘,‘date‘) }} is the raw result of running this command"
debug: msg="{{ lookup(‘redis_kv‘, ‘redis://localhost:6379,somekey‘) }} is value in Redis for somekey"
debug: msg="{{ lookup(‘dnstxt‘, ‘example.com‘) }} is a DNS TXT record for example.com"
标签:err 切换 start 忽略 inux 技术 add sudo cached
原文地址:http://blog.51cto.com/zhangdl/2349414