forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
991 changed files
with
76,387 additions
and
12,852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[report] | ||
omit = | ||
*/python?.?/* | ||
*/site-packages/nose/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CHANGELOG.md merge=union |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
[submodule "lib/ansible/modules/core"] | ||
path = lib/ansible/modules/core | ||
url = https://github.com/ansible/ansible-modules-core.git | ||
branch = devel | ||
url = https://github.com/ansible/ansible-modules-core | ||
[submodule "lib/ansible/modules/extras"] | ||
path = lib/ansible/modules/extras | ||
url = https://github.com/ansible/ansible-modules-extras.git | ||
branch = devel | ||
[submodule "v2/ansible/modules/core"] | ||
path = v2/ansible/modules/core | ||
url = https://github.com/ansible/ansible-modules-core.git | ||
branch = devel | ||
[submodule "v2/ansible/modules/extras"] | ||
path = v2/ansible/modules/extras | ||
url = https://github.com/ansible/ansible-modules-extras.git | ||
branch = devel | ||
url = https://github.com/ansible/ansible-modules-extras | ||
[submodule "v1/ansible/modules/core"] | ||
path = v1/ansible/modules/core | ||
url = https://github.com/ansible/ansible-modules-core | ||
[submodule "v1/ansible/modules/extras"] | ||
path = v1/ansible/modules/extras | ||
url = https://github.com/ansible/ansible-modules-extras |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
sudo: false | ||
language: python | ||
env: | ||
- TOXENV=py26 | ||
- TOXENV=py27 | ||
addons: | ||
apt: | ||
sources: | ||
- deadsnakes | ||
packages: | ||
- python2.4 | ||
install: | ||
- pip install tox PyYAML Jinja2 sphinx | ||
script: | ||
- tox | ||
#- make -C docsite all | ||
after_success: | ||
- coveralls |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
[![PyPI version](https://badge.fury.io/py/ansible.png)](http://badge.fury.io/py/ansible) [![PyPI downloads](https://pypip.in/d/ansible/badge.png)](https://pypi.python.org/pypi/ansible) | ||
[![PyPI version](https://badge.fury.io/py/ansible.png)](http://badge.fury.io/py/ansible) | ||
[![PyPI downloads](https://pypip.in/d/ansible/badge.png)](https://pypi.python.org/pypi/ansible) | ||
[![Build Status](https://travis-ci.org/ansible/ansible.svg?branch=devel)](https://travis-ci.org/ansible/ansible) | ||
|
||
|
||
Ansible | ||
|
@@ -49,8 +51,7 @@ Branch Info | |
Authors | ||
======= | ||
|
||
Ansible was created by [Michael DeHaan](github.com/mpdehaan) ([email protected]) and has contributions from over | ||
800 users (and growing). Thanks everyone! | ||
Ansible was created by [Michael DeHaan](https://github.com/mpdehaan) (michael.dehaan/gmail/com) and has contributions from over 1000 users (and growing). Thanks everyone! | ||
|
||
Ansible is sponsored by [Ansible, Inc](http://ansible.com) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.8 | ||
2.0.0 0.0.pre |
Oops, something went wrong.