https://github.com/jeffwidman/ansible-centminmod-domain-verification
Ansible role for testing/verifying that individual domains are configured properly on Centminmod servers
https://github.com/jeffwidman/ansible-centminmod-domain-verification
Last synced: 5 months ago
JSON representation
Ansible role for testing/verifying that individual domains are configured properly on Centminmod servers
- Host: GitHub
- URL: https://github.com/jeffwidman/ansible-centminmod-domain-verification
- Owner: jeffwidman
- License: mit
- Created: 2015-09-28T22:45:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T22:45:34.000Z (almost 11 years ago)
- Last Synced: 2025-04-01T18:56:03.489Z (over 1 year ago)
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
centminmod-domain-verification
=========
This is an Ansible helper role for testing/verifying that individual domains are
configured properly on servers setup using the [Centminmod](http://centminmod.com/)
bash script. If a domain is not configured properly, the playbook immediately fails.
If you're using Centminmod, the following roles play well together:
- **[centminmod wrapper](https://github.com/jeffwidman/ansible-centminmod)** (handles basic install + tuning common configuration settings)
- **[mariadb](https://github.com/jeffwidman/ansible-mariadb)** (configures common my.cnf settings)
- **[centminmod-domain-verification](https://github.com/jeffwidman/ansible-centminmod-domain-verification)** (tests that individual domains are configured properly)
- **[php-fpm-pool](https://github.com/jeffwidman/ansible-php-fpm-pool)** (for creating/managing individual php-fpm pools for each PHP app)
Example meta file:
----------------
To use this, in your domain-specific role, add the role as a meta
dependency and pass the `domain` variable.
---
# meta file for jeffwidman_com role
dependencies:
- { role: centminmod-domain-verification,
domain: jeffwidman.com
}
License
-------
MIT
Author Information
------------------
Jeff Widman jeff@jeffwidman.com