diff options
author | binary <me@rgoncalves.se> | 2020-11-08 20:56:48 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-08 20:56:48 +0100 |
commit | 0490ca78425993c4ab61ec2f8d6d428bc3843b2c (patch) | |
tree | b2aeb8e5a8e085e5ab20c15751e60fe426d4fc7f /roles/setup_syncthing/vars | |
parent | e15d9acbd07c1ecb6e6c6b24f547b60f7d92ebaf (diff) | |
download | infrastructure-0490ca78425993c4ab61ec2f8d6d428bc3843b2c.tar.gz |
Remove deprecated roles
Diffstat (limited to 'roles/setup_syncthing/vars')
-rw-r--r-- | roles/setup_syncthing/vars/main.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/roles/setup_syncthing/vars/main.yml b/roles/setup_syncthing/vars/main.yml deleted file mode 100644 index 20c6d26..0000000 --- a/roles/setup_syncthing/vars/main.yml +++ /dev/null @@ -1,32 +0,0 @@ - -# =========================================================================== # -# __ __ _ -# _ ______ ___________ _______ ______ _____/ /_/ /_ (_)___ ____ _ -# | | / / __ `/ ___/ ___/ / ___/ / / / __ \/ ___/ __/ __ \/ / __ \/ __ `/ -# | |/ / /_/ / / (__ ) (__ ) /_/ / / / / /__/ /_/ / / / / / / / /_/ / -# |___/\__,_/_/ /____(_) /____/\__, /_/ /_/\___/\__/_/ /_/_/_/ /_/\__, / -# /____/ /____/ -# -# =========================================================================== # - ---- -syncthing_user: syncthing -syncthing_user_comment: handles syncthing service -syncthing_group: syncthing -syncthing_daemon_unit: syncthing - -syncthing_os: linux -syncthing_version: v1.8.0 -syncthing_architecture: arm -syncthing_download_url: https://github.com/syncthing/syncthing/releases/download - -syncthing_download_directory: /tmp -syncthing_bin_directory: /opt/syncthing -syncthing_files_directory: /srv/sync -syncthing_config_directory: "/home/{{ syncthing_user }}/.config/syncthing" - -syncthing_b_nat: "false" -syncthing_b_relays: "false" -syncthing_b_start_browser: "false" -syncthing_b_crash_reporting: "false" -syncthing_b_global_announcements: "false" |