Browse Source

Readme update

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

10
ansible/README.MD

@ -128,9 +128,17 @@ ansible-playbook playbooks/build_RPMS.yaml
To build a repository containing the RPMS we created, run the `repo_creation.yaml` playbook
The directory where the repo is created is define in `config.yaml` as `repo_location:`
To start tge build, run :
To start the build, run :
```
ansible-playbook playbooks/repo_creation.yaml
```
## Blueprint preparation
To work properly, this playbook needs the property `ADMIN_SSH_PUBLIC_KEY` and `ADMIN_PASSWORD` to be define in `config.yaml`
To start the build, run :
```
ansible-playbook playbooks/blueprint_preparation.yaml
```
Loading…
Cancel
Save