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
83f43b82
Commit
83f43b82
authored
Jan 28, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ansible -> ansibleworks
parent
81e9a605
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
library/cloud/gc_storage
+1
-1
library/cloud/glance_image
+1
-1
library/cloud/nova_compute
+1
-1
library/cloud/nova_keypair
+1
-1
library/cloud/quantum_floating_ip
+1
-1
library/cloud/quantum_floating_ip_associate
+1
-1
library/cloud/quantum_network
+1
-1
library/cloud/quantum_router
+1
-1
library/cloud/quantum_router_gateway
+1
-1
library/cloud/quantum_router_interface
+1
-1
library/cloud/quantum_subnet
+1
-1
library/internal/async_status
+1
-1
library/network/get_url
+1
-1
library/notification/osx_say
+1
-1
library/utilities/accelerate
+1
-1
No files found.
library/cloud/gc_storage
View file @
83f43b82
...
@@ -83,7 +83,7 @@ options:
...
@@ -83,7 +83,7 @@ options:
requirements: [ "boto 2.9+" ]
requirements: [ "boto 2.9+" ]
author: benno@ansible
works
.com Note. Most of the code has been taken from the S3 module.
author: benno@ansible.com Note. Most of the code has been taken from the S3 module.
'''
'''
...
...
library/cloud/glance_image
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/cloud/nova_compute
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
# (c) 2013, John Dewey <john@dewey.ws>
# (c) 2013, John Dewey <john@dewey.ws>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
...
...
library/cloud/nova_keypair
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
# (c) 2013, John Dewey <john@dewey.ws>
# (c) 2013, John Dewey <john@dewey.ws>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
...
...
library/cloud/quantum_floating_ip
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/cloud/quantum_floating_ip_associate
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/cloud/quantum_network
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/cloud/quantum_router
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/cloud/quantum_router_gateway
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/cloud/quantum_router_interface
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/cloud/quantum_subnet
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
#coding: utf-8 -*-
#coding: utf-8 -*-
# (c) 2013, Benno Joy <benno@ansible
works
.com>
# (c) 2013, Benno Joy <benno@ansible.com>
#
#
# This module is free software: you can redistribute it and/or modify
# This module is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
library/internal/async_status
View file @
83f43b82
...
@@ -41,7 +41,7 @@ options:
...
@@ -41,7 +41,7 @@ options:
choices: [ "status", "cleanup" ]
choices: [ "status", "cleanup" ]
default: "status"
default: "status"
notes:
notes:
- See also U(http://
www.ansibleworks.com/docs/playbooks_async.html#asynchronous-actions-and-polling
)
- See also U(http://
docs.ansible.com/playbooks_async.html
)
requirements: []
requirements: []
author: Michael DeHaan
author: Michael DeHaan
'''
'''
...
...
library/network/get_url
View file @
83f43b82
...
@@ -36,7 +36,7 @@ description:
...
@@ -36,7 +36,7 @@ description:
the target host, requests will be sent through that proxy. This
the target host, requests will be sent through that proxy. This
behaviour can be overridden by setting a variable for this task
behaviour can be overridden by setting a variable for this task
(see `setting the environment
(see `setting the environment
<http://
www.ansibleworks.com/docs/playbooks_environment.html#setting-the-environment-and-working-with-proxies
>`_),
<http://
docs.ansible.com/playbooks_environment.html
>`_),
or by using the use_proxy option.
or by using the use_proxy option.
version_added: "0.6"
version_added: "0.6"
options:
options:
...
...
library/notification/osx_say
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# (c) 2013, Michael DeHaan <michael@ansible
works
.com>
# (c) 2013, Michael DeHaan <michael@ansible.com>
#
#
# This file is part of Ansible
# This file is part of Ansible
#
#
...
...
library/utilities/accelerate
View file @
83f43b82
#!/usr/bin/python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# (c) 2013, James Cammarata <jcammarata@ansible
works
.com>
# (c) 2013, James Cammarata <jcammarata@ansible.com>
#
#
# This file is part of Ansible
# This file is part of Ansible
#
#
...
...
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