Comments on: How to Automate Simultaneous WordPress Deployments in Multiple Linux Servers Using Ansible – Part 3 https://www.tecmint.com/automate-wordpress-installations-in-multiple-linux-servers-using-ansible/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sun, 26 Apr 2020 18:27:58 +0000 hourly 1 By: Venu https://www.tecmint.com/automate-wordpress-installations-in-multiple-linux-servers-using-ansible/comment-page-1/#comment-1330109 Sun, 26 Apr 2020 18:27:58 +0000 http://www.tecmint.com/?p=16141#comment-1330109 Hi, I am getting this error:

fatal: [172.31.26.76]: FAILED! => {“changed”: false, “msg”: “unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (1045, \”Access denied for user ‘root’@’localhost’ (using password: YES)\”)”}
fatal: [172.31.20.203]: FAILED! => {“changed”: false, “msg”: “unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (1045, \”Access denied for user ‘root’@’localhost’ (using password: YES)\”)”}

]]>
By: Ravi Saive https://www.tecmint.com/automate-wordpress-installations-in-multiple-linux-servers-using-ansible/comment-page-1/#comment-1089431 Wed, 02 Jan 2019 06:44:28 +0000 http://www.tecmint.com/?p=16141#comment-1089431 In reply to khwaja.

@Khawaja,

The part 4 Ansible series is in progress, we will publish soon, till then stay tuned to Tecmint.com.

]]>
By: khwaja https://www.tecmint.com/automate-wordpress-installations-in-multiple-linux-servers-using-ansible/comment-page-1/#comment-1088138 Sun, 30 Dec 2018 04:49:58 +0000 http://www.tecmint.com/?p=16141#comment-1088138 Where is the 4th part from the Ansible series

]]>
By: Shubham Agarwal https://www.tecmint.com/automate-wordpress-installations-in-multiple-linux-servers-using-ansible/comment-page-1/#comment-1004545 Thu, 14 Jun 2018 09:45:11 +0000 http://www.tecmint.com/?p=16141#comment-1004545 It is possible to set root password (mysql_secure_installation). I’ve created my own playbook and i am able to do the all configuration.

I have set root password, removed anonymous user, remove test database from Ansible.

Please check again and mention these steps also in this article.

]]>
By: vic https://www.tecmint.com/automate-wordpress-installations-in-multiple-linux-servers-using-ansible/comment-page-1/#comment-700433 Tue, 03 Nov 2015 08:22:14 +0000 http://www.tecmint.com/?p=16141#comment-700433 Hi I am getting this error:

TASK: [wp-dependencies | Create MysqlDB database] *****************************
failed: [192.168.1.237] => {“failed”: true}
msg: the python mysqldb module is required

FATAL: all hosts have already failed — aborting

I have already installed MySQL-python.x86_64 0:1.2.3-11.el7 on ansible server. Can you please help?

]]>