mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* postgresql_sequence: initial commit with new module and tests * change return variables and adjust tests * fix sanity checks * fix linter errors * change formatting functions and put params alphabetically * add new examples and remove restrict option * remove restrict option * remove `required: false` * add links to documentation * change some minor parts in documentation * add new integration tests for ** drop cascade ** change owner * change usage of owner and created a test case for set owner during creation * remove some documents and use docsfragments * add aliases for minvalue and maxvalue * change to warn if sequence not exists but should be removed * use connect_to_db from module_utils/postgres.py * add checkmode for several tests * fix psycopg2 import and connect_to_db * add a test for drop nonexistent sequence * change get_info funcrtion to use only one SQL statement * rewrite the module for cleaner code * remove psycopg2 * change check_mode behavior * add docstrings for class and methods * add test for create sequence with owner in check_mode * fix typo in set_schema() * fix docu and cleanup the code * adjust documentation for state, schema and newschema * remove mutually_exclusive for 'absent' * remove unused code comments * remove warning for drop non-exicsting sequence * change autocommit condition * adjust state documentation |
7 years ago | |
|---|---|---|
| .. | ||
| main.yml | 7 years ago | |
| pg_authid_not_readable.yml | ||
| postgresql_copy.yml | 7 years ago | |
| postgresql_db.yml | 7 years ago | |
| postgresql_ext.yml | ||
| postgresql_idx.yml | ||
| postgresql_info.yml | ||
| postgresql_lang.yml | ||
| postgresql_membership.yml | ||
| postgresql_owner.yml | ||
| postgresql_pg_hba.yml | 7 years ago | |
| postgresql_ping.yml | ||
| postgresql_privs.yml | ||
| postgresql_query.yml | ||
| postgresql_schema.yml | ||
| postgresql_sequence.yml | 7 years ago | |
| postgresql_set.yml | ||
| postgresql_slot.yml | ||
| postgresql_table.yml | 7 years ago | |
| postgresql_tablespace.yml | ||
| session_role.yml | ||
| ssl.yml | ||
| state_dump_restore.yml | ||
| test_no_password_change.yml | ||
| test_password.yml | ||
| test_target_role.yml | ||