testing playbook. still not working. mysql module is making problems. need better understanding.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user