Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created March 29, 2021 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/d2d3f9747bcdbd9be3b8acc50dca48ca to your computer and use it in GitHub Desktop.
Save cmoulliard/d2d3f9747bcdbd9be3b8acc50dca48ca to your computer and use it in GitHub Desktop.
Password Store
├── README.md
├── apps
│   └── snowdrop-bot
│   ├── admin
│   │   └── default_password
│   └── db
│   ├── password
│   └── user
├── github.com
│   └── snowdrop-bot
│   └── token
├── gpg-keys
│   ├── amunozhe@redhat.com
│   ├── antcosta@redhat.com
│   ├── cmoullia@redhat.com
│   ├── geoand@gmail.com
│   ├── gtrikler@redhat.com
│   ├── iocanel@gmail.com
│   └── metacosm@gmail.com
├── hetzner
│   ├── apitoken
│   ├── ax51-nvme
│   │   ├── ansible_ssh_host
│   │   ├── ansible_user
│   │   ├── comment
│   │   ├── groups
│   │   │   └── masters
│   │   ├── k8s_console_url
│   │   ├── k8s_token
│   │   ├── kube_config
│   │   └── os_password
│   ├── console
│   │   └── K0224220518
│   ├── h01-116
│   │   ├── ansible_ssh_host
│   │   ├── ansible_ssh_port
│   │   ├── groups
│   │   │   ├── k8s_116
│   │   │   └── masters
│   │   ├── id_rsa
│   │   ├── id_rsa.pub
│   │   ├── k8s_dashboard_token_public
│   │   ├── k8s_dashboard_token_secret
│   │   ├── os_password
│   │   └── os_user
│   ├── h01-118
│   │   ├── ansible_ssh_host
│   │   ├── ansible_ssh_port
│   │   ├── groups
│   │   │   ├── k8s_118
│   │   │   └── masters
│   │   ├── id_rsa
│   │   ├── id_rsa.pub
│   │   ├── k8s_dashboard_token_public
│   │   ├── k8s_dashboard_token_secret
│   │   ├── os_password
│   │   └── os_user
│   ├── h01-118a
│   │   ├── ansible_ssh_host
│   │   ├── ansible_ssh_port
│   │   ├── groups
│   │   │   ├── k8s_118
│   │   │   └── masters
│   │   ├── id_rsa
│   │   ├── id_rsa.pub
│   │   ├── os_password
│   │   ├── os_user
│   │   └── ssh_port
│   ├── h02-116
│   │   ├── ansible_ssh_host
│   │   ├── ansible_ssh_port
│   │   ├── groups
│   │   │   ├── k8s_116
│   │   │   └── masters
│   │   ├── id_rsa
│   │   ├── id_rsa.pub
│   │   ├── k8s_dashboard_token_public
│   │   ├── k8s_dashboard_token_secret
│   │   ├── os_password
│   │   └── os_user
│   ├── id_rsa
│   ├── id_rsa.pub
│   ├── okd3-halkyon
│   │   ├── admin
│   │   │   └── password
│   │   ├── ansible_ssh_host
│   │   ├── id_rsa
│   │   └── id_rsa.pub
│   ├── openshift-accounts
│   │   ├── admin
│   │   │   └── password
│   │   ├── aure
│   │   │   └── password
│   │   ├── claprun
│   │   │   └── password
│   │   ├── cmoulliard
│   │   │   └── password
│   │   ├── dev
│   │   │   └── password
│   │   ├── gandrian
│   │   │   └── password
│   │   ├── gytis
│   │   │   └── password
│   │   ├── iocanel
│   │   │   └── password
│   │   └── nainaz
│   │   └── password
│   └── prod
├── openstack
│   ├── N311-prod
│   │   ├── host
│   │   ├── okd-console
│   │   ├── os_user
│   │   └── rsa_private_key
│   ├── host
│   │   ├── console_domain
│   │   ├── console_pw
│   │   ├── console_url
│   │   └── console_user
│   └── n311-test
│   ├── ansible_ssh_host
│   ├── ansible_ssh_port
│   ├── ansible_ssh_private_key_file
│   ├── id_rsa
│   ├── id_rsa.pub
│   ├── os_password
│   └── os_user
├── passwordstore-tree.png
├── rh
│   ├── aws-credentials
│   │   ├── access-key
│   │   ├── creds
│   │   ├── secret-key
│   │   └── username
│   ├── jira
│   │   ├── snowdrop-jirabot
│   │   └── snowdrop.test.user
│   ├── openshift-cluster-manager-api-token
│   ├── openshift-cluster-pull-secret
│   └── pnc
│   ├── pnc_bacon_prod
│   └── pnc_bacon_stage
├── snowdrop
│   └── associates
│   ├── github
│   └── jira
└── twitter
└── halkyonio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment