Commit Graph

13222 Commits (e41d48104fadcbe37e3d09c64db8601a5f1dd9e3)
 

Author SHA1 Message Date
Erika Heidi c20c6d4eb4 [Vagrant guide] Updating private key location
Since Vagrant 1.7.0, released in December 2014, the private key file is autogenerated and has a new location - check the changelog for more info: [version 1.7.0 changelog](https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md#170-december-9-2014)
10 years ago
Toshio Kuratomi 607ee95836 Merge pull request #10146 from mscherer/fix_doc
Fix documentation on hostfile vs inventory , follow up of #10130
10 years ago
Michael Scherer d6edbeb4d0 Fix documentation on hostfile vs inventory , follow up of #10130 10 years ago
Max Riveiro 9e8dae7498
Fix #6346. Add key_file and accept_hostkey to ansible-pull
Signed-off-by: Max Riveiro <kavu13@gmail.com>
10 years ago
Michael DeHaan 4fb7c1bff4 Set email to my personal address, thanks everyone!
http://michaeldehaan.net/post/109595670406/happy-trails-ansible
10 years ago
Brian Coca 17666a1939 changed default for new retry path to be teh same as current
also added commented out entries in ansible.cfg to show other options
10 years ago
Brian Coca 540d13cf52 Merge pull request #9404 from mmoya/configure-retry-files
Configure retry file usage and location
10 years ago
Brian Coca d4a89c8ead moved from callback_output to popen to keep 2.6 compat 10 years ago
Andreas Reischuck 6609f3ac03 fix suggested by @aikomastboom 10 years ago
Brian Coca 368285b351 initial draft virtualbox inventory script 10 years ago
Toshio Kuratomi 363a47b48b Merge pull request #10133 from netroby/feature/update-repo-sh
Add shell script to fast update ansible repo
10 years ago
Toshio Kuratomi 4b89eb293f port fix for https://github.com/ansible/ansible/pull/10129 to v2 10 years ago
Toshio Kuratomi ca35d138f1 Update modules 10 years ago
Toshio Kuratomi f355c11a3f Merge pull request #10129 from RadishTheHut/memfacts-fix
Fix for memory fact gathering
10 years ago
Brian Coca dfe629a872 Merge pull request #10137 from nmeum/devel
Saner ansible-pull output
10 years ago
Sören Tempel 773849d421 Only write actual errors to stderr 10 years ago
Brian Coca 7ab95e10f0 updated to latest core devel 10 years ago
ZhiFeng Hu e63c03d60f Move update.sh to hacking repository ,see #10081 10 years ago
Patrick McConnell 04b2c698ba Updated memory facts fix using dict.get() to avoid KeyError 10 years ago
Toshio Kuratomi 747cc26ae1 Update modules 10 years ago
Toshio Kuratomi be9b445245 Document the force=no changes for version control modules 10 years ago
ZhiFeng Hu d4864eabdc Add shell script to fast update ansible repo 10 years ago
James Cammarata c978c77796 Fixing more v2 bugs 10 years ago
Toshio Kuratomi f20967078e Fixes to @RadishTheHut's memory facts as discussed in
https://github.com/ansible/ansible/pull/10129#issuecomment-72077500

* Switch default value from 0 to None.
* Prefill keys with default value so that determining calculated values
  is easier
10 years ago
Toshio Kuratomi d57f7b4b9e Merge pull request #10130 from bcoca/inventory_consistent_naming
made inventory consistent in config file, deprecated old config hostfile
10 years ago
Brian Coca c73254543a made env var also consistent 10 years ago
Brian Coca 4fd760467b made inventory consistent in config file, deprecated old config hostfile 10 years ago
Brian Coca 751701c6f2 Merge pull request #9672 from quinot/topic/lineno-in-inventory-err
Report location (filename and line number) for inventory syntax errors
10 years ago
James Cammarata 171a67cfef Tweaking role path searching in v2 to be a bit more like v1 10 years ago
Brian Coca e4a7b973fd Merge pull request #9128 from msabramo/expose_more_user_facts
Expose more facts about user on host system
10 years ago
Patrick McConnell 0c3a273805 Fix for memory fact gathering
I have a host which started to fail while gathering facts after the addition
of expanded memory facts in PR #9839:

Traceback (most recent call last):
  File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 4278, in <module>
    main()
  File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 137, in main
    data = run_setup(module)
  File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 81, in run_setup
    facts = ansible_facts(module)
  File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 4217, in ansible_facts
    facts.update(Hardware().populate())
  File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 2339, in populate
    self.get_memory_facts()
  File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 2375, in get_memory_facts
    'cached': memstats['swapcached']
KeyError: 'swapcached'

My problem host doesn't have SwapCached in /proc/meminfo. It may be better to
set defaults for these keys, since the values provided by /proc/meminfo can
change from version to version.
10 years ago
Toshio Kuratomi fef435cc2a Correct typo 10 years ago
Toshio Kuratomi 0eabf3bb99 Change subversion tests -- export test didn't test exporting before 10 years ago
Toshio Kuratomi 556d4f0025 Update core modules 10 years ago
Toshio Kuratomi 7f362fe598 Add force=false changes to ChangeLog 10 years ago
Toshio Kuratomi 44fe38030f Update core modules for subversion fixes 10 years ago
Toshio Kuratomi b3d5f82d29 copy to_bytes and to_unicode functions from kitchen for use in v2 10 years ago
Toshio Kuratomi 3d5523fbb7 Fix for unicode filenames for template module
Fixes #10110
10 years ago
James Cammarata 181dd058eb Fix roles_path loading in v2 10 years ago
James Cammarata ed05db52ba Fixing playbook includes in v2 where included paths are relative 10 years ago
James Cammarata b07ab41994 Fix directory loading of host/group vars in v2 10 years ago
James Cammarata 4d9bf37afa Fixing some v2 inventory bugs 10 years ago
James Cammarata b6a34518ad Fixing checkmode support and some other things in v2 10 years ago
Brian Coca daa2c3a956 Merge pull request #9584 from Sgoettschkes/issue_docs_missing_ansible_sudo
Adding inventory parameter to documentation
10 years ago
Toshio Kuratomi 0aac6360e4 Update core modules 10 years ago
Brian Coca 1988f9015e Merge pull request #10120 from rounds/devel
Reference tests/README.ME in the Makefile notes
10 years ago
Ofir Petrushka 37cc4cf9cb Reference tests/README.ME in the Makefile notes
https://github.com/ansible/ansible/issues/6776
10 years ago
Brian Coca 990d08b63f Merge pull request #10113 from bcoca/url_lookup
Url lookup
10 years ago
Brian Coca 11005e7b28 Merge pull request #9839 from nousdefions/memfacts
Memfacts
10 years ago
Brian Coca 66fb24adef Merge pull request #10117 from dago/patch-1
Add OpenCSW for Solaris
10 years ago