version: '0.10' services: - service: - name: test file: - owner_type: variable owner: owner group_type: variable group: group text: /etc/file - owner_type: variable owner: owner group_type: variable group: group engine: jinja2 text: /etc/file2 variables: - family: name: general variables: - variable: name: mode_conteneur_actif type: string description: Description value: - text: non - variable: name: owner type: unix_user value: - text: nobody - variable: name: group type: unix_user value: - text: nobody