Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created July 11, 2020 12:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/c6cec1669dd757e61d6658fb8418314a to your computer and use it in GitHub Desktop.
Save mrlesmithjr/c6cec1669dd757e61d6658fb8418314a to your computer and use it in GitHub Desktop.
---
- hosts: dbservers
tasks:
- name: Apply MySQL Role
import_role:
name: mrlesmithjr.mysql
- hosts: webservers
tasks:
- name: Apply NGINX Role
import_role:
name: mrlesmithjr.nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment