摘要: 1.async参数值:代表了这个任务执行时间的上限值。即任务执行所用时间如果超出这个时间,则认为任务失败。此参数若未设置,则为同步执行 2.poll参数值:代表了任务异步执行时轮询的时间间隔。 loop循环使用 - hosts: frame tasks: - name: yum install vs 阅读全文
posted @ 2020-10-23 18:00 littlevigra 阅读(441) 评论(0) 推荐(0)
摘要: 1.nginx -- filebeat -- es -- kibana [root@VM-1-12-centos filebeat-6.4.3-linux-x86_64]# cat filebeat.yml filebeat.inputs: - type: log enabled: true pat 阅读全文
posted @ 2020-10-23 11:21 littlevigra 阅读(361) 评论(0) 推荐(0)