1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Commit graph

  • 22ff8282a8 Template template module source. Jeroen Hoekx 2012-04-18 14:26:33 +0200
  • b678cf783c Template the source file of the copy module. Jeroen Hoekx 2012-04-18 11:40:15 +0200
  • da97024419 Explain template dep further Michael DeHaan 2012-04-17 21:02:19 -0400
  • 7c43ca4fb1 Make note about jinja2 dependency going away Michael DeHaan 2012-04-17 20:57:01 -0400
  • cd5fe8a467 update FAQ Michael DeHaan 2012-04-17 20:54:01 -0400
  • 0ab8d9e193 Logo on every page. Michael DeHaan 2012-04-17 20:47:29 -0400
  • 6c547e5f0f Logo update Michael DeHaan 2012-04-17 20:42:46 -0400
  • 4c6c953992 Docs rebuild Michael DeHaan 2012-04-17 20:36:22 -0400
  • 9d7668207e Merge pull request #53 from sfromm/selinux Michael DeHaan 2012-04-17 17:34:44 -0700
  • 8da67ea4f5 Merge pull request #161 from sfromm/selinux Michael DeHaan 2012-04-17 17:27:13 -0700
  • 28895f6615 Rename serange to selevel to be consistent with selinux docs Stephen Fromm 2012-04-17 17:12:09 -0700
  • b9b0cd775b Describe selinux functionality in file module Stephen Fromm 2012-04-17 17:08:17 -0700
  • 4f95dacee1 Document with_items Michael DeHaan 2012-04-17 20:04:24 -0400
  • 85f0ff2572 Remove legacy port usage, now belongs in inventory file Michael DeHaan 2012-04-17 20:00:41 -0400
  • b733b43e00 Rebuild Michael DeHaan 2012-04-17 19:59:53 -0400
  • 1caca11647 Rebuild + port docs Michael DeHaan 2012-04-17 19:59:15 -0400
  • 0c38bb2fd0 Add native facts to library/setup Stephen Fromm 2012-04-17 16:59:23 -0700
  • bdeff18675 Merge pull request #52 from dagwieers/master Michael DeHaan 2012-04-17 16:56:59 -0700
  • 48d3881d17 Document YAML inventory + eBuilds Michael DeHaan 2012-04-17 19:54:23 -0400
  • de70277173 No need to save setup files to disk, this is what SETUP_CACHE effectively does. Michael DeHaan 2012-04-17 19:37:29 -0400
  • d7ad85340b Merge pull request #157 from tbielawa/packaging Michael DeHaan 2012-04-17 08:41:35 -0700
  • 621dc83ac2 Fix man page option description indentation. Tim Bielawa 2012-04-17 11:39:51 -0400
  • 401ce5eb0d Merge pull request #156 from tbielawa/packaging Michael DeHaan 2012-04-17 08:08:54 -0700
  • ff1b200644 Merge pull request #155 from jhoekx/inventory-error-fixes Michael DeHaan 2012-04-17 08:08:00 -0700
  • e9e8417735 Update hacking with MANPATH. Correct hacking README details. Tim Bielawa 2012-04-17 10:53:32 -0400
  • 3f9a41b22d Docs build using version in the VERSION file. Tim Bielawa 2012-04-17 10:39:36 -0400
  • d43cf592eb Renaming asciidoc sources to .in. Tim Bielawa 2012-04-16 15:43:21 -0400
  • b4ca288a7b Set %config(noreplace) on /etc/ansible instead of /etc/ansible/* so the directory is removed on uninstall and its contents are considered config files. Tim Bielawa 2012-04-16 14:11:57 -0400
  • 2d26d1fd71 Update %description and auto-add version to manpages Tim Bielawa 2012-04-17 10:31:29 -0400
  • 9316a504c5 Fixup specfile Tim Bielawa 2012-04-13 16:27:56 -0400
  • c9ab5ebc6b Fix FSF address in virt header. Tim Bielawa 2012-04-13 15:10:45 -0400
  • 38128c4720 Remove asciidoc builddep Tim Bielawa 2012-04-13 15:10:29 -0400
  • aa555b8b16 Inventory: AnsibleError is not global... Jeroen Hoekx 2012-04-17 15:29:59 +0200
  • ff99a22e6c Merge pull request #154 from jhoekx/test-otheros Michael DeHaan 2012-04-17 06:15:55 -0700
  • 4dec1d172b Fix small typo Dag Wieers 2012-04-17 15:06:12 +0200
  • 6f09b41eb5 Don't test modules that aren't present. Jeroen Hoekx 2012-04-17 13:30:30 +0200
  • 9e0b7ee629 template: expand path if metadata is in user home. Jeroen Hoekx 2012-04-17 11:14:58 +0200
  • da6cb1ca6e Less scrolling over constructor params now that documentation follows Michael DeHaan 2012-04-16 23:51:03 -0400
  • 3f26a1c7f6 verbose option is not being used, so remove it. debug variable still exists. Michael DeHaan 2012-04-16 23:47:41 -0400
  • 78b5cd64d0 Add pydoc for constructors. Some arguments can be trimmed as we plan to remove the need for them (like setup_cache and maybe module_vars) with various pending refactoring. Michael DeHaan 2012-04-16 23:45:15 -0400
  • b30aadcf0b Undocument --extra-vars Michael DeHaan 2012-04-16 23:07:59 -0400
  • 377488aa2a remove --extra-vars since the new YAML inventory stuff wasn't quite using it as designed and it is getting hard to follow with that and SETUP_CACHE etc Michael DeHaan 2012-04-16 23:06:27 -0400
  • 9ce27be878 Remove extra_vars tests Michael DeHaan 2012-04-16 23:03:04 -0400
  • 3f82b9b889 Docs rebuild Michael DeHaan 2012-04-16 22:36:58 -0400
  • 8c091b35c5 remove contrib repo Michael DeHaan 2012-04-16 22:36:41 -0400
  • b24ec71ca3 Update docs to reflect --port going away and --sudo and --remote-user being added to ansible-playbook Michael DeHaan 2012-04-16 22:22:37 -0400
  • a12ee6f30b Make note about pending port change Michael DeHaan 2012-04-16 22:18:08 -0400
  • 35fdf6636b Allow --user for playbooks, no need for port setting as can specify in inventory file now. Michael DeHaan 2012-04-16 22:15:55 -0400
  • 8a027415d0 Port shouldn't be in this example Michael DeHaan 2012-04-16 22:04:23 -0400
  • 08468dcb0c Fixes to make ports DWIM. Michael DeHaan 2012-04-16 21:52:15 -0400
  • 957867e088 Merge branch 'yaml-inventory' of https://github.com/jhoekx/ansible into jhoekx-yaml-inventory Michael DeHaan 2012-04-16 21:14:44 -0400
  • a5cb16c9d7 Use correct user to determine host files path, do not reuse .ansible which is already taken for ansible management ops. Michael DeHaan 2012-04-14 16:08:04 -0400
  • 6307267cf3 As part of the support for access to external nodes information, save fact data into /var/lib/ansible/setup_data OR a per-user directory when running from playbooks. Technically this info is also available via the SETUP_CACHE but that is a bit more complex of a construct and it would be better to not cross the streams. Michael DeHaan 2012-04-14 11:58:08 -0400
  • 8c3206c99f Return a copy of the host variables. Jeroen Hoekx 2012-04-16 10:59:34 +0200
  • 961ccdb2f4 List hosts in no group in the ungrouped group. Jeroen Hoekx 2012-04-16 10:55:08 +0200
  • 3a24aa9a70 Add YAML inventory format. Jeroen Hoekx 2012-04-14 15:45:24 +0200
  • 54f4526160 Export SSH port number as host variable. Jeroen Hoekx 2012-04-14 13:12:32 +0200
  • f04041b37d Ignore port numbers in simple inventory format Jeroen Hoekx 2012-04-14 12:15:57 +0200
  • 746f1b92ae Reimplement the class method on Runner. Jeroen Hoekx 2012-04-14 09:29:14 +0200
  • 195e6d617b Add tests for Inventory class. Jeroen Hoekx 2012-04-13 20:50:30 +0200
  • c5cae87eca Refactor inventory code out of Runner. Jeroen Hoekx 2012-04-13 14:39:54 +0200
  • 80a7164057 Merge pull request #145 from rlewczuk/master Michael DeHaan 2012-04-15 05:08:30 -0700
  • d8f9d7c6c9 Use correct user to determine host files path, do not reuse .ansible which is already taken for ansible management ops. Michael DeHaan 2012-04-14 16:08:04 -0400
  • a87c77958c clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev files Rafal Lewczuk 2012-04-14 21:35:51 +0200
  • 3454fa9950 As part of the support for access to external nodes information, save fact data into /var/lib/ansible/setup_data OR a per-user directory when running from playbooks. Technically this info is also available via the SETUP_CACHE but that is a bit more complex of a construct and it would be better to not cross the streams. Michael DeHaan 2012-04-14 11:58:08 -0400
  • 55f4824735 Fix inconsistent heading sizes Michael DeHaan 2012-04-14 11:09:26 -0400
  • 31d4ee32d1 Looping! With items! See examples/playbook/loop_with_items.yml for details Michael DeHaan 2012-04-14 09:55:24 -0400
  • 05b559805b update index Michael DeHaan 2012-04-14 09:00:16 -0400
  • e481c456e0 Fix spelling/text + docs rebuild Michael DeHaan 2012-04-14 08:56:17 -0400
  • adbf3590c5 Add info about sudo. Michael DeHaan 2012-04-14 08:45:27 -0400
  • 2850b8d921 Add sudo password info. Michael DeHaan 2012-04-14 08:42:24 -0400
  • 7c1b25e49b Add some security notes Michael DeHaan 2012-04-14 08:41:10 -0400
  • 579bd1d417 manpage updates Michael DeHaan 2012-04-13 19:40:40 -0400
  • 347637339c Merge remote branch 'public/integration' into integration Michael DeHaan 2012-04-13 19:33:57 -0400
  • c3cad50075 Update manpages, fix missing variable assignment Michael DeHaan 2012-04-13 19:33:19 -0400
  • f2465e0571 Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required. Michael DeHaan 2012-04-13 19:06:11 -0400
  • aaecf70586 Merge pull request #143 from jhoekx/fix-ansible-async Michael DeHaan 2012-04-13 07:18:23 -0700
  • d366885367 Stop async /bin/ansible if completed on all hosts. Jeroen Hoekx 2012-04-13 15:31:02 +0200
  • a975852f66 Module_arguments can be unicode. Jeroen Hoekx 2012-04-13 15:30:21 +0200
  • b475294564 Merge pull request #142 from makuk66/integration Michael DeHaan 2012-04-13 05:44:38 -0700
  • f936616f91 comment typos Martijn Koster 2012-04-13 11:19:36 +0100
  • e030d0854c Docs rebuild Michael DeHaan 2012-04-12 22:47:15 -0400
  • 449725a214 Document local playbook usage. Michael DeHaan 2012-04-12 22:44:04 -0400
  • 788d2bf8d1 Allow playbook to take --connection=local for easier reuse of playbook in kickstart w/o specifying connection: in the playbook itself. Both work. Michael DeHaan 2012-04-12 22:38:19 -0400
  • ecfb22c8d8 Add info about contrib repo to docs Michael DeHaan 2012-04-12 22:33:21 -0400
  • 39e052acbb update virt docs Michael DeHaan 2012-04-12 22:31:43 -0400
  • daed69a4b1 Stub reference to SELinux. Michael DeHaan 2012-04-12 22:30:43 -0400
  • da00799c56 Document the fetch module. Michael DeHaan 2012-04-12 22:29:49 -0400
  • ace0d5ade4 Merge pull request #46 from makuk66/master Michael DeHaan 2012-04-12 19:24:33 -0700
  • 06fce9a0b3 update requirements Michael DeHaan 2012-04-12 22:23:16 -0400
  • e5baf5a926 Docs rebuild Michael DeHaan 2012-04-12 21:38:47 -0400
  • 2b1a7dacc9 Pulling manpage references out of index so we don't have to maintain them in two places -- docs are more explanatory anyway Michael DeHaan 2012-04-12 21:34:25 -0400
  • f05a84ad42 cat -> echo Michael DeHaan 2012-04-12 21:33:54 -0400
  • 6b50078881 Add defaults to command help to avoid a certain class of user questions. Michael DeHaan 2012-04-12 21:30:49 -0400
  • 6129574290 Include default value for connection in help. Michael DeHaan 2012-04-12 21:20:37 -0400
  • 09a0b9bea8 If the module return is not parsed, always show stderr information even if -D (debug) is not specified. This will help for users that don't have prerequisites installed (like python-simplejson on old RHEL) and do not know to run -D. Michael DeHaan 2012-04-12 21:18:09 -0400
  • a5df306aa3 Merge pull request #132 from sfromm/localconnection Michael DeHaan 2012-04-12 17:40:03 -0700
  • ecef667134 Merge pull request #136 from sfromm/selinux Michael DeHaan 2012-04-12 17:39:22 -0700
  • 6497570967 doc fixes Martijn Koster 2012-04-12 23:20:52 +0100
  • 0675f2511b Merge branch 'master' into localconnection Stephen Fromm 2012-04-12 11:18:35 -0700