- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 25 Mar, 2013 1 commit
-
-
Allow the specification of additional locale settings (lc_collate and lc_ctype) when creating a new database (state=present). Fail if the specified database already exists with different locale/encoding settings. (These settings can't be changed for existing databases as far as I know, and failing seems better than suggesting that no change was necessary by returning changed=False)
Bernhard Weitzhofer committed
-
- 22 Mar, 2013 1 commit
-
-
Jeffrey Chu committed
-
- 27 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 20 Feb, 2013 1 commit
-
-
Rodney Quillo committed
-
- 07 Jan, 2013 1 commit
-
-
Félix Sipma committed
-
- 04 Jan, 2013 2 commits
-
-
Félix Sipma committed
-
Félix Sipma committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 31 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 29 Sep, 2012 1 commit
-
-
Marco Vito Moscaritolo committed
-
- 05 Sep, 2012 1 commit
-
-
Piotr Kweclich committed
-
- 22 Aug, 2012 2 commits
-
-
Pepe Barbe committed
-
Pepe Barbe committed
-
- 14 Aug, 2012 2 commits
-
-
Pepe Barbe committed
-
When initalizing a connection to psycopg2, in order to use the default values, the keywords must be missing. So we use a dictionary as a kwarg and include only the keywords that do not have an empty value on the module parameters.
Pepe Barbe committed
-
- 13 Aug, 2012 1 commit
-
-
Pepe Barbe committed
-
- 03 Aug, 2012 1 commit
-
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 01 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 31 Jul, 2012 2 commits
-
-
mysql_db: added 'encoding' and 'collation' args postgresql_db: added 'owner', 'template' and 'encoding' args
Petros Moisiadis committed -
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
Michael DeHaan committed
-
- 29 Jul, 2012 1 commit
-
-
passwd -> password loginpass -> login_password loginuser -> login_user loginhost -> login_host Add an example playbook that shows how to use the modules.
Lorin Hochstein committed
-
- 26 Jul, 2012 5 commits
-
-
These modules are based on the mysql_db and mysql_user modules. Currently, the postgresql_user module can only grant all permissions on a database, fine-grained access has not been implemented yet.
Lorin Hochstein committed -
Check file exists instead of relying on the exception. Leave the exception catch in, in case the file is deleted or some other issue crops up
Mark Theunissen committed -
Mark Theunissen committed
-
Mark Theunissen committed
-
Changing to read from a file pointer instead so that an exception is thrown if the file doesn't exist
Mark Theunissen committed
-
- 25 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 22 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 21 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 13 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-