Skip to content
  1. Sep 10, 2017
  2. Aug 28, 2017
  3. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  4. Aug 20, 2017
  5. Jul 20, 2017
  6. Jul 17, 2017
  7. Jun 30, 2017
  8. Jun 16, 2017
  9. Apr 26, 2017
  10. Apr 20, 2017
  11. Apr 06, 2017
  12. Apr 04, 2017
  13. Mar 17, 2017
  14. Mar 15, 2017
  15. Mar 06, 2017
  16. Mar 02, 2017
  17. Mar 01, 2017
    • Vijay Katam's avatar
      Add support for atomic host · a0b1eda1
      Vijay Katam authored
      Updates based on feedback
      
      Simplify checks for file exists
      
      remove invalid char
      
      Review feedback. Use regular systemd file.
      
      Add template for docker systemd atomic
      a0b1eda1
  18. Feb 28, 2017
  19. Feb 27, 2017
  20. Feb 23, 2017
  21. Feb 18, 2017
    • Abel Lopez's avatar
      Safe disable SELinux · 0bfc2d0f
      Abel Lopez authored
      Sometimes, a sysadmin might outright delete the SELinux rpms and
      delete the configuration. This causes the selinux module to fail
      with
      ```
      IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n",
      "module_stdout": "", "msg": "MODULE FAILURE"}
      ```
      
      This simply checks that /etc/selinux/config exists before we try
      to set it Permissive.
      
      Update from feedback
      0bfc2d0f
    • Andrew Greenwood's avatar
      Cleanup legacy syntax, spacing, files all to yml · ca9ea097
      Andrew Greenwood authored
      Migrate older inline= syntax to pure yml syntax for module args as to be consistant with most of the rest of the tasks
      Cleanup some spacing in various files
      Rename some files named yaml to yml for consistancy
      ca9ea097
  22. Feb 13, 2017
  23. Feb 09, 2017
  24. Feb 06, 2017
  25. Jan 31, 2017
  26. Jan 27, 2017
Loading