1 Star 0 Fork 13

画画/pigsty

forked from Gitee 极速下载/pigsty 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pgsql-promtail.yml 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vonng 提交于 2021-07-06 21:19 . add new role promtail
#!/usr/bin/env ansible-playbook
---
#==============================================================#
# File : pgsql-promtail.yml
# Ctime : 2021-04-07
# Mtime : 2021-07-06
# Desc : install and launch promtail on target nodes
# Path : pgsql-promtail.yml
# Copyright (C) 2018-2021 Ruohang Feng ([email protected])
#==============================================================#
#---------------------------------------------------------------
- name: Promtail Init # init promtail on common database nodes
become: yes
hosts: all
gather_facts: no
roles:
- role: promtail
tags: promtail
#---------------------------------------------------------------
...
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/genweihua/pigsty.git
[email protected]:genweihua/pigsty.git
genweihua
pigsty
pigsty
master

搜索帮助