Extracted general vars into separate file

This commit is contained in:
Jim Martens 2020-01-04 10:05:05 +01:00
parent 989398b413
commit ba24ffc08d
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- name: Set up Collabora Online
hosts: vps
vars_files:
- general_vars.yml
- collabora_vars.yml
remote_user: "{{ ssh_user }}"
become: yes

3
general_vars.yml.example Normal file
View File

@ -0,0 +1,3 @@
---
admin_mail: admin@example.com
ssh_user: ssh_login