This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Collections; | |
use Doctrine\Common\Collections\ArrayCollection; | |
use Symfony\Component\PropertyAccess\PropertyAccess; | |
class ExtendedArrayCollection extends ArrayCollection | |
{ | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# playbook log.yml | |
--- | |
- name: LOG Provisioning | |
hosts: log | |
gather_facts: false | |
roles: | |
- { role: cloudscale/run, tags: cloudscale } | |
- { role: common/common, tags: common } | |