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 | irvind/personal_accounting_tdd | 9d74e8bfe5363bbd5be559c3595071304f2fdb58 | 0 | deploy_tools/roles/web | 3,598 | [
"no_license"
] | [
{
"path": "deploy_tools/roles/web/tasks/main.yml",
"content": "---\n- block:\n - name: add nginx config to sites-available\n template: src=nginx.conf\n dest=/etc/nginx/sites-available/{{site_domain}}\n notify:\n - restart nginx\n\n - name: add nginx symlink to sites-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1420,
"all_permissive": false
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | ironic-12.1.1/ironic/drivers/modules/ansible/playbooks/roles/configure | 3,598 | [
"permissive"
] | [
{
"path": "ironic-12.1.1/ironic/drivers/modules/ansible/playbooks/roles/configure/tasks/main.yaml",
"content": "- import_tasks: mounts.yaml\n when: ironic.image.type | default('whole-disk-image') == 'partition'\n- import_tasks: grub.yaml\n when: ironic.image.type | default('whole-disk-image') == 'partitio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | ironic-12.1.1/ironic/drivers/modules/ansible/playbooks/roles/discover | 3,598 | [
"permissive"
] | [
{
"path": "ironic-12.1.1/ironic/drivers/modules/ansible/playbooks/roles/discover/tasks/main.yaml",
"content": "- import_tasks: roothints.yaml\n when: ironic.root_device_hints is defined\n\n- set_fact:\n ironic_root_device: /dev/{{ item.key }}\n with_dict: \"{{ ansible_devices }}\"\n when:\n - ironi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 633,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | ironic-12.1.1/ironic/drivers/modules/ansible/playbooks/roles/prepare | 3,598 | [
"permissive"
] | [
{
"path": "ironic-12.1.1/ironic/drivers/modules/ansible/playbooks/roles/prepare/tasks/main.yaml",
"content": "- import_tasks: parted.yaml\n when: ironic.image.type | default('whole-disk-image') == 'partition'\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | neutron-14.0.1/roles/setup_logdir | 3,598 | [
"permissive"
] | [
{
"path": "neutron-14.0.1/roles/setup_logdir/tasks/main.yaml",
"content": "- name: Ensure logdir exists\n become: yes\n file:\n path: \"{{ logdir }}\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0775\n",
"license_type": "permissive",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | qinling-2.0.0/tools/gate/kubeadm/playbook/roles/docker | 3,598 | [
"permissive"
] | [
{
"path": "qinling-2.0.0/tools/gate/kubeadm/playbook/roles/docker/tasks/main.yml",
"content": "---\n- name: Install packages\n package: name={{ item }} state=present update_cache=yes\n with_items:\n - ca-certificates\n - curl\n\n- include_tasks: ubuntu.yml\n when:\n ansible_pkg_mgr == 'apt'\n\n-... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1676,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | qinling-2.0.0/tools/gate/kubeadm/playbook/roles/k8s_cli | 3,598 | [
"permissive"
] | [
{
"path": "qinling-2.0.0/tools/gate/kubeadm/playbook/roles/k8s_cli/tasks/centos.yml",
"content": "---\n- name: Set up Kubernetes repository\n yum_repository:\n name: kubernetes\n description: Kubernetes\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64\n enabled: yes\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2632,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | qinling-2.0.0/tools/gate/kubeadm/playbook/roles/kube_master | 3,598 | [
"permissive"
] | [
{
"path": "qinling-2.0.0/tools/gate/kubeadm/playbook/roles/kube_master/tasks/main.yml",
"content": "---\n- name: disable swap\n shell: swapoff -a\n\n- name: drain the node if needed\n shell: kubectl drain {{ ansible_nodename }} --delete-local-data --force --ignore-daemonsets\n ignore_errors: True\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1476,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | sahara-10.0.0/roles/build-sahara-images-cli | 3,598 | [
"permissive"
] | [
{
"path": "sahara-10.0.0/roles/build-sahara-images-cli/defaults/main.yaml",
"content": "---\nsahara_src_dir: \"{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/sahara'].src_dir }}\"\nsahara_build_directory: /var/tmp/sahara-image-build\nsahara_plugin: vanilla\n",
"license_type": "perm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 844,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | tacker-1.0.0/roles/show-net-setup | 3,598 | [
"permissive"
] | [
{
"path": "tacker-1.0.0/roles/show-net-setup/tasks/main.yaml",
"content": "- name: Print net information\n shell: sudo bash -c \"ip address > /opt/stack/ipaddress.txt\"\n\n- name: Collect net information\n fetch:\n flat: yes\n dest: \"{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": true
} |
ansible_role | FuzeSoft/OpenStack-Stein | a68af677339216b897267c879db3ab20f8b23693 | 0 | trove-11.0.0/roles/trove-devstack | 3,598 | [
"permissive"
] | [
{
"path": "trove-11.0.0/roles/trove-devstack/defaults/main.yml",
"content": "devstack_base_dir: /opt/stack\ntrove_test_datastore: 'mysql'\ntrove_test_group: ''\ntrove_resize_time_out: ''\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 107
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 417,
"all_permissive": true
} |
ansible_role | rylea105/kbtg_ca | 1a70b47ba35cb7d5e607af63f4dd056e5a6cbfaf | 0 | roles/check_ca | 3,598 | [
"no_license"
] | [
{
"path": "roles/check_ca/tasks/main.yml",
"content": "# - name: Create a directory if it does not exist\n# file:\n# path: /var/tmp/ca/\n# state: directory\n# mode: '0755'\n\n# - name: Copy ca os local to docker contrainer\n# shell: \"docker cp /root/ca/{{ ca_name }} awx_task:/var/tmp/ca/{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | mkuehn10/ansible-mastering-ansible | ff65cc76642f42ba5c41d41ce32e46b1eb0263ca | 0 | roles/apache2 | 3,598 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n - name: install web components\n apt:\n name:\n - apache2\n - apache2-dev\n - libapache2-mod-wsgi-py3\n state: present\n tags: [ 'packages' ]\n\n - name: ensure mod_wsgi enabled\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | mkuehn10/ansible-mastering-ansible | ff65cc76642f42ba5c41d41ce32e46b1eb0263ca | 0 | roles/control | 3,598 | [
"no_license"
] | [
{
"path": "roles/control/tasks/main.yml",
"content": "---\n - name: install tools\n apt:\n name:\n - curl\n state: present\n tags: [ 'packages' ]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | mkuehn10/ansible-mastering-ansible | ff65cc76642f42ba5c41d41ce32e46b1eb0263ca | 0 | roles/demo_app | 3,598 | [
"no_license"
] | [
{
"path": "roles/demo_app/tasks/main.yml",
"content": "---\n# tasks file for demo_app\n - name: install web components\n apt:\n name:\n - python3-pip\n - python3-virtualenv\n - python3-dev\n - python3-flask\n - python3-sqlalchemy\n - python3-mysqldb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | mkuehn10/ansible-mastering-ansible | ff65cc76642f42ba5c41d41ce32e46b1eb0263ca | 0 | roles/mysql | 3,598 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n - name: install tools\n apt:\n name:\n - python3-pip\n - python3-virtualenv\n - python3-dev\n - python3-mysqldb\n state: present\n tags: [ 'packages' ]\n\n - name: install mysql-server\n apt: name=mysq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | joaopauloksn/ginga | 1d703ee821df8b3c1eeefc8f191c71c174b1af98 | 0 | ms-dda/msdda-autoscaler-operator/roles/msdatadrivenautoscaling | 3,598 | [
"permissive"
] | [
{
"path": "ms-dda/msdda-autoscaler-operator/roles/msdatadrivenautoscaling/handlers/main.yml",
"content": "---\n# handlers file for MSDataDrivenAutoscaling\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 48
},
{
"path": "ms-dda/msdda-autosc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5927,
"all_permissive": true
} |
ansible_role | VictorFlikweert/fwv_ansible | df768c58e625a479c649b53118320db59067fe33 | 0 | roles/pre_check | 3,598 | [
"no_license"
] | [
{
"path": "roles/pre_check/tasks/main.yml",
"content": "# This role is simply meant to check whether we have successfully configured the project\n# All of the variables in `playbooks/vars/main.yml` are checked to ensure they are set\n- name: Ensure rancher_url is set\n ansible.builtin.assert:\n that:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1342,
"all_permissive": false
} |
ansible_role | Tombahrr/Infrastructure-Ansible | b65dbff35625f09d5b1b1aded739ae1bd582050a | 0 | roles/admin_ssh_access | 3,598 | [
"no_license"
] | [
{
"path": "roles/admin_ssh_access/tasks/main.yml",
"content": "- name: Créer le groupe admin\n group:\n name: admin\n state: present\n\n- name: Créer l'utilisateur admin\n user:\n name: admin\n group: admin\n shell: /bin/bash\n create_home: yes\n\n- name: Créer le dossier .ssh\n file:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | Tombahrr/Infrastructure-Ansible | b65dbff35625f09d5b1b1aded739ae1bd582050a | 0 | roles/apache | 3,598 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/apache.yml",
"content": "# roles/apache/tasks/apache.yml\n- name: Installer Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Activer et démarrer Apache\n service:\n name: apache2\n state: started\n enabled: yes\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | Tombahrr/Infrastructure-Ansible | b65dbff35625f09d5b1b1aded739ae1bd582050a | 0 | roles/wordpress | 3,598 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: Créer les dossiers clients\n file:\n path: \"/var/www/clients/{{ item.name }}\"\n state: directory\n owner: www-data\n group: www-data\n mode: '0755'\n loop: \"{{ clients }}\"\n\n- name: Installer unzip si manquant\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1460,
"all_permissive": false
} |
ansible_role | raalesir/ndb_cluster_ansible | 0d595dba51ef793e32f49c39389dcc72f73fa5a2 | 1 | roles/common | 3,598 | [
"no_license"
] | [
{
"path": "roles/common/templates/hosts.j2",
"content": "127.0.0.1 localhost localhost.localdomain localhost4\n\n{% for host in groups['all'] %}\n {{ hostvars[host]['ansible_ssh_host'] }} {{ hostvars[host]['hname'] }} {{ hostvars[host]['hname'] }}.{{ user_domain }}\n{% endfor %}\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | raalesir/ndb_cluster_ansible | 0d595dba51ef793e32f49c39389dcc72f73fa5a2 | 1 | roles/mysql_cluster_common | 3,598 | [
"no_license"
] | [
{
"path": "roles/mysql_cluster_common/vars/main.yml",
"content": "---\n\nmysql_version: 5.6\nmysql_cluster_base_dir: /opt/mysql/server-{{mysql_version}}\n\n#mysql_cluster_binaries: https://dev.mysql.com/get/Downloads/MySQL-Cluster-7.5/mysql-cluster-gpl-7.5.5-debian8-x86_64.deb\ncluster_data_dir: /usr/local/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | raalesir/ndb_cluster_ansible | 0d595dba51ef793e32f49c39389dcc72f73fa5a2 | 1 | roles/mysql_cluster_data | 3,598 | [
"no_license"
] | [
{
"path": "roles/mysql_cluster_data/tasks/main.yml",
"content": "---\n\n- name: Create data dir \"{{ cluster_data_dir }}\"\n file:\n path: \"{{ cluster_data_dir }}\"\n state: directory\n recurse: yes\n mode: 0644\n\n- name: Create conf dir \"{{ cluster_data_conf_dir }}\"\n file:\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | raalesir/ndb_cluster_ansible | 0d595dba51ef793e32f49c39389dcc72f73fa5a2 | 1 | roles/mysql_cluster_mgm | 3,598 | [
"no_license"
] | [
{
"path": "roles/mysql_cluster_mgm/templates/config.ini.j2",
"content": "[ndbd default]\n# Options affecting ndbd processes on all data nodes:\nNoOfReplicas=1 # Number of replicas\nDataMemory=80M # How much memory to allocate for data storage\nIndexMemory=18M # How much memory to allocate for index ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3968,
"all_permissive": false
} |
ansible_role | raalesir/ndb_cluster_ansible | 0d595dba51ef793e32f49c39389dcc72f73fa5a2 | 1 | roles/mysql_cluster_sql | 3,598 | [
"no_license"
] | [
{
"path": "roles/mysql_cluster_sql/tasks/main.yml",
"content": "---\n\n- name: Create config file '/etc/my.cnf'\n template: \n src: etc/my.cnf.j2\n dest: \"{{ cluster_data_conf_file }}\"\n # mode: 0644\n\n#- name: Copy rc.local to the host\n# template:\n# src: etc/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2016,
"all_permissive": false
} |
ansible_role | SatyamTTN/drupal_prerequisites | d3dc4e33a0de49249192597c726adc6f0b8d87ea | 0 | roles/elasticsearch | 3,598 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Download and install the public signing key\n command: rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch\n when: ansible_os_family == \"CentOS\" or ansible_os_family == \"RedHat\"\n\n- name: Add repo\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1341,
"all_permissive": false
} |
ansible_role | SatyamTTN/drupal_prerequisites | d3dc4e33a0de49249192597c726adc6f0b8d87ea | 0 | roles/java | 3,598 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: Install java \n apt: name=openjdk-8-jdk state=present\n when: ansible_os_family == \"Debian\"\n\n- name: Install Java\n yum: name=java state=present\n when: ansible_os_family == \"CentOS\" or ansible_os_family == \"RedHat\"\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | SatyamTTN/drupal_prerequisites | d3dc4e33a0de49249192597c726adc6f0b8d87ea | 0 | roles/mongo | 3,598 | [
"no_license"
] | [
{
"path": "roles/mongo/tasks/main.yml",
"content": "---\n- name: install mongodb\n apt: name=mongodb state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: install mongodb\n yum: pkg={{ item }} state=present\n with_items:\n - mongodb\n - mongodb-server\n when: ansible_os_family == \"Cent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | SatyamTTN/drupal_prerequisites | d3dc4e33a0de49249192597c726adc6f0b8d87ea | 0 | roles/mysql | 3,598 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/setup.yml",
"content": "---\n- name: MySQL | Install MySQL\n apt:\n name: \"{{ mysql_packages_debian }}\"\n state: \"present\"\n when: ansible_os_family == \"Debian\"\n\n- name: Start mysql service\n service: name=mysql state=restarted\n when: ansible_os_family == \"De... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | SatyamTTN/drupal_prerequisites | d3dc4e33a0de49249192597c726adc6f0b8d87ea | 0 | roles/nginx | 3,598 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n apt: name=nginx state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: Copy config file\n template:\n src: default.conf\n dest: /etc/nginx/sites-enabled/default\n notify: restart nginx\n when: ansible_os_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1569,
"all_permissive": false
} |
ansible_role | SatyamTTN/drupal_prerequisites | d3dc4e33a0de49249192597c726adc6f0b8d87ea | 0 | roles/php | 3,598 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: PHP | install php packages\n apt:\n name: \"{{ php_packages_debian }}\"\n state: \"present\"\n when: ansible_os_family == \"Debian\"\n\n- name: restart php-fpm\n service: name=php7.2-fpm state=restarted\n when: ansible_os_family == \"D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1197,
"all_permissive": false
} |
ansible_role | SatyamTTN/drupal_prerequisites | d3dc4e33a0de49249192597c726adc6f0b8d87ea | 0 | roles/redis | 3,598 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: install redis\n apt: name=redis state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: install redis\n yum: name=redis state=latest\n when: ansible_os_family == \"CentOS\" or ansible_os_family == \"RedHat\"\n\n- name: start redis\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | thangacodes/ansible | 728801058ea2bc2357eff1dd634b90608f81b8b6 | 0 | dynamic_inventory/roles/apache_install | 3,598 | [
"no_license"
] | [
{
"path": "dynamic_inventory/roles/apache_install/tasks/main.yml",
"content": "---\n- name: Ping the remote servers\n ping:\n register: ping_out\n- debug:\n msg: \"{{ ping_out }}\"\n when: debug_enabled | default(false)\n- name: Find remote machines IP Address\n command: hostname -i\n register: ip_o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | thangacodes/ansible | 728801058ea2bc2357eff1dd634b90608f81b8b6 | 0 | roles/anvi | 3,598 | [
"no_license"
] | [
{
"path": "roles/anvi/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for anvi\n- name: \"Checking the variable value in task section using debug module\"\n debug:\n msg: \"Your postgres db root username is: {{ psql_username }} and password is: {{ psql_password }} and por... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | thangacodes/ansible | 728801058ea2bc2357eff1dd634b90608f81b8b6 | 0 | roles/td | 3,598 | [
"no_license"
] | [
{
"path": "roles/td/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for td\n\n- name: Pulling the variables in tasks section\n debug:\n msg: \"Your aws access_key is: {{ access_key }}, secret_key is: {{ secret_access_key }}\"\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | danielsbezerra/ansible-aws | 7348ce66fe1d904c4e8f683ee7d1bec6e0554931 | 0 | roles/database | 3,638 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n- name: Create (or update) MySQL Database\n azure_rm_mysqldatabase:\n resource_group: TestGroup\n server_name: testserver\n name: db1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | danielsbezerra/ansible-aws | 7348ce66fe1d904c4e8f683ee7d1bec6e0554931 | 0 | roles/ec2instance | 3,638 | [
"no_license"
] | [
{
"path": "roles/ec2instance/vars/main.yml",
"content": "---\n# aws_access_key: \"\"\n# aws_secret_key: \"\"\naws_keypair: \"proposify-qa.pem\" #pem file name\naws_acct_vpc_id: \"vpc-0e554f75\"\naws_vpc_subnet: \"subnet-d44c92fa\"\naws_group: \"{{ app_name }}-{{ server_env }}\"\naws_instance_type: \"t2.micr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3988,
"all_permissive": false
} |
ansible_role | kudokunn/TICK | 8a8a2ceca60b34d3cf98caa21f0e423b9e5b17b5 | 0 | roles/grafana | 3,638 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "- name: Add repository mariadb\n template:\n src: grafana.repo.j2\n dest: /etc/yum.repos.d/grafana.repo.j2\n\n- name: install grafana\n yum:\n name: grafana\n state: latest\n \n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | kudokunn/TICK | 8a8a2ceca60b34d3cf98caa21f0e423b9e5b17b5 | 0 | roles/tick | 3,638 | [
"no_license"
] | [
{
"path": "roles/tick/tasks/install.yml",
"content": "- name: install TICK\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - influxdb\n - telegraf\n - kapacitor\n notify: start_service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/MSSQL-Deployment | 214df3725dfe8b07d2665da17859fc2a33ab32d3 | 1 | roles/mssql | 3,638 | [
"no_license"
] | [
{
"path": "roles/mssql/tasks/create_ns.yml",
"content": "---\n - name: Create namespace or OCP project for mssql pods\n kubernetes.core.k8s:\n state: present\n definition:\n kind: Namespace\n apiVersion: v1\n metadata:\n name: \"{{ sql_projectname_ns }}\"\n\n"... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 9356,
"all_permissive": false
} |
ansible_role | cbartolome-xv/project-config-operator | c8ff7a972402976994320df226b8f2b6d316b865 | 0 | roles/projectconfig | 3,638 | [
"no_license"
] | [
{
"path": "roles/projectconfig/tasks/main.yml",
"content": "---\n- name: ProjectConfig event\n debug:\n msg: \"New project event\"\n\n- name: Find all projects\n # Review Ansible version and use k8s_facts if is below 2.7\n k8s_info:\n api_version: project.openshift.io/v1\n kind: Project\n regis... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | wmo-im/wis2-global-services-testing | 7133710c04eb8de8b5b565854907739a2ac725f3 | 0 | tools/WIS2 Bench Tools/ansible-wis2-bench-tools/roles/wis2-bench-tools | 3,638 | [
"permissive"
] | [
{
"path": "tools/WIS2 Bench Tools/ansible-wis2-bench-tools/roles/wis2-bench-tools/defaults/main.yml",
"content": "---\n# defaults file for incoming-sftp\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 38
},
{
"path": "tools/WIS2 Bench Tool... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3282,
"all_permissive": true
} |
ansible_role | wmo-im/wis2-global-services-testing | 7133710c04eb8de8b5b565854907739a2ac725f3 | 0 | tools/WIS2 Bench Tools/ansible-wis2-bench-tools/roles/wis2-bench-tools-remove | 3,638 | [
"permissive"
] | [
{
"path": "tools/WIS2 Bench Tools/ansible-wis2-bench-tools/roles/wis2-bench-tools-remove/tasks/main.yml",
"content": "###- name: Create directory '/tmp/in'\n### ansible.builtin.file:\n### path: /tmp/in\n### state: directory\n### recurse: no\n### owner: root\n### group: root\n### mode: 077... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2932,
"all_permissive": true
} |
ansible_role | wmo-im/wis2-global-services-testing | 7133710c04eb8de8b5b565854907739a2ac725f3 | 0 | tools/WIS2 Bench Tools/ansible-wis2-bench-tools/roles/wis2-sshkeys | 3,638 | [
"permissive"
] | [
{
"path": "tools/WIS2 Bench Tools/ansible-wis2-bench-tools/roles/wis2-sshkeys/tasks/main.yml",
"content": "- name: Set authorized key taken from file\n ansible.posix.authorized_key:\n user: rocky\n state: present\n key: \"{{ lookup('file', '/home/ansible/.ssh/id_ed25519.pub') }}\"\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": true
} |
ansible_role | wmo-im/wis2-global-services-testing | 7133710c04eb8de8b5b565854907739a2ac725f3 | 0 | tools/WIS2 Data Generation/ansible-wis2-data-generators/roles/wis2-data-nodes | 3,638 | [
"permissive"
] | [
{
"path": "tools/WIS2 Data Generation/ansible-wis2-data-generators/roles/wis2-data-nodes/tasks/main.yml",
"content": "# INSTALL DOCKER INSTEAD OF PODMAN\n- name: remove podman rpms\n become: true\n ansible.builtin.dnf:\n name: podman,podman-docker,podman-plugins,podman-catatonit,podman-gvproxy,containe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4218,
"all_permissive": true
} |
ansible_role | wmo-im/wis2-global-services-testing | 7133710c04eb8de8b5b565854907739a2ac725f3 | 0 | tools/WIS2 Data Generation/ansible-wis2-data-generators/roles/wis2-data-nodes-remove | 3,638 | [
"permissive"
] | [
{
"path": "tools/WIS2 Data Generation/ansible-wis2-data-generators/roles/wis2-data-nodes-remove/tasks/main.yml",
"content": "- name: un-deploy docker compose stack\n remote_user: \"{{ ansible_user }}\"\n become: False\n community.docker.docker_compose_v2:\n files:\n - traefik-docker-compose.yml\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 641,
"all_permissive": true
} |
ansible_role | wmo-im/wis2-global-services-testing | 7133710c04eb8de8b5b565854907739a2ac725f3 | 0 | tools/WIS2 Data Generation/ansible-wis2-data-generators/roles/wis2-nodes-info | 3,638 | [
"permissive"
] | [
{
"path": "tools/WIS2 Data Generation/ansible-wis2-data-generators/roles/wis2-nodes-info/tasks/main.yml",
"content": "- name: report server stats\n shell: |\n echo \"Info from ipinfo.io\"\n curl ipinfo.io | egrep \"(ip|city|org)\"\n echo \"Ping to www.free.fr\"\n ping www.free.fr -c 3| head -n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": true
} |
ansible_role | wmo-im/wis2-global-services-testing | 7133710c04eb8de8b5b565854907739a2ac725f3 | 0 | tools/WIS2 Notification Messages/ansible-wis2-traffic-generators/roles/wis2-traffic-nodes | 3,638 | [
"permissive"
] | [
{
"path": "tools/WIS2 Notification Messages/ansible-wis2-traffic-generators/roles/wis2-traffic-nodes/tasks/main.yml",
"content": "#- name: Create directory '/tmp/in'\n# ansible.builtin.file:\n# path: /tmp/in\n# state: directory\n# recurse: no\n# owner: root\n# group: root\n# mode: 0775\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4233,
"all_permissive": true
} |
ansible_role | jamesooo/ansible-magento | 6586fc2af9393ecca4d79d779b29760611eb8b39 | 0 | ansible/roles/magento | 3,638 | [
"no_license"
] | [
{
"path": "ansible/roles/magento/tasks/main.yml",
"content": "---\n- name: Download Magento Downloader \n get_url: url=http://www.magentocommerce.com/downloads/assets/{{ mag_version }}/magento-{{ mag_version }}.tar.gz dest=/srv/magento-{{ mag_version }}.tar.gz\n\n- name: Extract Archive\n command: chdir=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 838,
"all_permissive": false
} |
ansible_role | jamesooo/ansible-magento | 6586fc2af9393ecca4d79d779b29760611eb8b39 | 0 | ansible/roles/magento-sample-data | 3,638 | [
"no_license"
] | [
{
"path": "ansible/roles/magento-sample-data/tasks/main.yml",
"content": "---\n- name: Download Magento Sample Data\n get_url: url=http://www.magentocommerce.com/downloads/assets/{{ mag_version }}/magento-sample-data-{{ mag_version }}.tar dest=/srv/magento-sample-data-{{ mag_version }}.tar\n\n- name: Unzip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | jamesooo/ansible-magento | 6586fc2af9393ecca4d79d779b29760611eb8b39 | 0 | ansible/roles/magerun | 3,638 | [
"no_license"
] | [
{
"path": "ansible/roles/magerun/tasks/main.yml",
"content": "---\n- name: install n98-magerun.phar\n get_url: url=http://files.magerun.net/n98-magerun-latest.phar dest=/usr/local/bin/{{ n98_magerun_name }} mode=0774",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | jamesooo/ansible-magento | 6586fc2af9393ecca4d79d779b29760611eb8b39 | 0 | ansible/roles/memcached | 3,638 | [
"no_license"
] | [
{
"path": "ansible/roles/memcached/tasks/main.yml",
"content": "---\n- name: install memcached\n yum: name=memcached state=present\n\n- name: start memcached\n command: /etc/init.d/memcached start\n\n- name: add memcached to /etc/rc.d/rc.local to start on boot\n lineinfile: dest=/etc/rc.d/rc.local line=\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | jamesooo/ansible-magento | 6586fc2af9393ecca4d79d779b29760611eb8b39 | 0 | ansible/roles/php-fpm | 3,638 | [
"no_license"
] | [
{
"path": "ansible/roles/php-fpm/tasks/main.yml",
"content": "---\n- name: enable php54 repo\n command: rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm\n ignore_errors: yes\n\n- name: Install php-fpm and deps \n yum: name={{ item }} state=present\n with_items:\n - php54w-fpm\n - php54w-ench... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | jamesooo/ansible-magento | 6586fc2af9393ecca4d79d779b29760611eb8b39 | 0 | ansible/roles/xdebug | 3,638 | [
"no_license"
] | [
{
"path": "ansible/roles/xdebug/tasks/main.yml",
"content": "---\n- name: install xdebug on the server\n yum: name=php54w-pecl-xdebug state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | immanuel12/ansible | 5e4c9126cac3a310eff39a1d2bd67fd5cc72ce1a | 0 | roles/mongodb | 3,638 | [
"no_license"
] | [
{
"path": "roles/mongodb/handlers/main.yml",
"content": "---\n# handlers file for mongodb\n- name: restart mongodb\n become: true\n service:\n name: mongodb\n state: restarted\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/mon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/baremental | 3,638 | [
"no_license"
] | [
{
"path": "roles/baremental/tasks/add_repo.yml",
"content": "---\n- name: Update packages for Servers\n yum:\n name: '*'\n state: latest\n\n- name: Enable the Openstack repository\n yum:\n name: \"centos-release-openstack-{{ openstack_release }}\"\n\n- name: Enable the Openstack client\n yum:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1031,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/certificates | 3,638 | [
"no_license"
] | [
{
"path": "roles/certificates/tasks/main.yml",
"content": "---\n- include_tasks: generate.yml\n when: enable_ssl | bool \n- include_tasks: octavia_cert.yml \n when: enable_octavia | bool",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/cert... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8414,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_barbican | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_barbican/tasks/config.yml",
"content": "---\n- name: Check /etc/barbican/barbican.conf.bak existed\n stat:\n path: /etc/barbican/barbican.conf.bak\n register: barbican_conf_bak\n\n- name: Check /etc/barbican/barbican-api-paste.ini.bak existed\n stat:\n path: /etc/barbican/b... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5948,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_cinder | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_cinder/tasks/restart_service.yml",
"content": "---\n- name: Restart service Nova-API\n systemd:\n state: restarted\n enabled: true\n name: openstack-nova-api.service\n \n- name: Start Service Cinder-API\n systemd:\n state: restarted\n enabled: true\n name: ope... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7077,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_docker | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_docker/tasks/setup-RedHat.yml",
"content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-common\n - docker-engine\n state: absent\n\n- name: Add Docker GPG key.\n rpm_key:\n key: \"{{ docker_yum_gpg_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1947,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_glance | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_glance/templates/glance-api.conf.j2",
"content": "[DEFAULT]\nbind_host = {{ MGNT_IP }}\nbind_port = 9292\nshow_image_direct_url = True\nshow_multiple_locations = True\nuse_forwarded_for = true\n[cinder]\n[cors]\n[database]\nconnection = mysql+pymysql://glance:{{ glancedb_pass }}@{{ ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2668,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_heat | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_heat/tasks/main.yml",
"content": "---\n- include_tasks: \"{{ my_action }}.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/install_heat/tasks/restart_service.yml",
"content": "---\n- name: Enable and Restart ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7656,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_horizon | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_horizon/tasks/config_horizon.yml",
"content": "---\n- name: Check /etc/openstack-dashboard/local_settings.bak existed\n stat:\n path: /etc/openstack-dashboard/local_settings.bak\n register: horizon_conf_bak\n\n- name: Backup file config horizon\n copy:\n src: /etc/openstack-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_keystone | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_keystone/defaults/main.yml",
"content": "---\nkeystone_packages:\n - openstack-keystone\n - httpd\n - mod_wsgi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/install_keystone/tasks/config_replicate_contain... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 19882,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_mariadb | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_mariadb/tasks/install_mariadb.yml",
"content": "---\n- name: Setup repository\n ini_file:\n path: /etc/yum.repos.d/MariaDB.repo\n section: mariadb\n option: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n with_dict: '{{ mariadb_repo }}'\n notify:\n - Ensur... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4306,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_neutron | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_neutron/tasks/config_network.yml",
"content": "---\n- name: Start OpenvSwitch\n systemd:\n state: started\n enabled: true\n name: openvswitch\n\n- name: Create OVS bridge\n openvswitch_bridge:\n bridge: br-provider\n state: present\n fail_mode: secure\n register... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4198,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_neutron_ovs | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_neutron_ovs/tasks/install_neutron_ovs.yml",
"content": "---\n- name: Install Neutron services\n yum:\n name: \"{{ neutron_ovs_packages }}\"\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/install_neutron_o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_nova | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_nova/templates/nova.conf.j2",
"content": "[DEFAULT]\nmy_ip = {{ MGNT_IP }}\nrootwrap_config = /etc/nova/rootwrap.conf\nenabled_apis = osapi_compute,metadata\nosapi_compute_listen = {{ MGNT_IP }}\nmetadata_host = {{ MGNT_IP }}\nmetadata_listen = {{ MGNT_IP }}\nmetadata_listen_port = ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4944,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_nova_cell | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_nova_cell/tasks/install_nova_cell.yml",
"content": "---\n- name: Install Nova-Compute services\n yum:\n name: \"{{ nova_compute_packages }}\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/install_nova_cell... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5691,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_octavia | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_octavia/tasks/register.yml",
"content": "---\n- name: Create user Octavia\n os_user:\n name: octavia\n auth: \"{{ openstack_auth }}\"\n password: \"{{ <PASSWORD> }}\"\n domain: default\n ca_cert: \"{{ openstack_cacert }}\"\n run_once: true\n\n- name: Add role admin ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10276,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_pacemaker | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_pacemaker/files/pacemakernodes.py",
"content": "#!/usr/bin/python\n\nimport commands\n\n\nout = commands.getstatusoutput(\"pcs status\")\nbegin = out[1].index('Online')\nend = out[1].index('Full list of resources')\n\ndata = out[1][begin:end].strip(\"Online: [ \")\n\nnodes = data[:-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_placement | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_placement/tasks/register.yml",
"content": "---\n- name: Create user Placement\n os_user:\n name: placement\n auth: \"{{ openstack_auth }}\"\n password: \"{{ <PASSWORD> }}\"\n domain: default\n ca_cert: \"{{ openstack_cacert }}\"\n run_once: true\n\n- name: Create ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1752,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/install_rabbitmq | 3,638 | [
"no_license"
] | [
{
"path": "roles/install_rabbitmq/tasks/create_user_rabbitmq.yml",
"content": "---\n#- name: Config Mirror Queue\n# shell: | \n# rabbitmqctl add_user openstack {{ rabbitmq_pass }}\n# rabbitmqctl set_permissions openstack \".*\" \".*\" \".*\"\n# rabbitmqctl set_user_tags openstack administ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2911,
"all_permissive": false
} |
ansible_role | itzuitinh/Deploy-OPS-Ansible | 90d3074f9537749401c6abe2e201392dc60f1718 | 0 | roles/openstack_facts | 3,638 | [
"no_license"
] | [
{
"path": "roles/openstack_facts/templates/hosts.j2",
"content": "#ByAnsible\n127.0.0.1 localhost \n::1 localhost\n{% for item in groups['all'] %}\n{{ hostvars[item]['ansible_' + MGNT_IF]['ipv4']['address'] }} {{ item }} {{ hostvars[item].inventory_hostname_short }}\n{% endfor %}\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1875,
"all_permissive": false
} |
ansible_role | wohshon/ansible-ocp3-aws-installation | 98c8530a486d572206d629d16779b979a092e832 | 0 | roles/common | 3,638 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# This role spins up 1 master and 3 worker nodes\n# tag them\n# add them to host groups\n\n# master nodes\n# add master, node and infra sg\n- name: Create Master Nodes\n local_action:\n module: ec2\n key_name: \"{{ keyname }}\"\n group_id: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4486,
"all_permissive": false
} |
ansible_role | wohshon/ansible-ocp3-aws-installation | 98c8530a486d572206d629d16779b979a092e832 | 0 | roles/hosts_file | 3,638 | [
"no_license"
] | [
{
"path": "roles/hosts_file/templates/hosts.j2",
"content": "# Create an OSEv3 group that contains the master, nodes, etcd, and lb groups.\n[OSEv3:children]\nmasters\nnodes\netcd\n#nfs\n\n# Set variables common for all OSEv3 hosts\n[OSEv3:vars]\n#ansible_ssh_user=ec2-user\nansible_ssh_user=root\nansible_ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3790,
"all_permissive": false
} |
ansible_role | wohshon/ansible-ocp3-aws-installation | 98c8530a486d572206d629d16779b979a092e832 | 0 | roles/install | 3,638 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "---\n- name: turn off check\n shell: \"export ANSIBLE_HOST_KEY_CHECKING=False\"\n\n- name: run ansible script\n shell: \"/bin/ansible-playbook -i /root/hosts /usr/share/ansible/openshift-ansible/playbooks/byo/config.yml -vvv\"\n# shell: \"/bin/ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | wohshon/ansible-ocp3-aws-installation | 98c8530a486d572206d629d16779b979a092e832 | 0 | roles/keys | 3,638 | [
"no_license"
] | [
{
"path": "roles/keys/tasks/main.yml",
"content": "---\n# This role exchange the keys for the private ip address\n\n- name: Wait for master SSH to come up\n wait_for:\n host: \"{{ item.private_ip_address }}\"\n port: 22\n delay: 3\n timeout: 10\n state: started\n with_items: \"{{ hostvars['... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | wohshon/ansible-ocp3-aws-installation | 98c8530a486d572206d629d16779b979a092e832 | 0 | roles/prereq | 3,638 | [
"no_license"
] | [
{
"path": "roles/prereq/tasks/main.yml",
"content": "---\n# This role install the prereq for OCP v3 installtion\n\n- name: Wait for master SSH to come up\n wait_for:\n host: \"{{ item.private_ip_address }}\"\n port: 22\n delay: 3\n timeout: 5\n state: started\n with_items: \"{{ hostvars['lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1595,
"all_permissive": false
} |
ansible_role | balu141/nexus | ca30b4792b6b63981ba8fa9b17f6ee420d9d86d8 | 0 | roles/basic | 3,638 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "---\n - name: Check for the Home Directory\n stat:\n path: \"{{base_dir}}\"\n register: check_home\n\n - include: create_dir_structure.yml\n when: check_home.stat.exists == false\n\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | balu141/nexus | ca30b4792b6b63981ba8fa9b17f6ee420d9d86d8 | 0 | roles/java | 3,638 | [
"no_license"
] | [
{
"path": "roles/java/README.md",
"content": "# java installation\n\n### vagrant\n\n ansible-playbook java.yml\n\n### DC\n\n ansible-playbook -i <inventory> java.yml --become --become-user=iagcit -u <user> --ask-become-pass -k",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1825,
"all_permissive": false
} |
ansible_role | balu141/nexus | ca30b4792b6b63981ba8fa9b17f6ee420d9d86d8 | 0 | roles/nexus | 3,638 | [
"no_license"
] | [
{
"path": "roles/nexus/files/password_generation.sh",
"content": "#!/bin/bash\n\nnexus_keystore_password=$1\njava_location=$2\nnexus_lib_location=$3\nutil_list=$4\n\n$java_location/java -cp $nexus_lib_location/$util_list org.eclipse.jetty.util.security.Password $nexus_keystore_password 2>&1 | grep OBF | tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7027,
"all_permissive": false
} |
ansible_role | balu141/nexus | ca30b4792b6b63981ba8fa9b17f6ee420d9d86d8 | 0 | roles/nexus-iq | 3,638 | [
"no_license"
] | [
{
"path": "roles/nexus-iq/tasks/main.yml",
"content": "---\n- name: create nexus_iq directory\n file:\n path: \"{{nexus_iq_dir}}\"\n state: directory\n recurse: yes\n\n- name: extract nexus_iq to {{nexus_iq_dir}}\n unarchive:\n src: \"{{nexus_iq_download_url}}\"\n dest: \"{{nexus_iq_dir}}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2713,
"all_permissive": false
} |
ansible_role | balu141/nexus | ca30b4792b6b63981ba8fa9b17f6ee420d9d86d8 | 0 | roles/nexus-iq-upgrade | 3,638 | [
"no_license"
] | [
{
"path": "roles/nexus-iq-upgrade/files/stop_nexus-iq.sh",
"content": "#!/bin/sh\n pid=`ps aux | grep nexus-{{ nexus_iq_old_version }} | grep -v grep | awk '{print $2}'`\n kill $pid",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/nex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4057,
"all_permissive": false
} |
ansible_role | balu141/nexus | ca30b4792b6b63981ba8fa9b17f6ee420d9d86d8 | 0 | roles/nginx | 3,638 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.conf.j2",
"content": "upstream artifactory {\n server {% for host in groups['all'] %}{{ host }}{% endfor %}:9443;\n\n }\n\n ssl_certificate {{ ansible_env.HOME }}/ssl/{{ dns }}.crt;\n ssl_certificate_key {{ ansible_env.HOME }}/ssl/{{ dns }}.key;\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 13500,
"all_permissive": false
} |
ansible_role | balu141/nexus | ca30b4792b6b63981ba8fa9b17f6ee420d9d86d8 | 0 | roles/nx-upgrade | 3,638 | [
"no_license"
] | [
{
"path": "roles/nx-upgrade/README.md",
"content": "# nexus-pro upgrade\n\n### vagrant\n\n ansible-playbook nexus-upgrade.yml\n\n### DC\n\n ansible-playbook -i <inventory> nexus-upgrade.yml --become --become-user=iagcit -u <user> --ask-become-pass -k\n\n# nexus-oss upgrade\n\n### vagrant\n\n ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3350,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_centos/2.installLAMP/roles/web | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_centos/2.installLAMP/roles/web/tasks/install_httpd.yml",
"content": "---\r\n# These tasks install http and the php modules.\r\n\r\n- name: Install http and php etc\r\n dnf:\r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - httpd\r\n - php\r\n - php-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_centos/4.roleSSH_key/roles/ssh-copy-id | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_centos/4.roleSSH_key/roles/ssh-copy-id/handlers/main.yml",
"content": "---\r\n# handlers file for ssh-copy-id\r\n - name: sshd restart\r\n systemd:\r\n name: sshd\r\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_centos/all_roles/roles/common | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_centos/all_roles/roles/common/tasks/main.yaml",
"content": "---\r\n- name: update all package\r\n import_tasks: updateOS.yaml\r\n\r\n- name: install chrony\r\n import_tasks: chrony.yaml\r\n \r\n- name: test to see if selinux is running\r\n command: getenforce\r\n register: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_centos/all_roles/roles/docker-ce | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_centos/all_roles/roles/docker-ce/tasks/main.yml",
"content": "---\r\n# tasks file for docker-ce\r\n - name: install docker repo\r\n command:\r\n cmd: \"dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo\"\r\n\r\n\r\n - name: install docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_centos/all_roles/roles/docker-swarm | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_centos/all_roles/roles/docker-swarm/tasks/main.yml",
"content": "---\r\n#tasks file for docker-swarm\r\n\r\n- name: config firewalld for docker swarm\r\n ansible.posix.firewalld:\r\n service : docker-swarm\r\n permanent: yes\r\n immediate: yes\r\n state: enabled\r\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3083,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_centos/all_roles/roles/selinux | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_centos/all_roles/roles/selinux/defaults/main.yml",
"content": "---\r\n# defaults file for selinux\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible_playbook_centos/all_roles/roles/selinux/vars/main.yml",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_ubuntu2004/2.installLAMP/roles/common | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_ubuntu2004/2.installLAMP/roles/common/tasks/updateOS.yaml",
"content": "---\r\n- name: Upgrade all packages\r\n dnf:\r\n name: \"*\"\r\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "ansible_playbo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_ubuntu2004/2.installLAMP/roles/db | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_ubuntu2004/2.installLAMP/roles/db/handlers/main.yml",
"content": "---\r\n# Handler to handle DB tier notifications\r\n\r\n- name: restart mysql\r\n systemd:\r\n name: mysqld\r\n state: restarted\r\n\r\n- name: restart iptables\r\n service:\r\n name: iptables\r\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_ubuntu2004/2.installLAMP/roles/web | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_ubuntu2004/2.installLAMP/roles/web/handlers/main.yml",
"content": "---\r\n# Handler for the webtier: handlers are called by other plays.\r\n# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.\r\n\r\n- name: restart firewalld\r\n systemd:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_ubuntu2004/all_roles/roles/common | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_ubuntu2004/all_roles/roles/common/tasks/updateOS.yaml",
"content": "---\r\n- name: Upgrade all packages\r\n apt:\r\n name: \"*\"\r\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "ansible_playbook_u... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_ubuntu2004/all_roles/roles/docker-ce | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_ubuntu2004/all_roles/roles/docker-ce/tasks/main.yml",
"content": "---\r\n# tasks file for docker-ce\r\n- name: install docker requirment\r\n apt:\r\n name:\r\n - ca-certificates\r\n - curl\r\n - gnupg\r\n - lsb-release\r\n - python3-pip\r\n\r\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_ubuntu2004/all_roles/roles/docker-swarm | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_ubuntu2004/all_roles/roles/docker-swarm/tasks/main.yml",
"content": "---\r\n#tasks file for docker-swarm\r\n\r\n#- name: config firewalld for docker swarm\r\n# ansible.posix.firewalld:\r\n# service : docker-swarm\r\n# permanent: yes\r\n# immediate: yes\r\n# state: en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2255,
"all_permissive": false
} |
ansible_role | lovesharepc/vagrant_lab | 6237a688b7ab5237b636671e3b7d02fbb8ea182e | 2 | ansible_playbook_ubuntu2004/all_roles/roles/ssh-copy-id | 3,638 | [
"no_license"
] | [
{
"path": "ansible_playbook_ubuntu2004/all_roles/roles/ssh-copy-id/vars/main.yml",
"content": "---\r\n# vars file for ssh-copy-id\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible_playbook_ubuntu2004/all_roles/roles/ssh-copy-id/README.md"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 844,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.