Advertisement
Guest User

Untitled

a guest
Apr 18th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. - secret:
  2. name: site_logs
  3. data:
  4. fqdn: logz.domain.local
  5. path: /localhome/logz/static/logs
  6. ssh_known_hosts: |
  7. ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMSOM9qyNpO8jlemdpJBbnYhoJgel4RiPQ0qxOJ9ynbmGBm1DSY1NzdvWgYE9Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbzgw=
  8. ssh_username: ubuntu
  9. ssh_private_key: !encrypted/pkcs1-oaep
  10. - ZLscwVnjI9ydfSfQuDwtUrMGpe7YGQYnib5w1bb/s1ydXRZ0f+0ql6/BdvdWQNfDjCfXu
  11. TMX2ymnov0AuEgQXqKEOxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  12.  
  13. - job:
  14. name: base
  15. parent: null
  16. description: |
  17. The recommended base job.
  18.  
  19. All jobs ultimately inherit from this. It runs a pre-playbook
  20. which copies all of the job's prepared git repos on to all of
  21. the nodes in the nodeset.
  22.  
  23. It also sets a default timeout value (which may be overidden).
  24. pre-run: playbooks/base/pre.yaml
  25. post-run:
  26. - playbooks/base/post-ssh.yaml
  27. - playbooks/base/post-logs.yaml
  28. roles:
  29. - zuul: zuul/zuul-jobs
  30. timeout: 1800
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement