File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY --from=builder /opt/netbox-sync/venv /opt/netbox-sync/venv
1717
1818# Add netbox-sync user
1919RUN groupadd --gid 1000 netbox-sync && \
20- useradd --uid 1000 --gid netbox-sync --shell /bin/sh \
20+ useradd --uid 1000 --gid netbox-sync --shell /bin/sh \
2121 --no-create-home --system netbox-sync
2222
2323USER netbox-sync
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g]
100100
101101Sync objects from various sources to NetBox
102102
103- Version: 1.4.2 (2023-04-24 )
103+ Version: 1.5.0 (2023-07-07 )
104104Project URL: https://github.com/bb-ricardo/netbox-sync
105105
106106options:
@@ -318,7 +318,7 @@ inventory_file_path = /opt/redfish_inventory
318318` ` `
319319
320320If different sources overwrite the same attribute for ex. a host then the order of the sources should be considered.
321- The last source in order from top to bottom will prevail.
321+ The last source in order from top to bottom will prevail.
322322
323323# # Pruning
324324Prune objects in NetBox if they are no longer present in any source.
Original file line number Diff line number Diff line change 77# For a copy, see file LICENSE.txt included in this
88# repository or visit: <https://opensource.org/licenses/MIT>.
99
10- __version__ = "1.4.2 "
11- __version_date__ = "2023-04-24 "
10+ __version__ = "1.5.0 "
11+ __version_date__ = "2023-07-07 "
1212__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
1313__description__ = "NetBox Sync"
1414__license__ = "MIT"
Original file line number Diff line number Diff line change 11; ;; Welcome to the NetBox Sync configuration file.
2- ; ;; Version: 1.4.2 (2023-04-24 )
2+ ; ;; Version: 1.5.0 (2023-07-07 )
33; ;; Project URL: https://github.com/bb-ricardo/netbox-sync
44
55; The values in this file override the default values used by the system if a config
You can’t perform that action at this time.
0 commit comments