Skip to content

Commit

Permalink
DOC: tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed Jul 25, 2023
1 parent 8d8a11c commit 7e573d8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This will generate a VM with:
Run:

1. ``make ssh-setup`` (SSH key + initial login)
2. ``make host_inventory.yaml`` (create host inventory configuration file)
2. ``make host_vars/test-plc-01/vars.yml`` (create host variable configuration file)
3. ``make run-bootstrap`` (install Python on the PLC, required for ansible)
4. ``make run-provision`` (provision the PLC)

Expand All @@ -112,5 +112,10 @@ $ make

### I have multiple PLCs with different roles, where do I put that information?

This repository is for viability testing of deploying PLC settings with ansible
and isn't intended to be used as-is for actual production deployments.
Per-PLC configuration goes in [host_vars/](host_vars).
Overall configuration for the "tcbsd_plc" role goes in
[group_vars/tcbsd_plcs/](group_vars/tcbsd_plcs/).

The host inventory can be restructured to have whatever hierarchy you so choose;
take a look at the [ansible](https://www.ansible.com/) documentation for further
details.

0 comments on commit 7e573d8

Please sign in to comment.