Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
a490213d
Commit
a490213d
authored
Jul 04, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release bump to start development on 0.6
parent
e3aba777
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
9 deletions
+21
-9
CHANGELOG.md
+5
-1
README.md
+2
-0
VERSION
+1
-1
docs/man/man1/ansible-playbook.1
+3
-3
docs/man/man1/ansible.1
+3
-3
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+6
-0
No files found.
CHANGELOG.md
View file @
a490213d
Ansible Changes By Release
==========================
0.
5 "Amsterdam" ------- July XX, 2012
0.
6 "Cabo" ------------ pending
*
...
0.
5 "Amsterdam" ------- July 04, 2012
*
Service module gets more accurate service states when running with upstart
*
Jinja2 usage in playbooks (not templates), reinstated, supports %include directive
...
...
README.md
View file @
a490213d
...
...
@@ -43,6 +43,7 @@ Contributions to the core and modules are greatly welcome.
*
Make sure "make tests" passes before submitting any requests.
*
Bonus points:
*
Joining the mailing list
*
Fixing bugs instead of sending bug reports.
*
Using squash merges
*
Updating the "rst/
*
" files in the docs project and "docs/" manpage content
*
Adding more unit tests
...
...
@@ -51,6 +52,7 @@ Contributions to the core and modules are greatly welcome.
*
Sending feature pull requests to the 'master' branch instead of the devel branch
*
Sending pull requests to mpdehaan's personal ansible fork.
Author
======
...
...
VERSION
View file @
a490213d
0.
5
0.
6
docs/man/man1/ansible-playbook.1
View file @
a490213d
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 0
6/19
/2012
.\" Date: 0
7/04
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.
5
.\" Source: Ansible 0.
6
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "0
6/19/2012" "Ansible 0\&.5
" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "0
7/04/2012" "Ansible 0\&.6
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible.1
View file @
a490213d
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 0
6/19
/2012
.\" Date: 0
7/04
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.
5
.\" Source: Ansible 0.
6
.\" Language: English
.\"
.TH "ANSIBLE" "1" "0
6/19/2012" "Ansible 0\&.5
" "System administration commands"
.TH "ANSIBLE" "1" "0
7/04/2012" "Ansible 0\&.6
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
lib/ansible/__init__.py
View file @
a490213d
...
...
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.
5
'
__version__
=
'0.
6
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
a490213d
ansible (0.6) debian; urgency=low
* 0.6 not released yet
-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 04 Jul 2012 13:40:01 -0400
ansible (0.5) debian; urgency=low
* 0.5 update
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment