Diego Morales
Diego Morales
We've been using an "environments" role for distributing variables that are: - Specific to our environments - Vary with the environment/DC (such as datacenter and env names, infrastructure APIs endpoints,...
Starting from the official docs: ``` ## Variables and Vaults *From the [official docs](https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html#variables-and-vaults).* ``` But maybe add an example.
We usually instruct for the user to create a private repo, but the README instructs the user to choose freely between public/private. I believe that candidates being able to search...
### What steps did you take and what happened? 1. Apply this Pod manifest to a cluster managed by cluster API ```yaml apiVersion: v1 kind: Pod metadata: name: test-wait-completed labels:...