Skip to content

Instantly share code, notes, and snippets.

@pspravin
Created April 26, 2017 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pspravin/838bd0a7ffe9b39ee746ec109f4bd976 to your computer and use it in GitHub Desktop.
Save pspravin/838bd0a7ffe9b39ee746ec109f4bd976 to your computer and use it in GitHub Desktop.
output
[opc@vm04 ansible]$ ansible-playbook loadbalancer.yml
PLAY [loadbalancer] ************************************************************
TASK [setup] *******************************************************************
ok: [129.146.34.164]
TASK [install epel] ************************************************************
changed: [129.146.34.164]
TASK [install nginx] ***********************************************************
changed: [129.146.34.164]
PLAY RECAP *********************************************************************
129.146.34.164 : ok=3 changed=2 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment