unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/ethereum-provisioning/roles/prepare-environment
138
[ "no_license" ]
[ { "path": "provisioning/ethereum-provisioning/roles/prepare-environment/tasks/main.yml", "content": "- import_tasks: prepare-environment.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "provisioning/ethereum-provisioning/roles/prepare-environm...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4516, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/ethereum-provisioning/roles/prepare-start-nodes
138
[ "no_license" ]
[ { "path": "provisioning/ethereum-provisioning/roles/prepare-start-nodes/tasks/prepare-start-nodes.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Replace last comma in enodes.json\n loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4660, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/ethereum-provisioning/roles/registervars
138
[ "no_license" ]
[ { "path": "provisioning/ethereum-provisioning/roles/registervars/tasks/register-various-vars.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Register home directory\n shell: \"echo $HOM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 984, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/ethereum-provisioning/roles/setup_contracts
138
[ "no_license" ]
[ { "path": "provisioning/ethereum-provisioning/roles/setup_contracts/tasks/main.yml", "content": "- import_tasks: setup_contracts.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 36, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/benchmarking-client
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/benchmarking-client/tasks/main.yml", "content": "- import_tasks: run-benchmarking-client.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "provisioning/fabric-provisioning/roles/benchmarking-cl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4565, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/blockchain-explorer
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/blockchain-explorer/tasks/main.yml", "content": "- import_tasks: build-blockchain-explorer.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "provisioning/fabric-provisioning/roles/blockchain-ex...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3858, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/build-java-chaincode
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/build-java-chaincode/tasks/build-chaincode-images.yaml", "content": "# Java-Chaincode is only supported with Hyperledger Fabric version 1.3 and newer versions\n- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2632, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/ca
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/ca/tasks/main.yml", "content": "- name: Pull CA docker image\n docker_image:\n name: \"hyperledger/fabric-ca:{{ CA_IMAGE_TAG }}\"\n tag: \"fabric-ca\"\n tags:\n - bm-set\n- import_tasks: provide-ca.yaml\n", "license_type": "no_license", "det...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2658, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/caliper
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/caliper/tasks/caliper.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Clone Caliper repository\n git:\n repo: \"https://github.com/h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2085, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/caliper-run
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/caliper-run/tasks/main.yml", "content": "- import_tasks: caliper-run.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "provisioning/fabric-provisioning/roles/caliper-run/tasks/caliper-run.yaml"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1679, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/caliper-run-zookeeper
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/caliper-run-zookeeper/tasks/main.yml", "content": "- import_tasks: caliper-run-zookeeper.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "provisioning/fabric-provisioning/roles/caliper-run-zoo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 293, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/common
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/common/tasks/setup-portainer.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get container status\n shell: docker inspect --format={{ '...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 13472, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/copyenv
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/copyenv/tasks/copy-relevant-directories.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get stats for MAIN_CONFIG_PATH\n stat: path=\"{...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2918, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/couchdb
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/couchdb/tasks/main.yml", "content": "- name: Pull CouchDB image\n docker_image:\n name: \"hyperledger/fabric-couchdb:{{ THIRDPARTY }}\"\n tag: \"fabric-couchdb\"\n tags:\n - bm-set\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/createcalipercc
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/createcalipercc/tasks/main.yml", "content": "- import_tasks: install-chaincode.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 39, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/deletecc
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/deletecc/tasks/main.yml", "content": "- import_tasks: remove-chaincode-containers.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 49, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/fetchlogs
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/fetchlogs/tasks/main.yml", "content": "- name: \"Archive logs from CENTRAL_LOG_PATH: {{ CENTRAL_LOG_PATH }}\"\n archive:\n path: \"{{ CENTRAL_LOG_PATH }}\"\n dest: \"{{ CENTRAL_LOG_PATH }}.zip\"\n format: zip\n- name: \"Fetch logs from remote\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/init
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/init/tasks/init.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Register lsb release\n command: lsb_release -cs\n register: lsb_releas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2048, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/kafka
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/kafka/tasks/main.yml", "content": "- name: Pull Kafka image\n docker_image:\n name: \"hyperledger/fabric-kafka:{{ THIRDPARTY }}\"\n tag: \"fabric-kafka\"\n tags:\n - bm-set\n- import_tasks: provide-kafka.yaml\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2091, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/orderer
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/orderer/tasks/inner-orderer.yml", "content": "- name: Create Orderer configuration file\n template:\n src: \"{{ MAIN_CONFIG_PATH }}/orderer.j2\"\n dest: >-\n {{ MAIN_CONFIG_PATH }}/orderer_configs/orderer{{ my_idx }}.{{ item.domain\n }}.yaml...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2335, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/peer
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/peer/tasks/main.yml", "content": "- name: Pull peer image\n docker_image:\n name: \"hyperledger/fabric-peer:{{ IMAGE_TAG }}\"\n tag: \"fabric-peer\"\n tags:\n - bm-set\n- import_tasks: provide-peer.yaml\n", "license_type": "no_license", "det...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5568, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/peer-clean-after
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/peer-clean-after/tasks/main.yml", "content": "- name: Remove IP counter file\n file:\n path: /tmp/peerccip.txt\n state: absent\n throttle: 1\n tags:\n - bm-set\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/postprovision
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/postprovision/tasks/main.yml", "content": "- import_tasks: provide-internals.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "provisioning/fabric-provisioning/roles/postprovision/tasks/inner-u...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10988, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/prepareenv
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/prepareenv/tasks/create-local-files.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Create crypto-config.yaml\n template:\n src: \"{...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5056, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/recreatecc
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/recreatecc/tasks/main.yml", "content": "- import_tasks: install-chaincode.yaml\n- name: Debug message\n debug:\n msg: \"It is recommended to restart the Blockchain-Explorer container(s) (if used) after a re-instantiation of Chaincode\"\n", "license_t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3876, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/registervars
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/registervars/tasks/register-various-vars.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get all peer organizations in the directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1461, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/setup-telegraf
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/setup-telegraf/tasks/main.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Register container id\n shell: docker exec -i {% if hostset==\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2554, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/statistics
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/statistics/tasks/gather-peer-stats.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Check if Hyperledger Fabric version is greater than 1...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/statsd
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/statsd/tasks/main.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Check if Hyperledger Fabric version is greater than 1.3\n fail: msg=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2001, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/tools-cli
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/tools-cli/tasks/main.yml", "content": "- name: Pull tools (cli) image\n docker_image:\n name: \"hyperledger/fabric-tools:{{ IMAGE_TAG }}\"\n tag: \"fabric-tools\"\n tags:\n - bm-set\n- import_tasks: provide-cli.yaml\n", "license_type": "no_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1796, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/fabric-provisioning/roles/zookeeper
138
[ "no_license" ]
[ { "path": "provisioning/fabric-provisioning/roles/zookeeper/tasks/main.yml", "content": "- name: Pull ZooKeeper image\n docker_image:\n name: \"hyperledger/fabric-zookeeper:{{ THIRDPARTY }}\"\n tag: \"fabric-zookeeper\"\n tags:\n - bm-set\n- import_tasks: provide-zookeeper.yaml\n", "license_typ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2518, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/common
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/common/tasks/buildcontainer.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Restart Docker daemon\n systemd:\n state: restarted\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2547, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/copy-configuration-directory
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/copy-configuration-directory/tasks/main.yml", "content": "- import_tasks: copy-configuration-directory.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "provisioning/graphene-provisioning/rol...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/create-binaries
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/create-binaries/tasks/create-binaries.yaml", "content": "- name: Clone Graphene\n git:\n repo: 'https://github.com/bitshares/bitshares-core.git'\n dest: \"{{ GRAPHENE_PATH }}\"\n version: \"{{ GRAPHENE_HEAD }}\"\n force: \"{{ GRAPHENE_FORCE_CL...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2855, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/prepare-environment
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/prepare-environment/tasks/prepare-environment.yaml", "content": "- name: Create testnet directory\n file:\n path: \"{{ GRAPHENE_CONFIGURATION_PATH_AND_DOCKER_COMPOSE_PATH }}/{{ TESTNET_DIR_NAME }}/{{ inventory_hostname }}\"\n state: directory\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6417, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/prepare-keys
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/prepare-keys/tasks/prepare-keys.yaml", "content": "# active_key is equal to memo_key\n- name: Execute get_dev_key to create custom keys\n shell: \"{{ GRAPHENE_PATH }}/programs/genesis_util/get_dev_key {{ item }}\"\n loop: \"{{ [INITIAL_ACCOUNTS_PREFIX, I...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2877, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/registervars
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/registervars/tasks/register-various-vars.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get public keys initial-accounts\n shell: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3512, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/start-nodes
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/start-nodes/tasks/main.yml", "content": "- import_tasks: start-nodes.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 33, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/graphene-provisioning/roles/statistics
138
[ "no_license" ]
[ { "path": "provisioning/graphene-provisioning/roles/statistics/tasks/main.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get container status\n shell: docker inspect --format={{ '{{.Sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2323, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/postgres-provisioning/roles/init
138
[ "no_license" ]
[ { "path": "provisioning/postgres-provisioning/roles/init/tasks/main.yml", "content": "- include_tasks: init.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 27, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/postgres-provisioning/roles/postgres
138
[ "no_license" ]
[ { "path": "provisioning/postgres-provisioning/roles/postgres/tasks/main.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get container status\n shell: docker inspect --format={{ '{{.State...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2564, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/postgres-provisioning/roles/registervars
138
[ "no_license" ]
[ { "path": "provisioning/postgres-provisioning/roles/registervars/tasks/main.yml", "content": "- include_tasks: register-various-vars.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 44, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/add-non-validators
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/add-non-validators/tasks/add-non-validators.yml", "content": "- meta: end_play\n when: CONSENSUS_NAME != 'istanbulbft'\n- name: Create artifacts for istanbulbft (number of non-validator nodes {{ sumOfAdditionalNonValidatorNodes.msg | int }})\n shell: 'echo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 15425, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/cakeshop
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/cakeshop/tasks/cakeshop.yaml", "content": "- name: Install java and nodejs dependency for cakeshop within container\n shell: \"echo 'apt update && apt install -y openjdk-11-jdk nodejs psmisc' | docker exec -i {{ inventory_hostname }} /bin/bash -\"\n when: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 17067, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/common
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/common/tasks/buildcontainer.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Restart Docker daemon\n systemd:\n state: restarted\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2874, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/create-compose-files
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/create-compose-files/tasks/main.yml", "content": "- import_tasks: create-compose-files.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 41, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/create-genesis
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/create-genesis/tasks/create-genesis.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Register all keys\n debug:\n msg: \"{{ item }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/prepare-container-environment
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/prepare-container-environment/tasks/prepare-container-environment.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Create directories for ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8429, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/prepare-container-files
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/prepare-container-files/tasks/prepare-container-files.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Replace enodes\n local_action: she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7414, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/prepare-environment
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/prepare-environment/tasks/prepare-environment.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n#- name: \"Set gvm permissions {{ lookup('env', 'GV...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6077, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/prepare-start-nodes
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/prepare-start-nodes/tasks/prepare-start-nodes.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Replace last comma in enodes.json\n local_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6285, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/registervars
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/registervars/tasks/register-various-vars.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Register home directory\n shell: \"echo $HOME\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1784, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/start-nodes
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/start-nodes/tasks/start-nodes.yml", "content": "- name: Copy complete static-nodes file and genesis file to remote host\n copy:\n src: \"{{ NODE_CONFIGURATION_PATH_AND_DOCKER_COMPOSE_PATH }}/{{ item }}\"\n dest: \"{{ NODE_CONFIGURATION_PATH_AND_DOCKER...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 22938, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/quorum-provisioning/roles/statistics
138
[ "no_license" ]
[ { "path": "provisioning/quorum-provisioning/roles/statistics/tasks/main.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get container status\n shell: docker inspect --format={{ '{{.State...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4516, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/common
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/common/tasks/buildcontainer.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Copy the dockerfile\n copy:\n src: \"{{ DOCKERFILE_PAT...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2907, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/postprovision
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/postprovision/tasks/postprovision.yaml", "content": "- name: Get public keys for consensus\n shell: \"docker exec {{ inventory_hostname }} cat /etc/sawtooth/keys/validator.pub\"\n register: public_key\n tags:\n - bm-set\n- name: \"Gathered public key: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/postprovision_consensus
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/postprovision_consensus/tasks/main.yml", "content": "- name: Debug - show public keys of the validators to use for consensus processing\n debug:\n msg: \"{{ hostvars.localhost.public_keys.results[0].item | replace ('\\n',',') }}\"\n tags:\n - bm-set\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7544, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/postprovision_local
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/postprovision_local/tasks/main.yml", "content": "- name: Register public keys\n debug:\n msg: \"{{ item }}\"\n with_file:\n - '{{ MAIN_CONFIG_PATH }}/public_keys.txt'\n register: public_keys\n tags:\n - bm-set\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/registervars
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/registervars/tasks/register-various-vars.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Check that the keyfile exists\n local_action...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/setup_transaction_processors
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/setup_transaction_processors/tasks/setup_transaction_processors.yml", "content": "- name: Delete transaction processor directory\n file:\n path: \"{{ LOCAL_TRANSACTION_PROCESSOR_PATH }}\"\n state: absent\n tags:\n - bm-set\n- name: Create transact...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3826, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/statistics
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/statistics/tasks/main.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n\n- name: Delete grafana files\n file:\n state: absent\n path: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4390, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/validator
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/validator/tasks/main.yml", "content": "- import_tasks: provide-validator.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "provisioning/sawtooth-provisioning/roles/validator/tasks/provide-val...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5531, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/sawtooth-provisioning/roles/validator_local
138
[ "no_license" ]
[ { "path": "provisioning/sawtooth-provisioning/roles/validator_local/tasks/provide-validator-local.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Create identity-tp configuration file\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6533, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/common
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/common/tasks/recreate-config-dirs.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Delete temporary directory for node configuration file...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 12263, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/create-compose-files
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/create-compose-files/tasks/create-compose-files.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Create docker compose files\n template: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1338, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/create-genesis
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/create-genesis/tasks/create-genesis.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Run account creation command\n shell: \"{{ LOCAL_SOL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1742, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/docker-swarm
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/docker-swarm/tasks/main.yml", "content": "- name: Init docker swarm\n shell: \"docker swarm leave --force || true && docker swarm init --advertise-addr {{ hostvars[inventory_hostname]['serverip'] }}\"\n when: BRIDGED_MODE and hostvars[inventory_hostname]['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2471, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/prepare-environment
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/prepare-environment/tasks/prepare-environment.yml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Copy the docker compose files\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5036, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/registervars
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/registervars/tasks/register-various-vars.yaml", "content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Register home directory\n shell: \"echo $HOME\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/setup_contracts
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/setup_contracts/tasks/setup_contracts.yml", "content": "- name: Delete smart contract directory\n file:\n path: \"{{ CONTRACT_PATH }}\"\n state: absent\n become: true\n tags:\n - bm-set\n- name: Copy contract directory\n copy:\n src: \"{{ CONTR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2178, "all_permissive": false }
ansible_role
frankchrisg/coconut
3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c
0
provisioning/solana-provisioning/roles/start-nodes
138
[ "no_license" ]
[ { "path": "provisioning/solana-provisioning/roles/start-nodes/tasks/start-nodes.yml", "content": "- name: Add IP addresses to container\n shell: \"echo \\\"echo {{ hostvars[item]['serverip'] }} {{item}} >> /etc/hosts\\\" | docker exec -i {{ inventory_hostname }} /bin/bash -\"\n when: BRIDGED_MODE and host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2171, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/golang
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/golang/defaults/main.yml", "content": "---\n# defaults file for golang\ngolang_version: 1.18", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "mattfoxxx/dotfiles/roles/golang/tasks/Debian.yml", "content": "---\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1528, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/nvim
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/nvim/tasks/MacOSX.yml", "content": "---\n- name: Install packages with brew\n community.general.homebrew:\n name: nvim\n state: present\n tags:\n - install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "pa...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 25685, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/pyenv
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/pyenv/tasks/MacOSX.yml", "content": "---\n- name: Install packages with brew\n community.general.homebrew:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python3\n - pyenv\n - pyenv-virtualenv\n - pyenv-virtualenvwrapper\n - virtualenvwra...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4209, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/rbenv
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/rbenv/tasks/MacOSX.yml", "content": "---\n- name: Install packages with brew\n community.general.homebrew:\n name: \"{{ item }}\"\n state: present\n with_items:\n - ruby\n - rbenv\n tags:\n - install\n", "license_type": "no_license", "detected_li...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2130, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/rclone
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/rclone/tasks/main.yml", "content": "---\n# tasks file for rclone\n\n- name: Include os specific tasks\n include_tasks: \"{{ distro_item }}\"\n with_first_found:\n - \"{{ ansible_distribution }}.yml\"\n - \"{{ ansible_os_family }}.yml\"\n - default.yml\n loop_c...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2475, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/setup
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/setup/tasks/main.yml", "content": "---\n# tasks file for setup\n\n- name: Include os specific tasks\n include_tasks: Archlinux.yml\n when: ansible_distribution == \"Archlinux\"\n tags:\n - unbound\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/syncthing
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/syncthing/tasks/main.yml", "content": "---\n# tasks file for syncthing\n- name: Include os specific tasks\n include_tasks: \"{{ distro_item }}\"\n with_first_found:\n - \"{{ ansible_distribution }}.yml\"\n - \"{{ ansible_os_family }}.yml\"\n - default.yml\n lo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1083, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/terraform
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/terraform/defaults/main.yml", "content": "---\n# defaults file for terraform\nterraform_plugins:\n - github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provider-proxmox\n - github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provisioner-proxmox\n", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3188, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/testkitchen
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/testkitchen/tasks/Debian.yml", "content": "---\n- name: Check if ruby {{ ruby_version }} already exists\n stat:\n path: /home/{{ ansible_user_id }}/.rbenv/versions/{{ ruby_version }}\n register: ruby_installed\n\n- name: Debug ruby_installed variable\n debug:\n v...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 3797, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/tmux
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/tmux/tasks/Suse.yml", "content": "---\n- name: Install tmux with zypper\n ansible.builtin.package:\n name: tmux\n state: present\n tags:\n - install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "m...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5485, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/vim
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/vim/tasks/MacOSX.yml", "content": "---\n- name: Install packages with brew\n community.general.homebrew:\n name: vim\n state: present\n tags:\n - install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8050, "all_permissive": false }
ansible_role
mattfoxxx/ansible-collections
b021cf0a6263e77392107ff975638e5a63feb714
0
mattfoxxx/dotfiles/roles/zsh
138
[ "no_license" ]
[ { "path": "mattfoxxx/dotfiles/roles/zsh/defaults/main.yml", "content": "---\n# defaults file for zsh\nnerd_fonts_release: \"2.2.0-RC\"\nnerd_fonts:\n - {zipfile: \"FiraCode\", name: \"Fira Code\"}\n - {zipfile: \"Iosevka\", name: \"Iosevka\"}\nzsh_template: \"zshrc.jinja\"\nzprofile_template: \"zprofile.j...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 13314, "all_permissive": false }
ansible_role
AlphaBlaze2/Oxylabs
e3986d0aa4c3b43ed3aa9e668faf40f0bb134630
0
roles/rabbitmq
138
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n\n- name: Install Prerequisites\n apt:\n name: [\"gnupg2\", \"curl\", \"wget\", \"apt-transport-https\", \"software-properties-common\"]\n state: latest\n\n\n\n- name: Add RabbitMQ repository signing key\n apt_key:\n url: https://dl.clou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
rhpds/gitea-operator
a96fe4c0c3bf2870a25797e93d9fb053099adfe7
34
roles/gitea-ocp
138
[ "no_license" ]
[ { "path": "roles/gitea-ocp/tasks/main.yml", "content": "---\n- name: Sanity check to see if hostname is passed if configmap with app.ini is provided\n when: _gitea_config_map_name | default(\"\") | length > 0\n ansible.builtin.assert:\n that: _gitea_hostname | default(\"\") | length > 0\n fail_msg: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 27283, "all_permissive": false }
ansible_role
rhpds/gitea-operator
a96fe4c0c3bf2870a25797e93d9fb053099adfe7
34
roles/postgresql-ocp
138
[ "no_license" ]
[ { "path": "roles/postgresql-ocp/templates/deployment.yaml.j2", "content": "---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: \"{{ _postgresql_name }}\"\n namespace: \"{{ _postgresql_namespace }}\"\nspec:\n replicas: 1\n selector:\n matchLabels:\n name: \"{{ _postgresql_name }}\"\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6946, "all_permissive": false }
ansible_role
SergeyErshov/b9-project
fd9563368a41846b83ed1c7366b9f531281aa55d
0
ansible/roles/artifactory
138
[ "no_license" ]
[ { "path": "ansible/roles/artifactory/vars/main.yml", "content": "---\n# vars file for artifactory\njfrog_home: '/opt/jfrog/'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "ansible/roles/artifactory/tasks/main.yml", "content": "---\n# tasks fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 698, "all_permissive": false }
ansible_role
SergeyErshov/b9-project
fd9563368a41846b83ed1c7366b9f531281aa55d
0
ansible/roles/docker
138
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: istalling epel-release\n yum:\n name: epel-release\n state: latest\n update_cache: true\n\n- name: istalling docker from epel-release\n yum:\n name: docker\n state: latest\n\n- name: running...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
SergeyErshov/b9-project
fd9563368a41846b83ed1c7366b9f531281aa55d
0
ansible/roles/pip
138
[ "no_license" ]
[ { "path": "ansible/roles/pip/tasks/main.yml", "content": "---\n# tasks file for pip\n\n- name: installing pip\n yum:\n name: python3-pip\n state: latest\n\n- name: updating pip\n shell:\n cmd: \"pip3 install --upgrade pip\"\n\n- name: config pip\n command: \"{{ item }}\"\n with_items:\n - \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
Prabhjot-Sethi/tf-k8s-deployer
458defb82da03cd7a33461918148ba4f942e1a28
0
roles/cni
138
[ "permissive" ]
[ { "path": "roles/cni/templates/tf-cni-manifest.j2", "content": "# Configs section\n# Note: using \"..\" for ports, because in v1 there is a bug\n# which leads to an error\n# \"..error unmarshaling JSON: json: cannot unmarshal number into Go value of type string..\"\n# (https://github.com/kubernetes/kubernet...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 49389, "all_permissive": true }
ansible_role
JamieCoupe/api_data_pipeline
4eb7913da984ec4751ce17da465816b89ddf56c5
0
ansible/roles/getAPIData
138
[ "no_license" ]
[ { "path": "ansible/roles/getAPIData/tasks/main.yaml", "content": "---\n - name: Test Connection to {{base_url}}\n ansible.builtin.uri:\n url: \"{{base_url}}\"\n method: GET\n return_content: true\n register: conection_test\n\n - name: Getting data from {{base_url}}/{{end...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
PradeepGorle4/expense-ansible-roles-tf
d724ebb8f05528e7b15738fb1fac8d8d8d305e32
0
roles/frontend
136
[ "no_license" ]
[ { "path": "roles/frontend/meta/main.yaml", "content": "# dependencies:\n# - role: common # Here, ansible check meta before running whole scirpt, here it say frontend is dependent on common role,\n# # so if common not present, the script throws error at the start itself which is better.\n\n# Commenting this ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1384, "all_permissive": false }
ansible_role
devopshobbies/ELK-tutorial
e4fdcafc77188281cf8195dcedf3c87e244e4f09
1
elasticsearch-ansible-project/roles/elasticsearch-stack
136
[ "no_license" ]
[ { "path": "elasticsearch-ansible-project/roles/elasticsearch-stack/handlers/main.yml", "content": "---\n# handlers file for roles/elasticsearch-stack\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "elasticsearch-ansible-project/roles/elasticsearc...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2907, "all_permissive": false }
ansible_role
devopshobbies/ELK-tutorial
e4fdcafc77188281cf8195dcedf3c87e244e4f09
1
elasticsearch-ansible-project/roles/pre-requirements
136
[ "no_license" ]
[ { "path": "elasticsearch-ansible-project/roles/pre-requirements/handlers/main.yml", "content": "---\n# handlers file for roles/pre-requirements\n- name: Restart Docker service\n ansible.builtin.service:\n name: docker\n state: restarted", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4458, "all_permissive": false }
ansible_role
ehelms/grapple
49c2620fc3a64cf40b373010221929822c712b81
1
operator/roles/foreman
136
[ "no_license" ]
[ { "path": "operator/roles/foreman/meta/main.yml", "content": "---\ndependencies:\n - {role: certificates}\n - {role: memcached, when: ('memcached' in enabled_services)}\n - {role: postgres, when: ('postgres' in enabled_services)}\n - {role: puppet, when: ('puppet' in enabled_services)}\n - {role: pulp,...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1298, "all_permissive": false }
ansible_role
ehelms/grapple
49c2620fc3a64cf40b373010221929822c712b81
1
operator/roles/foreman-routes
136
[ "no_license" ]
[ { "path": "operator/roles/foreman-routes/templates/foreman-https.route.yaml", "content": "---\napiVersion: route.openshift.io/v1\nkind: Route\nmetadata:\n name: foreman-https\n namespace: \"{{ project_name }}\"\n labels:\n app: httpd\nspec:\n host: \"{{ application_hostname }}\"\n to:\n kind: Ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1073, "all_permissive": false }
ansible_role
ehelms/grapple
49c2620fc3a64cf40b373010221929822c712b81
1
operator/roles/pulp
136
[ "no_license" ]
[ { "path": "operator/roles/pulp/templates/pulp-data.pvc.yaml", "content": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: pulp-data\n namespace: \"{{ project_name }}\"\nspec:\n resources:\n requests:\n storage: 1Gi\n accessModes:\n - ReadWriteOnce\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5353, "all_permissive": false }
ansible_role
ehelms/grapple
49c2620fc3a64cf40b373010221929822c712b81
1
operator/roles/puppet
136
[ "no_license" ]
[ { "path": "operator/roles/puppet/tasks/main.yml", "content": "---\n- name: puppet persistent volume claim\n k8s_raw:\n state: \"{{ deployment_state }}\"\n definition: \"{{ lookup('template', 'templates/' + item + '.pvc.yaml') | from_yaml }}\"\n with_items:\n - puppet-data\n\n- name: puppet servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1040, "all_permissive": false }
ansible_role
ehelms/grapple
49c2620fc3a64cf40b373010221929822c712b81
1
operator/roles/qpid
136
[ "no_license" ]
[ { "path": "operator/roles/qpid/tasks/main.yml", "content": "---\n- name: qpid service\n k8s:\n state: \"{{ deployment_state }}\"\n definition: \"{{ lookup('template', 'templates/' + item + '.service.yaml') | from_yaml }}\"\n with_items:\n - qpid\n\n- name: qpid deployment\n k8s:\n state: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
ehelms/grapple
49c2620fc3a64cf40b373010221929822c712b81
1
operator/roles/service-accounts
136
[ "no_license" ]
[ { "path": "operator/roles/service-accounts/tasks/main.yml", "content": "---\n- name: \"{{ project_name }}-anyuid service account\"\n k8s_raw:\n state: present\n force: false\n resource_definition:\n apiVersion: v1\n kind: ServiceAccount\n metadata:\n name: \"{{ project_name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }