CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


Edit .ini file in other servers using Ansible PlayBook

Introduction:-

Recently we have tried to install ansible in a server machine and we controlled the other servers. Ansible Playbook is a organised unit of scripts which is working in the Controller machine (Ansible installed system). Playbook are written in YAML format.

Here letus try to create Ansible Playbook for edit php.ini file in all other node server that are configured in ansible server.

Controller Machine IP:- 10.0.0.209

Node IP :- 10.0.0.206

* more ip can be used.

Setup Ansible playbook and create yml script to edit .ini file :-

Here we are going to create Ansible Playbook script to edit the value of `soap.wsdl_cache` in to 1 in the ini file existed on node server with the path /opt/cpanel/ea-php.

Make a directory Playbooks in side /etc/ansible.

# mkdir /etc/ansible/playbooks

Create ini.yml using vim tool.

# vim /etc/ansible/playbooks/ini.yml
 tasks:
  - name: Edit the value of ‘soap.wsdl_cache’ to 1 under the section “[soap]”.
    ini_file:
      path: /opt/cpanel/ea-php56/root/etc/php.ini
      section: soap 
      option: soap.wsdl_cache_enabled
      value: 1
      mode: 0600
      backup: yes

Now we have created Ansible Playbook with name ini.yml. Execute the following command to run the script using Ansible.

# ansible-playbook /etc/ansible/playbooks/ini.yml

Thank you ?

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 123
45678910
11121314151617
18192021222324
25262728293031

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top