Skip to content

Instantly share code, notes, and snippets.

@akkaash
Created January 27, 2015 18:03
Show Gist options
  • Save akkaash/9323cd28e95f37c67bcd to your computer and use it in GitHub Desktop.
Save akkaash/9323cd28e95f37c67bcd to your computer and use it in GitHub Desktop.
Create Simple ansible folder structure
mkdir -p $PROJECT_NAME/roles/{web,db}/{tasks,handlers,templates}
touch $PROJECT_NAME/main.yml $PROJECT_NAME/roles/{web,db}/{tasks,handlers,templates}/main.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment