- 19 Aug, 2014 5 commits
-
-
Fixes #8647
James Cammarata committed -
Fixes #8645
James Cammarata committed -
Fixes #8646
James Cammarata committed -
In order to allow easier updates from upstream hardware vendors, we're going to be hosting network hardware config modules on Galaxy as announced during the last release cycle. (This excludes load balancers, which remain in core). Please refer to https://eos.arista.com/introducing-arista-eos-roles-for-ansible/ and https://galaxy.ansible.com/list#/roles/1359 and where this content now lives. Thanks to Peter Sprygada for the roles content!
Michael DeHaan committed -
Fixes #8644
James Cammarata committed
-
- 18 Aug, 2014 5 commits
-
-
Fixes #8639
James Cammarata committed -
Fixes #8633
James Cammarata committed -
Fixes #8473
James Cammarata committed -
Fixes #6563
James Cammarata committed -
Fixes #8095 Fixes #8658
James Cammarata committed
-
- 16 Aug, 2014 1 commit
-
-
Tense correction
Michael DeHaan committed
-
- 15 Aug, 2014 6 commits
-
-
Ian Miell committed
-
fixes #8626 by reverting 0d8b81cd
Michael DeHaan committed -
Also modifies param type checking code to remove whitespace from around params before splitting them into k=v pairs. Fixes #8199
James Cammarata committed -
Fix fonts in docs: Incosolata -> Inconsolata
Michael DeHaan committed -
Make `pip install -e` work
Michael DeHaan committed -
Roel Standaert committed
-
- 14 Aug, 2014 13 commits
-
-
James Cammarata committed
-
Fixes #8480
James Cammarata committed -
Fixes #8605
James Cammarata committed -
Also related to f48fa3, fix for #8614
James Cammarata committed -
Fixes #8614
James Cammarata committed -
rghe committed
-
Fixes #8617
James Cammarata committed -
James Cammarata committed
-
Fix typo: & -> and
Michael DeHaan committed -
Homebrew module: Added `+` and `.` characters to the package name regex.
Michael DeHaan committed -
Fix some spelling mistakes in intro_windows.rst
Michael DeHaan committed -
Update keystone_user doc for tenant_description
Michael DeHaan committed -
`and` is the boolean operator for AND in [Python][1]. `&` is the bitwise operator for AND in [Python][2]. [1]: https://docs.python.org/2/reference/expressions.html#boolean-operations [2]: https://docs.python.org/2/reference/expressions.html#binary-bitwise-operations
Cristian Ciupitu committed
-
- 13 Aug, 2014 2 commits
-
-
Solves installation failures for packages like `bonnie++` or `virtualhost.sh` as described in #8413.
Marcus Jaschen committed -
Chad Rhyner committed
-
- 12 Aug, 2014 8 commits
-
-
The description var should be tenant_description. Closes-bug: #8299
Eric Brown committed -
Handle the case where include_pattern and exclude_pattern exist but are empty strings
Michael DeHaan committed -
Michael Peters committed
-
need to handle the case where include_pattern and exclude_pattern exist in the config file but contain empty strings
Michael Peters committed -
Fix issue #8578. Setting envvar in ""'s ensures the PYTHONPATH is set to
Michael DeHaan committed -
include the lib/ directory. Before - PYTHONPATH is empty.. ansible fails to run $ source hacking/env-setup.fish Appending PYTHONPATH Setting up Ansible to run out of checkout... PATH=/Volumes/opt/src/ansible/bin /usr/local/share/python3 /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/bin /sbin /usr/local/bin /Users/ms/bin/ PYTHONPATH= ANSIBLE_LIBRARY=/Volumes/opt/src/ansible/library ... Traceback (most recent call last): File "/Volumes/opt/src/ansible/bin/ansible", line 25, in <module> from ansible.runner import Runner ImportError: No module named ansible.runner After change - it's set.. ansible runs. source hacking/env-setup.fish Appending PYTHONPATH Setting up Ansible to run out of checkout... PATH=/Volumes/opt/src/ansible/bin /usr/local/share/python3 /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/bin /sbin /usr/local/bin /Users/ms/bin/ PYTHONPATH=/Volumes/opt/src/ansible/lib: ANSIBLE_LIBRARY=/Volumes/opt/src/ansible/library .... $ ansible Usage: ansible <host-pattern> [options]Michael Salmon committed -
ansible-vault should support script for --vault-password-file too
Michael DeHaan committed -
Michael DeHaan committed
-