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
90eba11f
Commit
90eba11f
authored
Feb 25, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO.md
parent
de80166b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
35 deletions
+3
-35
TODO.md
+3
-35
No files found.
TODO.md
View file @
90eba11f
TODO list and plans
===================
Playbook TODO:
*
error codes and failure summaries
*
handle 'changed' attributes
*
fail nodes on errors, i.e. remove from host list, rather than continuing to pound them
*
further improve output
*
more conditional capability (if statement) (?)
*
very good logging
Command module:
*
magic to pull async & timeout options off of the command line and not feed them
to the app we're executing
General:
*
better logging
*
async options
*
modules for users, groups, and files, using puppet style ensure mechanics
*
think about how to build idempotency (aka Puppet-style 'creates') around command module?
Bonus utilities:
*
ansible-inventory - gathering fact/hw info, storing in git, adding RSS
*
ansible-slurp - recursively rsync file trees for each host
*
maybe it's own fact engine, not required, that also feeds from facter
Not so interested really, but maybe:
*
list available modules from command line
*
add/remove/list hosts from the command line
*
filter exclusion (run this only if fact is true/false)
-- should be doable with playbooks (i.e. not neccessary)
TODO list
=========
This file has been replaced by the github issue tracker.
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