This file contains hidden or 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
| "Repositories": { | |
| "changed": true, | |
| "msg": "All items completed", | |
| "results": [ | |
| { | |
| "_ansible_item_result": true, | |
| "_ansible_no_log": false, | |
| "_ansible_parsed": true, | |
| "after": "2bebc339d977194c9029310a3f1f49dac2ea61ee", | |
| "before": "2bebc339d977194c9029310a3f1f49dac2ea61ee", |
This file contains hidden or 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
| services: | |
| default: | |
| template: default | |
| file_name: default.conf | |
| cadvisor: | |
| template: ssl | |
| log: [] | |
| location: | |
| - name: "/" |
This file contains hidden or 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
| crontabs: "test" |
This file contains hidden or 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
| version: 0.1 | |
| log: | |
| fields: | |
| service: registry | |
| storage: | |
| cache: | |
| blobdescriptor: inmemory | |
| filesystem: | |
| rootdirectory: /var/lib/registry | |
| delete: |
This file contains hidden or 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
| [development] | |
| 10.160.143.3 | |
| [production] | |
| 10.160.143.3 |
This file contains hidden or 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
| if(isset($postContent["body"])) { | |
| $postContent["body"] = $this->sanitizeCSS($postContent["body"]); | |
| } | |
| switch( strtolower( $action )){ | |
| case 'publish': | |
| try{ | |
| $post = $objXMLRPClientWordPress->uploadPost( $postContent ); | |
| $dossier->ExternalId = $post['postid']; |
This file contains hidden or 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
| 'doctrine-hydrator' => array( | |
| 'product' => array( | |
| 'entity_class' => 'doctrine.entity', | |
| 'object_manager' => 'doctrine.entitymanager.orm_default', | |
| 'by_value' => true, | |
| 'hydrator' => 'Zend\\Stdlib\\Hydrator\\ArraySerializable', | |
| 'strategies' => array( | |
| 'category' => 'Application\Hydrator\EmbeddedEntityStrategy', | |
| ) | |
| ), |
This file contains hidden or 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
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: ci-jenkins | |
| labels: | |
| name: ci-jenkins | |
| spec: | |
| # if your cluster supports it, uncomment the following to automatically create | |
| # an external load-balanced IP for the frontend service. | |
| #type: LoadBalancer |
This file contains hidden or 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
| apiVersion: v1 | |
| kind: ReplicationController | |
| metadata: | |
| name: nginx-frontend | |
| labels: | |
| name: nginx-frontend | |
| spec: | |
| replicas: 1 | |
| selector: | |
| name: nginx-frontend |
This file contains hidden or 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
| angular.module('elephone.data.countriesList', []).value('countriesList', [ | |
| {lang: "it-IT", code: 'IT', name: 'ITALY', phoneCode: '+39', host: "elephone.it"}, | |
| {lang: "fr-FR", code: 'FR', name: 'FRANCE', phoneCode: '+33', host: "elephone.fr"}, | |
| { | |
| lang: "nl-NL", | |
| code: 'NL', | |
| name: 'NETHERLANDS', | |
| phoneCode: '+31', | |
| host: "elephone.nl", | |
| phoneNumberFormats: [ |
NewerOlder