Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 588 Bytes

FAQ.adoc

File metadata and controls

26 lines (15 loc) · 588 Bytes

Main

Deployment Stages

  1. Can I bypass one or more stages

  2. Yes, main.yml tags each stage, use --skip-tags

  3. Where should I store credentails

  4. Never inside the repo. A common pattern is to store them in the home directoy of the user who executes ansible-playbook. For example ~/.ssh for ssh keys, ~/.aws/credentials for AWS etc.

Cloud Providers

  1. Can I bypass Stage 1 Cloud Providers completely?

  2. Yes. See configs/linklight/README for an example and use --skip-tags=deploy_infrastructure

AWS Questions

  1. Can I use AWS Profiles A.