Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. inventories/
  2. production/
  3. hosts # inventory file for production servers
  4. group_vars/
  5. group1.yml # here we assign variables to particular groups
  6. group2.yml
  7. host_vars/
  8. hostname1.yml # here we assign variables to particular systems
  9. hostname2.yml
  10.  
  11. staging/
  12. hosts # inventory file for staging environment
  13. group_vars/
  14. group1.yml # here we assign variables to particular groups
  15. group2.yml
  16. host_vars/
  17. stagehost1.yml # here we assign variables to particular systems
  18. stagehost2.yml
  19.  
  20. library/
  21. module_utils/
  22. filter_plugins/
  23.  
  24. site.yml
  25. webservers.yml
  26. dbservers.yml
  27.  
  28. roles/
  29. common/
  30. webtier/
  31. monitoring/
  32. fooapp/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement