Skip to content

Instantly share code, notes, and snippets.

View igormukhingmailcom's full-sized avatar
🇺🇦
Hardworking

Igor Mukhin igormukhingmailcom

🇺🇦
Hardworking
  • Odesa, Ukraine
  • 00:36 (UTC +02:00)
View GitHub Profile
# config/serializer/hateoas/AbstractSegmentedRepresentation.yml
Hateoas\Representation\AbstractSegmentedRepresentation:
exclusion_policy: ALL
expose: false
properties:
limit:
expose: true
groups: [ Default, Hateoas ]
total:
expose: true
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.