Skip to content

Instantly share code, notes, and snippets.

@vanzhiganov
Forked from akkaash/ansible_folder_structure
Created October 9, 2017 00:15
Show Gist options
  • Save vanzhiganov/533cc0dac83f72a7bbdd828be20795c0 to your computer and use it in GitHub Desktop.
Save vanzhiganov/533cc0dac83f72a7bbdd828be20795c0 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