Skip to content
  1. Jul 02, 2018
  2. Jun 14, 2018
  3. Jun 05, 2018
  4. May 29, 2018
    • Dmitrii Shuvar's avatar
      Update docker-options.conf.j2 · 16f860bb
      Dmitrii Shuvar authored
      Changed /etc/systemd/system/docker.service.d/docker-options.conf file for successful parsing mount aguments
      try fix ci error previous commit
      16f860bb
  5. May 28, 2018
    • dshuvar's avatar
      fix error message:... · d973ecf5
      dshuvar authored
      fix error message: '[/etc/systemd/system/docker.service.d/docker-options.conf:3] Failed to parse mount flag , ignoring.'
      d973ecf5
  6. May 16, 2018
  7. May 15, 2018
  8. Apr 26, 2018
  9. Apr 23, 2018
  10. Apr 11, 2018
  11. Apr 08, 2018
  12. Mar 29, 2018
  13. Mar 17, 2018
  14. Mar 13, 2018
  15. Mar 12, 2018
  16. Mar 07, 2018
  17. Mar 02, 2018
  18. Feb 21, 2018
  19. Feb 20, 2018
  20. Feb 07, 2018
  21. Jan 31, 2018
  22. Jan 29, 2018
  23. Jan 23, 2018
  24. Jan 12, 2018
  25. Dec 19, 2017
  26. Dec 13, 2017
    • Fang Zhen's avatar
      Make spliting system_search_domains more robust · 91d848f9
      Fang Zhen authored
      The search line in /etc/resolv.conf could have
      multiple spaces or tabs between domains.
      split(' ') will give wrong results in some case,
      use split() without argument instead.
      
      e.g.
      >>> 'domain.tld	cluster.tld '.split(' ')
      ['domain.tld\tcluster.tld', '']
      >>> 'domain.tld cluster.tld '.split()
      ['domain.tld', 'cluster.tld']
      91d848f9
  27. Dec 12, 2017
  28. Dec 08, 2017
  29. Nov 22, 2017
  30. Nov 03, 2017
  31. Oct 30, 2017
  32. Oct 27, 2017
    • Chad Swenson's avatar
      Parameterize apt repo endpoints · 256bbb1a
      Chad Swenson authored
      This allows overriding of apt repo endpoints when internet sources are not accessible. Additionally, switch to using the dockerproject.org gpg key url for apt instead of keyservers.net
      256bbb1a
  33. Oct 16, 2017
  34. Oct 11, 2017
    • Vijay Katam's avatar
      Rename dns_server, add var for selinux. (#1572) · 27ed73e3
      Vijay Katam authored
      * Rename dns_server to dnsmasq_dns_server so that it includes role prefix
      as the var name is generic and conflicts when integrating with existing ansible automation.
      *  Enable selinux state to be configurable with new var preinstall_selinux_state
      27ed73e3
    • Matthew Mosesohn's avatar
      Improve proxy (#1771) · eb0dcf60
      Matthew Mosesohn authored
      * Set no_proxy to all local ips
      
      * Use proxy settings on all necessary tasks
      eb0dcf60
  35. Oct 05, 2017
  36. Sep 25, 2017
Loading