Guest User

Untitled

a guest
Nov 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. syam@gamma% cat hosts.yaml
  2. host1:
  3. os: centos_6
  4. groups:
  5. - passwd
  6. - sudoers
  7. - httpd
  8. - yum
  9. syam@gamma% tree
  10. .
  11. ├── groups
  12. │   ├── centos_6
  13. │   │   ├── BIGTCP
  14. │   │   │   └── sysctl.conf
  15. │   │   ├── CANARIES
  16. │   │   │   └── passwd
  17. │   │   └── DEFAULT
  18. │   │   ├── f.yaml
  19. │   │   └── passwd
  20. │   └── centos_62 -> centos_6
  21. ├── hosts.yaml
  22. └── raw
  23. ├── centos_6
  24. │   ├── passwd -> ../linux/passwd
  25. │   └── sysctl.conf
  26. ├── centos_61 -> centos_6
  27. ├── centos_62 -> centos_6
  28. └── linux
  29. ├── passwd
  30. └── sysctl.conf
  31.  
  32. 11 directories, 9 files
Add Comment
Please, Sign In to add comment