~canonical-ci-engineering/ubuntu-ci-services-itself/ansible

« back to all changes in this revision

Viewing changes to docsite/rst/playbooks_variables.rst

  • Committer: Package Import Robot
  • Author(s): Harlan Lieberman-Berg
  • Date: 2014-04-01 22:00:24 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20140401220024-jkxyhf2ggcv7xmqa
Tags: 1.5.4+dfsg-1
* Pull missing manpages from upstream development branch.
* New upstream version 1.5.4, security update.
* Add patch to correct directory_mode functionality. (Closes: #743027)

Show diffs side-by-side

added added

removed removed

Lines of Context:
837
837
    * -e variables always win
838
838
    * then comes "most everything else"
839
839
    * then comes variables defined in inventory
 
840
    * then comes facts discovered about a system
840
841
    * then "role defaults", which are the most "defaulty" and lose in priority to everything.
841
842
 
 
843
.. note:: In versions prior to 1.5.4, facts discovered about a system were in the "most everything else" category above.
 
844
 
842
845
That seems a little theoretical.  Let's show some examples and where you would choose to put what based on the kind of 
843
846
control you might want over values.
844
847