Björn Andersson
65e4f2b2bc
Add filter to turn a string into a UUID
...
This filter was made because I needed to create idempotent UUIDs when
installing the agent for Go (http://go.cd ), which uses UUIds to
distinguish the agents from each other.
It uses a newly created Ansible namespace to distinguish UUIDs created
by Ansible from any other source. The new namespace is a random one
created by uuidgen on OSX.
10 years ago
Toshio Kuratomi
2a04663255
Port forward lmacken's fix for 9886 to v2
10 years ago
Brian Coca
82abe63eb2
Merge pull request #10055 from digi691/devel
...
Add the uuid of the device in ansible_mounts variable
10 years ago
Toshio Kuratomi
e6b5cc9ccb
Merge pull request #9887 from lmacken/devel
...
Use send instead of sendv on the systemd.journal (fixes #9886 )
10 years ago
cdigiovanni
99bcbe746f
Add the uuid of the device in ansible_mounts variable
10 years ago
James Cammarata
115684d235
Minor tweak to stub code for v2 ansible-playbook
10 years ago
James Cammarata
eae9a406ad
Fixing v2 code for test_yum and added capability to squash items
10 years ago
James Cammarata
5addbe7956
V2 submodule update
10 years ago
James Cammarata
c60c295ada
Adding more fixes for integration testing under v2
10 years ago
Toshio Kuratomi
2e0472e03b
Allow ansible-playbook to determine if an invalid limit is specified
10 years ago
Brian Coca
cf6f05e71d
Merge pull request #10039 from tima/doc-version-fix
...
Modified the version numbers in one section on index of docs to reflect their current state.
10 years ago
Brian Coca
1a1b66702f
Merge pull request #10037 from lekum/aws-doc-bug
...
Add missing register
10 years ago
Brian Coca
2ef5d6be1e
Merge pull request #9702 from bcoca/better_errors_on_delegate
...
better exception handling with delegated hosts
10 years ago
Brian Coca
23783a5228
Merge pull request #10014 from bcoca/inventory_script_errorhandle
...
ansible now captures returncode errors on inventory scripts
10 years ago
Brian Coca
2a9d5054bf
Merge pull request #9995 from bcoca/hash_filters
...
Hash filters
10 years ago
Brian Coca
976f51e5f5
Merge pull request #9968 from bcoca/v2_play_env
...
V2: added environment to play
10 years ago
Brian Coca
4603e9ce4d
Merge pull request #10044 from jvoorhis/docsite-plugins-minor-corrections
...
Fix copy/paste in plugins docs.
10 years ago
Toshio Kuratomi
46e486ba41
Update modules to fix docs build and unittests
10 years ago
Toshio Kuratomi
01be9f4399
Update modules to latest
10 years ago
Marco Ippolito
23da2f6415
Redundant file descriptor specifier
10 years ago
Marco Ippolito
4cd5be396d
BUG! Incorrect order of redirection AND incorrect redirection syntax
...
The replaced code only created a text file called `1' in the
current directory, it did *not* redirect output.
10 years ago
Marco Ippolito
bc0f0f838e
More elegant output using here-document syntax
...
POSIX section 2.7.4 defines here-documents.
10 years ago
Marco Ippolito
7eb278e797
Identified two verbosity levels: info, silent
...
Conflicts:
hacking/env-setup
10 years ago
Marco Ippolito
9bc1e1a4a0
Reserve capitalised identifiers for system variables
...
Conflicts:
hacking/env-setup
10 years ago
Marco Ippolito
53fadd371b
No need to prepend `.' to a relative path
10 years ago
Brian Coca
a1032f1a51
Merge pull request #10042 from ansible/revert-9808-sslconfig
...
Revert "Fix: Add support for SSL protocol version configuration option"
10 years ago
Brian Coca
78e1a7ed93
Revert "Fix: Add support for SSL protocol version configuration option"
10 years ago
Jeremy Voorhis
f6e309bebb
Fix copy/paste in plugins docs.
10 years ago
Timothy Appnel
802f0048e5
Modified the version numbers in one section on index of docs to reflect their current state.
10 years ago
Toshio Kuratomi
566a8d1b9d
Fix issue with mixing quoting and glo9bbing.
10 years ago
Toshio Kuratomi
365af69c3e
More quotes and reimplement without pushd/popd
10 years ago
Alejandro Guirao
63808ee3f1
Add missing register
10 years ago
Brian Coca
ed891c76f6
Merge pull request #10026 from bcoca/v2_empty_inventory_warns
...
adds to v2 the ability to run with empty inventory (implicit localhost)
10 years ago
Brian Coca
832b3ebea2
adds to v2 the ability to run with empty inventory (implicit localhost),
...
which is now a warning and not an error.
10 years ago
Brian Coca
771325c5c9
Merge pull request #9913 from dedalusj/devel
...
Removed early check for empty inventory
10 years ago
Jacopo
8dcffaf56f
Converted empty inventory error to warning
10 years ago
Toshio Kuratomi
ef18468e83
Merge pull request #10021 from chrismeyersfsu/improvement-tagless
...
add tagless grouping for destinations without any tags
10 years ago
Chris Meyers
48d4da3a94
add tagless grouping for destinations without any tags
10 years ago
Brian Coca
9ccabbb95e
Merge pull request #9808 from swimlappy/sslconfig
...
Fix: Add support for SSL protocol version configuration option
10 years ago
Brian Coca
b28ef1701f
Merge pull request #9896 from resmo/fix/doc
...
doc: mention smart gathering for facts caching
10 years ago
Brian Coca
ffe1dcde28
Merge pull request #9713 from bcoca/fact_cache_n_gathering
...
mentioned gathering settings in fact caching.
10 years ago
James Cammarata
a7615c4a6f
Updating v2 submodule pointer again, after updating from devel
10 years ago
James Cammarata
6e5fb3de59
Updating submodule pointer for v2 core modules
10 years ago
James Cammarata
a6d6a89ad1
More work on v2, fixing bugs and getting integration tests running
10 years ago
Toshio Kuratomi
be4dbe76b9
Merge pull request #9997 from shawnsi/stdout_lines
...
Add stdout_lines to results when using with_items
10 years ago
Toshio Kuratomi
dde32a826f
Set default values for shell variables that we use
...
Fixes #9991
10 years ago
Brian Coca
6b3d0f4788
now captures returncode errors on inventory scripts
10 years ago
Toshio Kuratomi
1b8faa68d9
Update extras to pick up doc build fix
10 years ago
James Cammarata
02bc014bcd
More work on getting integration tests running for v2
10 years ago
Toshio Kuratomi
6326daa34e
Update modules for unarchive handling user,group,mode and add integration test for the same
10 years ago