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
e904f840
Commit
e904f840
authored
Jun 12, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #466 from tbielawa/0.4.1
0.4.1
parents
e5fc6ef3
a62b9397
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
18 deletions
+37
-18
VERSION
+1
-1
docs/man/man1/ansible-playbook.1
+13
-4
docs/man/man1/ansible.1
+15
-6
lib/ansible/__init__.py
+1
-1
packaging/rpm/ansible.spec
+7
-6
No files found.
VERSION
View file @
e904f840
0.4
0.4
.1
docs/man/man1/ansible-playbook.1
View file @
e904f840
'\" t
'\" t
.\" Title: ansible-playbook
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.7
5.2
<http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.7
6.1
<http://docbook.sf.net/>
.\" Date: 0
5/23
/2012
.\" Date: 0
6/12
/2012
.\" Manual: System administration commands
.\" Manual: System administration commands
.\" Source: Ansible 0.4
.\" Source: Ansible 0.4
.1
.\" Language: English
.\" Language: English
.\"
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "05/23/2012" "Ansible 0\&.4" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "06/12/2012" "Ansible 0\&.4\&.1" "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 '
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible.1
View file @
e904f840
'\" t
'\" t
.\" Title: ansible
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.7
5.2
<http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.7
6.1
<http://docbook.sf.net/>
.\" Date: 0
5/23
/2012
.\" Date: 0
6/12
/2012
.\" Manual: System administration commands
.\" Manual: System administration commands
.\" Source: Ansible 0.4
.\" Source: Ansible 0.4
.1
.\" Language: English
.\" Language: English
.\"
.\"
.TH "ANSIBLE" "1" "05/23/2012" "Ansible 0\&.4" "System administration commands"
.TH "ANSIBLE" "1" "06/12/2012" "Ansible 0\&.4\&.1" "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 '
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
...
@@ -25,7 +34,7 @@ ansible \- run a command somewhere else
...
@@ -25,7 +34,7 @@ ansible \- run a command somewhere else
ansible <host\-pattern> [\-f forks] [\-m module_name] [\-a args]
ansible <host\-pattern> [\-f forks] [\-m module_name] [\-a args]
.SH "DESCRIPTION"
.SH "DESCRIPTION"
.sp
.sp
\fBAnsible\fR is an extra\-simple tool/framework/API for doing \
'remote things\'
over SSH\&.
\fBAnsible\fR is an extra\-simple tool/framework/API for doing \
*(Aqremote things\*(Aq
over SSH\&.
.SH "ARGUMENTS"
.SH "ARGUMENTS"
.PP
.PP
\fBhost\-pattern\fR
\fBhost\-pattern\fR
...
@@ -63,7 +72,7 @@ to load modules from\&. The default is
...
@@ -63,7 +72,7 @@ to load modules from\&. The default is
\fI/usr/share/ansible\fR\&.
\fI/usr/share/ansible\fR\&.
.RE
.RE
.PP
.PP
\fB\-a\fR \
'\fIARGUMENTS\fR\', \fB\-\-args=\fR\'\fIARGUMENTS\fR\'
\fB\-a\fR \
*(Aq\fIARGUMENTS\fR\*(Aq, \fB\-\-args=\fR\*(Aq\fIARGUMENTS\fR\*(Aq
.RS 4
.RS 4
The
The
\fIARGUMENTS\fR
\fIARGUMENTS\fR
...
...
lib/ansible/__init__.py
View file @
e904f840
...
@@ -14,4 +14,4 @@
...
@@ -14,4 +14,4 @@
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.4'
__version__
=
'0.4
.1
'
packaging/rpm/ansible.spec
View file @
e904f840
Name: ansible
Name: ansible
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Minimal SSH command and control
Summary: Minimal SSH command and control
Version: 0.4
Version: 0.4
.1
Group: Development/Libraries
Group: Development/Libraries
License: GPLv3+
License: GPLv3+
...
@@ -46,13 +46,14 @@ cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
...
@@ -46,13 +46,14 @@ cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
%doc %{_mandir}/man1/ansible*
%doc %{_mandir}/man1/ansible*
%changelog
%changelog
<<<<<<< HEAD
* Tue Jun 12 2012 Tim Bielawa <tbielawa@redhat.com> - 0.4.1-1
* Tue May 1 2012 Tim Bielawa <tbielawa@redhat.com> - 0.3.1-1
- Release of 0.4.1 (bugfixes)
- Release of 0.3.1. Mostly packaging related changes.
=======
* Wed May 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.4-0
* Wed May 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.4-0
- Release of 0.4
- Release of 0.4
>>>>>>> devel
* Tue May 1 2012 Tim Bielawa <tbielawa@redhat.com> - 0.3.1-1
- Release of 0.3.1. Mostly packaging related changes.
* Mon Apr 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.3-1
* Mon Apr 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.3-1
- Release of 0.3
- Release of 0.3
...
...
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