Commit Graph

711 Commits (d3418fd6580bfadc14f418b371d9dfe88c947921)

Author SHA1 Message Date
Brian Coca a3028783d4 removed previously deprecated ';' host separator 8 years ago
Brian Coca ef7e2f7fbc updated changelog 8 years ago
John R Barker 8843e355e4 Alphabetical order 8 years ago
John R Barker 88d6d1331a dnos 8 years ago
John R Barker ae41ac1cb3 dnos (not Dell) 8 years ago
@skg_net e5b8a177d7 Support files for dnos10_template module (#17399) 8 years ago
nitzmahone c752b25ced changelog/docsite updates for Windows async/environment 8 years ago
Matt Clay 94a0d2afb4 Add partially backwards compatible version of _fixup_perms. (#17427)
Also added a deprecation notice for _fixup_perms.

Resolves issue #17352 (assumes custom actions use recursive=False).
8 years ago
Will Thames d54f5277d5 Add ksu privilege escalation (#17340)
Allow ksu privilege escalation to be used
as a standard become_method

https://web.mit.edu/kerberos/krb5-1.12/doc/user/user_commands/ksu.html
8 years ago
Peter Sprygada c8431e334b Merge pull request #17296 from skg-net/devel
Add support for Dell Networking OS10 Command and Config Modules
8 years ago
Brian Coca f39799fbcd implemented loop pausing (#17289)
* implemented loop pausing

- added loop pause to changelog
- only pause between iterations, avoid 1st/last
- added example to docs

* fixed note placement

* else

* added docs for loop_control: label
8 years ago
James Cammarata 4419563185 Adding performance improvements to CHANGELOG 8 years ago
James Cammarata 078840b427 Updating CHANGELOG for meta end_play and meta conditionals feature 8 years ago
Senthil Kumar Ganesan f6aa730c3c Utilities to support DELL Networking OS10 command and config modules 8 years ago
René Moser 8210260d94 changelog: update new modules from module-extras (#17286) 8 years ago
Brian Coca bd9094c925 include_role (role revamp implementation) (#17232)
* attempt #11 to role_include

* fixes from jimi-c

* do not override load_data, move all to load

* removed debugging

* implemented tasks_from parameter, must break cache

* fixed issue with cache and tasks_from

* make resolution of from_tasks prioritize literal

* avoid role dependency dedupe when include_role

* fixed role deps and handlers are now loaded

* simplified code, enabled k=v parsing

used example from jimi-c

* load role defaults for task when include_role

* fixed issue with from_Tasks overriding all subdirs

* corrected priority order of main candidates

* made tasks_from a more generic interface to roles

* fix block inheritance and handler order

* allow vars: clause into included role

* pull vars already processed vs from raw data

* fix from jimi-c blocks i broke

* added back append for dynamic includes

* only allow for basename in from parameter

* fix for docs when no default

* fixed notes

* added include_role to changelog
8 years ago
David Shrewsbury 13d11473c7 Update CHANGELOG for new os_server_group module 8 years ago
Matt Davis e0bdb502e3 raw now returns changed: true (#17112)
for consistency w/ shell/command/script "non-idempotent" modules.

Updated tests, changelog.
8 years ago
John R Barker a8a8ef4682 2.1 has been released
Also link to new feature documentation - We need to do more of this

Thanks to kustodian for suggesting this
8 years ago
René Moser 3d07f848f2 changelog: inform about regression fix breaking related 2.x tasks (#16985)
See #16805
8 years ago
Rene Moser 420a2f11af changelog: add new modules 8 years ago
James Cammarata 159aa26b36 FEATURE: adding variable serial batches
This feature changes the scalar value of `serial:` to a list, which
allows users to specify a list of values, so batches can be ramped
up (commonly called "canary" setups):

- hosts: all
  serial: [1, 5, 10, "100%"]
  tasks:
  ...
8 years ago
David Shrewsbury 73f06e67df Update CHANGELOG for new os_zone and os_recordset modules (#16847) 8 years ago
Rene Moser 44b565f95e doc: add ipmi modules to changelog 8 years ago
Brian Coca 7960aa92ed added wakeonlan to changelog 8 years ago
David Shrewsbury c4cff768d9 Update changelog for new os_stack OpenStack module 8 years ago
Rene Moser cd631c2861 changelog: add lxd modules 8 years ago
Rene Moser 787616cb39 doc: add vmware_local_user_manager to changelog 8 years ago
nitzmahone 7ba71fc2d2 CHANGELOG update for win_setup changes 8 years ago
James Cammarata 6cae14e4d6 Adding new module ec2_vpc_vgw to the CHANGELOG 8 years ago
James Cammarata a026481396 Adding docs for handler listen feature and CHANGELOG entry for same 8 years ago
René Moser 2d042d73b0 doc: changelog: add new modules
telegram, vmware_vmotion
8 years ago
René Moser b97134785f doc: changelog: add new module rocketchat 8 years ago
David Shrewsbury f101910167 Update CHANGELOG for os_keystone_service module (#16190) 8 years ago
Brian Coca 9342c7cc02 added sensu_subscription module 8 years ago
Rene Moser e3a5c5bd08 doc: changelog: new module netconf_config
See https://github.com/ansible/ansible-modules-extras/pull/2103
8 years ago
Rene Moser 72d5416c40 doc: changelog: new module letsencrypt 8 years ago
Rene Moser 1c1f0a62b3
doc: changelog: add cs_snapshot_policy module 8 years ago
nitzmahone 7b5513cf22 mark azure_rm_X_facts modules as TECH PREVIEW 8 years ago
Brian Coca 056efc71db updated for service and systemd 8 years ago
nitzmahone b3bf4cecdb add missing azure_rm modules to changelog 8 years ago
Brian Coca 6c0b974bde added new modules 8 years ago
Brian Coca f56fc92532 added verbose module path info to changelog 8 years ago
René Moser aa9a054b61 docs: changelog: new module cs_router (#15897) 8 years ago
Matt Martz 049e0ba276 Add note to changelog for 2.2 about binary modules 8 years ago
Toshio Kuratomi dae1d4dbb7 Add changelog entry for ec2_customer_gateway (in 2.2) 8 years ago
James Cammarata 8103793b55 Version bump to 2.2.0 for devel 8 years ago
Peter Sprygada 7dd4dd2e2e update CHANGELOG with network modules 8 years ago
nitzmahone 93ca406c9d windows changelog updates 8 years ago
James Cammarata 5727806b05 Updating CHANGELOG for 2.1
Also backported CHANGELOG/RELEASES entries from stable branches.
8 years ago