Michael DeHaan
6ba30170dd
Make group_vars and host_vars available to usr/bin/ansible, and make vars_plugins exist
12 years ago
Michael DeHaan
dd3beb844f
add lookup plugins to setup.py
12 years ago
Tim Bielawa
baa91ebc95
Add DIST_MODULE_PATH so setup.py and ansible.spec can live in harmony. Closes #1277
12 years ago
Michael DeHaan
95540f40b0
Add package to setup.py
12 years ago
Daniel Hokka Zakrisson
5b49a059ac
Install action_plugins
12 years ago
Michael DeHaan
f264f50f17
Update setup.py
12 years ago
Michael DeHaan
d70be9adfe
Ship the noop.py callback
12 years ago
Dave Hatton
732cfe6d4f
setup.py needs adjusting to ansible.runner.connections so that make rpm works
12 years ago
Michael DeHaan
eee2d1afd0
If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files will not be deleted, which is useful only for development debugging purposes.
12 years ago
Tim Bielawa
04ff248c62
Include bin/ansible-pull as part of the sdist in distutils.
12 years ago
Michael DeHaan
1c9b43df1b
more whitespace
12 years ago
Michael DeHaan
6034b5b0f3
Split connection code into submodules.
13 years ago
Joshua Tacoma
0f7ab7cbf5
Listed python sub-packages in setup.py.
13 years ago
Stefane Fermigier
f7469f8704
Add requirements in setup.py.
13 years ago
Michael DeHaan
9049b0e7ca
Because folks on RHEL 6 (not CentOS 6) have some issues with asciidoc, do not build the asciidoc from
...
the rpm or make install targets. Also modify the make install (only) to copy over files into the library
directory since the setup.py does not do this (due to a distutils bug, more or less).
13 years ago
Seth Vidal
3567237dbc
modify build/spec file to work on el6 with quasi-broken setup process
...
remove data_files section from setup.py for some reason or another
13 years ago
Tim Bielawa
3f245498c4
Fixup RPM building: Makefile, Spec File, .gitignore
...
Fixup distutils: setup.py
Clean old cruft: section 5 man pages
13 years ago
Michael DeHaan
209760f8f6
Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.
13 years ago
Michael DeHaan
742258a078
Drop other man(5) pages so we can have only one source of docs -- ansible.github.com for those operations.
...
Easier to maintain and much more verbose.
13 years ago
Seth Vidal
47aa018a84
add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creation
13 years ago
Michael DeHaan
e4304a0ac5
Make sure tempdirs are cleaned up after execution steps, fix notifiers, make sure
...
service module is installed by setup.py
13 years ago
Michael DeHaan
281f96b8dd
merge Seth's ansible-command script with ansible proper, so we can do nice output, one line output,
...
and treeish saving everywhere.
there are probably some quirks here we'll want to refine further later, for instance, we should
be able to do nicer things with "can't contact host tracebacks".
13 years ago
Michael DeHaan
0356925639
Rename ans-command to ansible-command and ans-playbook to ansible-playbook so my brain
...
can tab complete better
13 years ago
Michael DeHaan
c6eb3f1006
remove debug statement
13 years ago
Michael DeHaan
0321afb1e3
Minor error handling tweaks (yell if no args) for ansible-command and some minor
...
style bits (underscores between compound words, use dest always in optparse)
13 years ago
Tim Bielawa
6027c16ddd
Update distutils setup script to install the new manual page
13 years ago
Tim Bielawa
d44e0bbb61
Update the python setup script to install the ansible modules man page.
13 years ago
Tim Bielawa
f0b0211772
Because everything should have a man page
13 years ago
Michael DeHaan
3da6370a65
use defaults better, improve/fix setup.py
13 years ago
Michael DeHaan
2c873a4467
Adding setup.py
13 years ago