View 1-download-repos.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rabe@inspiron3847:~/devel/android$ mkdir twrp-8.1 | |
rabe@inspiron3847:~/devel/android$ cd twrp-8.1 | |
rabe@inspiron3847:~/devel/android/twrp-8.1$ repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1 | |
Get https://gerrit.googlesource.com/git-repo/clone.bundle | |
Get https://gerrit.googlesource.com/git-repo | |
Get git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git | |
remote: Counting objects: 2240, done. | |
remote: Total 2240 (delta 0), reused 0 (delta 0), pack-reused 2240 | |
Receiving objects: 100% (2240/2240), 713.42 KiB | 1.41 MiB/s, done. | |
Resolving deltas: 100% (953/953), done. |
View Playbook.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
vars: | |
env: "{{ env_devmgmt_name }}" | |
roles: | |
- aws/create |
View Playbook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
vars: | |
env: "{{ env_devmgmt_name }}" | |
roles: | |
- aws/create |
View gist:d69197cf15ab431f3ca229a1800ee1bd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"mgmt_ec_redis": { | |
"changed": true, | |
"elasticache": { | |
"data": { | |
"AutoMinorVersionUpgrade": true, | |
"CacheClusterCreateTime": 1477691226.244, | |
"CacheClusterId": "ciot-ec-mgmt-db-red", | |
"CacheClusterStatus": "available", | |
"CacheNodeType": "cache.m4.large", | |
"CacheNodes": [ |