Open taoeffect opened 9 years ago
There's a few ways to load these kinds of credentials.
vars_files
I should have been clearer about what I need help with:
private/credentials.yml
file in conjunction with Vagrant and Ansible to test migration from existing test IMAP server.
- Using the
private/credentials.yml
file in conjunction with Vagrant and Ansible to test migration from existing test IMAP server.
Modify test.yml
so it runs the mail migration steps when the necessary credentials are supplied, and skips them when they aren't.
- Getting the machine provisioned and running the first place
Depends on the exact problems you encounter in the process.
- Then "re-doing" just the migration part as I make changes (without re-creating and destroying the machine)
vagrant provision
will re-run ansible without destroying and recreating the VM.
Place testing IMAP server (the one we're migrating from) IP / password info in
private/credentials.yml
and retrieve them from there.