摘要:
1. git代码分支管理 DEV SIT UAT PET PRE PRD PROD常见环境英文缩写含义 2. 在给大家介绍一些开发过程中,四个环境以及各自的功能特点,四个环境分别是:prod、pre、test、dev环境,中文名字:生产环境、灰度环境、测试环境、开发环境,其实大家看英文应该就差不多可 阅读全文
摘要:
1. ansible主机清单的配置 以下是ansible安装完成后的源文件 1 [root@test-1 ~]# cat /etc/ansible/hosts 2 # This is the default ansible 'hosts' file. 3 # 4 # It should live i 阅读全文