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
Felg-Ts/Practica_Protocolo_DHCP
d29b00d061063bc71207d508be6c3e5a2b4d22e4
0
roles/cliente
8,131
[ "no_license" ]
[ { "path": "roles/cliente/handlers/main.yml", "content": "- name: restart networking-c\n service:\n name: networking\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/cliente/tasks/main.yaml", "content": "- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
Felg-Ts/Practica_Protocolo_DHCP
d29b00d061063bc71207d508be6c3e5a2b4d22e4
0
roles/commons
8,131
[ "no_license" ]
[ { "path": "roles/commons/tasks/main.yaml", "content": "- name: \"Configurando dns...\"\n copy:\n src: resolv.conf-client\n dest: /etc/resolv.conf\n owner: root\n group: root\n mode: '0644'\n\n- name: Actualizar paquetes\n become: true\n apt: update_cache=yes upgrade=yes\n\n#- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
Felg-Ts/Practica_Protocolo_DHCP
d29b00d061063bc71207d508be6c3e5a2b4d22e4
0
roles/router
8,131
[ "no_license" ]
[ { "path": "roles/router/tasks/main.yaml", "content": "- name: \"Instalando iptables\"\n apt:\n pkg: iptables \n\n- name: \"Regla PREROUTING iptables\"\n command: iptables -t nat -A PREROUTING -p tcp --dport 80 -i {{ interface1 }} -j DNAT --to {{ ip_reserva1 }}\n\n- name: \"Regla POSTROUTING iptables\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 815, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/centos-nvidia
8,131
[ "no_license" ]
[ { "path": "ansible/roles/centos-nvidia/tasks/main.yml", "content": "## Red Hat\n- name: Install GCC required for NVIDIA driver\n yum:\n name: gcc\n state: present\n update_cache: yes\n- name: nRhel | Download and Install driver x86_64\n block:\n - get_url:\n url: \"{{ kinetica_nvidia_dr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1862, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/centos-prepare
8,131
[ "no_license" ]
[ { "path": "ansible/roles/centos-prepare/tasks/main.yml", "content": "- name: Upgrade all CentOS 7 packages\n yum:\n name: '*'\n state: latest\n update_cache: yes\n\n- name: Install Midnight Commander\n yum:\n name: mc\n state: latest\n update_cache: yes\n\n- name: start\n debug:\n ms...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1724, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-install
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-install/tasks/main.yml", "content": "- name: Install OpenJDK 8\n yum:\n name: java-1.8.0-openjdk\n state: latest\n- name: Install OpenJDK 8 Devel\n yum:\n name: java-1.8.0-openjdk-devel\n state: latest\n- name: Download JMeter\n get_url:\n url: \"{{ jmeter_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1189, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-install-jdbc-driver-kinetica
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-install-jdbc-driver-kinetica/tasks/main.yml", "content": "- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_type=directory\n register: jmeter_path_result\n failed_when: jmeter_path_result.matched != 1\n- set_fact:\n jmeter_path: \"{{ jmet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-install-jdbc-driver-redshift
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-install-jdbc-driver-redshift/tasks/main.yml", "content": "- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_type=directory\n register: jmeter_path_result\n failed_when: jmeter_path_result.matched != 1\n- set_fact:\n jmeter_path: \"{{ jmet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-install-jdbc-driver-snowflake
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-install-jdbc-driver-snowflake/tasks/main.yml", "content": "- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_type=directory\n register: jmeter_path_result\n failed_when: jmeter_path_result.matched != 1\n- set_fact:\n jmeter_path: \"{{ jme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-install-jdbc-driver-spark3
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-install-jdbc-driver-spark3/tasks/main.yml", "content": "- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_type=directory\n register: jmeter_path_result\n failed_when: jmeter_path_result.matched != 1\n- set_fact:\n jmeter_path: \"{{ jmeter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-run-kinetica-tpcds
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-run-kinetica-tpcds/tasks/main.yml", "content": "- name: Copy JMeter test for Kinetica TPC-DS\n copy:\n src: kinetica.tpcds.serial99.jmx\n dest: \"/opt/benchmarks/jmx/\"\n mode: 0644\n\n- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1422, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-run-kinetica-tpch
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-run-kinetica-tpch/tasks/main.yml", "content": "- name: Copy JMeter test for Kinetica TPC-H\n copy:\n src: kinetica.tpch.jmx\n dest: \"/opt/benchmarks/jmx/\"\n mode: 0644\n\n- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_type=direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1392, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-run-snowflake-tpch
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-run-snowflake-tpch/tasks/main.yml", "content": "- name: Copy JMeter test for Snowflake TPC-H\n template:\n src: snowflake.tpch.jmx\n dest: \"/opt/benchmarks/jmx/\"\n mode: 0644\n\n- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1645, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-run-spark3-tpcds
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-run-spark3-tpcds/tasks/main.yml", "content": "- name: Copy JMeter test for Spark 3 TPC-DS\n copy:\n src: spark3.tpcds.serial99.jmx\n dest: \"/opt/benchmarks/jmx/\"\n mode: 0644\n\n- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1682, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/jmeter-run-spark3-tpch
8,131
[ "no_license" ]
[ { "path": "ansible/roles/jmeter-run-spark3-tpch/tasks/main.yml", "content": "- name: Copy JMeter test for Spark 3 TPC-H\n copy:\n src: spark3.tpch.jmx\n dest: \"/opt/benchmarks/jmx/\"\n mode: 0644\n\n- name: Find JMeter Path\n find: paths=\"/opt/\" patterns=\"apache-jmeter*\" file_type=directory\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1652, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/kinetica-install
8,131
[ "no_license" ]
[ { "path": "ansible/roles/kinetica-install/tasks/main.yml", "content": "- name: Add official Kinetica YUM repository\n yum_repository:\n name: kinetica-7.1\n description: Official Repo for Kinetica version 7.1\n baseurl: \"{{ kinetica_repository }}\"\n gpgcheck: no\n- name: Kinetica 7.1 Installa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 17588, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/kinetica-setup-tpcds-database
8,131
[ "no_license" ]
[ { "path": "ansible/roles/kinetica-setup-tpcds-database/templates/1_kinetica-tpcds-ddl.sql", "content": "DROP SCHEMA IF EXISTS {{ kinetica_tpcds_schema }} CASCADE;\nCREATE SCHEMA {{ kinetica_tpcds_schema }};\n\ncreate or replace table \"{{ kinetica_tpcds_schema }}\".\"dbgen_version\"\n(\n dv_version ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 36254, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/kinetica-setup-tpch-database
8,131
[ "no_license" ]
[ { "path": "ansible/roles/kinetica-setup-tpch-database/templates/1_kinetica-tpch-ddl.sql", "content": "DROP SCHEMA IF EXISTS {{ kinetica_tpch_schema }} CASCADE;\nCREATE SCHEMA {{ kinetica_tpch_schema }};\n\nCREATE or REPLACE REPLICATED TABLE \"{{ kinetica_tpch_schema }}\".\"region\"\n(\n R_REGIONKEY INTEGE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6238, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/omnisci-install
8,131
[ "no_license" ]
[ { "path": "ansible/roles/omnisci-install/tasks/main.yml", "content": "- name: Add official Omnisci YUM repository\n yum_repository:\n name: omnisci_repository\n description: Official Repo for Omnisci\n baseurl: \"{{ omnisci_repository }}\"\n gpgcheck: no\n- name: Create Omnisci User\n user:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3958, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/omnisci-setup-tpcds-database
8,131
[ "no_license" ]
[ { "path": "ansible/roles/omnisci-setup-tpcds-database/templates/1_omnisci-tpcds-ddl.sql", "content": "DROP DATABASE IF EXISTS {{ omnisci_tpcds_schema }};\nCREATE DATABASE {{ omnisci_tpcds_schema }};\n\ncreate table \"{{ omnisci_tpcds_schema }}\".\"dbgen_version\"\n(\n dv_version TEXT ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 45064, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/redshift-client-install
8,131
[ "no_license" ]
[ { "path": "ansible/roles/redshift-client-install/tasks/main.yml", "content": "- name: Install Postgres Client for Redshift\n yum: name=postgresql state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/redshift-setup-tpcds-database
8,131
[ "no_license" ]
[ { "path": "ansible/roles/redshift-setup-tpcds-database/tasks/main.yml", "content": "- name: Create a tmp work directory\n file:\n path: /tmp/redshift/tpc-ds\n state: directory\n mode: '0755'\n- name: Upload TPC-DS DDL for Redshift\n template: src=1_redshift-tpcds-ddl.sql dest=/tmp/redshift/tpc-ds...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/snowflake-client-install
8,131
[ "no_license" ]
[ { "path": "ansible/roles/snowflake-client-install/tasks/main.yml", "content": "- name: Install Snowflake Client (SnowSQL)\n yum: name=\"{{ snowflake_client_download_url }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/snowflake-setup-tpcds-database
8,131
[ "no_license" ]
[ { "path": "ansible/roles/snowflake-setup-tpcds-database/tasks/main.yml", "content": "- name: Create a tmp work directory\n file:\n path: /tmp/snowflake/tpc-ds\n state: directory\n mode: '0755'\n- name: Upload TPC-DS DDL for Snowflake\n template: src=1_snowflake-tpcds-settings.sql dest=/tmp/snowfl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3880, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/snowflake-setup-tpch-database
8,131
[ "no_license" ]
[ { "path": "ansible/roles/snowflake-setup-tpch-database/tasks/main.yml", "content": "- name: Create a tmp work directory\n file:\n path: /tmp/snowflake/tpc-h\n state: directory\n mode: '0755'\n- name: Upload TPC-H DDL for Snowflake\n template: src=1_snowflake-tpch-settings.sql dest=/tmp/snowflake/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2431, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/spark3-install
8,131
[ "no_license" ]
[ { "path": "ansible/roles/spark3-install/tasks/main.yml", "content": "- name: Install OpenJDK 8\n yum:\n name: java-1.8.0-openjdk\n state: latest\n- name: Install OpenJDK 8 Devel\n yum:\n name: java-1.8.0-openjdk-devel\n state: latest\n\n- name: Create Spark User\n user:\n name: spark\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1728, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/spark3-setup-tpch-database
8,131
[ "no_license" ]
[ { "path": "ansible/roles/spark3-setup-tpch-database/templates/spark_datawarehouse_setup_local.scala", "content": "val csvPath = \"{{ spark3_dataimport_computed_path }}\"\nval tables = Array(\"region\",\n \"nation\",\n \"supplier\",\n \"customer\",\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4245, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/spark3-start-thrift-server
8,131
[ "no_license" ]
[ { "path": "ansible/roles/spark3-start-thrift-server/tasks/main.yml", "content": "- name: Find Spark 3 Path\n find: paths=\"/opt/spark3/\" patterns=\"spark-*\" file_type=directory\n register: spark3_path_result\n failed_when: spark3_path_result.matched != 1\n- set_fact:\n spark3_path: \"{{ spark3_path_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1108, "all_permissive": false }
ansible_role
kineticadb/benchmarks
1ed0bb12b1da3acfc5e34fba359623e6991a7068
1
ansible/roles/spark3-stop-thrift-server
8,131
[ "no_license" ]
[ { "path": "ansible/roles/spark3-stop-thrift-server/tasks/main.yml", "content": "- name: Find Spark 3 Path\n find: paths=\"/opt/spark3/\" patterns=\"spark-*\" file_type=directory\n register: spark3_path_result\n failed_when: spark3_path_result.matched != 1\n- set_fact:\n spark3_path: \"{{ spark3_path_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
vinay93avk/RENCI-Playbook
c4f6dcc9c761a49bbf007ee9446963117ea35850
0
roles/icat
8,131
[ "no_license" ]
[ { "path": "roles/icat/tasks/main.yml", "content": "---\n\n- name: add public key\n apt_key:\n url: https://packages.irods.org/irods-signing-key.asc\n state: present\n\n- name: Install dependent python packages\n apt: name={{item}}\n with_items:\n - python-apt\n - python3-apt\n#add custom ir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1904, "all_permissive": false }
ansible_role
t3mp30r3k/Ansible-EnvoyProxy
903122f16d58f49d4981a6c302f12b7f39002cc9
0
roles/envoyproxy
8,131
[ "no_license" ]
[ { "path": "roles/envoyproxy/tasks/setup-Debian.yml", "content": "---\n- name: Ensure dependencies are installed.\n apt:\n name:\n - debian-keyring\n - apt-transport-https\n - debian-archive-keyring\n - ca-certificates\n - curl\n - lsb-release\n - gnupg-agent\n - s...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11015, "all_permissive": false }
ansible_role
diffy0712/ansible-cloud-swarm
a979a3bb0973645aea48e17bbef716cbc342bd60
0
roles/cloud
8,131
[ "no_license" ]
[ { "path": "roles/cloud/tasks/_grafana.yml", "content": "---\n - name: Create swarm grafana stack directory\n file:\n path: \"{{ cloud_swarm_root }}grafana\"\n state: directory\n owner: \"{{ sysadmins.ansible.sysadmin_user }}\"\n group: docker\n mode: '0755'\n\n - name: Create c...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 22176, "all_permissive": false }
ansible_role
diffy0712/ansible-cloud-swarm
a979a3bb0973645aea48e17bbef716cbc342bd60
0
roles/server
8,131
[ "no_license" ]
[ { "path": "roles/server/tasks/firewall.yml", "content": "---\n## Ensure firewall is configured and started\n## To add extra firewall tasks just use the firewall.{server_type}.yml file.\n## \n## NOTE: Firewalld does not need a handler to restart after change since it will automatically update\n## Thi...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 7049, "all_permissive": false }
ansible_role
pexessj/ansible
881d3a4d92cf2c475ce825bbfa2235a7f7e32234
0
consul-vault-playbook/roles/consul
8,131
[ "permissive" ]
[ { "path": "consul-vault-playbook/roles/consul/tasks/main.yml", "content": "---\n# tasks file for consul\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - supervis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 877, "all_permissive": true }
ansible_role
pexessj/ansible
881d3a4d92cf2c475ce825bbfa2235a7f7e32234
0
wordpress-playbook/roles/php
8,131
[ "permissive" ]
[ { "path": "wordpress-playbook/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP Extentions\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - php5-gd\n - libssh2-php\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": true }
ansible_role
egormin/test_pipeline
933d963a81aec50192aa2c10a2573474fdbb6ee5
0
ansible/roles/tst
8,131
[ "no_license" ]
[ { "path": "ansible/roles/tst/tasks/main.yml", "content": "- name: Esure Ansible Facts Dir exists\n file: path=/etc/ansible/facts.d state=directory recurse=yes\n become: yes\n\n#- name: Install Epel-release repo\n# yum: name=epel-release\n# become: yes\n \n- name: Install Epel-release repo\n yum: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
xfernandez/iaac_gcp_test
81225e2b6b4341e6c4343298de1c2996b17898ee
0
packer/nginx/ansible/roles/webserver
8,131
[ "no_license" ]
[ { "path": "packer/nginx/ansible/roles/webserver/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n <head>\n <title>Hola Mundo</title>\n <meta http-equiv=\"Cache-Control\" content=\"no-cache, no-store, must-revalidate\">\n <meta http-equiv=\"Pragma\" content=\"no-cache\">\n <meta ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2989, "all_permissive": false }
ansible_role
tripleo-apb/ansible-role-k8s-tripleo
e8b6b9eb5ecaf5443dcbc53acfd442abe64dc0da
1
tests/roles/parse-tripleo-hiera
8,139
[ "permissive" ]
[ { "path": "tests/roles/parse-tripleo-hiera/tasks/main.yaml", "content": "- name: Test hieradata\n parse_tripleo_hiera:\n hieradata:\n glance::api::v1: True\n schema:\n glance::api::v1: DEFAULT.enable_glance_v1\n register: result\n\n\n- name: Check values\n fail:\n msg: \"DEFAULT not in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": true }
ansible_role
ethan-zieba/swarm
54349f19dddbc5dfe7e721e47ede7ab38d1f20cb
0
stack/ansible/roles/docker_swarm
8,139
[ "no_license" ]
[ { "path": "stack/ansible/roles/docker_swarm/tasks/volume.yml", "content": "- name: Create GlusterFS subdir for Docker\n file:\n path: /mnt/gv0/appdata\n state: directory\n mode: '0755'\n\n- name: Check if Docker volume already exists\n command: docker volume inspect glusterfs_shared\n register: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2647, "all_permissive": false }
ansible_role
ethan-zieba/swarm
54349f19dddbc5dfe7e721e47ede7ab38d1f20cb
0
stack/ansible/roles/glusterfs
8,139
[ "no_license" ]
[ { "path": "stack/ansible/roles/glusterfs/tasks/configure.yml", "content": "---\n- name: Probe ultrac1 and ultrac2\n shell: |\n gluster peer probe ultrac1\n gluster peer probe ultrac2\n register: probe_output\n changed_when: \"'already in peer list' not in probe_output.stdout\"\n\n- name: Wait for p...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2246, "all_permissive": false }
ansible_role
ethan-zieba/swarm
54349f19dddbc5dfe7e721e47ede7ab38d1f20cb
0
stack/ansible/roles/portainer
8,139
[ "no_license" ]
[ { "path": "stack/ansible/roles/portainer/defaults/main.yml", "content": "portainer_service_name: portainer\nportainer_image: portainer/portainer-ce:latest\nportainer_volume_name: glusterfs_shared\nportainer_port: 9000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 854, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/addons
8,139
[ "no_license" ]
[ { "path": "roles/addons/vars/main.yml", "content": "---\nkube_config_file: /etc/kubernetes/admin.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/addons/tasks/main.yml", "content": "---\n- name: Installing Calico Pod network add-on\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 408, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/cluster-init
8,139
[ "no_license" ]
[ { "path": "roles/cluster-init/tasks/main.yml", "content": "---\n- name: Initalizing the Kubernetes Cluster\n command: kubeadm init --apiserver-advertise-address=\"{{ ansible_default_ipv4.address }}\" --apiserver-cert-extra-sans=\"{{ ansible_default_ipv4.address }}\"\n- name: Extracting Cluster Join command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/cluster-join
8,139
[ "no_license" ]
[ { "path": "roles/cluster-join/tasks/main.yml", "content": "- name: Copying the join script to remote machine\n copy: \n src: join-script \n dest: /tmp/join-script.sh \n mode: 0777\n- name: Executing the join script\n shell:\n cmd: /tmp/join-script.sh", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/common
8,139
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Installing essential softwares\n apt:\n update_cache: yes\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg2", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/containerd
8,139
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n- name: Installing Containerd CE\n apt:\n update_cache: yes\n name:\n - containerd\n- name: Downloading CriCtl \n ansible.builtin.get_url:\n url: https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.28.0/crictl-v1.28....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1044, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/iptables
8,139
[ "no_license" ]
[ { "path": "roles/iptables/handlers/main.yml", "content": "---\n- name: switch to legacy versions - iptables\n alternatives:\n name: iptables\n path: /usr/sbin/iptables-legacy\n ignore_errors: yes \n listen: \"Switch to Legacy\"\n\n- name: switch to legacy versions - ip6tables\n alternatives:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/k8s
8,139
[ "no_license" ]
[ { "path": "roles/k8s/handlers/main.yml", "content": "- name: Restarting the Kubelet\n systemd:\n state: restarted\n daemon_reload: yes\n name: kubelet\n listen: \"Restart Kubelet\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles/k...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1151, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/k8s-cli
8,139
[ "no_license" ]
[ { "path": "roles/k8s-cli/tasks/main.yml", "content": "- name: Installing Kubectl\n apt:\n update_cache: yes\n name:\n - kubectl\n- name: Adding Kubectl Bash Completion\n shell:\n cmd: kubectl completion bash | sudo tee /etc/bash_completion.d/kubectl >/dev/null", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
sam-rajan/K8s-cluster-with-Ansible
831e2b7c9a445e81bbe09d12371edf269850bc2b
1
roles/precheck
8,139
[ "no_license" ]
[ { "path": "roles/precheck/tasks/main.yml", "content": "---\n- name: Finding Mac Address and UUID of all hosts\n set_fact:\n productId: \"product_uuid of host {{ inventory_hostname }} is {{ ansible_product_uuid }}\"\n macAddress: \"MAC address of host {{ inventory_hostname }} is {{ ansible_default_ipv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
joe-taylor/bcdc-devenv
af8ba58cfe7f61c645144e2e3455b5fd0ce3b819
0
provisioning/roles/ckan
8,139
[ "no_license" ]
[ { "path": "provisioning/roles/ckan/tasks/main.yml", "content": "---\n\n- name: ckan p1 config folder exists\n file:\n path: \"{{item}}\"\n owner: appadm\n group: appadm\n state: directory\n loop:\n - /s00\n - /s00/etc\n - /s00/etc/ckan\n - /s00/etc/ckan/p1\n\n- name: apps folder ex...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8712, "all_permissive": false }
ansible_role
joe-taylor/bcdc-devenv
af8ba58cfe7f61c645144e2e3455b5fd0ce3b819
0
provisioning/roles/ckandb
8,139
[ "no_license" ]
[ { "path": "provisioning/roles/ckandb/tasks/main.yml", "content": "---\n- name: Create ckan postgres user\n become_user: postgres\n postgresql_user:\n name: ckan\n password: <PASSWORD>\n\n- name: Create datastore postgres user\n become_user: postgres\n postgresql_user:\n name: datastore\n pas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1319, "all_permissive": false }
ansible_role
joe-taylor/bcdc-devenv
af8ba58cfe7f61c645144e2e3455b5fd0ce3b819
0
provisioning/roles/common
8,139
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: disable selinux\n ansible.posix.selinux:\n state: disabled\n\n- name: disable firewall\n service:\n name: firewalld\n state: stopped\n enabled: false\n\n- name: app and appadm accounts exist\n user:\n name: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
joe-taylor/bcdc-devenv
af8ba58cfe7f61c645144e2e3455b5fd0ce3b819
0
provisioning/roles/custompython
8,139
[ "no_license" ]
[ { "path": "provisioning/roles/custompython/tasks/main.yml", "content": "---\n\n- name: Install python dev dependencies\n yum:\n name:\n - openssl-devel\n - bzip2-devel\n - sqlite-devel\n - libcurl-devel\n - pcre-devel\n - python2-devel\n - zlib-devel\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
joe-taylor/bcdc-devenv
af8ba58cfe7f61c645144e2e3455b5fd0ce3b819
0
provisioning/roles/psql
8,139
[ "no_license" ]
[ { "path": "provisioning/roles/psql/tasks/main.yml", "content": "---\n- name: Install python prerequisites for postgres\n yum:\n name: python3-psycopg2\n state: present\n\n- name: Check if postgres' data dir is empty\n stat:\n path: /var/lib/pgsql/9.6/data/\n register: data_dir\n\n- name: add pos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1828, "all_permissive": false }
ansible_role
joe-taylor/bcdc-devenv
af8ba58cfe7f61c645144e2e3455b5fd0ce3b819
0
provisioning/roles/redis
8,139
[ "no_license" ]
[ { "path": "provisioning/roles/redis/tasks/main.yml", "content": "---\n- name: redis is installed\n become: true\n dnf:\n name: redis\n state: present\n\n- name: redis service is disabled\n become: true\n service:\n name: redis\n state: started\n enabled: false", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
joe-taylor/bcdc-devenv
af8ba58cfe7f61c645144e2e3455b5fd0ce3b819
0
provisioning/roles/solr
8,139
[ "no_license" ]
[ { "path": "provisioning/roles/solr/tasks/main.yml", "content": "---\n\n- name: ensure solr dependencies are installed\n become: true\n yum:\n name:\n - java-1.8.0-openjdk-devel\n - lsof\n state: present\n\n- name: download solr\n get_url:\n url: https://archive.apache.org/dist/lucene/s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 733, "all_permissive": false }
ansible_role
apostoll13th/swarm-tmpl
414098a17527dd3752c5059feb8a15df490ecd99
0
.infra/ansible/roles/common
8,139
[ "no_license" ]
[ { "path": ".infra/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n become: yes\n\n- name: Install Python 3 and other required packages\n apt:\n name:\n - python3\n - python3-pip\n - certbot\n - python3-certbot-nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": false }
ansible_role
apostoll13th/swarm-tmpl
414098a17527dd3752c5059feb8a15df490ecd99
0
.infra/ansible/roles/docker_network
8,139
[ "no_license" ]
[ { "path": ".infra/ansible/roles/docker_network/tasks/main.yml", "content": "- name: Ensure Python pip is installed\n package:\n name: python3-pip\n state: present\n\n- name: Install Docker SDK for Python\n pip:\n name: docker\n state: present\n\n- name: Create Docker network and configure logg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
itsalwaysbgr/ansible-roboshop-roles
675cefce59677af36c9f5c6b07496c764bfd1b15
0
roles/cart
8,139
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: app-setup\n include_role:\n name: common\n tasks_from: app-setup\n\n- name: nodejs\n include_role:\n name: common\n tasks_from: nodejs\n\n- name: systemd\n include_role:\n name: common\n tasks_from: systemd", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 291, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/account
8,139
[ "no_license" ]
[ { "path": "roles/account/tasks/main.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - account is defined\n - account.group is defined\n - account.group != \"\"\n - account.gid is defined\n - account.username is defined\n - account.username != \"\"\n - account...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1205, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/ansible
8,139
[ "no_license" ]
[ { "path": "roles/ansible/templates/jboss_network_api.yml.j2", "content": "---\nrhn_username: {{ ansible_service_account_username }}\nrhn_password: {{ ansible_service_account_password }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1946, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/aphrodite
8,139
[ "no_license" ]
[ { "path": "roles/aphrodite/tasks/main.yml", "content": "---\n- assert:\n that:\n - aphrodite is defined\n - aphrodite.trackers is defined\n - aphrodite.repos is defined\n - aphrodite.streams is defined\n quiet: true\n\n- name: \"Deploy aphrodite configuration to {{ aphrodite.path }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1896, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/ares
8,139
[ "no_license" ]
[ { "path": "roles/ares/defaults/main.yml", "content": "---\npodman_images_user: \"jenkins\"\npodman_images_git_repo: \"<EMAIL>:jboss-set/ares.git\"\npodman_images_git_branch: \"main\"\npodman_images_git_folder_name: \"ares.git\"\nares_images_with_subs:\n - molecule-slave\nares_images_with_sshkey:\n - molec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2599, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/bashrc
8,139
[ "no_license" ]
[ { "path": "roles/bashrc/tasks/main.yml", "content": "---\n- name: Check bashrc configuration\n ansible.builtin.template:\n src: templates/bashrc.j2\n dest: /etc/bashrc\n mode: 644\n owner: root\n group: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/cci_worker
8,139
[ "no_license" ]
[ { "path": "roles/cci_worker/files/testcontainers.properties", "content": "pull.pause.timeout=120\nchecks.disable=true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/cci_worker/files/setup_multicast.sh", "content": "#!/bin/bash\n\nip -6 r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9704, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/certs_gen
8,139
[ "no_license" ]
[ { "path": "roles/certs_gen/tasks/main.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - private_key is defined\n - private_key != \"\"\n - cert is defined\n - cert != \"\"\n - csr is defined\n - csr != \"\"\n - domain_name is defined\n - domain_name != \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 951, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/component_alignment
8,139
[ "no_license" ]
[ { "path": "roles/component_alignment/templates/smtp-settings.sh.j2", "content": "export SMTP_HOST=\"{{ mailer.smtp.host }}\"\nexport SMTP_PORT=\"{{ mailer.smtp.port }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/component_alignment/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1887, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/cron
8,139
[ "no_license" ]
[ { "path": "roles/cron/tasks/cronjob.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - jobs is defined\n - jobs.name is defined\n - jobs.name != \"\"\n - jobs.src is defined\n - jobs.src != \"\"\n - jobs.dest is defined\n - jobs.dest != \"\"\n quiet: true\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3140, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/fast_yum_install
8,139
[ "no_license" ]
[ { "path": "roles/fast_yum_install/defaults/main.yml", "content": "---\nyum_cache_update: \"true\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/fast_yum_install/vars/main.yml", "content": "---\nyum:\n cache_update : \"{{ yum_cache_up...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 693, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/git
8,139
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.j2", "content": "[http]\n\tsslVerify = {{ git.ssl.verify }}\n[user]\n\temail = {{ config.email }}\n\tname = {{ config.name }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/git/vars/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 755, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/hosts
8,139
[ "no_license" ]
[ { "path": "roles/hosts/defaults/main.yml", "content": "---\nhosts_path_to_file: /etc/hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/hosts/tasks/main.yml", "content": "---\n- block:\n - name: Add Ansible inventory mappings to /et...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 362, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/java
8,139
[ "no_license" ]
[ { "path": "roles/java/tasks/install_and_default.yml", "content": "---\n- name: \"Check that the required parameters are provided\"\n ansible.builtin.assert:\n that:\n - home_folder is defined\n - list is defined\n quiet: True\n fail_msg: \"Missing required parameters.\"\n\n- name: \"Ensure...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3485, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/java_certs
8,139
[ "no_license" ]
[ { "path": "roles/java_certs/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include test variables\"\n include_vars: \"main.yml\"\n - name: \"Include test variables from java role\"\n include_vars: \"../../../../molecule/java/vars.yml\"\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4166, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/jenkins
8,139
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/generate_keys.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - homedir is defined\n - jenkins is defined\n - jenkins.groupname is defined\n - jenkins.groupname != \"\"\n - jenkins.username is defined\n - jenkins.username != \"\"\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 16830, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/kdump
8,139
[ "no_license" ]
[ { "path": "roles/kdump/tasks/main.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - kdump is defined\n - kdump.level is defined\n - kdump.level != \"\"\n\n- name: Check kdump configuration\n ansible.builtin.template:\n src: templates/kdump.j2\n dest: /etc/kdump.conf\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 347, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/monit
8,139
[ "no_license" ]
[ { "path": "roles/monit/files/docker-space-monitoring", "content": "#!/bin/bash\n\nreadonly DOCKER_EXPECTED_DISK_USAGE='30'\nreadonly OPS=$(docker info | grep -e 'Data Space Used' | cut -f2 -d: | sed -e 's;GB;;g')\nreadonly FORMAT_RES=$(python -c \"print(format(${OPS},'.2f'))\")\necho \"Docker storage consu...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 30, "total_bytes": 16702, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/motd
8,139
[ "no_license" ]
[ { "path": "roles/motd/vars/main.yml", "content": "--- \nmotd:\n font: \"{{ motd_font }}\"\n files:\n to_remove: \"{{ motd_files_to_remove }}\"\n home: /etc/motd.d/\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1172, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/netrc
8,139
[ "no_license" ]
[ { "path": "roles/netrc/templates/netrc.j2", "content": "{% for machine in user.machines %}\nmachine {{ machine.name }}\nlogin {{ machine.login }}\npassword {{ machine.password }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 609, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/nginx
8,139
[ "no_license" ]
[ { "path": "roles/nginx/templates/settings.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!--\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyri...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 23664, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/old_releases
8,139
[ "no_license" ]
[ { "path": "roles/old_releases/tasks/main.yml", "content": "---\n- ansible.builtin.assert:\n that: \n - old_releases.dir is defined\n - old_releases.dir != \"\"\n - old_releases.url is defined\n - old_releases.url != \"\"\n quiet: true\n\n- ansible.builtin.stat:\n path: \"{{ old_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1898, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/payload_status
8,139
[ "no_license" ]
[ { "path": "roles/payload_status/defaults/main.yml", "content": "---\npayload_status_home: \"/home/jenkins/payload_status.git\"\npayload_status_dest: \"/home/nginx/static/payload_status\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/payl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5755, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/pgsql
8,139
[ "no_license" ]
[ { "path": "roles/pgsql/templates/component-upgrade-init.sql.j2", "content": "drop table if exists component_upgrades;\n\ncreate table component_upgrades (\n id serial primary key,\n created timestamp not null default now(),\n project varchar(255) not null,\n group_id varchar(255) not null,\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4461, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/podman
8,139
[ "no_license" ]
[ { "path": "roles/podman/templates/podman-service.sh.j2", "content": "#!/bin/bash\nset -eo pipefail\n\nreadonly COMMAND=${1}\nreadonly SHELL_INTERPRETER='/bin/bash'\nreadonly SERVICE_NAME=${SERVICE_NAME:-$(basename \"${0%-*}\")}\n\nreadonly DEBUG=${DEBUG:-''}\n\nsource \"{{ podman.home }}/${SERVICE_NAME}.con...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9607, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/pr_processor
8,139
[ "no_license" ]
[ { "path": "roles/pr_processor/vars/main.yml", "content": "---\npr_processor:\n home: \"{{ pr_processor_home }}\"\n url: \"{{ pr_processor_url }}\"\n owner: \"{{ pr_processor_owner }}\"\n group: \"{{ pr_processor_group }}\"\n version: \"{{ pr_processor_version }}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1499, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/qualys_fix
8,139
[ "no_license" ]
[ { "path": "roles/qualys_fix/templates/dummy.j2", "content": "---\n- ansible.builtin.debug:\n msg: \"Nothing to see here\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/qualys_fix/tasks/main.yml", "content": "---\n- name: \"Replace ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 448, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/ssh
8,139
[ "no_license" ]
[ { "path": "roles/ssh/tasks/known_hosts.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - known_host is defined\n quiet: yes\n\n- name: get {{ known_host }} key\n ansible.builtin.command: \"ssh-keyscan -t ecdsa {{ known_host }} | grep ecdsa\"\n register: \"host_key\"\n changed_when: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2952, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/sshd
8,139
[ "no_license" ]
[ { "path": "roles/sshd/defaults/main.yml", "content": "---\nsshd_generate_key: \"yes\"\nsshd_permit_root_login: \"no\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/sshd/tasks/main.yml", "content": "---\n- name: \"Ensure required depen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1653, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/sudoers
8,139
[ "no_license" ]
[ { "path": "roles/sudoers/defaults/main.yml", "content": "---\nuser:\n sudoer: yes\n username: \"{{ cci_worker_username }}\"\nsudo:\n sudoersd_dir: /etc/sudoers.d\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/sudoers/templates/sudo.con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 650, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/sysctl
8,139
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - sysctl_entries is defined\n - sysctl_entries is iterable\n quiet: true\n\n- ansible.builtin.include_tasks: tasks/sysctl.yml\n loop: \"{{ sysctl_entries }}\"\n loop_control:\n loop_var: sysctl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 621, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/systemd
8,139
[ "no_license" ]
[ { "path": "roles/systemd/templates/service-settings.sh.j2", "content": "#!/bin/bash\nset -eo pipefail\n\n{% if podman_service.image is defined %}\nexport PODMAN_IMAGE_NAME='{{ podman_service.image }}'\n{% endif %}\n\n{% if podman_service.readonly_volumes is defined %}\ndeclare -A READONLY_VOLUMES\n{% for vo...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4160, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/tools
8,139
[ "no_license" ]
[ { "path": "roles/tools/vars/main.yml", "content": "--- \ntools:\n package_names: \"{{ tools_package_names }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/tools/defaults/main.yml", "content": "---\ntools_package_names:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 348, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/tuned
8,139
[ "no_license" ]
[ { "path": "roles/tuned/templates/tuned_profile.fact.j2", "content": "[tuned]\ntuned_profile={{ tuned_profile_target }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/tuned/defaults/main.yml", "content": "---\ntuned_fact_home: \"/etc/an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1312, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/vault
8,139
[ "no_license" ]
[ { "path": "roles/vault/tasks/vault-token.yml", "content": "---\n- ansible.builtin.assert:\n that:\n - vault_path is defined\n - ansible_hashi_vault_addr is defined and ansible_hashi_vault_addr | length > 0\n - ansible_hashi_vault_token is defined and ansible_hashi_vault_token | length > 0\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4061, "all_permissive": false }
ansible_role
jboss-set/zeus
80036a2e171a870c63cd86510caad841cfb05847
0
roles/vpn
8,139
[ "no_license" ]
[ { "path": "roles/vpn/handlers/main.yml", "content": "---\n- name: nmcli-connection-reload\n command: >\n nmcli connection reload\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/vpn/tasks/main.yml", "content": "---\n- ansible.built...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1125, "all_permissive": false }
ansible_role
Mohamed095/ansible-kibana
fb843962200cfdb496b4474ece77296ec4d75e72
0
roles/kibana-common
8,139
[ "no_license" ]
[ { "path": "roles/kibana-common/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kibana-common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/kibana-common/defaults/main.yml", "content": "---\n# d...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4531, "all_permissive": false }
ansible_role
volanja/ansible-AsakusaSatellite
66c8543fe64369e6e0f0c6a423d7083b574807a5
0
roles/AsakusaSatellite
8,139
[ "no_license" ]
[ { "path": "roles/AsakusaSatellite/templates/Gemfile", "content": "source 'https://rubygems.org'\n\ngem 'rails', '3.2.14'\n\n# mongoid\ngem 'mongoid', '2.5.1'\n\n# push notification\ngem 'pusher'\ngem 'socky-client', '>= 0.5.0.beta1'\n\n# html\ngem 'haml-rails'\ngem 'sass-rails'\ngem 'compass-rails'\ngem \"e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4804, "all_permissive": false }
ansible_role
volanja/ansible-AsakusaSatellite
66c8543fe64369e6e0f0c6a423d7083b574807a5
0
roles/AsakusaSatellite-plugins
8,139
[ "no_license" ]
[ { "path": "roles/AsakusaSatellite-plugins/tasks/main.yml", "content": "---\n- include: omniauth-redmine.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/AsakusaSatellite-plugins/templates/omniauth-redmine/initializers/omniauth_redmine.rb...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1749, "all_permissive": false }
ansible_role
volanja/ansible-AsakusaSatellite
66c8543fe64369e6e0f0c6a423d7083b574807a5
0
roles/git
8,139
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install Git\n yum: pkg={{ item }} state=present\n with_items:\n - git-all\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
volanja/ansible-AsakusaSatellite
66c8543fe64369e6e0f0c6a423d7083b574807a5
0
roles/mongodb
8,139
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n# Nginx\n\n- name: Template mongodb.repo\n template: src=mongodb.repo dest=/etc/yum.repos.d/mongodb.repo mode=0644\n\n- name: install Mongodb\n yum: pkg={{ item }} state=installed enablerepo=mongodb\n with_items:\n - mongo-10gen\n - mongo-1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }