Henrik Danielsson
c6942578bf
Added installation instructions for Arch Linux.
10 years ago
Toshio Kuratomi
131683523b
Add some comments to explain how the property code for Attributes works
10 years ago
Brian Coca
8a0b8629e8
readded -u option
10 years ago
Toshio Kuratomi
bc69ad8147
Rename munge methods to preprocess_data.
...
Remove the call to preprocess_loop data from playbook_include as
includes can't be used with loops.
10 years ago
Toshio Kuratomi
6ba24e9fa1
Remove comment on changing Base.munge => it's used by become.py
10 years ago
Toshio Kuratomi
63c54035de
Get rid of iteritems usage when we only care about the keys
10 years ago
Toshio Kuratomi
fdf51e9a96
Use class.mro() instead of custom base_class finder code
10 years ago
Brian Coca
ede94dd7f8
Merge pull request #10522 from ciupicri/doc-quotes
...
Doc: use literal code blocks for YAML examples
10 years ago
Cristian Ciupitu
577cdcadb3
Doc: use literal code blocks for YAML examples
...
Without this, the straight double quotes (") are displayed as curved
quotes (“ and ”).
10 years ago
James Cammarata
79cf7e7292
Modifying sample for test_become to show more test cases
10 years ago
Toshio Kuratomi
095990b4d8
Moving from getattr to properties for the v2 base class
10 years ago
James Cammarata
317728f649
Allow ansible-galaxy to install symlinks
10 years ago
Toshio Kuratomi
7115d37933
Merge pull request #10518 from pilou-/file_mode_v2
...
Port #10258 to v2
10 years ago
Pierre-Louis Bonicoli
5942144868
Port #10258 to v2
10 years ago
James Cammarata
bda83fdf84
Fixing bug in v2 dynamic include code, pointed out by apollo13
10 years ago
Brian Coca
c5d5ed17ea
added tag resolution mirroring updated v1
10 years ago
Brian Coca
49ba9d4bc2
Merge pull request #10516 from caphrim007/fixing-small-spelling-error
...
Fixes a brief spelling error
10 years ago
Tim Rupp
9a680472f8
Fixes a brief spelling error
...
Fixes a simple spelling mistake that was bugging me when I read the online
docs. Trying to make the docs as great as possible.
10 years ago
Brian Coca
e5edce8e5d
Merge pull request #10513 from hjst/patch-1
...
Update add_host example in AWS Guide
10 years ago
Brian Coca
ca540ef9f8
added vault password to dataloder creation
10 years ago
Brian Coca
08896e2cfd
enabled vault password file and fixed prompting for connection password on local
10 years ago
Henry Todd
10e14d0e0a
Update add_host example in AWS Guide
...
The add_host module now uses "groups" instead of "groupname" to allow for specifying more than one group.
10 years ago
Brian Coca
edb1bd25dd
added password prompting and become/sudo/su collapsing
10 years ago
Brian Coca
9d3a63945d
moved pipeline check to class var that was previouslly added
10 years ago
Brian Coca
b370728439
several fixes to cli tools
...
- fixed issue with previous commit with bad constants vs C ref on become
- added list-tags
- rearranged common options to utils/cli.py
- added generic validate for both vault and become conflicts
- removed dupes and conflicting options
10 years ago
James Cammarata
93c9803818
Removing some leftover debug prints and cleaning up test sample
10 years ago
Brian Coca
cf96c7719e
added become_method list and pipeline support to connection class methods
...
added generic method to check supported become methods for the connection plugin
10 years ago
Brian Coca
cd26aead17
Merge pull request #10511 from bcoca/v2_become_fix_cli
...
fixed command line PE options to be the same as in 1.9
10 years ago
Brian Coca
c7c8425856
fixed command line PE options to be the same as in 1.9
10 years ago
Brian Coca
3109e7ec68
Merge pull request #10457 from bcoca/docsite_returnval_docs
...
Docsite returnval docs
10 years ago
Brian Coca
72586d0df5
updated to latest core/devel
10 years ago
Brian Coca
c3076b8478
added module returnval documentation to web docs
10 years ago
Brian Coca
64b447f01b
grammer correction
10 years ago
Brian Coca
2cacac4b23
minor adjustments to formatting
10 years ago
Brian Coca
690d227034
extended return value explanation
10 years ago
Brian Coca
94909bd4a2
Added return values documentation to modules
10 years ago
James Cammarata
393246fdd3
Make v2 playbook class attributes inheritable
...
Also fixing some other become-related things
10 years ago
Toshio Kuratomi
8d8c4c0615
Update modules for asg tag fix
10 years ago
Toshio Kuratomi
b186676e38
Clean up jsonify and make json_dict_*to* more flexible at the same time.
10 years ago
Brian Coca
f976d47fa3
Merge pull request #10508 from ebastos/devel
...
correctly identifies oracle linux
10 years ago
Eri Bastos
d4eddabb2a
Patch for bug #10485 - ansible_distribution fact populates as 'RedHat' on Oracle Linux systems
10 years ago
Brian Coca
d4ebe77502
now use combine vars to preserve existing cached host vars
10 years ago
Brian Coca
c49685b753
removed debug play from tests
10 years ago
Brian Coca
a53cf9d6fa
now correctly aplies add_host passed variables last to override existing vars.
10 years ago
Brian Coca
7aab5d6828
Merge pull request #10503 from bcoca/addhost_addhostvars
...
now add_host loads hostvars
10 years ago
Brian Coca
0c57bed728
now add_host loads hostvars
10 years ago
Toshio Kuratomi
6264eb4e02
Pull in ec2_asg fixes from core modules
10 years ago
Toshio Kuratomi
e73b945900
Merge pull request #10112 from jsmartin/ec2_asg_rolling_integration_tests
...
Adds integration tests for new ec2_asg features
10 years ago
Toshio Kuratomi
d1641f2925
Remove the multiline string for arguments not.
10 years ago
Toshio Kuratomi
86dc83b76d
Merge pull request #10163 from maxamillion/docs_yaml_dict_playbook
...
Add intro to playbook docs using YAML dictionaries
10 years ago