From c05bc76301cdf03b3d8f2bcb2f106e6ae5741376 Mon Sep 17 00:00:00 2001 From: oval Date: Tue, 7 Jul 2026 16:57:36 +0000 Subject: [PATCH] Add inventory.ini --- inventory.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 inventory.ini diff --git a/inventory.ini b/inventory.ini new file mode 100644 index 0000000..dac46d9 --- /dev/null +++ b/inventory.ini @@ -0,0 +1,19 @@ +# inventory.ini — Target hosts for IEC 62443-3-3 SL2 compliance validation +# +# [all] group is the default target for site.yml (hosts: all). +# For local testing, uncomment localhost. For remote targets, +# ensure SSH credentials are configured or use -K for sudo. +# +# Usage: +# ansible-playbook -i inventory.ini playbooks/site.yml --limit localhost -K +# ansible-playbook -i inventory.ini playbooks/site.yml --limit ics_assets + +[all] +# For testing on the control node itself: +# localhost ansible_connection=local + +[ics_assets] +# Add real ICS/OT targets here. Example: +# plc-rack01.example.com ansible_user=auditor +# hmi-station02.example.com ansible_user=auditor +# engineering-ws03.example.com