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 | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-ceph-adm | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-ceph-adm/templates/mon.j2",
"content": "service_type: mon\nservice_id: {{ qks_cephadm_service_id }}\nplacement: \n label: mon\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/qks-ceph-adm/templates/mds.j2",
"content... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 23601,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-cert-manager | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-cert-manager/templates/issuer.yaml.j2",
"content": "{% for namespace in qks_cert_namespaces %}\n\n---\napiVersion: cert-manager.io/v1\nkind: Issuer\nmetadata:\n name: letsencrypt-clouddns\n namespace: {{ namespace }}\nspec:\n acme:\n server: https://acme-v02.api.letsencrypt.org/di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4975,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-certificate | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-certificate/vars/redhat.yaml",
"content": "---\n\nqks:\n\n trust_ca_store: /etc/pki/ca-trust/source/anchors\n trust_ca_update: update-ca-trust\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/qks-certificate/vars/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12413,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-cicd | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-cicd/tasks/main.yaml",
"content": "---\n- name: QKS CICD | Create manifests directory for {{ component }}\n when: inventory_hostname in groups['kube-master']\n become: yes\n file:\n path: \"{{ qks_manifests_location}}/{{ component }}\"\n state: directory\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2083,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-collector | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-collector/tasks/clean.yaml",
"content": "---\n\n- name: QKS Collector | Clean up Collector\n when:\n - inventory_hostname == groups['qks-pkg-server'][0]\n become: yes\n block:\n\n - name: QKS Collector | Clean up Collector\n shell: |\n # Remove package repositories ... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 39283,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-csi-cephfs | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-csi-cephfs/templates/grafana.yaml.j2",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n annotations:\n name: qks-ceph-grafana\n namespace: {{ qks_cephadm_namespace }}\nspec:\n externalName: {{ qks_cephadm_external_lb }}\n ports:\n - name: https\n port: 4000\n protocol:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 23155,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-csi-cephrbd | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-csi-cephrbd/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-csi-cephrbd }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 17550,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-csi-nfs | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-csi-nfs/tasks/main.yaml",
"content": "---\n\n\n- import_tasks: redhat.yaml\n when: ansible_os_family == 'RedHat'\n\n- import_tasks: debian.yaml\n when: ansible_os_family == 'Debian'\n\n- name: QKS NFS CSI | Add NFS CSI repo\n when:\n - not qks_offline_enabled | bool\n - invento... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4018,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-gitlab | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-gitlab/templates/coredns_configmap.yaml.j2",
"content": "apiVersion: v1\ndata:\n Corefile: |\n .:53 {\n errors\n health {\n lameduck 5s\n }\n ready\n kubernetes cluster.local in-addr.arpa ip6.arpa {\n pods insecure\n f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9844,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-harbor | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-harbor/tasks/redhat.yaml",
"content": "---\n\n- name: QKS Harbor | Add Package Repository 'EPEL'\n become: yes\n when:\n - not qks_offline_enabled | bool\n - not qks_package_repository_enabled | bool\n yum_repository:\n description: Extra packages for Enterprise Linux {{ ans... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 20506,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-helm | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-helm/tasks/main.yaml",
"content": "---\n\n- name: QKS Helm | Install helm on masters\n when:\n - inventory_hostname in groups['kube-master']\n become: yes\n unarchive:\n src: \"{{ qks_offline_target }}/{{ component }}/files/helm-v{{ qks_helm_version }}-linux-amd64.tar.gz\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2511,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-ingress-controller | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-ingress-controller/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-ingress-controller }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7737,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-istio | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-istio/templates/qks-istio-gateway.yaml.j2",
"content": "apiVersion: networking.istio.io/v1beta1\nkind: Gateway\nmetadata:\n name: qks-istio-gateway\n namespace: istio-system\nspec:\n selector:\n istio: ingressgateway\n servers:\n - hosts:\n - {{ qks_istio_service_fqdn }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10598,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-istio-load-balancer | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-istio-load-balancer/templates/qks-istio-load-balancer.yaml.j2",
"content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: qks-istio-load-balancer\n namespace: {{ qks_istio_load_balancer_namespace }}\n labels:\n app: qks-istio-load-balancer\nspec:\n containers:\n - image: haproxy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7901,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-keycloak | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-keycloak/tasks/main.yaml",
"content": "---\n\n- name: QKS Keycloak | Add FQDN to /etc/hosts file\n become: yes\n lineinfile:\n dest: /etc/hosts\n insertafter: EOF\n state: present\n line: \"{{ qks_load_balancer_addr }} {{ qks_keycloak_fqdn }}\"\n\n\n- name: QKS Keycloak | ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8556,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-load-balancer | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-load-balancer/templates/qks-load-balancer.conf.j2",
"content": "# /etc/haproxy/haproxy.cfg\n#---------------------------------------------------------------------\n# Global settings\n#---------------------------------------------------------------------\nglobal\n log /dev/log local0\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9465,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-loki | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-loki/tasks/main.yaml",
"content": "---\n\n- name: QKS Loki | Add Chart Repository 'grafana'\n when:\n - not qks_offline_enabled | bool\n - inventory_hostname in groups['kube-master']\n become: yes\n helm_repository:\n name: grafana\n url: https://grafana.github.io/helm-ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3265,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-mariadb | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-mariadb/templates/configmap.yaml.j2",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: mariadb-init-db\n namespace: {{ qks_mariadb_namespace }}\ndata:\n init-db.sql: |\n{% filter indent(width=4) %}\n {% include 'init-db.sql.j2' %}\n{% endfilter %}\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6186,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-mariadb-ha | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-mariadb-ha/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-mariadb-ha }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5325,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-metrics-server | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-metrics-server/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-metrics-server }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1823,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-monitoring | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-monitoring/templates/grafana-dashboard-k8s-gpu.yaml.j2",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ qks_monitoring_namespace }}-k8s-gpu-dashboard\n namespace: {{ qks_monitoring_namespace }}\n labels:\n grafana_dashboard: \"1\"\ndata: \n k8sgpu.json: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 46442,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-nexus | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-nexus/tasks/debian.yaml",
"content": "---\n\n- name: QKS Nexus | Install DB & S3 Restore Tools\n become: yes\n when:\n - inventory_hostname in groups['kube-master']\n - qks_nexus_restore_enabled | bool or qks_nexus_backup_enabled | bool\n apt:\n name:\n - 's3cmd'\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5548,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-nfs-provisioner | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-nfs-provisioner/tasks/debian.yaml",
"content": "---\n\n- name: QKS NFS provisioner | Install NFS client\n become: yes\n apt:\n name: nfs-common\n state: latest\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "role... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4342,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-nfs-server | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-nfs-server/tasks/debian.yaml",
"content": "---\n\n- name: QKS NFS Server | Install NFS server\n become: yes\n apt:\n name: nfs-kernel-server\n state: latest\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/q... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2132,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-opensearch | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-opensearch/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-opensearch }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9686,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-package-repository | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-package-repository/vars/ubuntu18.yaml",
"content": "---\n\nqks:\n\n os:\n distro: \"{{ ansible_distribution | lower }}\"\n version: \"{{ ansible_distribution_version }}\"\n\n nginx:\n name: nginx\n pkgs:\n - nginx-common_*\n - nginx-core_*\n - fontconfig-*\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 23287,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-postgres | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-postgres/templates/configmap.yaml.org",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: postgresql-configmap\ndata:\n pg_hba.conf: |-\n host all all 0.0.0.0/0 md5\n host all all ::/0 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8067,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-postgres-ha | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-postgres-ha/tasks/main.yaml",
"content": "---\n- name: QKS PostgreSQL HA | Prepare Files (directory)\n become: yes\n file:\n path: \"{{ qks_manifests_location }}/{{ component }}/\"\n state: directory\n recurse: yes\n mode: '0755'\n\n- name: QKS PostgreSQL HA | Add Chart Re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8446,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-rabbitmq | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-rabbitmq/tasks/main.yaml",
"content": "---\n- name: QKS Rabbitmq | Add Chart Repository 'bitnami'\n when: \n - not qks_offline_enabled | bool\n - inventory_hostname in groups['kube-master']\n become: yes\n helm_repository:\n name: bitnami\n url: https://charts.bitnami.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3561,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-redis | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-redis/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-redis }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3235,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-redis-ha | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-redis-ha/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-redis-ha }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2249,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-rook-ceph | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-rook-ceph/meta/main.yaml",
"content": "---\n\ndependencies:\n\n - { role: qks-common/default, component: qks-rook-ceph }\n - { role: qks-common/offline, when: qks_offline_enabled | bool }\n - { role: qks-common/online, when: not qks_offline_enabled | bool }\n\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 19047,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-test | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-test/tasks/main.yaml",
"content": "---\n\n- name: Print OS Information\n become: true\n debug:\n msg: \"{{ inventory_hostname }} : {{ ansible_distribution }} {{ ansible_distribution_version }} : {{ ansible_kernel }}\"\n\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | quantumcnsai/qks | 8436210cce9c5a955273e4faa196b1c961711b31 | 0 | roles/qks-tools | 7,189 | [
"no_license"
] | [
{
"path": "roles/qks-tools/files/README.txt",
"content": "* kubectx & kubens v0.9.1\nhttps://github.com/ahmetb/kubectx\n\n* powerline-go v1.20.0\nhttps://github.com/justjanne/powerline-go\n\n* k9s v0.24.2\nhttps://github.com/derailed/k9s\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7139,
"all_permissive": false
} |
ansible_role | jpclipffel/ansible_collection.container | b22dd0f9d224b3834ddb890a5f47ad7f0d70f6c5 | 3 | roles/config | 7,189 | [
"no_license"
] | [
{
"path": "roles/config/defaults/main.yml",
"content": "# vim: set ft=Ansible ts=2\n\n\n# Containers configuration paths\njpclipffel_container_config_root_path: \"/etc/containers\"\njpclipffel_container_config_registries_path: \"{{ jpclipffel_container_config_root_path }}/registries.conf.d\"\n\n\n# Registri... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2537,
"all_permissive": false
} |
ansible_role | jpclipffel/ansible_collection.container | b22dd0f9d224b3834ddb890a5f47ad7f0d70f6c5 | 3 | roles/containerd | 7,189 | [
"no_license"
] | [
{
"path": "roles/containerd/README.md",
"content": "# Ansible Role - jpclipffel.container.containerd\n\nManages `containerd`.\n\n## Tags\n\n| Tag | Description |\n|------------|---------------------------------------------------|\n| `setup` | Install and confi... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8168,
"all_permissive": false
} |
ansible_role | jpclipffel/ansible_collection.container | b22dd0f9d224b3834ddb890a5f47ad7f0d70f6c5 | 3 | roles/docker | 7,189 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/linux_ubuntu.yml",
"content": "# vim: set ft=Ansible ts=2\n\n\n- name: Cleanup legacy packages\n ansible.builtin.apt:\n name: \"{{ jpclipffel_container_docker_ubuntu_legacy_packages }}\"\n state: absent\n tags: [never, setup]\n\n\n- name: Add Docker GPG key\n ansible.b... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3349,
"all_permissive": false
} |
ansible_role | ChaturvediSulabh/ansible-haproxy-nginx | 5b271fe8b59b9bb159bc8449bf050249abcd3e4b | 0 | Production/roles/common | 7,189 | [
"no_license"
] | [
{
"path": "Production/roles/common/handlers/main.yaml",
"content": "---\n- name: restart iptables\n become: yes\n service: name=iptables enabled=yes state=restarted\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "Production/roles/common/t... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1609,
"all_permissive": false
} |
ansible_role | ChaturvediSulabh/ansible-haproxy-nginx | 5b271fe8b59b9bb159bc8449bf050249abcd3e4b | 0 | Production/roles/loadbalancer | 7,189 | [
"no_license"
] | [
{
"path": "Production/roles/loadbalancer/tasks/haproxy_sysctl.yaml",
"content": "---\n- name: Update sysctl conf\n sysctl:\n name: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n state: present\n with_items:\n - { key: net.ipv4.ip_local_port_range, value: \"1025 65534\" }\n - { key: net... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3769,
"all_permissive": false
} |
ansible_role | ChaturvediSulabh/ansible-haproxy-nginx | 5b271fe8b59b9bb159bc8449bf050249abcd3e4b | 0 | Production/roles/webservers | 7,189 | [
"no_license"
] | [
{
"path": "Production/roles/webservers/tasks/set-up-a-simple-nodejs-ws-listen5500.yaml",
"content": "---\n- name: setup a simple hello world nodejs web server listening on port 5500\n copy:\n src: files/simple-nodejs-ws.js\n dest: /home/vagrant\n owner: vagrant\n group: vagrant\n mode: 0770\... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 10690,
"all_permissive": false
} |
ansible_role | trilioData/imageio-ansible | 76c4b3fdaece6c4e48c475df60b52009362c2508 | 0 | roles/ovirt_new | 7,189 | [
"no_license"
] | [
{
"path": "roles/ovirt_new/tasks/clean_roles.yml",
"content": "---\n- name: copy file ansible\n copy:\n src: /etc/workloadmgr/conf/workloadmgr.conf\n dest: /etc\n no_log: true\n tags: clean-proxy\n\n\n- name: extract password from file\n slurp:\n src: /etc/workloadmgr.conf\n no_log: true\n re... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4034,
"all_permissive": false
} |
ansible_role | thaminll/Ansible | dede9025db061754d95c53d3c7c92e0e2011009e | 0 | provision/roles/project1 | 7,189 | [
"no_license"
] | [
{
"path": "provision/roles/project1/tasks/complete.yml",
"content": "---\n\n########\n\n- name: add user with ssh key\n user:\n name: \"{{ item.name }}\"\n state: present\n createhome: yes\n with_items: \"{{ users }}\"\n tags: [create-user]\n\n- name: Add SSH-KEY\n authorized_key:\n user: \"... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 25940,
"all_permissive": false
} |
ansible_role | infamousjoeg/ansible-tower-playbooks | c39550969f8aa22c73c77a0177e167521f39249c | 10 | roles/awsec2-deprovision | 7,189 | [
"no_license"
] | [
{
"path": "roles/awsec2-deprovision/tasks/main.yml",
"content": "---\n- name: Check if RHEL\n set_fact:\n tag_role: 'client_rhel'\n when: os_platform == 'rhel'\n\n- name: Check if Ubuntu\n set_fact:\n tag_role: 'client_ubuntu'\n when: os_platform == 'ubuntu'\n\n- name: Check if Amazon Linux\n set... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | infamousjoeg/ansible-tower-playbooks | c39550969f8aa22c73c77a0177e167521f39249c | 10 | roles/awsec2-provision | 7,189 | [
"no_license"
] | [
{
"path": "roles/awsec2-provision/README.md",
"content": "awsec2-provision\n=========\n\nProvisions an EC2 instance in AWS based on variable values provided.\n\nRequirements\n------------\n\n* boto3\n * `$ python3 -m pip install boto3 --user`\n\nRole Variables\n--------------\n\n* ami_id\n* assign_public_i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2135,
"all_permissive": false
} |
ansible_role | infamousjoeg/ansible-tower-playbooks | c39550969f8aa22c73c77a0177e167521f39249c | 10 | roles/awsec2-securitygroup | 7,189 | [
"no_license"
] | [
{
"path": "roles/awsec2-securitygroup/tasks/main.yml",
"content": "---\n# Create Temporary Conjur Access security group and apply to PASaaS Conjur EC2 Instance\n# when update is selected from Job Template survey.\n- name: Create Temporary Conjur Access EC2 Security Group\n ec2_group:\n name: Temporary C... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | infamousjoeg/ansible-tower-playbooks | c39550969f8aa22c73c77a0177e167521f39249c | 10 | roles/awsec2-showfacts | 7,189 | [
"no_license"
] | [
{
"path": "roles/awsec2-showfacts/defaults/main.yml",
"content": "---\nregion: us-east-1\ntag_role: client_rhel",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/awsec2-showfacts/tasks/main.yml",
"content": "---\n- name: Check if RHEL\n se... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | infamousjoeg/ansible-tower-playbooks | c39550969f8aa22c73c77a0177e167521f39249c | 10 | roles/cyberark-lamp | 7,189 | [
"no_license"
] | [
{
"path": "roles/cyberark-lamp/files/db.php",
"content": "<?php\n$curl = curl_init();\ncurl_setopt_array($curl, array(\n CURLOPT_URL => \"https://pvwa.joegarcia.lab/AIMWebService/api/Accounts?AppID=AnsibleLAMPDemo&Safe=D-MYSQL-LOCAL-USERS&Folder=Root&Object=MYSQL-LAMP-USER\",\n CURLOPT_RETURNTRANSFER ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5750,
"all_permissive": false
} |
ansible_role | infamousjoeg/ansible-tower-playbooks | c39550969f8aa22c73c77a0177e167521f39249c | 10 | roles/cybr-cli-deploy | 7,189 | [
"no_license"
] | [
{
"path": "roles/cybr-cli-deploy/README.md",
"content": "cybr-cli-deploy\n=========\n\nDeploys the latest deployed [cybr-cli](https://github.com/infamousjoeg/cybr-cli) binary onto a newly provisioned EC2 instance. The binary is downloaded from AWS S3.\n\nRequirements\n------------\n\n* `amazon.aws` Collecti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2734,
"all_permissive": false
} |
ansible_role | infamousjoeg/ansible-tower-playbooks | c39550969f8aa22c73c77a0177e167521f39249c | 10 | roles/os-patching | 7,189 | [
"no_license"
] | [
{
"path": "roles/os-patching/templates/conjur.conf.j2",
"content": "appliance_url: {{ CONJUR_APPLIANCE_URL }}\naccount: {{ CONJUR_ACCOUNT }}\ncert_file: ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/os-patching/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | ktony1196/Kafka-smoketest | a5b45340f8a8b591caeb96934351eb44c98de9d7 | 0 | kafka/roles/check_kafka_online | 7,189 | [
"no_license"
] | [
{
"path": "kafka/roles/check_kafka_online/tasks/main.yml",
"content": "- name: Verify Brokers are online\n shell:\n cmd: cd /opt/zookeeper; echo \" ls /kafka-loc/brokers/ids\" | ./bin/zkCli.sh | grep '\\[1, 2, 3\\]'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | ktony1196/Kafka-smoketest | a5b45340f8a8b591caeb96934351eb44c98de9d7 | 0 | kafka/roles/check_zk_up | 7,189 | [
"no_license"
] | [
{
"path": "kafka/roles/check_zk_up/tasks/main.yml",
"content": "- name: Verify Zookeeper is running\n local_action: shell echo srvr | nc \"{{inventory_hostname}}\" 2181 | grep -P \"Mode. (follower|leader)\"\n retries: 3\n delay: 3\n register: output\n\n#- debug: var=inventory_hostname\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | ktony1196/Kafka-smoketest | a5b45340f8a8b591caeb96934351eb44c98de9d7 | 0 | kafka/roles/topic_test_produce_consume | 7,189 | [
"no_license"
] | [
{
"path": "kafka/roles/topic_test_produce_consume/tasks/main.yml",
"content": "- name: delete test topic if exists\n shell:\n cmd: cd /opt/kafka/bin; ./kafka-topics.sh --zookeeper \"{{ groups['kfk_zks_all'][0] }}:2181/kafka-loc\" --delete --topic test\n ignore_errors: yes\n\n- name: Create a topic in t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | le-garff-yoann/CP_DevOps_Assignment_Python3 | b68394b3edcccae06da683fbf1dd715bab8f6270 | 0 | roles/tomcat-sample | 7,189 | [
"no_license"
] | [
{
"path": "roles/tomcat-sample/tasks/prerequisites.yml",
"content": "---\n- name: Installing pip packages\n pip:\n name:\n - docker\n - pytest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/tomcat-sample/files/test_health.py"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5795,
"all_permissive": false
} |
ansible_role | janepelladinesh/java-apb | 3348f4cd8c1c030b75265a5b88cd7908bf20a6f4 | 0 | roles/provision-pyzip-demo-apb | 7,189 | [
"no_license"
] | [
{
"path": "roles/provision-pyzip-demo-apb/tasks/main.yml",
"content": "- name: create hello-demo route\n openshift_v1_route:\n name: hello-demo\n namespace: '{{ namespace }}'\n spec_port_target_port: web\n labels:\n app: hello-demo-apb\n service: hello-demo\n to_name: hello-demo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | T44M/Raspi-Nas | 8ec99a44adbdff070932f56247afae76aee41044 | 0 | roles/omv | 7,189 | [
"no_license"
] | [
{
"path": "roles/omv/tasks/main.yml",
"content": "---\r\n- name: Install OMV\r\n command: bash -c \"wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash\"\r\n changed_when: false\r\n\r\n- name: Create shared folder\r\n command: omv-mkdir {{ omv_share_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | T44M/Raspi-Nas | 8ec99a44adbdff070932f56247afae76aee41044 | 0 | roles/os_baseline | 7,189 | [
"no_license"
] | [
{
"path": "roles/os_baseline/tasks/main.yml",
"content": "---\r\n# システムアップデート\r\n- name: Update and upgrade system\r\n apt:\r\n update_cache: yes\r\n upgrade: full\r\n cache_valid_time: 3600\r\n\r\n# ロケール設定\r\n- name: Set locale to ja_JP.UTF-8\r\n locale_gen:\r\n name: ja_JP.UTF-8\r\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | T44M/Raspi-Nas | 8ec99a44adbdff070932f56247afae76aee41044 | 0 | roles/wireguard | 7,189 | [
"no_license"
] | [
{
"path": "roles/wireguard/templates/wg0.conf.j2",
"content": "[Interface]\r\nAddress = 10.10.0.1/24\r\nListenPort = 51820\r\nPrivateKey = {{ wireguard_private_key }}\r\n\r\n[Peer]\r\nPublicKey = {{ wireguard_public_key }}\r\nAllowedIPs = 10.10.0.2/32\r\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | goutamp/ansible-rep | 02be6394ad09434bbe3b02a4ed97d6a595432fab | 0 | roles/authorize | 7,187 | [
"no_license"
] | [
{
"path": "roles/authorize/tasks/main.yml",
"content": "- name: update file\n lineinfile:\n line: \"{{ authorized_pub_key }}\"\n dest: \"/home/{{ ruser }}/.ssh/authorized_keys\"\n regexp: \"^{{ authorized_pub_key }}$\"\n state: present\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | dharabarot19/automation-project | 0b872feb2e490249b07a2425a26625ce20781d11 | 0 | roles/profile-n01559954 | 7,187 | [
"no_license"
] | [
{
"path": "roles/profile-n01559954/handlers/main.yml",
"content": "---\n# handlers file for profile-n01559954\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/profile-n01559954/tasks/main.yml",
"content": "---\n# tasks file for profile-n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | dharabarot19/automation-project | 0b872feb2e490249b07a2425a26625ce20781d11 | 0 | roles/syslog_updates | 7,187 | [
"no_license"
] | [
{
"path": "roles/syslog_updates/tasks/main.yaml",
"content": "---\n- name: Insert block of text in /etc/rsyslog.conf\n blockinfile:\n path: /etc/rsyslog.conf\n marker: \"# {mark} ANSIBLE MANAGED BLOCK\"\n insertafter: EOF\n block: \"{{ rsyslog_conf_block }}\"\n\n- name: Set ownership and permi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | AkshaySiv/ansible-playbook-rhel-upgrade-leapp | 08b080b993c5cd5e446172589cd28e511cce5424 | 0 | leapp_upgrade_playbook/roles/patch | 7,187 | [
"no_license"
] | [
{
"path": "leapp_upgrade_playbook/roles/patch/tasks/main.yaml",
"content": "---\n\n# - name: Check for errors in the Magneto service logs\n# ansible.builtin.shell: journalctl -u magneto.service | grep -i \"error\"\n# register: magneto_errors\n# ignore_errors: true\n\n# - name: Display Magneto service ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7164,
"all_permissive": false
} |
ansible_role | AkshaySiv/ansible-playbook-rhel-upgrade-leapp | 08b080b993c5cd5e446172589cd28e511cce5424 | 0 | leapp_upgrade_playbook/roles/postupgrade | 7,187 | [
"no_license"
] | [
{
"path": "leapp_upgrade_playbook/roles/postupgrade/tasks/main.yaml",
"content": "---\n# tasks/main.yml for postupgrade role\n\n- name: Check if host is reachable\n ansible.builtin.ping:\n\n- name: Verify that the server is upgraded to RHEL 8.9 or later and print the version\n ansible.builtin.command:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5549,
"all_permissive": false
} |
ansible_role | AkshaySiv/ansible-playbook-rhel-upgrade-leapp | 08b080b993c5cd5e446172589cd28e511cce5424 | 0 | leapp_upgrade_playbook/roles/preupgrade | 7,187 | [
"no_license"
] | [
{
"path": "leapp_upgrade_playbook/roles/preupgrade/templates/local.repo.j2",
"content": "[BaseOs]\nname=BaseOs Repository\nbaseurl={{ baseos_repo_url }}\nenabled=0\ngpgcheck=0\n\n[AppStream]\nname=AppStream Repository\nbaseurl={{ appstream_repo_url }}\nenabled=0\ngpgcheck=0\n\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2141,
"all_permissive": false
} |
ansible_role | AkshaySiv/ansible-playbook-rhel-upgrade-leapp | 08b080b993c5cd5e446172589cd28e511cce5424 | 0 | leapp_upgrade_playbook/roles/upgrade | 7,187 | [
"no_license"
] | [
{
"path": "leapp_upgrade_playbook/roles/upgrade/tasks/main.yml",
"content": "---\n\n- name: Start Leapp upgrade\n ansible.builtin.command:\n cmd: leapp upgrade --no-rhsm --enablerepo {{ repo_base_os }} --enablerepo {{ repo_app_stream }}\n register: upgrade_result\n ignore_errors: yes\n\n- name: Change... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | ThunixdotNet/ansible | 3fc552076879960e5373dc68acc345ddbbcdd886 | 0 | roles/common | 7,187 | [
"no_license"
] | [
{
"path": "roles/common/tasks/packages.yml",
"content": "# Install our baseline packages for all machines, irrespective of what role they might have\n---\n- name: Install bootstrap packages\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - pyth... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4497,
"all_permissive": false
} |
ansible_role | ThunixdotNet/ansible | 3fc552076879960e5373dc68acc345ddbbcdd886 | 0 | roles/shell | 7,187 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/minecraft.yml",
"content": "# Configure minecraft server\n---\n- name: Create home dirs for minecraft\n file:\n path: /var/lib/minecraft\n state: directory\n owner: minecraft\n group: minecraft\n mode: 0770\n\n- name: Install minecraft target\n copy:\n src: .... | {
"task_files": 37,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 47,
"total_bytes": 28572,
"all_permissive": false
} |
ansible_role | ThunixdotNet/ansible | 3fc552076879960e5373dc68acc345ddbbcdd886 | 0 | roles/webserver | 7,187 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/tor.yml",
"content": "#This play configs tor for us\n---\n- name: Create hidden_service directory\n file:\n path: /var/lib/tor/hidden_service\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: Deploy torrc file\n copy:\n src: ../files/... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2099,
"all_permissive": false
} |
ansible_role | haensl/dotFiles | c3b474f5b9328f1ddaa636da5913e0045e170596 | 3 | roles/archlinux | 7,192 | [
"no_license"
] | [
{
"path": "roles/archlinux/tasks/main.yml",
"content": "---\n\n- name: 'Install base applications.'\n pacman:\n name: \"{{ base_applications }}\"\n state: present\n become: yes\n when: ansible_facts['os_family'] == 'Archlinux'\n\n- name: 'Install dvm.'\n shell: 'curl -sL https://howtowhale.github.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | haensl/dotFiles | c3b474f5b9328f1ddaa636da5913e0045e170596 | 3 | roles/dotfiles | 7,192 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n\n- name: 'Make sure dotfiles are absent.'\n file:\n path: \"{{ ansible_env.HOME }}/{{ item }}\"\n state: absent\n with_items: \"{{ dotfiles }}\"\n\n- name: 'Link dotfiles.'\n file:\n src: \"{{ playbook_dir }}/{{ item }}\"\n dest: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2503,
"all_permissive": false
} |
ansible_role | haensl/dotFiles | c3b474f5b9328f1ddaa636da5913e0045e170596 | 3 | roles/homebrew | 7,192 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "---\n\n- name: 'Install homebrew'\n shell: '/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"'\n when: ansible_distribution == 'MacOSX'\n args:\n creates: '/usr/local/bin/brew'\n\n- name: 'Install... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1819,
"all_permissive": false
} |
ansible_role | haensl/dotFiles | c3b474f5b9328f1ddaa636da5913e0045e170596 | 3 | roles/i3 | 7,192 | [
"no_license"
] | [
{
"path": "roles/i3/defaults/main.yml",
"content": "---\n\ni3_prerequisites:\n - 'base-devel'\n - 'rxvt-unicode'\n - 'i3'\n - 'xorg'\n - 'xorg-xinit'\n - 'lxappearance'\n - 'nitrogen'\n - 'dunst'\n\ni3_aur_dependencies:\n - 'dmenu2'\n - 'i3blocks'\n - 'gtk-theme-bsm-simple'\n - 'google-chrome'\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2812,
"all_permissive": false
} |
ansible_role | opentelekomcloud/ansible-collection-common | a54ebae1582f34b656a34f9d37686a81ca13259b | 1 | roles/gearman | 7,192 | [
"permissive"
] | [
{
"path": "roles/gearman/vars/main.yml",
"content": "---\n# vars file for gearman",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "roles/gearman/handlers/main.yml",
"content": "---\n# handlers file for gearman\n\n- name: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1682,
"all_permissive": true
} |
ansible_role | opentelekomcloud/ansible-collection-common | a54ebae1582f34b656a34f9d37686a81ca13259b | 1 | roles/grafana | 7,192 | [
"permissive"
] | [
{
"path": "roles/grafana/handlers/main.yml",
"content": "---\n# handlers file for roles/grafana\n\n- name: restart grafana\n become: true\n systemd:\n name: \"{{ grafana_systemd_service_name }}\"\n state: restarted\n enabled: yes\n daemon_reload: yes\n\n- name: restart grafana-renderer\n beco... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 21195,
"all_permissive": true
} |
ansible_role | opentelekomcloud/ansible-collection-common | a54ebae1582f34b656a34f9d37686a81ca13259b | 1 | roles/telegraf | 7,192 | [
"permissive"
] | [
{
"path": "roles/telegraf/defaults/main.yml",
"content": "---\n# defaults file for telegraf\ntelegraf_systemd_service_name: \"telegraf.service\"\ntelegraf_systemd_unit_path: \"{{ '/etc/systemd/system/' + telegraf_systemd_service_name }}\"\ntelegraf_image_tag: 1.13.0\ntelegraf_tags: \n hostname: fake\n\ntel... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2817,
"all_permissive": true
} |
ansible_role | UB-ES-2018/faceduck | 5d5e6f5185508d647251d185cf733299e30a9e58 | 5 | infrastructure/roles/base | 7,192 | [
"no_license"
] | [
{
"path": "infrastructure/roles/base/tasks/main.yml",
"content": "---\n- name: Install Docker Compose\n apt:\n name: docker-compose\n autoclean: true\n state: present\n \n- name: Install git\n apt:\n name: git\n autoclean: true\n state: present\n \n- name: Deploy git repository\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | 13excite/ansible_config | 44da55c9e87397b7f1ce188d03a5976c767e09f1 | 0 | roles/base | 7,192 | [
"no_license"
] | [
{
"path": "roles/base/tasks/homes.yml",
"content": "---\n- name: Create home folder\n include_tasks: \"dulenov.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- include_vars: users.yml\n #-... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5872,
"all_permissive": false
} |
ansible_role | 13excite/ansible_config | 44da55c9e87397b7f1ce188d03a5976c767e09f1 | 0 | roles/disable-selinux | 7,192 | [
"no_license"
] | [
{
"path": "roles/disable-selinux/tasks/main.yaml",
"content": "---\n- name: Install libselinux as prerequisite for SELinux Ansible module\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - libselinux-python\n - libsemanage-python\n become: true\n become_method: su\n become_user: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | 13excite/ansible_config | 44da55c9e87397b7f1ce188d03a5976c767e09f1 | 0 | roles/ssh | 7,192 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n\n- include_tasks: sshd.yml\n when: sshd_enable|bool\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/ssh/handlers/main.yml",
"content": "---\n\n- name: Restart the SSH service\n s... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1843,
"all_permissive": false
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/ansible-kafka | 7,192 | [
"permissive"
] | [
{
"path": "roles/ansible-kafka/defaults/main.yml",
"content": "---\napache_mirror: http://apache.mirrors.tds.net\n#kafka_hosts: \"{{ansible_fqdn}}:9092\"\nkafka_hosts: \"{{ groups ['kafka_hosts'] | join(',') }}\"\nzookeeper_hosts: server1:2181,server2:2181,server3:2181/kafka\nkafka_version: 0.10.2.1\nrun_mo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5019,
"all_permissive": true
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/ansible-zookeeper | 7,192 | [
"permissive"
] | [
{
"path": "roles/ansible-zookeeper/templates/zookeeper.service.j2",
"content": "[Unit]\nDescription=Apache ZooKeeper\nAfter=network.target\nConditionPathExists={{ zookeeper_conf_dir }}/zoo.cfg\nConditionPathExists={{ zookeeper_conf_dir }}/log4j.properties\n\n[Service]\nType=simple\nUser=zookeeper\nSyslogIde... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4276,
"all_permissive": true
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/collectd | 7,192 | [
"permissive"
] | [
{
"path": "roles/collectd/templates/write_kafka.collectd.conf.j2",
"content": "#LoadPlugin write_kafka\n\n\n#<Plugin write_kafka>\n# Property \"metadata.broker.list\" \"localhost:9092\"\n# <Topic \"collectd\">\n# Format JSON\n# </Topic>\n#</Plugin>\n",
"license_type": "permissive",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9156,
"all_permissive": true
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/elasticsearch | 7,192 | [
"permissive"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: install elasticsearch\n package: name=\"{{item}}\"\n with_items:\n - \"elasticsearch\"\n - \"yum-cron\"\n notify:\n - restart elasticsearch\n\n\n- lineinfile:\n path: /etc/elasticsearch/elasticsearch.yml\n regexp: \"^cluster.n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 907,
"all_permissive": true
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/filebeat | 7,192 | [
"permissive"
] | [
{
"path": "roles/filebeat/tasks/main.yml",
"content": "- name: install filebeat\n package: name=\"{{item}}\"\n with_items:\n - \"filebeat\"\n notify:\n - restart filebeat\n\n- name: create filebeat.yml\n template: dest=\"/etc/filebeat/filebeat.yml\" mode=644 src=filebeat.yml.j2\n notify:\n - res... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6097,
"all_permissive": true
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/kibana | 7,192 | [
"permissive"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- user:\n name: kibana\n shell: /sbin/nologin\n\n- name: install kibana\n package: name=\"{{item}}\"\n with_items:\n - \"kibana\"\n notify:\n - restart kibana\n\n- file:\n path: /usr/share/kibana/\n owner: kibana\n group: kibana\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": true
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/logstash | 7,192 | [
"permissive"
] | [
{
"path": "roles/logstash/handlers/main.yml",
"content": "---\n- name: start logstash\n service: name=logstash state=stopped enabled=yes\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 78
},
{
"path": "roles/logstash/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2335,
"all_permissive": true
} |
ansible_role | coetzeer/elkstuff | 49303f1b4fb6ca027e6b8ee9b0f872df2ceb7132 | 0 | roles/metricbeat | 7,192 | [
"permissive"
] | [
{
"path": "roles/metricbeat/templates/metricbeat.yml.j2",
"content": "metricbeat.config.modules:\n path: ${path.config}/conf.d/*.yml\n reload.period: 60s\n reload.enabled: false\n\nmetricbeat.modules:\n- module: system\n metricsets:\n - cpu\n - load\n - core\n - diskio\n - filesystem\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2908,
"all_permissive": true
} |
ansible_role | roshanahtina/ansible | e96c5eba60a1f51369d2428c7b3bbb5a86854b88 | 0 | Ansible-2023/roles/iafzal | 7,192 | [
"no_license"
] | [
{
"path": "Ansible-2023/roles/iafzal/tasks/main.yml",
"content": "---\n- name: Install httpd package\n yum:\n name: httpd\n state: present\n register: httpdout\n#- debug:\n# msg: \"{{ httpdout }}\"\n \n- name: Start httpd\n service:\n name: httpd\n state: started\n register: httpdstr\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | roshanahtina/ansible | e96c5eba60a1f51369d2428c7b3bbb5a86854b88 | 0 | Ansible-2023/roles/iafzal_shutweb | 7,192 | [
"no_license"
] | [
{
"path": "Ansible-2023/roles/iafzal_shutweb/tasks/main.yml",
"content": "---\n- name: Stop httpd\n service:\n name: httpd\n state: stopped\n register: httpdstr\n- debug:\n msg: \"{{ httpdstr.state }}\"\n\n- name: UNInstall httpd package\n yum:\n name: httpd\n state: absent\n register: ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | jmpu0186/ansible-gcp | 1c09337f0c95cc39e9c4cd91f2f38051e8d58a9e | 0 | jenkins-installation/roles/jenkins | 7,192 | [
"no_license"
] | [
{
"path": "jenkins-installation/roles/jenkins/vars/main.yml",
"content": "---\n# vars file for jenkins\n\njava:\n VERSION: \"java-1.8.0-openjdk\"\n ALTERNATIVES: \"/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.144-0.b01.el7_4.x86_64/jre/bin/java\"\n\njenkins:\n repo_URL: \"https://pkg.jenkins.io/redhat/jenkins.r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1664,
"all_permissive": false
} |
ansible_role | jmpu0186/ansible-gcp | 1c09337f0c95cc39e9c4cd91f2f38051e8d58a9e | 0 | jenkins-modules/roles/modules | 7,192 | [
"no_license"
] | [
{
"path": "jenkins-modules/roles/modules/tasks/main.yml",
"content": "- name: Install plugin blueocean\n jenkins_plugin:\n name: blueocean\n timeout: 180\n\n- name: Install plugin build pipeline\n jenkins_plugin:\n name: build-pipeline-plugin\n timeout: 180\n\n- name: Install plugin git\n jen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | sixteentoy/levelup-social | f7847d51e9da044394ca1059e45c65bceab52402 | 0 | ops-tools/ansible/roles/deploy | 7,191 | [
"no_license"
] | [
{
"path": "ops-tools/ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n- include: pull_artifact.yml\n tags: [pull_artifact]\n\n- include: nginx.yml\n tags: [nginx]\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ops-tools/ansible/roles... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | MuhanedAhmed/Full-GitOps-Pipeline-on-AWS-with-Terraform-and-Secrets-Management | d1f6822893915da604bd85e4c9721e0b48671a70 | 0 | Ansible-Part/roles/aws-cli | 7,191 | [
"no_license"
] | [
{
"path": "Ansible-Part/roles/aws-cli/tasks/main.yaml",
"content": "\n- name: Download AWS CLI v2\n get_url:\n url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\n dest: /tmp/awscliv2.zip\n mode: '0755'\n\n- name: Unzip AWS CLI\n unarchive:\n src: /tmp/awscliv2.zip\n dest: /tmp\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | MuhanedAhmed/Full-GitOps-Pipeline-on-AWS-with-Terraform-and-Secrets-Management | d1f6822893915da604bd85e4c9721e0b48671a70 | 0 | Ansible-Part/roles/eks-apps | 7,191 | [
"no_license"
] | [
{
"path": "Ansible-Part/roles/eks-apps/tasks/main.yaml",
"content": "- name: Add repos (persistent)\n command: helm repo add argo https://argoproj.github.io/argo-helm\n\n- name: Install ArgoCD with Helm\n kubernetes.core.helm:\n name: argocd\n chart_ref: argo/argo-cd\n release_namespace: argocd\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | MuhanedAhmed/Full-GitOps-Pipeline-on-AWS-with-Terraform-and-Secrets-Management | d1f6822893915da604bd85e4c9721e0b48671a70 | 0 | Ansible-Part/roles/helm | 7,191 | [
"no_license"
] | [
{
"path": "Ansible-Part/roles/helm/vars/main.yaml",
"content": "helm_apt_key_url: \"https://baltocdn.com/helm/signing.asc\"\nhelm_apt_key_path: \"/usr/share/keyrings/helm.gpg\"\nhelm_apt_repo: \"deb [arch=amd64 signed-by={{ helm_apt_key_path }}] https://baltocdn.com/helm/stable/debian/ all main\"\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | MuhanedAhmed/Full-GitOps-Pipeline-on-AWS-with-Terraform-and-Secrets-Management | d1f6822893915da604bd85e4c9721e0b48671a70 | 0 | Ansible-Part/roles/kubectl | 7,191 | [
"no_license"
] | [
{
"path": "Ansible-Part/roles/kubectl/vars/main.yaml",
"content": "eks_cluster_name: \"gp_eks_cluster\"\naws_region: \"us-east-1\"\n\n\nkubectl_version: \"v1.31.0\"\nkubectl_arch: \"amd64\"\nkubectl_os: \"linux\"\nkubectl_url: \"https://dl.k8s.io/release/{{ kubectl_version }}/bin/{{ kubectl_os }}/{{ kubectl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | MuhanedAhmed/Full-GitOps-Pipeline-on-AWS-with-Terraform-and-Secrets-Management | d1f6822893915da604bd85e4c9721e0b48671a70 | 0 | Ansible-Part/roles/system | 7,191 | [
"no_license"
] | [
{
"path": "Ansible-Part/roles/system/tasks/main.yaml",
"content": "- name: Update apt cache\n apt:\n update_cache: yes\n- name: Install essential packages\n apt:\n name:\n - curl\n - unzip\n state: present\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": 152,
"all_permissive": false
} |
ansible_role | bhoomildayani182/Server-Security-Hardening | ca75c956c9f1cf546a41c2dbef833c6ffc4799b5 | 0 | roles/DB_Hardening | 7,191 | [
"no_license"
] | [
{
"path": "roles/DB_Hardening/tasks/ensure_no_command_history.yml",
"content": "- name: Disable command history for MySQL\n lineinfile:\n path: /etc/mysql/mysql.conf.d/mysqld.cnf # Update the path as per your MySQL configuration file\n regexp: '^disable_history$' # Adjust this regex based on how co... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3486,
"all_permissive": false
} |
ansible_role | bhoomildayani182/Server-Security-Hardening | ca75c956c9f1cf546a41c2dbef833c6ffc4799b5 | 0 | roles/OS_Hardening | 7,191 | [
"no_license"
] | [
{
"path": "roles/OS_Hardening/tasks/disable_unused_network_protocols.yml",
"content": "- name: Disable IPv6\n sysctl:\n name: \"{{ item }}\"\n value: 1\n sysctl_set: yes\n loop:\n - net.ipv6.conf.all.disable_ipv6\n - net.ipv6.conf.default.disable_ipv6\n\n- name: Disable ICMP Redirect Accept... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 14392,
"all_permissive": false
} |
ansible_role | bhoomildayani182/Server-Security-Hardening | ca75c956c9f1cf546a41c2dbef833c6ffc4799b5 | 0 | roles/Web_Hardening | 7,191 | [
"no_license"
] | [
{
"path": "roles/Web_Hardening/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Web_Hardening",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/Web_Hardening/tasks/update_applications.yml",
"content... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2321,
"all_permissive": false
} |
ansible_role | bhoomildayani182/Server-Security-Hardening | ca75c956c9f1cf546a41c2dbef833c6ffc4799b5 | 0 | roles/Web_server_Hardening | 7,191 | [
"no_license"
] | [
{
"path": "roles/Web_server_Hardening/tasks/server_tokens_off.yml",
"content": "- name: Check if server_tokens is already set\n command: \"grep -q '{{ nginx_server_tokens_line }}' {{ nginx_conf_path }}\"\n register: server_tokens_check\n changed_when: false\n\n- name: Add server_tokens off if not already... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 5705,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.