mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Express saving of remoteit_license_key to /etc/remoteit/registration
This commit is contained in:
parent
97e82e44e5
commit
1dd525dfe4
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
- name: Copy OPTIONAL remoteit_license_key, e.g. from /etc/iiab/local_vars.yml to /etc/remoteit/registration, if remoteit_enabled and remoteit_license_key is defined
|
||||
- name: Copy OPTIONAL remoteit_license_key, e.g. from /etc/iiab/local_vars.yml to /etc/remoteit/registration, if remoteit_license_key is defined
|
||||
# shell: echo {{ remoteit_license_key }} > /etc/remoteit/registration
|
||||
template:
|
||||
src: registration.j2
|
||||
dest: /etc/remoteit/registration
|
||||
when: remoteit_license_key is defined
|
||||
|
||||
- name: Redact OPTIONAL remoteit_license_key from /etc/iiab/local_vars.yml, if remoteit_enabled and remoteit_license_key is defined
|
||||
- name: Redact OPTIONAL remoteit_license_key from /etc/iiab/local_vars.yml, if remoteit_license_key is defined
|
||||
# shell: sed -i '/^remoteit_license_key:/d' {{ iiab_local_vars_file }}
|
||||
lineinfile:
|
||||
path: "{{ iiab_local_vars_file }}"
|
||||
|
|
Loading…
Reference in a new issue