Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
499 B

---
# Default Docker configuration
wh_docker_name: wordpress
wh_docker_email: technique@iptek.fr
wh_docker_root_dir: /opt/docker
# Default Wordpress configuration
wh_docker_wp_image: wordpress:php8.1-apache
wh_docker_wp_port: 8000
wh_docker_url: wordpress.org
# Default DB config
wh_docker_db_host: localhost
wh_docker_db_user: wordpress
wh_docker_db_pass: "S3cr3t."
wh_docker_db_name: wordpress
# Default phpMyAdmin configuration
wh_docker_pma_image: phpmyadmin:latest
wh_docker_pma_port: 9000