Skip to content
  1. Feb 21, 2017
  2. Feb 20, 2017
  3. 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
      Regex syntax changes in yml mode · fd17c37f
      Andrew Greenwood authored
      fd17c37f
    • Andrew Greenwood's avatar
      Syntax Bugfix · cde5451e
      Andrew Greenwood authored
      cde5451e
    • 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
  4. Feb 17, 2017
    • Sergii Golovatiuk's avatar
      Fix fact tags · e91e58ae
      Sergii Golovatiuk authored
      
      
      Ansible playbook fails when tags are limited to "facts,etcd" or to
      "facts". This patch allows to run ansible-playbook to gather facts only
      that don't require calico/flannel/weave components to be verified. This
      allows to run ansible with 'facts,bootstrap-os' or just 'facts' to
      gether facts that don't require specific components.
      
      Signed-off-by: default avatarSergii Golovatiuk <sgolovatiuk@mirantis.com>
      e91e58ae
  5. Feb 16, 2017
  6. Feb 14, 2017
  7. Feb 13, 2017
  8. Feb 10, 2017
  9. Feb 09, 2017
  10. Feb 08, 2017
Loading