1. 24 Sep, 2012 1 commit
    • Add an only_if option to vars_prompt to make prompts conditional · 4e9a9706
      Sometimes you may want to allow variables through host_vars or inventory, but prompt for a value if it is not set or if the value does not conform to something specific. This option allows you to specify when you want to offer a prompt.
      
      This patch also moves check_conditional to utils, and adds an is_unset() function which is nicer to read:
      
          only_if: "not is_set('${var}')"
      
      vs
      
          only_if: "is_unset('${var}')"
      Dag Wieers committed
  2. 23 Sep, 2012 8 commits
  3. 22 Sep, 2012 1 commit
  4. 21 Sep, 2012 4 commits
  5. 19 Sep, 2012 17 commits
  6. 18 Sep, 2012 5 commits
  7. 17 Sep, 2012 4 commits