|
|
|
@ -93,9 +93,9 @@ MYIP="$(ip -4 -br addr show scope global | awk 'NR == 1 { split($3, parts, "/"); |
|
|
|
``` |
|
|
|
## Ansible Config |
|
|
|
|
|
|
|
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 |
|
|
|
blueprint: #name of the blueprint you want to use from the ansible/bluprint folder. EXAMPLE blueprint: blueprint_example.toml |
|
|
|
repo_location: #EXAMPLE repo_location: /opt/custom-rpms/ |
|
|
|
|