Last active
September 12, 2018 19:05
-
-
Save johnrlive/31eb8fe52a8164359143bf30c66a9d31 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
mkdir -p inventories/{production,staging}/{group_vars,host_vars} | |
touch inventories/{production,staging}/hosts | |
mkdir -p group_vars host_vars library module_utils filter_plugins | |
mkdir -p roles/common/{tasks,handlers,templates,files,vars,defaults,meta,library,module_utils,lookup_plugins} | |
touch site.yml roles/common/{tasks,handlers,templates,files,vars,defaults,meta}/main.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment