James Read
2020-02-25 eab74b8200fd7af0e496ec3a472c3d7e1a9dbe53
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
:toc2:
 
== FAQ
 
=== Deployment Stages
 
==== Can I bypass one or more stages?
Yes, `main.yml` tags each stage, use `--skip-tags`
 
==== Where should I store credentails?
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
 
==== Can I bypass Stage 1 Cloud Providers completely?
Yes. See `configs/linklight/README` for an example and use `--skip-tags=deploy_infrastructure`
 
=== AWS Questions
 
==== Can I use AWS Profiles?
 
Maybe...