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
318e3302
Commit
318e3302
authored
Feb 01, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up some version related things on the devel branch.
parent
cd7c3e7b
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
31 additions
and
46 deletions
+31
-46
CHANGELOG.md
+5
-1
RELEASES.txt
+2
-1
VERSION
+1
-1
docs/man/man1/ansible-doc.1
+5
-20
docs/man/man1/ansible-playbook.1
+3
-3
docs/man/man1/ansible-pull.1
+3
-3
docs/man/man1/ansible.1
+5
-14
lib/ansible/__init__.py
+1
-1
packaging/rpm/ansible.spec
+6
-2
No files found.
CHANGELOG.md
View file @
318e3302
Ansible Changes By Release
==========================
1.
0 "Eruption" -- release pending -- changes unsorted for now
1.
1 "Mean Street" -- Release pending
*
...
1.
0 "Eruption" -- Feb 1 2013
New modules:
...
...
RELEASES.txt
View file @
318e3302
Ansible Releases at a Glance
============================
1.0 "Eruption" -------- pending
1.1 "Mean Street" ----- pending
1.0 "Eruption" -------- 02-01-2013
0.9 "Dreams" ---------- 11-30-2012
0.8 "Cathedral" ------- 10-19-2012
0.7 "Panama" ---------- 09-06-2012
...
...
VERSION
View file @
318e3302
1.
0
1.
1
docs/man/man1/ansible-doc.1
View file @
318e3302
'\" t
.\" Title: ansible-doc
.\" Author:
:doctype:manpage
.\" Generator: DocBook XSL Stylesheets v1.7
6.1
<http://docbook.sf.net/>
.\" Date:
11/28/2012
.\" Author:
[see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.7
5.2
<http://docbook.sf.net/>
.\" Date:
02/01/2013
.\" Manual: System administration commands
.\" Source: Ansible
0.9
.\" Source: Ansible
1.1
.\" Language: English
.\"
.TH "ANSIBLE\-DOC" "1" "11/28/2012" "Ansible 0\&.9" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH "ANSIBLE\-DOC" "1" "02/01/2013" "Ansible 1\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
@@ -64,9 +55,3 @@ Ansible is released under the terms of the GPLv3 License\&.
\fBansible\-playbook\fR(1), \fBansible\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
.SH "AUTHOR"
.PP
\fB:doctype:manpage\fR
.RS 4
Author.
.RE
docs/man/man1/ansible-playbook.1
View file @
318e3302
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date:
11/03/2012
.\" Date:
02/01/2013
.\" Manual: System administration commands
.\" Source: Ansible
0.9
.\" Source: Ansible
1.1
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "
11/03/2012" "Ansible 0\&.9
" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "
02/01/2013" "Ansible 1\&.1
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible-pull.1
View file @
318e3302
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date:
10/19/2012
.\" Date:
02/01/2013
.\" Manual: System administration commands
.\" Source: Ansible
0.9
.\" Source: Ansible
1.1
.\" Language: English
.\"
.TH "ANSIBLE" "1" "
10/19/2012" "Ansible 0\&.9
" "System administration commands"
.TH "ANSIBLE" "1" "
02/01/2013" "Ansible 1\&.1
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible.1
View file @
318e3302
...
...
@@ -2,21 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date:
12/04/2012
.\" Date:
02/01/2013
.\" Manual: System administration commands
.\" Source: Ansible
0.9
.\" Source: Ansible
1.1
.\" Language: English
.\"
.TH "ANSIBLE" "1" "12/04/2012" "Ansible 0\&.9" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH "ANSIBLE" "1" "02/01/2013" "Ansible 1\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
@@ -34,7 +25,7 @@ ansible \- run a command somewhere else
ansible <host\-pattern> [\-f forks] [\-m module_name] [\-a args]
.SH "DESCRIPTION"
.sp
\fBAnsible\fR is an extra\-simple tool/framework/API for doing \
*(Aqremote things\*(Aq
over SSH\&.
\fBAnsible\fR is an extra\-simple tool/framework/API for doing \
'remote things\'
over SSH\&.
.SH "ARGUMENTS"
.PP
\fBhost\-pattern\fR
...
...
@@ -82,7 +73,7 @@ to load modules from\&. The default is
\fI/usr/share/ansible\fR\&.
.RE
.PP
\fB\-a\fR \
*(Aq\fIARGUMENTS\fR\*(Aq, \fB\-\-args=\fR\*(Aq\fIARGUMENTS\fR\*(Aq
\fB\-a\fR \
'\fIARGUMENTS\fR\', \fB\-\-args=\fR\'\fIARGUMENTS\fR\'
.RS 4
The
\fIARGUMENTS\fR
...
...
lib/ansible/__init__.py
View file @
318e3302
...
...
@@ -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__
=
'1.
0
'
__version__
=
'1.
1
'
__author__
=
'Michael DeHaan'
packaging/rpm/ansible.spec
View file @
318e3302
...
...
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and task execution system
Version: 1.
0
Version: 1.
1
Group: Development/Libraries
License: GPLv3
...
...
@@ -97,8 +97,12 @@ rm -rf $RPM_BUILD_ROOT
%doc README.md PKG-INFO COPYING
%changelog
* Fri Feb 1 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.1-0
* release pending
* Fri Feb 1 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
- Release
pending
- Release
1.0
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
- Release 0.9
...
...
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