• Skip to primary navigation
  • Skip to content
  • Skip to footer
KILL TIME OR KISS TIME
  • Posts
  • Categories
  • Tags
  • Collections
  • About
    • ANSIBLE AUTOMATION
    • Getting Started
      • Ansible 安装
      • Ansible 相关文件
      • Ansible 相关工具
      • Ansible 常用模块
    • Playbook
      • Playbook 介绍
      • YAML 语言
      • Playbook 核心元素
      • Playbook 命令
      • Playbook 初步
      • Playbook 中使用 Handlers 和 notify
      • Playbook 中使用 tags 组件
      • Playbook 中使用变量
      • template 模板
      • Playbook 使用 when
      • Playbook 使用迭代 with_items
    • Roles
      • Ansible Roles 目录编排
      • 创建 role
      • Playbook 调用角色
      • roles 中 tags 使用
      • 实战案例
    • Troubleshooting
    • Resources

    Resources

    less than 1 minute read

    • ansible/ansible (github.com)
    • ansible/ansible-examples (github.com)
    • Ansible Documentation
    • User Guide — Ansible Documentation
    • Ansible 中文权威指南 (ansible.com.cn)
    • Ansible Galaxy
    • ansible/galaxy (github.com)
    • Ansible Automation for SysAdmins | Opensource.com
    • A system administrator’s guide to getting started with Ansible - FAST! (redhat.com)

    Updated: June 7, 2021

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    使用 Docker Compose 部署 GitLab CE

    2 minute read

    在现代软件开发中,GitLab 作为一个功能完整的 DevOps 平台,为团队提供了代码管理、CI/CD、项目管理等一站式解决方案。本文将详细介绍如何使用 Docker Compose 部署 GitLab CE(社区版),并采用外部 Nginx 代理的架构设计,实现更灵活的部署方案。

    MySQL 主从复制全面指南

    2 minute read

    MySQL主从复制是MySQL数据库提供的一种重要功能,它允许将一个数据库服务器(主库)的数据实时复制到一个或多个数据库服务器(从库)上。主从复制是构建高可用、高性能MySQL架构的基础技术。

    搭建私有的镜像代理服务

    less than 1 minute read

    在 Kubernetes 和 Docker 的使用场景中,经常需要从各种公共镜像仓库(如 k8s.gcr.io, docker.io 等)拉取镜像。然而,由于网络问题或镜像仓库访问限制,直接拉取可能会失败。这里介绍一个轻量级镜像代理服务 DaoCloud/crproxy,帮助你快速搭建自己的镜像代理,解决镜像拉取...

    Kubernetes 证书更新

    1 minute read

    Kubernetes(K8S)是一个由多个组件组成的系统,其中很多组件都需要使用 TLS 证书进行安全通信。这些证书包括用于安全 kube-apiserver、kube-scheduler、kube-controller-manager、etcd、kubelet 等组件的证书。当这些证书过期或者需要更新时,就需要...

    • GitHub
    • Feed
    © 2025 aluopy. Powered by Jekyll & Minimal Mistakes.