随笔分类 - Ansible
摘要:前置条件 epel.repo python3.8+ 升级过程 安装epel.repo 使用 yum install [16:46:46] root@ansible-server:/etc/yum.repos.d # yum install epel-release 已加载插件:fastestmirr
阅读全文
摘要:ansible_os_family CentOS - name: Gather facts and filter CentOS hosts hosts: os_version gather_facts: true tasks: - name: Check CentOS hosts assert: t
阅读全文