Commit Graph

14355 Commits (f3ccff42e5c151f51a20197651f69532d659f191)
 

Author SHA1 Message Date
Brian Coca f3ccff42e5 Merge pull request #11142 from Etienne-Carriere/factor_f5
Add common fonctions for F5 modules (FQ Name functions)
9 years ago
Toshio Kuratomi 0cbd7b6b24 Merge pull request #11156 from sivel/v1-hacking
Add the hacking directory to v1
9 years ago
Matt Martz c89f98168d Add the hacking directory to v1 9 years ago
Etienne CARRIERE 94fa5e8794 Simplify Fully Qualified function 9 years ago
Brian Coca 9856a8f674 added missing imports to doc module 9 years ago
Toshio Kuratomi 96836412aa Make error messages tell which inventory script the error came from 9 years ago
Brian Coca a87687dccb Merge pull request #11147 from sivel/module-docs-import-mutablemapping
Import missing MutableMapping class for module_docs
9 years ago
Toshio Kuratomi 1c8527044b Fix error handling when pasing output from dynamic inventory 9 years ago
Brian Coca 67d065c758 Merge pull request #10946 from izhukov/inventory-DO-api-v2
Update DigitalOcean dynamic inventory to API v2
9 years ago
Toshio Kuratomi c3caff5eeb Fix for six version 1.1.0 (rhel6). 9 years ago
Brian Coca 6b642afc7b Merge pull request #11146 from sivel/issue/11136
Don't set a default on the _become FieldAttribute
9 years ago
Toshio Kuratomi d8c8ca11cf Add compatibility for old version of six (present on rhel7) 9 years ago
Brian Coca 2e39661a26 made with_ examples have explicit templating 9 years ago
Matt Martz 89dceb503a Import missing MutableMapping class 9 years ago
Matt Martz f983557e7e Don't set a default on the _become FieldAttribute. Fixes #11136 9 years ago
Brian Coca 74a537ede0 Merge pull request #11140 from RadishTheHut/connection_info
Fix for task_executor on OS X
9 years ago
Etienne CARRIERE 5204d7ca88 Add common fonctions for F5 modules (FQ Name functions) 9 years ago
Patrick McConnell a899f8f016 Fix for task_executor on OS X
I get this exception during the setup task:

AttributeError: 'ConnectionInformation' object has no attribute 'remote_pass'

I believe it is supposed to be looking at the password attribute. Either that
or we should create a remote_pass attribute in ConnectionInformation.
9 years ago
Brian Coca 3e2e81d896 missing path in import path for making paths 9 years ago
Brian Coca 65b82f69e4 avoid failing when mode is none 9 years ago
Brian Coca 5622fc23bc fixed frozen set, missing iterable 9 years ago
Brian Coca 48c0d6388f moved RAW var to class and as a frozenset 9 years ago
James Cammarata 9cd5c8092e Merge pull request #11135 from sivel/issue/11130-2
If remote_addr isn't set, set to ipv4_address
9 years ago
Matt Martz 1b48111b12 If remote_addr isn't set, set to ipv4_address 9 years ago
James Cammarata f57eaece88 Merge pull request #11134 from sivel/import-display-cli-base
Add missing import in ansible.cli
9 years ago
Matt Martz 6519118106 Add missing import in ansible.cli 9 years ago
James Cammarata 7a617e7b93 Merge pull request #11131 from sivel/issue/11130
Don't override ansible_ssh_host with inventory_hostname
9 years ago
James Cammarata c4ae51089d Merge pull request #11129 from sivel/fix-scp-if-ssh
Fix command building for scp if ssh
9 years ago
Matt Martz 697a1a4061 Don't override ansible_ssh_host with inventory_hostname 9 years ago
Toshio Kuratomi 300eb3a843 Add six as a dependency for packaging 9 years ago
Matt Martz 71014ab01e Fix command building for scp if ssh 9 years ago
Brian Coca 093b5b6051 Merge pull request #11127 from bcoca/makedirs_safe
created makedirs_safe function for use in cases of multiprocess
9 years ago
Brian Coca e0ef217f97 Revert "Adding raw module to list of modules allowing raw params"
This reverts commit bc041ffea0.
same fix x2 does not fix it 'more'
9 years ago
Brian Coca ba02e5e3bf minor adjustments as per code review 9 years ago
Brian Coca 8c6fa5fb77 added promox_template module to changelog 9 years ago
Brian Coca 2590df6df1 created makedirs_safe function for use in cases of multiprocess
should fix #11126 and most race conditions
9 years ago
Brian Coca 47be5b4166 added missing ansibleoptionserror import and moved args check in playbook to after parser exists to allow for creating usage info 9 years ago
James Cammarata d1b4371287 Correctly evaluate changed/failed for tasks using loops 9 years ago
Brian Coca 860a96cf70 Merge pull request #11097 from resmo/for-ansible
cloudstack: updates and v1 sync
9 years ago
James Cammarata bc041ffea0 Adding raw module to list of modules allowing raw params
Fixes #11119
9 years ago
Brian Coca e251e70178 added raw to 'raw' modules 9 years ago
Rene Moser caf3cf6930 cloudstack: add timeout to utils 9 years ago
Rene Moser fc807e29c8 cloudstack: add api_timeout to doc fragments 9 years ago
Rene Moser 7bb9cd3766 cloudstack: minor cleanup in doc fragments 9 years ago
Rene Moser 8868f4b481 cloudstack: sync module_utils/cloudstack.py to v1
Commits from 31520cdd17 to 62ccc1b9b6 related to cloudstack.py
9 years ago
James Cammarata 620fad9f8d Fixing an oops in inventory/__init__.py where the slots are incorrect 9 years ago
James Cammarata 7f1b64d934 Submodule pointer update for core to the merged v2 branch 9 years ago
James Cammarata e547e1f9ba Merge branch 'devel' into devel_switch_v2 9 years ago
James Cammarata c7d1dd4b68 Updating v1/ansible/modules/core/ to use the v1_modules branch 9 years ago
James Cammarata fe41f109a9 Merge branch 'v2_final' into devel_switch_v2 9 years ago