-
-
Save vanzhiganov/533cc0dac83f72a7bbdd828be20795c0 to your computer and use it in GitHub Desktop.
Create Simple ansible folder structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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