Open rochacbruno opened 7 years ago
Having these files in a directory /data
/data
Then a root file called main.yaml
main.yaml
# vars: implicit imported from vars.yaml # implicit imported from config.yaml # then merged with: config: username: admin actions: - include: organizations.yaml - include: users.yaml - action: other ... ... then: ```bash satellite-populate /data/
should start from main.yaml inside /data/ folder
Having these files in a directory
/data
Then a root file called
main.yaml
should start from
main.yaml
inside /data/ folder