Skip to content

Commit

Permalink
Setup refactory (#78)
Browse files Browse the repository at this point in the history
* Start parallising setup

* Added parallel processing

* Improve execution time

* Added documentation

* Fix sanity issue

* Re-added the measure info and added epoch_local

* Removed ServerManager WMI and parallel work

* Updated changelog

* Fix old ps version compatibility

* Remove tunnel from interface list
  • Loading branch information
jborean93 committed Jul 2, 2020
1 parent 9b5a5c7 commit c20a241
Show file tree
Hide file tree
Showing 2 changed files with 1,042 additions and 400 deletions.
16 changes: 16 additions & 0 deletions changelogs/fragments/setup-refactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
breaking_changes:
- setup - Will now add the IPv6 scope on link local addresses for ``ansible_ip_addresses``
- setup - ``ansible_processor`` will now return the index before the other values to match the POSIX fact behaviour
- >-
setup - Make sure ``ansible_date_time.epoch`` is seconds since EPOCH in UTC to mirror the POSIX facts.
The ``ansible_date_time.epoch_local`` contains seconds since EPOCH in the local timezone for backwards compatibility
minor_changes:
- setup - Refactor to speed up the time taken to run the module
- setup - Implemented the ``gather_timeout`` option to restrict how long each subset can run for
- >-
setup - Added `ansible_architecture2`` to match the same format that setup on POSIX hosts return.
Unlike ``ansible_architecture`` this value is not localized to the host's language settings.
bugfixes:
- setup - Remove usage of WMI to speed up execution time and work with standard user accounts
Loading

0 comments on commit c20a241

Please sign in to comment.