Skip to content

Instantly share code, notes, and snippets.

@inish777
Created June 13, 2016 07:58
Show Gist options
  • Save inish777/77126cb0bd81b2af5b0197ee88bbeea3 to your computer and use it in GitHub Desktop.
Save inish777/77126cb0bd81b2af5b0197ee88bbeea3 to your computer and use it in GitHub Desktop.
[a_inishev@localhost chehol-ansible]$ ansible-playbook -i inventory playbooks/install-apache.yml
PLAY [webservers] **************************************************************
TASK [setup] *******************************************************************
ok: [176.112.211.202]
ok: [176.112.211.203]
TASK [install apache] **********************************************************
ok: [176.112.211.203]
ok: [176.112.211.202]
TASK [install apache mod fastcgi] **********************************************
ok: [176.112.211.202]
ok: [176.112.211.203]
TASK [install php mysql ext] ***************************************************
ok: [176.112.211.202]
ok: [176.112.211.203]
TASK [install php-gd] **********************************************************
ok: [176.112.211.203]
ok: [176.112.211.202]
TASK [install php-imagick] *****************************************************
ok: [176.112.211.202]
ok: [176.112.211.203]
TASK [install php-mcrypt] ******************************************************
ok: [176.112.211.202]
ok: [176.112.211.203]
TASK [install php-fpm] *********************************************************
ok: [176.112.211.202]
ok: [176.112.211.203]
TASK [enable mod_rewrite] ******************************************************
changed: [176.112.211.202]
changed: [176.112.211.203]
PLAY RECAP *********************************************************************
176.112.211.202 : ok=9 changed=1 unreachable=0 failed=0
176.112.211.203 : ok=9 changed=1 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment