- role defaults
- inventory file or script group vars
- inventory group_vars/all
- playbook group_vars/all
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCk81X6KLA+XkmEQTCsFPepyBAFcw1CHd/A5xgyni2PvkZe4IrunqYEpVnEmIkgPePTrWGBPuQrDXOViuNCCOaPr4V1KXF4LZGs3/gilEUkeVaMYxzUrcoKuTMZmCIQrQL1ZlfpRL7Bs1dSNP0bk1wsp/yVxFWjTaB1soktubWJf138APCVlnA+k5l5Z4yc0eYv0neBFZDeI113biYlHyXbBQxS+eIbXGjNZAW9bVJTEflPkGRJX4Wzbrd/ppcSkkNEo9cSMtRHqzR5c6rI+JPmstIGzfCezIgRJ//ZtAXp8R3HF2ZoCvXko+2cSA4rgH0bmfpKDAx7VtMlwGSKhZx9wnL9YcOTBS4rkCvSmIYmUvmQgSM7S+uETyUHMMB0UJGTGCvi6uP43qTAoZ7ZBBRRyTmQQrJVqv/g6/DTrjmWL6Z9c/qHIZdcQmo98fQDT64xyVAgH1Ts0w79JNMgwSvpGfmf4C6hcmkmtW3dTUDTwgAJeqhM5qbBj8Hds0JSvI3UokJ4AGL5nCuZ6qQq6Nox7T9vyNsqMVCDnLrIEZMGWtUds0H5i8Jj3CRPPS694Yo9L7vZX1tTY5KyU0WoFPOnN487vE59mItKbYb13OARAeq3+3gXKbuvrhuyY966C8jlbgvq4ZKmytva+SPYAWjBxGYPYI42yiWNf9nSrnXvyw== [email protected] |
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
| import kubernetes_py as kubernetes | |
| from powerline.theme import requires_segment_info | |
| _KUBE_SYMBOL = u'\U00002388 ' | |
| @requires_segment_info | |
| def context(pl, segment_info, show_cluster=False, show_namespace=True, show_user=False, | |
| alert_contexts=()): | |
| ''' |
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
| [OSEv3:children] | |
| masters | |
| nodes | |
| etcd | |
| glusterfs | |
| [OSEv3:vars] | |
| ansible_ssh_user=ec2-user | |
| ansible_become=true |
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
| [OSEv3:children] | |
| masters | |
| etcd | |
| nodes | |
| [OSEv3:vars] | |
| deployment_type=openshift-enterprise | |
| openshift_master_overwrite_named_certificates=true | |
| openshift_master_named_certificates=[{"certfile": "/etc/pki/ocp/openshift.crt", "keyfile": "/etc/pki/ocp/openshift.key", "cafile": "/etc/pki/ocp/ca.crt", "names": ["openshift.lab.dc1.example.com"]}] | |
| openshift_node_kubelet_args="{'kube-reserved': ['cpu=500m,memory=1000M'], 'system-reserved': ['cpu=500m,memory=1000M'], 'eviction-hard': ['memory.available<150Mi'], 'minimum-container-ttl-duration': ['15s'], 'maximum-dead-containers-per-container': ['2'], 'maximum-dead-containers': ['25'], 'pods-per-core': ['10'], 'max-pods': ['100'], 'image-gc-high-threshold': ['80'], 'image-gc-low-threshold': ['60']}" |
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
| #!/usr/bin/env python | |
| # coding: utf-8 | |
| import os | |
| import sys | |
| import json | |
| import uuid | |
| import tempfile | |
| from flask import Flask, request, Response, g |
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
| /* | |
| * File: main.c | |
| * Author: Guilherme Oki | |
| */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| /* | |
| * fator de carga = #chaves / #buckets f = m/n |