Skip to content

Instantly share code, notes, and snippets.

View gigawhat's full-sized avatar

Josh Keife gigawhat

View GitHub Profile
@gigawhat
gigawhat / roles.json
Created September 13, 2021 19:12
Couchbase roles
[
{
"role": "admin",
"name": "Full Admin",
"desc": "Can manage all cluster features (including security). This user can access the web console. This user can read and write all data.",
"ce": true
},
{
"role": "ro_admin",
"name": "Read-Only Admin",
### Keybase proof
I hereby claim:
* I am gigawhat on github.
* I am gigawhat (https://keybase.io/gigawhat) on keybase.
* I have a public key ASDBv4Dd3yMYSnZkuJDp6w5hbe2x_HuVQCmR-l4XOmI_Ego
To claim this, I am signing this object:
---
- name: create zone files
template:
src: zone.j2
dest: "{{ zone_root }}/external/{{ item.key}}.zone"
owner: root
group: root
backup: true
loop: "{{ zones | dict2items }}"
@gigawhat
gigawhat / site.yaml
Created June 7, 2019 14:24
home-k8s-cluster-prep
---
- name: prepare
hosts: all
tasks:
- name: install docker
apt:
name: docker.io
state: present
cache_valid_time: 300