Browse Source

Updated readme

ca-cert-and-multi-ks
ePietry 2 years ago
parent
commit
40dc2a869e
  1. 7
      ansible/README.MD

7
ansible/README.MD

@ -104,6 +104,9 @@ MYIP="$(ip -4 -br addr show scope global | awk 'NR == 1 { split($3, parts, "/");
Create a `inventory.yaml` file inside the Ansible folder or define the inventory path inside the `ansible.cfg` file Create a `inventory.yaml` file inside the Ansible folder or define the inventory path inside the `ansible.cfg` file
Add blueprint file into the blueprint folder or use the `example_blueprint.toml` Add blueprint file into the blueprint folder or use the `blueprint_example.toml`
Create the initial ostree repo using... Create the initial ostree repo using `blueprint_example.toml` use the following command:
```
ansible-playbook playbooks/initial_ostree.yaml -e blueprint=blueprint_example.toml
```

Loading…
Cancel
Save