新增playbook-修改静态CDN域名自有源站地址
基本功能
修改指定CDN域名的自有源站地址
check mode、错误检查
检查CDN域名是否存在
源站类型是否为“自有源”,否则失败推出
网络错误、API调用失败等错误
--check -vvv模式预览修改前后的对比值
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b modify_cdn origin/modify_cdn
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout master git merge --no-ff modify_cdn
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines
The changes were not merged into master.
Status changed to closed