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
7fb55c7a
Commit
7fb55c7a
authored
Oct 02, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some restructuring.
parent
7ebf246f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1 additions
and
66 deletions
+1
-66
lib/v2/common/config/__init__.py
+0
-0
lib/v2/common/errors/__init__.py
+0
-0
lib/v2/modules/docs/fragments/__init__.py
+0
-17
lib/v2/modules/utils/__init__.py
+0
-17
lib/v2/playbook/include.py
+0
-0
lib/v2/playbook/vars.py
+0
-0
lib/v2/playbook/vars_file.py
+0
-0
lib/v2/runner/__init__.py
+1
-15
lib/v2/utils/__init__.py
+0
-17
No files found.
lib/v2/c
ache
/__init__.py
→
lib/v2/c
ommon/config
/__init__.py
View file @
7fb55c7a
File moved
lib/v2/errors/__init__.py
→
lib/v2/
common/
errors/__init__.py
View file @
7fb55c7a
File moved
lib/v2/modules/docs/fragments/__init__.py
deleted
100644 → 0
View file @
7ebf246f
# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
lib/v2/modules/utils/__init__.py
deleted
100644 → 0
View file @
7ebf246f
# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
lib/v2/
config/__init__
.py
→
lib/v2/
playbook/include
.py
View file @
7fb55c7a
File moved
lib/v2/
modules/__init__
.py
→
lib/v2/
playbook/vars
.py
View file @
7fb55c7a
File moved
lib/v2/
modules/docs/__init__
.py
→
lib/v2/
playbook/vars_file
.py
View file @
7fb55c7a
File moved
lib/v2/runner/__init__.py
View file @
7fb55c7a
...
@@ -19,18 +19,4 @@ from v2.inventory import Host
...
@@ -19,18 +19,4 @@ from v2.inventory import Host
from
v2.playbook
import
Task
from
v2.playbook
import
Task
class
Runner
(
object
):
class
Runner
(
object
):
def
__init__
(
self
,
host
,
task
):
pass
self
.
host
=
host
self
.
task
=
task
self
.
action
=
self
.
get_action
()
def
get_action
(
self
):
# returns the action plugin from plugins/action/
# for the given task
return
None
def
execute
(
self
):
# runs the given task on the given host using
# the action determined by get_action()
return
lib/v2/utils/__init__.py
deleted
100644 → 0
View file @
7ebf246f
# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
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