diff --git a/host_vars/scaleway_fr.yml b/host_vars/scaleway_fr.yml index 0b11115..965156f 100644 --- a/host_vars/scaleway_fr.yml +++ b/host_vars/scaleway_fr.yml @@ -274,36 +274,36 @@ dockerapp_compose: # Helps eliminate repetition of sections # More Info on how to use this: https://github.com/htpcBeginner/docker-traefik/pull/228 - # Common environment values - x-environment: &default-tz-puid-pgid - TZ: Europe/Paris - PUID: 1000 - PGID: 1000 + # # Common environment values + # x-environment: &default-tz-puid-pgid + # TZ: Europe/Paris + # PUID: 1000 + # PGID: 1000 - # Proxy Network and Security - x-network-and-security: &network-and-security - networks: - - t2_proxy - security_opt: - - no-new-privileges:true + # # Proxy Network and Security + # x-network-and-security: &network-and-security + # networks: + # - t2_proxy + # security_opt: + # - no-new-privileges:true - # Keys common to some of the services in basic-services.txt - x-common-keys-core: &common-keys-core - <<: *network-and-security - restart: always - # profiles: - # - basic + # # Keys common to some of the services in basic-services.txt + # x-common-keys-core: &common-keys-core + # <<: *network-and-security + # restart: always + # # profiles: + # # - basic - # Keys common to some of the dependent services/apps - x-common-keys-apps: &common-keys-apps - <<: *network-and-security - restart: unless-stopped - # profiles: - # - apps + # # Keys common to some of the dependent services/apps + # x-common-keys-apps: &common-keys-apps + # <<: *network-and-security + # restart: unless-stopped + # # profiles: + # # - apps - # Keys common to some of the services in media-services.txt - x-common-keys-media: &common-keys-media - <<: *network-and-security - restart: "no" - # profiles: - # - media \ No newline at end of file + # # Keys common to some of the services in media-services.txt + # x-common-keys-media: &common-keys-media + # <<: *network-and-security + # restart: "no" + # # profiles: + # # - media \ No newline at end of file diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 1e2d9a8..a293c66 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -1,2 +1,2 @@ # {{ ansible_managed }} -{{ dockerapp_compose | to_nice_yaml(indent=2) }} \ No newline at end of file +{{ dockerapp_compose | to_nice_yaml(indent=3) }} \ No newline at end of file