Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save josephsindel/31be1d6ffb7cd4b2a3a6a53f77749230 to your computer and use it in GitHub Desktop.
Save josephsindel/31be1d6ffb7cd4b2a3a6a53f77749230 to your computer and use it in GitHub Desktop.
joesindel at joes-MBP in ~/Documents/repos/ringdna/packer on master [!]
$ tree
.
├── Jenkinsfile
├── README.md
├── ubuntu-api
│   ├── scripts
│   │   ├── api-envvars.sh
│   │   ├── api.service
│   │   ├── application.conf.tmpl
│   │   ├── iscron.sh
│   │   └── ubuntu-api.sh
│   └── ubuntu-api.json
├── ubuntu-app
│   ├── scripts
│   │   ├── docker-play.service
│   │   ├── iscron.sh
│   │   ├── newrelic.yml.tmpl
│   │   ├── nr_env.sh
│   │   ├── play.service
│   │   └── ubuntu-app.sh
│   └── ubuntu-app.json
├── ubuntu-base
│   ├── scripts
│   │   ├── chrony.sh
│   │   ├── docker.sh
│   │   ├── misc.sh
│   │   ├── netdata.sh
│   │   ├── packages.sh
│   │   ├── postfix.sh
│   │   ├── sources.json
│   │   ├── ssh.sh
│   │   ├── sumo.sh
│   │   ├── sysctl.sh
│   │   └── update.sh
│   └── ubuntu-base.json
├── ubuntu-docker-play
│   ├── scripts
│   │   ├── docker-play.service
│   │   └── ubuntu-docker-play.sh
│   └── ubuntu-docker-play.json
├── ubuntu-jenkins
│   ├── scripts
│   │   ├── security.groovy
│   │   └── ubuntu-jenkins.sh
│   └── ubuntu-jenkins.json
├── ubuntu-media
│   ├── scripts
│   │   ├── generate-nginx-conf.sh
│   │   ├── media-tags.sh
│   │   ├── targetgroup-instance-ips.sh
│   │   ├── ubuntu-media.sh
│   │   └── write-nginx-conf.sh
│   └── ubuntu-media.json
├── ubuntu-metabase
│   ├── scripts
│   │   ├── mb-envvars.sh
│   │   ├── metabase.service
│   │   ├── metabase.tmpl
│   │   └── ubuntu-metabase.sh
│   └── ubuntu-metabase.json
├── ubuntu-metabase302
│   ├── scripts
│   │   ├── mb-envvars.sh
│   │   ├── metabase.service
│   │   ├── metabase.tmpl
│   │   └── ubuntu-metabase.sh
│   └── ubuntu-metabase3.json
├── ubuntu-metabase303
│   ├── scripts
│   │   ├── mb-envvars.sh
│   │   ├── metabase.service
│   │   ├── metabase.tmpl
│   │   └── ubuntu-metabase.sh
│   └── ubuntu-metabase3.json
├── ubuntu-metabase311
│   ├── scripts
│   │   ├── mb-envvars.sh
│   │   ├── metabase.service
│   │   ├── metabase.tmpl
│   │   └── ubuntu-metabase.sh
│   └── ubuntu-metabase311.json
├── ubuntu-metabase327
│   ├── scripts
│   │   ├── mb-envvars.sh
│   │   ├── metabase.service
│   │   ├── metabase.tmpl
│   │   └── ubuntu-metabase.sh
│   └── ubuntu-metabase327.json
├── ubuntu-metabase328
│   ├── scripts
│   │   ├── mb-envvars.sh
│   │   ├── metabase.service
│   │   ├── metabase.tmpl
│   │   ├── newrelic.yml.tmpl
│   │   ├── nr_env.sh
│   │   └── ubuntu-metabase.sh
│   └── ubuntu-metabase328.json
├── ubuntu-ml
│   ├── scripts
│   │   ├── jupyter.service
│   │   ├── jupyter_notebook_config.py
│   │   └── ubuntu-ml.sh
│   └── ubuntu-ml.json
└── ubuntu-play
├── scripts
│   └── ubuntu-app.sh
└── ubuntu-app.json
28 directories, 77 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment