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
f42b6308
Commit
f42b6308
authored
Jun 13, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #470 from tbielawa/fixAuthor
Fix author
parents
e904f840
d0a2f438
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
+11
-10
docs/man/man1/ansible-playbook.1
+3
-3
docs/man/man1/ansible-playbook.1.asciidoc.in
+2
-2
docs/man/man1/ansible.1
+3
-3
docs/man/man1/ansible.1.asciidoc.in
+2
-2
lib/ansible/__init__.py
+1
-0
No files found.
docs/man/man1/ansible-playbook.1
View file @
f42b6308
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 06/1
2
/2012
.\" Date: 06/1
3
/2012
.\" Manual: System administration commands
.\" Manual: System administration commands
.\" Source: Ansible 0.4.1
.\" Source: Ansible 0.4.1
.\" Language: English
.\" Language: English
.\"
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "06/1
2
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "06/1
3
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
...
@@ -110,7 +110,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
...
@@ -110,7 +110,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path
ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR"
.SH "AUTHOR"
.sp
.sp
Ansible was originally written by Michael DeHaan\&. See the
AUTHORS file
for a complete list of contributors\&.
Ansible was originally written by Michael DeHaan\&. See the
GitHub project
for a complete list of contributors\&.
.SH "COPYRIGHT"
.SH "COPYRIGHT"
.sp
.sp
Copyright \(co 2012, Michael DeHaan
Copyright \(co 2012, Michael DeHaan
...
...
docs/man/man1/ansible-playbook.1.asciidoc.in
View file @
f42b6308
...
@@ -94,8 +94,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
...
@@ -94,8 +94,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR
AUTHOR
------
------
Ansible was originally written by Michael DeHaan. See the
AUTHORS file
Ansible was originally written by Michael DeHaan. See the
GitHub
for a complete list of contributors.
project
for a complete list of contributors.
COPYRIGHT
COPYRIGHT
...
...
docs/man/man1/ansible.1
View file @
f42b6308
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 06/1
2
/2012
.\" Date: 06/1
3
/2012
.\" Manual: System administration commands
.\" Manual: System administration commands
.\" Source: Ansible 0.4.1
.\" Source: Ansible 0.4.1
.\" Language: English
.\" Language: English
.\"
.\"
.TH "ANSIBLE" "1" "06/1
2
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.TH "ANSIBLE" "1" "06/1
3
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" -----------------------------------------------------------------
...
@@ -169,7 +169,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
...
@@ -169,7 +169,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path
ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR"
.SH "AUTHOR"
.sp
.sp
Ansible was originally written by Michael DeHaan\&. See the
AUTHORS file
for a complete list of contributors\&.
Ansible was originally written by Michael DeHaan\&. See the
GitHub project
for a complete list of contributors\&.
.SH "COPYRIGHT"
.SH "COPYRIGHT"
.sp
.sp
Copyright \(co 2012, Michael DeHaan
Copyright \(co 2012, Michael DeHaan
...
...
docs/man/man1/ansible.1.asciidoc.in
View file @
f42b6308
...
@@ -139,8 +139,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
...
@@ -139,8 +139,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR
AUTHOR
------
------
Ansible was originally written by Michael DeHaan. See the
AUTHORS file
Ansible was originally written by Michael DeHaan. See the
GitHub
for a complete list of contributors.
project
for a complete list of contributors.
COPYRIGHT
COPYRIGHT
...
...
lib/ansible/__init__.py
View file @
f42b6308
...
@@ -15,3 +15,4 @@
...
@@ -15,3 +15,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.1'
__version__
=
'0.4.1'
__author__
=
'Michael DeHaan'
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