From c5c40b626228c538b73f736b173db48c15920817 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 22 Nov 2024 16:05:16 -0600 Subject: [PATCH] Another unneeded file. --- config-old.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 config-old.yml diff --git a/config-old.yml b/config-old.yml deleted file mode 100644 index 1e0d563..0000000 --- a/config-old.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# DO NOT USE — FOR HISTORIAL REFERENCE ONLY - -ipv4_subnet_prefix: "10.0.2" -active_internet_interface: "wlan0" -reverse_tunnel_enable: false -reverse_tunnel_vps_username: my-vps-username -reverse_tunnel_vps_hostname: my-vps-hostname - -storage_type: filesystem # options: 'filesystem', 'zfs' -storage_zfs_pool_name: zfsdata -#storage_nfs_dir: '{{ storage_zfs_pool_name }}' # Use this for 'zfs' -storage_nfs_dir: "srv" # Use this for 'filesystem' -storage_nfs_share_name: nfsshare - -drupal_image: drupal:9.3-apache -drupal_hash_salt: OTk4MTYzYWI4N2E2MGIxNjlmYmQ2MTA4 -drupal_trusted_host_patterns: '^.+$' -drupal_database_password: 'drupal' -drupal_base_web_path: '/var/www/html/sites/default/' -drupal_config_sync_directory: 'sites/default/files/config_OTk4MTYzY' -drupal_extra_settings_php: ''