Skip to content

Instantly share code, notes, and snippets.

@hackcoderr
Created December 27, 2020 17:53
Show Gist options
  • Save hackcoderr/23b67b6c9413409a6a77c67ea7b26c7e to your computer and use it in GitHub Desktop.
Save hackcoderr/23b67b6c9413409a6a77c67ea7b26c7e to your computer and use it in GitHub Desktop.
Role playbook for lb and webserver
- hosts: loadBalancer
roles:
- role: "lb_role"
- hosts: webserver
roles:
- role: "web_role"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment