Browse Source

typo

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

1
ansible/README.MD

@ -95,7 +95,6 @@ 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
Create a `config.yaml` file inside the Ansible folder following this model: Create a `config.yaml` file inside the Ansible folder following this model:
```yaml ```yaml
blueprint: #name of the blueprint you want to use from the ansible/bluprint folder. EXAMPLE blueprint: blueprint_example.toml blueprint: #name of the blueprint you want to use from the ansible/bluprint folder. EXAMPLE blueprint: blueprint_example.toml

Loading…
Cancel
Save