文件名称:ansible-wordpress:固执的Wordpress部署角色
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-05 05:12:41
PHP
美国自动化Wordpress部署 描述 一个自以为是的Wordpress堆栈,具有: 从一个专用管理系统到处理实际请求的服务器的主从复制。 从S3的tarball部署Wordpress 要求 Ansible 1.9.1 ansible-role-mysql ansible-role-nginx php-fpm 必需变量 reverse_proxy_port : nginx应该侦听的端口。 Varnish将通过该端口代理请求。 wp_deployment_bucket :承载部署包的S3存储桶 wp_deployment_file_key : wp_deployment_bucket要部署的S3对象的密钥。 您可能要将此latest.tar.gz称为latest.tar.gz或类似名称。 wp_deployment_directory_root :要部署到的根目录。 例如,要将
【文件预览】:
ansible-wordpress-master
----defaults()
--------main.yml(1KB)
----templates()
--------wordpress_replication_key(105B)
--------wp-config.php(4KB)
----meta()
--------main.yml(168B)
----LICENSE(1KB)
----README.md(2KB)
----files()
--------ssh_config(51B)
----handlers()
--------main.yml(64B)
----tasks()
--------restart.yml(165B)
--------ssh.yml(144B)
--------deploy.yml(3KB)
--------replication.yml(1KB)
--------main.yml(327B)
--------directory_structure.yml(226B)