---- name: install redis hosts: all serial: 2 vars: - version: "redis-7.0.5" - user: "redis" - id: "88" - INSTALL_DIR: "/apps/redis" - CPUS: "2" - PASSWORD: "123456" tasks: -
---- name: install httpd hosts: all vars: dir: /usr/local/src install_dir: /apps/httpd httpd_ver: httpd-2.4.54 httpd_url: https://mirrors.tuna.tsinghua.edu.cn/apache/httpd apr_url: ht
---- name: install nfs hosts: all tasks: - name: yum nfs yum: name: nfs-utils state: present when: ansible_distribution == "CentOS" or ansible_distribution == "Rocky" -
---- name: install mysql hosts: all vars: mysql: mysql-8.0.28-linux-glibc2.12-x86_64 tasks: - name: install package yum: name: - libaio - numactl-libs sta
ZABBIX_VER=5.0URL="https://mirror.tuna.tsinghua.edu.cn/zabbix"FONT=msyhbd.ttcMYSQL_HOST=localhost#MYSQL_HOST=10.0.0.100MYSQL_ZABBIX_USER="zabbix@localhost"#MYSQL_ZABBIX_USER="zabbix@'10.0.0.%'"MYSQL_Z
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号