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.

24 lines
551 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:6.0.1-php8.1-fpm
wh_docker_wp_port: 8080
wh_docker_url: wordpress.org
wh_docker_admin: admin
wh_docker_pass: "S3cr3t."
# 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: 8180