LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
examples/aws-kubernetes/.opsconfig.yaml
examples/aws-kubernetes/README.md
examples/aws-kubernetes/update.sh
examples/aws-kubernetes/clusters/my-kubernetes-cluster.yaml
examples/aws-kubernetes/clusters/kubeconfigs/README.md
examples/aws-kubernetes/compositions/generic/aws-eks/backends.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/common_variables.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/configure-local-kubectl.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/eks-cluster-autoscaler.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/eks-cluster.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/eks-worker-nodes-auth-configmap.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/eks-worker-nodes.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/outputs.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/providers.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/variables.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/vpc.tf.jinja2
examples/aws-kubernetes/compositions/generic/aws-eks/scripts/fileexist.sh
examples/aws-kubernetes/compositions/generic/common/backends.tf.jinja2
examples/aws-kubernetes/compositions/generic/common/common_variables.tf.jinja2
examples/aws-kubernetes/compositions/generic/common/providers.tf.jinja2
examples/aws-kubernetes/compositions/generic/helm/backends.tf.jinja2
examples/aws-kubernetes/compositions/generic/helm/cluster-autoscaler.tf
examples/aws-kubernetes/compositions/generic/helm/common_variables.tf.jinja2
examples/aws-kubernetes/compositions/generic/helm/dashboard.tf
examples/aws-kubernetes/compositions/generic/helm/kube-state-metrics.tf
examples/aws-kubernetes/compositions/generic/helm/kube2iam.tf
examples/aws-kubernetes/compositions/generic/helm/provider_helm.tf.jinja2
examples/aws-kubernetes/compositions/generic/helm/providers.tf.jinja2
examples/aws-kubernetes/compositions/generic/helm/variables.tf.jinja2
examples/aws-kubernetes/compositions/generic/helm-init/backends.tf.jinja2
examples/aws-kubernetes/compositions/generic/helm-init/helm-init.tf.jinja2
examples/cassandra-stress/.opsconfig.yaml
examples/cassandra-stress/README.md
examples/cassandra-stress/ansible.cfg
examples/cassandra-stress/cluster1.yaml
examples/cassandra-stress/cluster2.yaml
examples/cassandra-stress/ansible/install_stress_tool.yaml
examples/cassandra-stress/ansible/setup.yaml
examples/cassandra-stress/ansible/setup12.yaml
examples/cassandra-stress/ansible/templates/cassandra-env.sh
examples/cassandra-stress/ansible/templates/cassandra_defaults.yaml
examples/cassandra-stress/ansible/templates/cassandra_defaults_12.yaml
examples/cassandra-stress/ansible/templates/stress.yaml
examples/cassandra-stress/terraform/user_data
examples/cassandra-stress/terraform/main/main.tf.jinja2
examples/cassandra-stress/terraform/main/variables.tf.jinja2
examples/cassandra-stress/terraform/modules/macros.tf.jinja2
examples/cassandra-stress/terraform/modules/cassandra/main.tf.jinja2
examples/cassandra-stress/terraform/modules/shared_iam/default_policy.json
examples/cassandra-stress/terraform/modules/vpc/main.tf.jinja2
examples/features/ansible-vault/README.md
examples/features/ansible-vault/password_dev.txt
examples/features/ansible-vault/password_prod.txt
examples/features/ansible-vault/cluster/dev/dev.yaml
examples/features/ansible-vault/cluster/prod/prod.yaml
examples/features/ansible-vault/inventory/hosts
examples/features/ansible-vault/playbook/example.yaml
examples/features/ansible-vault/vault/vault_dev.yaml
examples/features/ansible-vault/vault/vault_prod.yaml
examples/features/inventory/.opsconfig.yaml
examples/features/inventory/README.md
examples/features/inventory/my-aws-cluster.yaml
examples/features/inventory/my-azure-cluster.yaml
examples/features/inventory/local_inventory/hosts
examples/features/packer/README.md
examples/features/packer/clusters/ubuntu.yaml
examples/features/packer/packer/ubuntu.json
examples/features/terraform-and-ansible/.gitignore
examples/features/terraform-and-ansible/README.md
examples/features/terraform-and-ansible/ansible/ansible.cfg
examples/features/terraform-and-ansible/ansible/playbooks/site.yaml
examples/features/terraform-and-ansible/ansible/roles/common/tasks/main.yaml
examples/features/terraform-and-ansible/ansible/roles/db/tasks/main.yaml
examples/features/terraform-and-ansible/ansible/roles/web/tasks/main.yaml
examples/features/terraform-and-ansible/ansible/tasks/copy-key.yaml
examples/features/terraform-and-ansible/clusters/example.yaml
examples/features/terraform-and-ansible/terraform/user_data
examples/features/terraform-and-ansible/terraform/main/main.tf.jinja2
examples/features/terraform-and-ansible/terraform/main/shared_variables.tf
examples/features/terraform-and-ansible/terraform/modules/macros.tf.jinja2
examples/features/terraform-and-ansible/terraform/modules/db/instance.tf.jinja2
examples/features/terraform-and-ansible/terraform/modules/db/main.tf.jinja2
examples/features/terraform-and-ansible/terraform/modules/shared_iam/default_policy.json
examples/features/terraform-and-ansible/terraform/modules/vpc/main.tf.jinja2
examples/features/terraform-and-ansible/terraform/modules/web/elb.tf.jinja2
examples/features/terraform-and-ansible/terraform/modules/web/instance.tf.jinja2
examples/features/terraform-and-ansible/terraform/modules/web/main.tf.jinja2
examples/features/terraform-hierarchical/.opsconfig.yaml
examples/features/terraform-hierarchical/README.md
examples/features/terraform-hierarchical/compositions/terraform/cluster/main.tf
examples/features/terraform-hierarchical/compositions/terraform/network/main.tf
examples/features/terraform-hierarchical/config/env=dev/default.yaml
examples/features/terraform-hierarchical/config/env=dev/cluster=cluster1/conf.yaml
examples/features/terraform-hierarchical/config/env=dev/cluster=cluster1/composition=cluster/conf.yaml
examples/features/terraform-hierarchical/config/env=dev/cluster=cluster1/composition=network/conf.yaml
examples/features/terraform-hierarchical/config/env=dev/cluster=cluster2/conf.yaml
examples/features/terraform-hierarchical/config/env=dev/cluster=cluster2/composition=cluster/conf.yaml
examples/features/terraform-hierarchical/config/env=dev/cluster=cluster2/composition=network/conf.yaml
examples/features/terraform-hierarchical/modules/cluster/main.tf
examples/features/terraform-hierarchical/modules/network/main.tf
src/ops/__init__.py
src/ops/git_utils.py
src/ops/main.py
src/ops/opsconfig.py
src/ops/simpleconsul.py
src/ops/simplessm.py
src/ops/simplevault.py
src/ops/ansible/__init__.py
src/ops/ansible/callback_plugins/__init__.py
src/ops/ansible/filter_plugins/__init__.py
src/ops/ansible/filter_plugins/commonfilters.py
src/ops/ansible/vars_plugins/__init__.py
src/ops/ansible/vars_plugins/clusterconfig.py
src/ops/ansible/vars_plugins/opsconfig.py
src/ops/cli/__init__.py
src/ops/cli/aws.py
src/ops/cli/config.py
src/ops/cli/config_generator.py
src/ops/cli/helmfile.py
src/ops/cli/inventory.py
src/ops/cli/packer.py
src/ops/cli/parser.py
src/ops/cli/playbook.py
src/ops/cli/run.py
src/ops/cli/ssh.py
src/ops/cli/sync.py
src/ops/cli/terraform.py
src/ops/data/ansible/ansible.cfg
src/ops/data/ansible/tasks/deploy_prometheus_alert_rules.yml
src/ops/data/ansible/tasks/install_rpm.yml
src/ops/data/ansible/tasks/remove_prometheus_alert_rules.yml
src/ops/data/ssh/ssh.config
src/ops/data/ssh/ssh.scb.proxy.config.tpl
src/ops/data/ssh/ssh.tunnel.config
src/ops/data/terraform/terraformrc
src/ops/hierarchical/__init__.py
src/ops/hierarchical/composition_config_generator.py
src/ops/inventory/SKMS.py
src/ops/inventory/__init__.py
src/ops/inventory/azurerm.py
src/ops/inventory/caching.py
src/ops/inventory/ec2inventory.py
src/ops/inventory/generator.py
src/ops/inventory/sshconfig.py
src/ops/inventory/plugin/__init__.py
src/ops/inventory/plugin/azr.py
src/ops/inventory/plugin/cns.py
src/ops/inventory/plugin/ec2.py
src/ops/inventory/plugin/legacy_pcs.py
src/ops/inventory/plugin/skms.py
src/ops/jinja/__init__.py
src/ops/terraform/__init__.py
src/ops/terraform/terraform_cmd_generator.py
src/ops_cli.egg-info/PKG-INFO
src/ops_cli.egg-info/SOURCES.txt
src/ops_cli.egg-info/dependency_links.txt
src/ops_cli.egg-info/entry_points.txt
src/ops_cli.egg-info/requires.txt
src/ops_cli.egg-info/top_level.txt