Update Frey variables (#100)
Needed for future role updates and cleanup
This commit is contained in:
parent
3052090f72
commit
98009f87c1
|
@ -24,3 +24,8 @@ ansistrano_remove_rolled_back: no
|
|||
# fqdn
|
||||
fqdn: "{{ lookup('env', 'FREY_DOMAIN') }}"
|
||||
hostname: "{{ fqdn.split('.')[0] }}"
|
||||
|
||||
# nodejs
|
||||
nodejs_yarn: false
|
||||
nodejs_npm_global_packages:
|
||||
- name: yarn
|
||||
|
|
Loading…
Reference in New Issue