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
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/docker-installer
8,153
[ "no_license" ]
[ { "path": "roles/docker-installer/tasks/main.yml", "content": "- name: Add pip\n become: yes\n become_user: root\n become_method: sudo\n apt:\n name: python3-pip\n\n- name: Add Docker GPG apt Key\n become: yes\n become_user: root\n become_method: sudo\n apt_key:\n url: https://download.doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/ethereum-beacon
8,153
[ "no_license" ]
[ { "path": "roles/ethereum-beacon/tasks/main.yml", "content": "- name: Deploy docker for prysm beacon chain\n become: yes\n become_user: root\n become_method: sudo\n docker_container:\n name: 'beacon-node'\n image: 'gcr.io/prysmaticlabs/prysm/beacon-chain:stable'\n state: started\n restart: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/ethereum-chain
8,153
[ "no_license" ]
[ { "path": "roles/ethereum-chain/templates/geth.service.j2", "content": "[Unit]\nDescription=Ethereum Client\nAfter=syslog.target network.target\n\n[Service]\nUser=ethereum\nGroup=ethereum\nRestart=always\nRestartSec=10s\nExecStart=/usr/bin/geth --mainnet --cache 2048 --http --http.addr=0.0.0.0 --http.api et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2050, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/ethereum-plugin
8,153
[ "no_license" ]
[ { "path": "roles/ethereum-plugin/tasks/main.yml", "content": "- name: Deploy docker for ethereum plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: ethereum-plugin-{{ target_environment }}\n wallet_plugin_contract: ''\n wallet_plugin_env_coin_type: ethereum\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/filecoin-chain
8,153
[ "no_license" ]
[ { "path": "roles/filecoin-chain/templates/lotus-daemon.service.j2", "content": "[Unit]\nDescription=Lotus Daemon\n\n[Service]\nEnvironment=GOLOG_FILE={{ lotus_log_dir }}/daemon.log\nEnvironment=GOLOG_LOG_FMT=\"json\"\nEnvironment=GOLOG_LOG_LEVEL=\"INFO\"\nEnvironment=TMPDIR={{ lotus_tmp_dir }}\nEnvironment=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1717, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/filecoin-common
8,153
[ "no_license" ]
[ { "path": "roles/filecoin-common/tasks/main.yml", "content": "- name: Create lotus log directory\n ansible.builtin.file:\n path: '{{ lotus_log_dir }}'\n state: directory\n recurse: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/filecoin-compiler
8,153
[ "no_license" ]
[ { "path": "roles/filecoin-compiler/tasks/main.yml", "content": "- name: Clean old build\n environment:\n PATH: '{{ go_bin_dir }}:{{ rust_bin_dir }}:{{ ansible_env.PATH }}'\n make:\n chdir: '{{ filecoin_source_dir }}'\n target: clean\n ignore_errors: true\n\n- name: Compile lotus source code\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 815, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/filecoin-official-source
8,153
[ "no_license" ]
[ { "path": "roles/filecoin-official-source/tasks/main.yml", "content": "- name: Lotus official source code checkout\n ansible.builtin.git:\n repo: 'https://github.com/filecoin-project/lotus.git'\n dest: '{{ filecoin_source_dir }}'\n version: '{{ version }}'\n force: yes\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/go-installer
8,153
[ "no_license" ]
[ { "path": "roles/go-installer/tasks/main.yml", "content": "- name: Detect golang version\n environment:\n PATH: '{{ go_bin_dir }}:{{ ansible_env.PATH }}'\n shell: 'go version | grep {{ go_version }}'\n register: go_version_detect\n ignore_errors: true\n\n- name: Print go detected version\n debug: va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1377, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/nvme-collector
8,153
[ "no_license" ]
[ { "path": "roles/nvme-collector/tasks/main.yml", "content": "- name: Generate nvme devices and mounts\n import_role:\n name: disk-collector\n vars:\n device_pattern: nvme\n device_type: nvme\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/nvme-setup
8,153
[ "no_license" ]
[ { "path": "roles/nvme-setup/tasks/main.yml", "content": "- name: Setup nvme mount point\n import_role:\n name: disk-setup\n vars:\n device_pattern: nvme\n devices: '{{ nvmes }}'\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/nvme-umount
8,153
[ "no_license" ]
[ { "path": "roles/nvme-umount/tasks/main.yml", "content": "- name: Umount all nvme mountpoint\n import_role:\n name: disk-umount\n vars:\n device_pattern: nvme\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/prepare
8,153
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "- name: Create group_vars link\n ansible.builtin.file:\n src: ../../../group_vars\n dest: '{{ inventory_dir }}/group_vars'\n state: link\n delegate_to: 127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/rust-installer
8,153
[ "no_license" ]
[ { "path": "roles/rust-installer/tasks/main.yml", "content": "- name: Detect cargo version\n environment:\n PATH: '{{ rust_bin_dir }}:{{ ansible_env.PATH }}'\n shell: 'cargo -v version'\n register: cargo_version_detect\n ignore_errors: true\n\n- name: Print cargo detected version\n debug: var=cargo_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/solana-mainnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/solana-mainnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for solana mainnet plugin\n import_role:\n name: solana-plugin\n vars:\n solana_cluster_api: https://api.mainnet-beta.solana.com\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/solana-plugin
8,153
[ "no_license" ]
[ { "path": "roles/solana-plugin/tasks/main.yml", "content": "- name: Deploy docker for solana plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: 'solana-plugin-{{ target_environment }}'\n wallet_plugin_contract: ''\n wallet_plugin_env_coin_type: solana\n wallet_plugin_env_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/solana-testnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/solana-testnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for solana testnet plugin\n import_role:\n name: solana-plugin\n vars:\n solana_cluster_api: https://api.testnet.solana.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/tron-mainnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/tron-mainnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for tron plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: tron-plugin-{{ target_environment }}\n wallet_plugin_contract: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'\n wallet_plugin_env_coin_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/usdcerc20-plugin
8,153
[ "no_license" ]
[ { "path": "roles/usdcerc20-plugin/tasks/main.yml", "content": "- name: Deploy docker for usdcerc20 plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: usdcerc20-plugin-{{ target_environment }}\n wallet_plugin_env_coin_type: usdcerc20\n wallet_plugin_env_coin_local_api: 'http:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/usdterc20-plugin
8,153
[ "no_license" ]
[ { "path": "roles/usdterc20-plugin/tasks/main.yml", "content": "- name: Deploy docker for ethereum plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: usdterc20-plugin-{{ target_environment }}\n wallet_plugin_contract: '0xdAC17F958D2ee523a2206206994597C13D831ec7'\n wallet_plugi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/usdttrc20-mainnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/usdttrc20-mainnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for ethereum plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: usdttrc20-plugin-{{ target_environment }}\n wallet_plugin_contract: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'\n wallet_plugi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/usdttrc20-plugin
8,153
[ "no_license" ]
[ { "path": "roles/usdttrc20-plugin/tasks/main.yml", "content": "- name: Deploy docker for usdttrc20 plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: usdttrc20-plugin-{{ target_environment }}\n wallet_plugin_contract: '{{ usdttrc20_contract }}'\n wallet_plugin_env_coin_type: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/usdttrc20-testnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/usdttrc20-testnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for ethereum plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: usdttrc20-plugin-{{ target_environment }}\n wallet_plugin_contract: 'TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj'\n wallet_plugi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/vars-printer
8,153
[ "no_license" ]
[ { "path": "roles/vars-printer/tasks/main.yml", "content": "- name: Print host vars\n debug:\n var: hostvars[inventory_hostname]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/vdisk-collector
8,153
[ "no_license" ]
[ { "path": "roles/vdisk-collector/tasks/main.yml", "content": "- name: Generate vdisk devices and mounts\n import_role:\n name: disk-collector\n vars:\n device_pattern: vd\n device_type: vdisk\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
goozbach-presentation/Advanced-Vagrant
98719be9428e00861d9f125073aec7452df30637
0
demos/part5/ansible/roles/goozbach.pulp_admin
8,153
[ "no_license" ]
[ { "path": "demos/part5/ansible/roles/goozbach.pulp_admin/handlers/main.yml", "content": "---\n# handlers file for goozbach.pulp_admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "demos/part5/ansible/roles/goozbach.pulp_admin/tests/test.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1515, "all_permissive": false }
ansible_role
goozbach-presentation/Advanced-Vagrant
98719be9428e00861d9f125073aec7452df30637
0
demos/part5/ansible/roles/goozbach.pulp_consumer
8,153
[ "no_license" ]
[ { "path": "demos/part5/ansible/roles/goozbach.pulp_consumer/templates/etc_pulp_consumer_consumer.conf.j2", "content": "# The settings in this file are all commented by default, and the commented settings show the\n# default values that Pulp Consumer Client will choose if not specified here.\n\n# The pulp se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5485, "all_permissive": false }
ansible_role
goozbach-presentation/Advanced-Vagrant
98719be9428e00861d9f125073aec7452df30637
0
demos/part5/ansible/roles/goozbach.pulp_db
8,153
[ "no_license" ]
[ { "path": "demos/part5/ansible/roles/goozbach.pulp_db/vars/main.yml", "content": "---\n# vars file for goozbach.pulp_db\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "demos/part5/ansible/roles/goozbach.pulp_db/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4843, "all_permissive": false }
ansible_role
goozbach-presentation/Advanced-Vagrant
98719be9428e00861d9f125073aec7452df30637
0
demos/part5/ansible/roles/goozbach.pulp_server
8,153
[ "no_license" ]
[ { "path": "demos/part5/ansible/roles/goozbach.pulp_server/templates/etc_pulp_server.conf.j2", "content": "# {{ ansible_managed }}\n# =========================\n# Pulp Server Configuration\n# =========================\n\n# The settings in this file are all commented by default, and the commented settings sho...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 17883, "all_permissive": false }
ansible_role
nubors/vagrant_magento2
361e114e4b9435a2bd8be57f338b5c79c2614e6b
0
playbooks/roles/common
8,153
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/setup_environment.yml", "content": "---\n- name: ensure that local apt cache is up to date\n become: yes\n become_method: sudo\n apt: update_cache=yes\n\n- name: ensure that utility packages are present\n become: yes\n become_method: sudo\n apt: name={{ item }} ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 483, "all_permissive": false }
ansible_role
nubors/vagrant_magento2
361e114e4b9435a2bd8be57f338b5c79c2614e6b
0
playbooks/roles/db
8,153
[ "no_license" ]
[ { "path": "playbooks/roles/db/tasks/setup_magento_db.yml", "content": "---\n- name: ensure that the database exists\n mysql_db:\n login_user: \"{{ mysql_root_user_name }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ magento_db_name }}\"\n state: present\n\n- name: ensure that the datab...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2979, "all_permissive": false }
ansible_role
nubors/vagrant_magento2
361e114e4b9435a2bd8be57f338b5c79c2614e6b
0
playbooks/roles/web
8,153
[ "no_license" ]
[ { "path": "playbooks/roles/web/tasks/setup_php.yml", "content": "---\n- include: setup_php5.6.yml\n- include: setup_php7.0.yml\n\n- name: add phpfarm to system path\n become: yes\n become_method: sudo\n copy:\n src: environment\n dest: /etc/environment\n\n- name: set default php version to 5.6\n b...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 21771, "all_permissive": false }
ansible_role
unxmaal/solaris_ansible
cb8bc252f950690c586dcaa7cf77fb5c4cc6f0ca
3
roles/linux_jumpstart
8,153
[ "no_license" ]
[ { "path": "roles/linux_jumpstart/tasks/start_services.yml", "content": "- name: Restart services\n service:\n name: \"{{ item }}\"\n state: restarted\n with_items:\n - tftpd-hpa\n - rarpd\n - bootparamd\n - nfs-kernel-server\n \n\n\n", "license_type": "no_license", "detected_lic...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3557, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/ec2
8,165
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n- name: Provision instance\n ec2:\n key_name: \"{{ ec2_keypair }}\"\n instance_type: \"{{ ec2_instance_type }}\" \n image: \"{{ ec2_image }}\"\n region: \"{{ ec2_region }}\" \n zone: \"{{ ec2_az }}\" \n group_id: \"{{ sg_id }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/hadoop-common
8,165
[ "no_license" ]
[ { "path": "roles/hadoop-common/templates/core-site.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"configuration.xsl\"?>\n<!--\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with th...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 15400, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/hive
8,165
[ "no_license" ]
[ { "path": "roles/hive/templates/profile.j2", "content": "export PATH=/hadoop/hive/bin:$PATH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/hive/handlers/main.yml", "content": "---\n# Hive handlers\n\n- name: restart mariadb\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4949, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/hive-testbench
8,165
[ "no_license" ]
[ { "path": "roles/hive-testbench/tasks/main.yml", "content": "---\n# This playbook installs and configures Hive Testbench\n\n- name: Install build tools\n yum: name={{ item }} state=installed\n with_items:\n - git\n - gcc\n - unzip\n - patch\n when:\n - master_group in group_names\n\n- git:\n repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/maven
8,165
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n# This playbook installs Apache Maven\n\n- file:\n path: /hadoop/maven\n state: directory\n mode: 0755\n\n- name: Install protobuf bindings\n yum: name=protobuf-c.x86_64 state=present\n tags: maven\n\n- unarchive:\n src: \"{{ tarball_pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/presto
8,165
[ "no_license" ]
[ { "path": "roles/presto/templates/node.properties.j2", "content": "node.environment=production\nnode.id={{ ansible_hostname }}\nnode.data-dir=/hadoop/presto/data\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/presto/templates/hive.properti...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2637, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/secor
8,165
[ "no_license" ]
[ { "path": "roles/secor/tasks/main.yml", "content": "---\n# This playbook installs and configures Pintrest Secor\n\n- file:\n path: /hadoop/secor\n state: directory\n mode: 0755\n\n- unarchive:\n src: https://github.com/pinterest/secor/archive/v0.23.tar.gz\n dest: /hadoop/secor\n remote_src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1476, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/spark
8,165
[ "no_license" ]
[ { "path": "roles/spark/templates/spark-env.j2", "content": "export HADOOP_CONF_DIR=/hadoop/etc/hadoop/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/spark/handlers/main.yml", "content": "---\n# Handlers for Spark History Server\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1961, "all_permissive": false }
ansible_role
mmgaggle/bd
80a7378a4f020f3579b3d03834b1df7287215d5f
7
roles/vpc
8,165
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "---\n\n# roles/vpc/tasks/main.yml\n\n\n# First task : creating the VPC.\n# We are using the variables set in the vars.yml file.\n# The module gives us back its result,\n# which contains information about our new VPC. \n# We register it in the variable my_vpc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3759, "all_permissive": false }
ansible_role
eddyweddy/aws_demo
0d80cd80b27cdcba1fb22ae8f7a42c529be917dd
0
stacks/build/roles/docker
8,165
[ "no_license" ]
[ { "path": "stacks/build/roles/docker/tasks/main.yml", "content": "# The tasks here are for install docker and pulling the standard nginx container from dockerhub\n- name: Add Docker repository\n command: amazon-linux-extras install docker\n become: yes\n\n\n- name: Start Docker service\n service:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
eddyweddy/aws_demo
0d80cd80b27cdcba1fb22ae8f7a42c529be917dd
0
stacks/build/roles/provision
8,165
[ "no_license" ]
[ { "path": "stacks/build/roles/provision/defaults/main.yml", "content": "server : \"CallerToSupply\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "stacks/build/roles/provision/tasks/find_and_create.yml", "content": "# The tas...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1380, "all_permissive": false }
ansible_role
kguddeta/playbooks
fa6aff147fa53083ba976c8f4254b8078a1f4d7a
0
roles/scan
8,165
[ "no_license" ]
[ { "path": "roles/scan/tasks/main.yml", "content": "---\n- name: copy file\n copy:\n src: ../../files/test.txt\n dest: /tmp/test.txt\n mode: u+rw,g-wx,o-rwx\n- name: Display Content of file\n shell: \"cat /tmp/test.txt\"\n register: r\n- debug:\n msg: \"{{r.stdout}}\"\n- name: Fetch Java Version\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
kguddeta/playbooks
fa6aff147fa53083ba976c8f4254b8078a1f4d7a
0
roles/scan_comp
8,165
[ "no_license" ]
[ { "path": "roles/scan_comp/tasks/main.yml", "content": "---\n- name: Fetch Software Versions\n shell: \"echo {{item}}| tr -d '\\n' && echo {{delim}} | tr -d '\\n' && rpm -q --whatprovides {{item}} | cut -d'-' -f2 warn=false\"\n register: r\n with_items: \"{{softwares}}\"\n ignore_errors: yes\n failed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
kasbahcode/devops-toolkit
bc579444865e1aea98c670a4380978d973ac8b9c
0
ansible/roles/common
8,165
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# Common tasks for all servers\n- name: Install essential packages\n package:\n name:\n - curl\n - wget\n - git\n - htop\n - vim\n - unzip\n - software-properties-common\n - apt-transport-https\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1966, "all_permissive": false }
ansible_role
JOHNKING123/get-deployment
994c92d23b3d61508dfe53fcd1168aa05fcdea93
0
ansible/roles/copyFile
8,165
[ "no_license" ]
[ { "path": "ansible/roles/copyFile/vars/main.yml", "content": "dest_name: myfile\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "ansible/roles/copyFile/tasks/main.yml", "content": "- name: copyFile\n copy: src=test1 dest=/opt/tmp/{{ dest_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 105, "all_permissive": false }
ansible_role
JOHNKING123/get-deployment
994c92d23b3d61508dfe53fcd1168aa05fcdea93
0
ansible/roles/datasearch
8,165
[ "no_license" ]
[ { "path": "ansible/roles/datasearch/tasks/main.yml", "content": "- name: check_old_app_exist\n shell: docker ps |grep datasearch|awk '{print $1}'\n register: appContainerId\n ignore_errors: True\n- name: rmove_app_1\n shell: docker kill datasearch\n when: appContainerId != ''\n ignore_errors: True\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
JOHNKING123/get-deployment
994c92d23b3d61508dfe53fcd1168aa05fcdea93
0
ansible/roles/tiger
8,165
[ "no_license" ]
[ { "path": "ansible/roles/tiger/tasks/main.yml", "content": "- name: check_old_app_exist\n shell: docker ps |grep {{ app_env.SERVICE_NAME }}|awk '{print $1}'\n register: appContainerId\n ignore_errors: True\n- name: rmove_app_1\n shell: docker kill {{ app_env.SERVICE_NAME }}\n when: appContainerId != ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
nareshbachina/Ansible-Prometheus
a72260d85f5c0056062f5bbff2a0ba0fb12d0910
0
roles/limits
8,165
[ "no_license" ]
[ { "path": "roles/limits/templates/limits.conf.j2", "content": "{% for limit in limit_rules %}\n{{ limit.domain }} {{ limit.limit_type }} {{ limit.limit_item }} {{ limit.value }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 581, "all_permissive": false }
ansible_role
nareshbachina/Ansible-Prometheus
a72260d85f5c0056062f5bbff2a0ba0fb12d0910
0
roles/prometheus
8,165
[ "no_license" ]
[ { "path": "roles/prometheus/defaults/main.yml", "content": "---\nprometheus_exporters_location: \"/opt\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/prometheus/templates/etc/init.d/prometheus-node-exporter.service.j2", "content": "#...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5870, "all_permissive": false }
ansible_role
dongwon-lee-dev/4-ansible-monitoring-project
f418b7e2b4b59b51b878ef4e02b27183d508916e
0
roles/grafana
8,165
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n# tasks file for grafana\n- name: Create APT keyring directory for Grafana\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\n\n- name: Download and add Grafana GPG key\n ansible.builtin.apt_key:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
dongwon-lee-dev/4-ansible-monitoring-project
f418b7e2b4b59b51b878ef4e02b27183d508916e
0
roles/prometheus
8,165
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for prometheus\n- name: Creating prometheus user group\n group: name=\"{{groupId}}\"\n become: true\n\n- name: Creating prometheus user\n user:\n name: \"{{userId}}\"\n group: \"{{groupId}}\"\n system: yes\n shell: \"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2054, "all_permissive": false }
ansible_role
RukayaOK/multi-cloud-packer-terraform
c9f72a64a3ee2308ea6cae7c69dbee2d702b8617
0
ansible/roles/nginx
8,165
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Insert Index Page\n become: true\n template:\n src: html/website.html\n dest: /usr/share/nginx/html/index.html\n\n- name: Set up default NGINX site\n become: true\n copy:\n src: files/website.conf\n dest: /etc/nginx/ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
tiagosam/ansible
684b0080370f365c596366301d2531473ddde678
0
roles/puppet
8,168
[ "no_license" ]
[ { "path": "roles/puppet/tasks/agent.yml", "content": "---\n- name: Instala o agente para o Debian\n package:\n name: puppet-agent\n state: present\n update_cache: yes\n when: ansible_os_family == 'Debian'\n\n- name: Instala o agente para o RedHat\n package:\n name: puppet-agent\n state: pr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 969, "all_permissive": false }
ansible_role
notthatbreezy/azavea.g8
d31646fbec95992a0ab41073d7c07f1c8f5bd818
0
src/main/g8/deployment/ansible/roles/$name__norm$.environment
8,168
[ "no_license" ]
[ { "path": "src/main/g8/deployment/ansible/roles/$name__norm$.environment/tasks/main.yml", "content": "---\n- name: Set AWS_PROFILE\n lineinfile:\n path: \"/etc/environment\"\n regexp: \"^AWS_PROFILE=\"\n line: \"AWS_PROFILE={{ aws_profile }}\"\n\n- name: Set DEV_USER environment variable\n linein...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
notthatbreezy/azavea.g8
d31646fbec95992a0ab41073d7c07f1c8f5bd818
0
src/main/g8/deployment/ansible/roles/$name__norm$.httpie
8,168
[ "no_license" ]
[ { "path": "src/main/g8/deployment/ansible/roles/$name__norm$.httpie/tasks/main.yml", "content": "---\n- name: Install setuptools\n pip: name=\"setuptools\" state=\"latest\"\n\n- name: Install HTTPie\n pip: name=\"httpie\" version=\"{{ httpie_version }}\"\n\n- name: Install HTTPie JWT Auth plugin\n pip: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
nitzmahone/exchange2016
c5c2fb484081e4791362224787d99559209f365d
0
roles/exchange
8,168
[ "no_license" ]
[ { "path": "roles/exchange/tasks/main.yml", "content": "- name: assert required vars\n assert: \n that:\n - exchange_source_root is defined\n - exchange_org_name is defined\n \n- name: Get installed Exchange server info\n win_exchange_facts:\n ignore_errors: true\n register: exchfacts\n\n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4903, "all_permissive": false }
ansible_role
bobbysinghh/kubernetes_multinode_cluster
485e237ea67aad01774b25ccc88dae831e7f0f27
1
roles/ec2_create
8,168
[ "no_license" ]
[ { "path": "roles/ec2_create/vars/main.yml", "content": "---\n# vars file for roles/ec2_create\n\naws_instance_type: \"t2.micro\"\nami_id: \"\"\nsubnet_id: \"\"\naws_region: \"ap-south-1\"\nsecurity_group_id: \"\"\nkey_pair: \"\"\nos_names:\n - \"Kubernetes_master\"\n - \"Kubernetes_Salve_1\"\n - \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7478, "all_permissive": false }
ansible_role
bobbysinghh/kubernetes_multinode_cluster
485e237ea67aad01774b25ccc88dae831e7f0f27
1
roles/kubernetes_master
8,168
[ "no_license" ]
[ { "path": "roles/kubernetes_master/vars/main.yml", "content": "---\n# vars file for kubernetes_master\npackages:\n - docker\n - iproute-tc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/kubernetes_master/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4738, "all_permissive": false }
ansible_role
bobbysinghh/kubernetes_multinode_cluster
485e237ea67aad01774b25ccc88dae831e7f0f27
1
roles/kubernetes_slave
8,168
[ "no_license" ]
[ { "path": "roles/kubernetes_slave/README.md", "content": "kubernetes_slave\n=========\n\n\nA Kubernetes cluster consists of a set of worker machines, called nodes, that run containerized applications. Every cluster has at least one worker node.\nThis role is created to configure Kubernetes slave on top of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3779, "all_permissive": false }
ansible_role
lasdolphin/infra
5fb0254753054122e53d0f69526004ea8709b80b
0
ansible/roles/app
8,168
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n\n- name: Show db_host\n debug:\n msg: \" Variable db_host = {{ db_host }}\"\n\n- include: ruby.yml\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
lasdolphin/infra
5fb0254753054122e53d0f69526004ea8709b80b
0
ansible/roles/db
8,168
[ "no_license" ]
[ { "path": "ansible/roles/db/molecule/default/.molecule/instance_config.yml", "content": "# Molecule managed\n\n---\n- address: 127.0.0.1\n identity_file: /Users/lasdolphin/dev/Otus/DevOps/HW6/infra/ansible/roles/db/molecule/default/.molecule/.vagrant/machines/instance/virtualbox/private_key\n instance: in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 541, "all_permissive": false }
ansible_role
lasdolphin/infra
5fb0254753054122e53d0f69526004ea8709b80b
0
ansible/roles/deploy
8,168
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Fetch the latest version of application code\n git:\n repo: 'https://github.com/Artemmkin/reddit.git'\n dest: \"/home/{{ deploy_user }}/reddit\"\n version: monolith\n notify: restart puma\n\n- name: Bundle install\n bundle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
MiguelMoll/readyup
f2fb67eb9de75d30e23aaaa54750bc3df3def8db
0
playbooks/roles/compute
8,168
[ "no_license" ]
[ { "path": "playbooks/roles/compute/tasks/vscode/debian.yaml", "content": "---\n\n- name: vs code | install for debian\n apt:\n deb: https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { ...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 16216, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
post-provisioning/roles/common
8,168
[ "no_license" ]
[ { "path": "post-provisioning/roles/common/tasks/main.yaml", "content": "---\n- name: Place shared private key\n copy:\n src: shared_id_rsa\n dest: /home/vagrant/.ssh/id_rsa\n mode: 0600\n owner: vagrant\n group: vagrant\n- name: Setup authorized_keys\n lineinfile:\n dest: /home/vagrant/....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
post-provisioning/roles/keystone-federation
8,168
[ "no_license" ]
[ { "path": "post-provisioning/roles/keystone-federation/tasks/main.yaml", "content": "---\n# Using continuation style because of syntax errors\n- name: Enable keystone federation driver\n replace: >-\n dest=/etc/keystone/keystone.conf\n regexp=\"^\\s*# Entrypoint for the federation backend driver in t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2788, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
post-provisioning/roles/keystone-idp
8,168
[ "no_license" ]
[ { "path": "post-provisioning/roles/keystone-idp/files/register-sp.json.j2", "content": "{\n \"service_provider\": {\n \"auth_url\": \"https://{{ item.item.hostname }}:5000/v3/OS-FEDERATION/identity_providers/{{ node_cloud }}/protocols/saml2/auth\",\n \"sp_url\": \"https://{{ item.item.hostn...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10855, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
post-provisioning/roles/keystone-sp
8,168
[ "no_license" ]
[ { "path": "post-provisioning/roles/keystone-sp/tasks/main.yaml", "content": "---\n- name: update apt if needed\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: install shibboleth requirements\n apt: pkg={{ item }} state=present\n with_items:\n - libapache2-mod-shib2\n sudo: yes\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8481, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
post-provisioning/roles/populate
8,168
[ "no_license" ]
[ { "path": "post-provisioning/roles/populate/tasks/main.yaml", "content": "---\n- name: place bootstrap script\n template:\n src: bootstrap-keystone.sh.j2\n dest: /home/vagrant/bootstrap-keystone.sh\n mode: 0755\n\n- name: Populate domains, groups, projects, and users\n command: /home/vagrant/boot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4425, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
post-provisioning/roles/unstack
8,168
[ "no_license" ]
[ { "path": "post-provisioning/roles/unstack/tasks/main.yaml", "content": "---\n- name: unstack\n command: ./unstack.sh\n args:\n chdir: /home/vagrant/devstack\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
provisioning/roles/common
8,168
[ "no_license" ]
[ { "path": "provisioning/roles/common/handlers/main.yaml", "content": "- name: update timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n sudo: yes\n\n- name: start ntp service\n service: name=ntp state=started\n sudo: yes\n\n- name: stop ntp service\n service: name=ntp state=stopped...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1410, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
provisioning/roles/devstack
8,168
[ "no_license" ]
[ { "path": "provisioning/roles/devstack/vars/main.yaml", "content": "---\ndevstack_repo: https://github.com/openstack-dev/devstack.git\n#devstack_repo: /vagrant/child-repos/devstack\nversion: master\nopenstack_token: <PASSWORD>\nneutron: False\nswift: True\nsecurity_groups: False\ntempest: False\nhorizon: Tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2107, "all_permissive": false }
ansible_role
shaleh/multinode-vagrant-devstack
a26ea3618b0875626ef856f8909cd35e19973e39
0
provisioning/roles/openstackclient
8,168
[ "no_license" ]
[ { "path": "provisioning/roles/openstackclient/tasks/main.yaml", "content": "---\n- name: Ensure dependencies are met\n apt: pkg={{ item }} state=present\n with_items:\n - tar\n - unzip\n - psmisc\n - lsof # useful when debugging\n - git\n - ntp\n - openssh-server\n - wget\n - cu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3055, "all_permissive": false }
ansible_role
trucngn/automation
562247b82092baf052bb1ddfc18b419edc99005c
0
ansible/workstations/roles/configuration
8,168
[ "no_license" ]
[ { "path": "ansible/workstations/roles/configuration/files/textadept-init.lua", "content": "if not CURSES then ui.set_theme('base16-default-dark') end\n\nlocal function fontsize()\n local c = _SCINTILLA.constants\n local buffer = buffer\n buffer.zoom = -1 -- e.g. add 2 points to the font size\n buffer.ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3315, "all_permissive": false }
ansible_role
trucngn/automation
562247b82092baf052bb1ddfc18b419edc99005c
0
ansible/workstations/roles/packaging
8,168
[ "no_license" ]
[ { "path": "ansible/workstations/roles/packaging/vars/main.yml", "content": "---\n\npackages:\n - zsh\n - vim\n - terminator\n - htop\n - firefox\n - git\n - ack-grep\n - curl\n - autojump\n - tree\n - filezilla\n - lftp\n - openvpn\n - network-manager-openvpn-gnome\n - xtightvncviewer\n - re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2297, "all_permissive": false }
ansible_role
superlumic/superlumic-config
1a5d14b8e022097b6fd846f8163df1998e24d584
29
roles/profile-all
8,168
[ "no_license" ]
[ { "path": "roles/profile-all/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Ansible profile role for all users\n license: MIT\n min_ansible_version: 1.2\n platforms:\n - name: Darwin\n versions:\n - all\n categories:\n - system\ndependencies:\n - roder...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 437, "all_permissive": false }
ansible_role
superlumic/superlumic-config
1a5d14b8e022097b6fd846f8163df1998e24d584
29
roles/profile-developer
8,168
[ "no_license" ]
[ { "path": "roles/profile-developer/vars/main.yml", "content": "\nnode_versions:\n - 6\n\ndefault_node_version: 6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/profile-developer/meta/main.yml", "content": "---\ngalaxy_info:\n autho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 779, "all_permissive": false }
ansible_role
vedoff/OTUS-ALP-selinux
6b4e074a2a8aad1bd9f0f6903f1748136a5997f3
0
roles/selinux
8,168
[ "no_license" ]
[ { "path": "roles/selinux/defaults/main.yml", "content": "---\n# defaults file for selinux\nselinux_param: disabled", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/selinux/tasks/installseutils.yml", "content": "- name: Install utils for Se...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1149, "all_permissive": false }
ansible_role
StackStorm/st2vagrantdev
588fb96ed22c7ac9539ef30f25a439377c877475
1
ansible/roles/st2_dev
8,168
[ "no_license" ]
[ { "path": "ansible/roles/st2_dev/tasks/repos.yml", "content": "---\n#- name: Add repos\n# become: true\n# become_user: \"vagrant\"\n# git:\n# repo: \"https://github.com/StackStorm/{{ item }}.git\"\n# dest: \"~/{{ item }}\"\n# accept_hostkey: yes\n# update: no\n# with_items:\n# - st2\n# ...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 10252, "all_permissive": false }
ansible_role
AdamMack2007/Ansible-F5-Configuration
a84058654158c81d8bca89cba89852845dee8df8
1
roles/f5_config
8,167
[ "no_license" ]
[ { "path": "roles/f5_config/tasks/f5_cleanup.yml", "content": "- name: Cleanup F5 VIPs\n bigip_virtual_server:\n state: absent\n name: \"{{ item }}\"\n provider: \"{{ provider }}\"\n delegate_to: localhost\n loop: \"{{ current_vips }}\"\n loop_control:\n label: \"{{ item }}\"\n when: item no...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 4510, "all_permissive": false }
ansible_role
Skotha/cl-bootcamp
5f468e59cce387650d0a74d763f026b0539a500a
0
ansible-ospf-numbered-2switch/roles/common
8,167
[ "no_license" ]
[ { "path": "ansible-ospf-numbered-2switch/roles/common/tasks/main.yml", "content": "- name: License switch\n cl_license: src=\"http://wbench/{{ ansible_hostname }}.lic\"\n notify:\n - restart switchd\n - reload networking\n\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
Skotha/cl-bootcamp
5f468e59cce387650d0a74d763f026b0539a500a
0
ansible-ospf-numbered-2switch/roles/ospfnum
8,167
[ "no_license" ]
[ { "path": "ansible-ospf-numbered-2switch/roles/ospfnum/tasks/main.yml", "content": "- name: configure /etc/network/interfaces\n template: src=interfaces.j2 dest=/etc/network/interfaces\n notify: reload networking\n\n- name: configure quagga daemons file\n copy: src=quagga_daemon dest=/etc/quagga/daemons\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3442, "all_permissive": false }
ansible_role
davidfrisch/cw_data_eng_2
f9f7cc500b0f8012761a24090091521ea68ccfaa
0
ansible/roles/common
8,167
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/move_docker_folders.yml", "content": "\n\n- name: move Docker folders\n ansible.builtin.copy:\n remote_src: true\n src: /var/lib/docker\n dest: /mnt/data/\n\n- name: Update /etc/docker/daemon.json\n ansible.builtin.copy:\n content: |\n {\n \"da...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4418, "all_permissive": false }
ansible_role
davidfrisch/cw_data_eng_2
f9f7cc500b0f8012761a24090091521ea68ccfaa
0
ansible/roles/docker_swarm
8,167
[ "no_license" ]
[ { "path": "ansible/roles/docker_swarm/tasks/join_swarm.yml", "content": "\n - include_vars: ../../vars.yml\n\n - name: Leave the swarm\n command: docker swarm leave --force\n ignore_errors: yes\n\n - name: Copy swarm join token file to remote host\n copy:\n src: \"swarm_join_token.txt\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1296, "all_permissive": false }
ansible_role
davidfrisch/cw_data_eng_2
f9f7cc500b0f8012761a24090091521ea68ccfaa
0
ansible/roles/nfs
8,167
[ "no_license" ]
[ { "path": "ansible/roles/nfs/tasks/main.yml", "content": "\n- name: Check that /mnt/data/shared exists\n ansible.builtin.stat:\n path: /mnt/data/shared\n register: shared_dir\n\n- name: Create the NFS share\n include_tasks: create_nfs.yml\n when: not shared_dir.stat.exists\n\n- name: Echo the NFS sha...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2270, "all_permissive": false }
ansible_role
nguyenan122/redis-ansible
972b4984d699529013d30aded74406f1fef1a0ba
0
roles/redis-master-slave
8,167
[ "no_license" ]
[ { "path": "roles/redis-master-slave/tasks/master.yml", "content": "\n- name: REDIS_\"{{ redis_role }}\" Copy config file\n template:\n src: redis_{{ redis_role }}.conf.j2\n dest: \"{{ redis_install_dir }}/conf/{{ redis_master_port }}.conf\"\n mode: 0644\n\n- name: REDIS_\"{{ redis_role }}\" Chown ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7546, "all_permissive": false }
ansible_role
nguyenan122/redis-ansible
972b4984d699529013d30aded74406f1fef1a0ba
0
roles/redis-sentinel
8,167
[ "no_license" ]
[ { "path": "roles/redis-sentinel/templates/redis_sentinel.service.j2", "content": "[Unit]\nDescription=Redis Sentinel\nAfter=network.target\n\n[Service]\nUser=redis\nGroup=redis\n\nExecStart={{ redis_install_dir }}/bin/redis-server {{ redis_install_dir }}/conf/sentinel_{{ redis_sentinel_port }}.conf --sentin...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3426, "all_permissive": false }
ansible_role
OxHobbs/ansible_struct
195f978e1691e4b046d307da2e33e0fae403940b
0
roles/azure
8,167
[ "no_license" ]
[ { "path": "roles/azure/tasks/storage_accounts.yml", "content": "---\n- name: Create storage account\n azure_rm_storageaccount:\n resource_group: phonebookApp\n name: examplestorage01aljdl\n type: Standard_LRS\n location: \"{{ primary_azure_region }}\"\n tags:\n - recipe4\n\n- name: Create s...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3033, "all_permissive": false }
ansible_role
OxHobbs/ansible_struct
195f978e1691e4b046d307da2e33e0fae403940b
0
roles/phonebook
8,167
[ "no_license" ]
[ { "path": "roles/phonebook/tasks/service.yml", "content": "---\n- name: start phonebook\n systemd:\n state: started\n daemon_reload: yes\n name: phone-book\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/phonebook...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1657, "all_permissive": false }
ansible_role
AlexandrTsurkan/Ansible
ceaeef3ff7b4b227ba1791d7229c42b26a35713a
0
roles/jenkins
8,167
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n\n- name: Import Jenkins GPG key\n rpm_key:\n state: present\n key: https://pkg.jenkins.io/redhat/jenkins.io.key\n \n- name: Add Jenkins repository\n yum_repository:\n name: jenkins\n description: jen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
votebmyla/ansible-learn
e2709ae22a33d0b62e64ed10305e7edcc9b645b7
0
roles/db_servers
8,167
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (Ubuntu)\n tags: db,mariadb,ubuntu\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install mariadb package (AlmaLinux)\n tags: db,mariadb,almalinux\n dnf:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
votebmyla/ansible-learn
e2709ae22a33d0b62e64ed10305e7edcc9b645b7
0
roles/web_servers
8,167
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and php packages\n tags: apache,apache2,ubuntu\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start httpd service\n tags: httpd,apache,almalinux\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
votebmyla/ansible-learn
e2709ae22a33d0b62e64ed10305e7edcc9b645b7
0
roles/workstations
8,167
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.1.7/terraform_1.1.7_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
mesos-utility/monitor-playbook
c3ec552bc78208de9e3f58d7fb448249ff804c1f
1
roles/common
8,167
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# file:roles/common/tasks/main.yml\n\n- name: Make dirs for all host.\n shell: chdir=/opt {{ item }}\n with_items:\n - \"mkdir -p {{ opbin_dir }}\"\n - \"mkdir -p {{ opdir_dir }}\"\n - \"mkdir -p {{ opt_log_dir }}\"\n ignore_errors: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
mesos-utility/monitor-playbook
c3ec552bc78208de9e3f58d7fb448249ff804c1f
1
roles/memcached-metrics
8,167
[ "no_license" ]
[ { "path": "roles/memcached-metrics/tasks/main.yml", "content": "---\n# file:roles/memcached-metrics/tasks/main.yml\n#\n- name: Copy {{ module }} to remote machine\n copy: src={{ module }}.tar.gz dest={{ opbin_dir }} owner={{deploy_user}} group={{deploy_user} mode=644\n ignore_errors: no\n\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
mesos-utility/monitor-playbook
c3ec552bc78208de9e3f58d7fb448249ff804c1f
1
roles/redis-metrics
8,167
[ "no_license" ]
[ { "path": "roles/redis-metrics/vars/main.yml", "content": "---\n# file:roles/redis-metrics/vars/main.yml\n\nmodule: redis-metrics\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/redis-metrics/tasks/main.yml", "content": "---\n# file:rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 825, "all_permissive": false }
ansible_role
mohini2317/AAP-Demo
c1260fad146130ba92fce3743c7137004fb76a42
0
Windows-Patching/roles/check_win_updates
8,167
[ "no_license" ]
[ { "path": "Windows-Patching/roles/check_win_updates/tasks/main.yaml", "content": "---\n- name: Search for Available Windows Updates\n win_updates:\n category_names: \n - CriticalUpdates\n - SecurityUpdates\n - UpdateRollups\n state: searched\n register: available_updates\n# becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1200, "all_permissive": false }
ansible_role
mohini2317/AAP-Demo
c1260fad146130ba92fce3743c7137004fb76a42
0
Windows-Patching/roles/copy_script
8,167
[ "no_license" ]
[ { "path": "Windows-Patching/roles/copy_script/tasks/main.yml", "content": "---\n- name: Copy PowerShell Scripts to Remote\n win_copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n with_items:\n - { src: \"CreateScheduledTask.ps1\", dest: \"C:/Users/Administrator/Desktop/CreateScheduledT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1268, "all_permissive": false }