1. 17 Apr, 2012 11 commits
  2. 16 Apr, 2012 8 commits
  3. 14 Apr, 2012 3 commits
  4. 13 Apr, 2012 15 commits
  5. 12 Apr, 2012 3 commits
    • Merge branch 'master' into localconnection · 0675f251
      Merge the SortedOptParser bits and debug attribute commits into
      localconnection.
      
      Conflicts:
      	bin/ansible
      	lib/ansible/playbook.py
      	lib/ansible/runner.py
      	lib/ansible/utils.py
      Stephen Fromm committed
    • Add selinux support to file module · 1e5d34ba
      This adds the options: seuser, serole, setype, and serange to the file
      module.  If the python selinux module doesn't exist, this will set
      HAVE_SELINUX to False and punt in the related modules.
      
      This takes the options the user provides and applies those to the
      default selinux context as provided from matchpathcon().  If there is no
      default context, this uses the value from the current context.  This
      implies that if you set the setype and later remove it, the file module
      will rever the setype to the default if available.
      Stephen Fromm committed
    • Warn if no hosts matched · 08c593be
      Michael DeHaan committed