Commit Graph

83 Commits

Author SHA1 Message Date
a26e9f2c60 Disable volume handing for now 2020-04-15 14:07:18 +02:00
feba80a79f Allow to specify user 2020-04-15 13:54:54 +02:00
a1ea62f555 Drop mode for now 2020-04-15 13:19:51 +02:00
3a5540df5f Use single filter for filters 2020-04-15 13:17:07 +02:00
46c86bdb0e Be more defensive 2020-04-15 13:01:07 +02:00
10d300628d Add filter plugins 2020-04-15 12:57:58 +02:00
da2b565cf3 If no mode, don't include it 2020-04-15 12:40:29 +02:00
1d34b3c678 Try to avoid creating if user states create=false 2020-04-15 12:22:00 +02:00
119dfabff4 Drop out of messy debug mode 2020-04-15 12:15:51 +02:00
a3987e3acb Shuffle order of vault loading 2020-04-15 12:04:53 +02:00
7496122f32 WIP more debugging of vars 2020-04-15 12:02:17 +02:00
dc1a032021 Don't use jinja with conditionals 2020-04-15 11:56:49 +02:00
a0ee2f060e Allow internal debugging 2020-04-15 11:55:38 +02:00
0430f8512a Account for modes in volumes 2020-04-15 11:24:47 +02:00
6638d1ab38 Drop post-deploy hooks before nginx.d tasks 2020-04-15 10:52:33 +02:00
ef1d24178a Drop pre-deploy hooks back before templating 2020-04-15 10:52:01 +02:00
22619ee4f9 Use type for volumes 2020-04-14 15:51:39 +02:00
eeada7a2a0 Fix volume creation through new config 2020-04-14 15:39:43 +02:00
5cdb6bbf53 Fix templates root 2020-04-14 15:25:48 +02:00
d0f78cd37d Bad idea since things are getting leaked 2020-04-14 15:23:03 +02:00
db69b43535 Forgot to default out the vault vars 2020-04-14 15:18:41 +02:00
c936d635de Use machine host 2020-04-14 15:10:30 +02:00
f8e0e01afd Attempt a new variables arrangement strategy 2020-04-14 15:06:37 +02:00
48a7781423 WIP breaking change to show vars 2020-04-14 14:54:38 +02:00
7144951661 Debug vars once more 2020-04-14 14:52:12 +02:00
076334ae23 Drop register and use vars only
Ansible strikes again
- https://github.com/ansible/ansible/issues/21088
- https://github.com/ansible/ansible/issues/36024
2020-04-14 14:36:20 +02:00
995f06d055 Use named inclusion 2020-04-14 14:30:50 +02:00
3ffa51b00e Revert "Try import_vars"
This reverts commit c5ad341f31.

"import_vars" doesnt exist.
2020-04-14 14:29:37 +02:00
c5ad341f31 Try import_vars 2020-04-14 14:24:29 +02:00
ff3ecb1855 Stagger creation of dictionaries 2020-04-14 14:18:37 +02:00
8bfff645e8 Try to use the register trick here too 2020-04-14 14:09:22 +02:00
ae7740fce4 Access under hostvars 2020-04-14 14:00:14 +02:00
313b18faf3 Add vars debug too 2020-04-14 13:58:46 +02:00
914243fd83 Using sub-key already 2020-04-14 13:57:44 +02:00
dea210e653 Implement standard debugging technique 2020-04-14 13:53:32 +02:00
651c2a2888 WIP config vars debugging 2020-04-14 13:50:01 +02:00
28bb95e149 Remove name since it went away 2020-04-14 13:47:26 +02:00
5e9cc84e8b Move to dictionary vars strategy 2020-04-14 13:44:09 +02:00
618ae495b2 WIP debugging config vars 2020-04-14 13:24:53 +02:00
b6fc6f2e02 Don't log passwords 2020-04-14 13:22:38 +02:00
98f0e90545 Stop debugging and get var access right 2020-04-14 13:21:14 +02:00
2fc1bd49b7 WIP debugging the vault loading 2020-04-14 13:20:01 +02:00
ed93cb7df2 Load vault vars into vault dict 2020-04-14 13:14:09 +02:00
22e15e4b50 Adapt to more scoped config 2020-04-14 13:02:16 +02:00
ddaa516e38 Add hooks 2020-04-14 12:34:09 +02:00
52f4b906b0 Use basename to get the file 2020-04-14 11:42:29 +02:00
6a23c42a7e Allow to pass nginx.d files 2020-04-14 11:35:45 +02:00
c099827d88 Group plays to hooks 2020-04-14 11:30:40 +02:00
0079925738 Use defined syntax and make sure to create directories 2020-04-14 11:23:30 +02:00
7c3802fa2c Only run if {{ db }} is defined 2020-04-14 11:16:06 +02:00