testing playbook. still not working. mysql module is making problems. need better understanding.

This commit is contained in:
CubelaPetar
2024-12-01 12:13:46 +01:00
parent 8eb001f390
commit d2ab787637
7 changed files with 34 additions and 21 deletions

View File

@@ -5,6 +5,7 @@
name:
- python3-apt
- python3-pycurl
- python3-pymysql
- name: Add ondrej repository for later versions of PHP.
apt_repository:
@@ -51,8 +52,8 @@
- inetutils-ping
- ldap-utils
- name: Disable the firewall (since this is behind a firewall)
service: name=ufw state=stopped
#- name: Disable the firewall (since this is behind a firewall)
# service: name=ufw state=stopped
- name: "Start Apache, MySQL, and PHP."
service: "name={{ item }} state=started enabled=yes"