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 | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | cdh/roles/cm_all | 5,877 | [
"no_license"
] | [
{
"path": "cdh/roles/cm_all/tasks/main.yml",
"content": "---\n - name: unarchive cm package\n unarchive:\n src: '{{cdh_packages_dir}}{{cm_package}}'\n dest: /opt/\n tags:\n - skip_task\n\n - name: get cm path\n shell: ls -d /opt/cm-*\n register: cm_path\n\n - name: modify cloudera-scm-agent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | cdh/roles/cm_master | 5,877 | [
"no_license"
] | [
{
"path": "cdh/roles/cm_master/tasks/main.yml",
"content": "---\n- name: create parcel-repo\n file:\n path: /opt/cloudera/parcel-repo\n owner: cloudera-scm\n group: cloudera-scm\n\n- name: copy file to parcel-repo\n copy:\n src: '{{item}}'\n dest: \"/opt/cloudera/parcel-repo/{{ item | basename |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | cdh/roles/common | 5,877 | [
"no_license"
] | [
{
"path": "cdh/roles/common/handlers/main.yml",
"content": "---\n- name: restart ntp service\n service:\n name: ntpd\n state: restarted\n enabled: yes\n\n- name: restart crontab service\n service:\n name: crond\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3419,
"all_permissive": false
} |
ansible_role | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | cdh/roles/jdk | 5,877 | [
"no_license"
] | [
{
"path": "cdh/roles/jdk/tasks/main.yml",
"content": "---\n - name: install dependent package\n yum: \n name: \"{{item}}\"\n with_items:\n - chkconfig \n - python \n - bind-utils \n - psmisc \n - libxslt \n - zlib \n - sqlite \n - cyrus-sasl-plain \n - cyrus-sasl-gssapi \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1235,
"all_permissive": false
} |
ansible_role | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | cdh/roles/mysql | 5,877 | [
"no_license"
] | [
{
"path": "cdh/roles/mysql/tasks/main.yml",
"content": "---\n - name: remove old mysql\n yum:\n name: 'mysql*'\n state: absent\n\n - name: pre-install mysql\n unarchive:\n src: '{{cdh_packages_dir}}{{mysql}}'\n dest: /tmp/cdh/\n tags:\n - skip_task\n\n - name: get mysql pkgs\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6551,
"all_permissive": false
} |
ansible_role | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | patroni/roles/common | 5,877 | [
"no_license"
] | [
{
"path": "patroni/roles/common/tasks/main.yml",
"content": "---\n- name: remove old postgresql if exists\n yum:\n name: postgresql-9.2.24\n state: absent\n ignore_errors: yes\n\n- name: install packages\n yum:\n name:\n - postgresql{{ pg_fullversion.split(\".\")[0] }}-server-{{ pg_fullversion }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | patroni/roles/etcd | 5,877 | [
"no_license"
] | [
{
"path": "patroni/roles/etcd/templates/etcd.conf.j2",
"content": "ETCD_NAME={{ etcd_name }}{{groups.etcd_cluster.index(inventory_hostname)}}\nETCD_DATA_DIR=\"{{ etcd_data_dir }}\"\nETCD_LISTEN_PEER_URLS=\"http://{{ ansible_default_ipv4.address }}:{{ etcd_initial_port }}\"\nETCD_LISTEN_CLIENT_URLS=\"http://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | Liuzhj/DeployDB | dbc1fd985fcd485bc1fd93e595bd1e28f1fc052e | 4 | patroni/roles/patroni | 5,877 | [
"no_license"
] | [
{
"path": "patroni/roles/patroni/tasks/main.yml",
"content": "---\n- name: install pkgs for patroni\n yum:\n name: \n - python3-psycopg2\n - python3\n - python3-pip\n - python3-devel\n - gcc\n\n- name: install patroni if {{ pypi_server }} is defined\n when: pypi_server is defined\n pip:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7371,
"all_permissive": false
} |
ansible_role | danielarabang/CPE232_RABANG_HOA8 | dbf7584f06356d59d87acd36ec55ef61daccdb0a | 0 | roles/nagios | 5,877 | [
"no_license"
] | [
{
"path": "roles/nagios/tasks/main.yml",
"content": "\n - name: update package cache for Ubuntu\n apt:\n become: yes\n name: \"*\"\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: install nagios for Ubuntu\n apt:\n name:\n - nagios4\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | yuganderreddy/expense-ansible-roles | a47b9688d5d603e6269c90057f52ffb62f22258e | 0 | roles/frontend | 5,877 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/templates/expense.conf.j2",
"content": "proxy_http_version 1.1;\n#listen 80;\nlocation /api/ { proxy_pass http://{{ BACKEND_HOST }}:8080/; }\n\nlocation /health {\n stub_status on;\n access_log off;\n}",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | Stalex47/Ansible | b9fba2cce2481b69ca5e5a4eaa442736bcaee862 | 0 | lab2/roles/dir_and_file | 5,877 | [
"no_license"
] | [
{
"path": "lab2/roles/dir_and_file/defaults/main.yml",
"content": "---\n# defaults file for Lab2\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "lab2/roles/dir_and_file/tasks/main.yml",
"content": "---\n# tasks file for Lab2\n- name: Crea... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | Stalex47/Ansible | b9fba2cce2481b69ca5e5a4eaa442736bcaee862 | 0 | lab2/roles/user_and_group | 5,877 | [
"no_license"
] | [
{
"path": "lab2/roles/user_and_group/handlers/main.yml",
"content": "---\n# handlers file for user_and_group\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "lab2/roles/user_and_group/defaults/main.yml",
"content": "---\n# defaults file for us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | Stalex47/Ansible | b9fba2cce2481b69ca5e5a4eaa442736bcaee862 | 0 | lab5/roles/lab5 | 5,877 | [
"no_license"
] | [
{
"path": "lab5/roles/lab5/tasks/main.yml",
"content": "---\n# Lab5\n- name: Block 5-1\n block:\n - name: Create user and dir\n user:\n name: \"{{ dest_user }}\"\n password: \"{{<PASSWORD> | password_hash('<PASSWORD>')}}\"\n createhome: yes\n shell: /bin/bash\n rescue: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | Stalex47/Ansible | b9fba2cce2481b69ca5e5a4eaa442736bcaee862 | 0 | lab6/roles/nginx | 5,877 | [
"no_license"
] | [
{
"path": "lab6/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx Web Server on RedHat Family\n yum:\n name=nginx\n state=latest\n when:\n ansible_os_family == \"RedHat\"\n notify:\n - nginx systemd\n\n- name: Replace NGINX config\n template:\n src=templates/nginx.conf\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 757,
"all_permissive": false
} |
ansible_role | Stalex47/Ansible | b9fba2cce2481b69ca5e5a4eaa442736bcaee862 | 0 | lab7/roles/check | 5,877 | [
"no_license"
] | [
{
"path": "lab7/roles/check/tasks/main.yml",
"content": "---\n- name: Check_NGINX\n uri:\n url: \"http://{{ ansible_host }}:{{ nginx_port }}\"\n status_code: 200\n delegate_to: 127.0.0.1 \n register: result\n\n- name: Show result NGINX\n debug:\n msg: \"{{ result.status }}\"\n \n#- name: ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | Stalex47/Ansible | b9fba2cce2481b69ca5e5a4eaa442736bcaee862 | 0 | lab8/roles/dir_and_file | 5,877 | [
"no_license"
] | [
{
"path": "lab8/roles/dir_and_file/tasks/main.yml",
"content": "---\n# tasks file for Lab8\n- name: Create dir\n file:\n path: \"{{ fs_dir }}\"\n state: directory\n mode: '0755'\n- name: Create file\n file:\n path: \"{{ fs_dir }}/{{ fs_file }}\"\n state: touch\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | mahdihijazi/homelab | 3fe4b964c771c1ebb90a9c1ce306fac8f874f365 | 0 | roles/add_mahdi_user | 5,877 | [
"no_license"
] | [
{
"path": "roles/add_mahdi_user/tasks/main.yml",
"content": "---\n- name: Create user 'mahdi'\n user:\n name: mahdi\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n groups: sudo\n append: yes\n create_home: yes\n\n- name: Allow 'mahdi' to execute sudo commands without a passw... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | mahdihijazi/homelab | 3fe4b964c771c1ebb90a9c1ce306fac8f874f365 | 0 | roles/install_docker | 5,877 | [
"no_license"
] | [
{
"path": "roles/install_docker/tasks/main.yml",
"content": "---\n- name: Update system and install required packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | mahdihijazi/homelab | 3fe4b964c771c1ebb90a9c1ce306fac8f874f365 | 0 | roles/install_glances | 5,877 | [
"no_license"
] | [
{
"path": "roles/install_glances/handlers/main.yml",
"content": "---\n# handlers file for roles/install_glances\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/install_glances/defaults/main.yml",
"content": "---\ninfluxdb_host: \"192.16... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2280,
"all_permissive": false
} |
ansible_role | mahdihijazi/homelab | 3fe4b964c771c1ebb90a9c1ce306fac8f874f365 | 0 | roles/install_pihole | 5,877 | [
"no_license"
] | [
{
"path": "roles/install_pihole/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/install_pihole\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/install_pihole/defaults/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4542,
"all_permissive": false
} |
ansible_role | mahdihijazi/homelab | 3fe4b964c771c1ebb90a9c1ce306fac8f874f365 | 0 | roles/install_telegraf | 5,877 | [
"no_license"
] | [
{
"path": "roles/install_telegraf/handlers/main.yml",
"content": "---\n# handlers file for roles/install_telegraf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/install_telegraf/tests/test.yml",
"content": "---\n- hosts: localhost\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2342,
"all_permissive": false
} |
ansible_role | mahdihijazi/homelab | 3fe4b964c771c1ebb90a9c1ce306fac8f874f365 | 0 | roles/install_unbound | 5,877 | [
"no_license"
] | [
{
"path": "roles/install_unbound/vars/main.yml",
"content": "---\n# vars file for roles/install_unbound\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/install_unbound/defaults/main.yml",
"content": "---\n# Default variables for roles/i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2285,
"all_permissive": false
} |
ansible_role | mahdihijazi/homelab | 3fe4b964c771c1ebb90a9c1ce306fac8f874f365 | 0 | roles/update_pi_packages | 5,877 | [
"no_license"
] | [
{
"path": "roles/update_pi_packages/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/update_pi_packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/update_pi_packages/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | awesome-it/ansible-pki | 08cfc95f80be865a77454ae4010922fc76df201a | 0 | roles/archive | 5,877 | [
"no_license"
] | [
{
"path": "roles/archive/tasks/encrypt.yml",
"content": "---\n- name: Printing infos ...\n ansible.builtin.debug:\n msg: \"{{ item }}\"\n with_items:\n - \"out_dir: {{ out_dir }} (type: {{ out_dir | type_debug }})\"\n - \"archive: {{ archive }} (type: {{ archive | type_debug }})\"\n - \"encryp... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5989,
"all_permissive": false
} |
ansible_role | awesome-it/ansible-pki | 08cfc95f80be865a77454ae4010922fc76df201a | 0 | roles/generate | 5,877 | [
"no_license"
] | [
{
"path": "roles/generate/tasks/main.yml",
"content": "---\n- name: Collecting facts ...\n ansible.builtin.set_fact:\n pki: \"{{ generate_pki_defaults | combine(pki if pki is defined else {}, recursive=True) }}\"\n tags:\n - create_authority\n - create_certificate\n\n- name: Determining out dir .... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 17866,
"all_permissive": false
} |
ansible_role | awesome-it/ansible-pki | 08cfc95f80be865a77454ae4010922fc76df201a | 0 | roles/install | 5,877 | [
"no_license"
] | [
{
"path": "roles/install/tasks/cfssl.yml",
"content": "---\n- name: Print cfssl infos\n ansible.builtin.debug:\n msg: Installing CFSSL binary {{ cfssl_binary.key }} from {{ cfssl_binary.value }} ...\n\n- name: Check if CFSSL binary exists ...\n ansible.builtin.stat:\n path: \"{{ cfssl.install_dir }}... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2293,
"all_permissive": false
} |
ansible_role | paraizofelipe/bootstrap | 1f3af31a867746b0f4c2909370747f822e8725f1 | 0 | roles/baseline | 5,877 | [
"no_license"
] | [
{
"path": "roles/baseline/tasks/packages.yml",
"content": "---\n- name: installing linux apps\n become: yes\n vars:\n update_cache: yes\n package:\n name: \"{{ packages_base }}\"\n state: present\n tags:\n - install\n - packages\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1894,
"all_permissive": false
} |
ansible_role | paraizofelipe/bootstrap | 1f3af31a867746b0f4c2909370747f822e8725f1 | 0 | roles/dotfiles | 5,877 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/alacritty.yml",
"content": "---\n- name: create directory with configs to alacritty\n file:\n path: ~/.config/alacritty\n state: directory\n tags:\n - alacritty\n - alacritty_directory\n\n- name: set configs to alacritty\n file:\n src: \"~/projects/dotfiles/... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 4950,
"all_permissive": false
} |
ansible_role | paraizofelipe/bootstrap | 1f3af31a867746b0f4c2909370747f822e8725f1 | 0 | roles/flatpak | 5,877 | [
"no_license"
] | [
{
"path": "roles/flatpak/defaults/main.yml",
"content": "---\nflatpak_packages:\n - com.slack.Slack \n - com.spotify.Client\n - com.google.Chrome\n - org.telegram.desktop\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/flatpak/tasks/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | paraizofelipe/bootstrap | 1f3af31a867746b0f4c2909370747f822e8725f1 | 0 | roles/languages | 5,877 | [
"no_license"
] | [
{
"path": "roles/languages/tasks/main.yml",
"content": "---\n- include: golang.yml\n- include: python.yml\n- include: rust.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/languages/tasks/rust.yml",
"content": "---\n\n- name: install... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | paraizofelipe/bootstrap | 1f3af31a867746b0f4c2909370747f822e8725f1 | 0 | roles/terminal | 5,877 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/bat.yml",
"content": "---\n\n- name: create link batcat to batcat\n file:\n src: \"/usr/bin/batcat\"\n dest: \"~/.local/bin/bat\"\n state: link\n when: ansible_distribution == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3232,
"all_permissive": false
} |
ansible_role | leezhenghui/hello-msaproxy | 0a11b78e01c92ef35977c375ded161212e9218fb | 0 | ops/ansible/roles/dnsmasq | 5,877 | [
"no_license"
] | [
{
"path": "ops/ansible/roles/dnsmasq/defaults/main.yml",
"content": "dnsmasq_conf: \"dnsmasq.conf\" \ndnsmasq_consul_conf: \"dnsmasq.consul\" \n\ndnsmasq_bin_path: \"/usr/sbin/dnsmasq\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "ops/ansible... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1334,
"all_permissive": false
} |
ansible_role | fklucas82/Pure_DR | 3dd64effc4808e64b7f1ddc8841c602612ca156f | 0 | Pure/ansible/roles/add_datastores | 5,877 | [
"no_license"
] | [
{
"path": "Pure/ansible/roles/add_datastores/files/Resignature.ps1",
"content": "param\r\n(\r\n$vCenter,\r\n$Cluster,\r\n$EsxHost,\r\n$Volume,\r\n$Username,\r\n$Password\r\n)\r\n\r\n$password=$password|ConvertTo-SecureString -AsPlainText -Force\r\n$Creds = New-Object System.Management.Automation.PSCredenti... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7335,
"all_permissive": false
} |
ansible_role | fklucas82/Pure_DR | 3dd64effc4808e64b7f1ddc8841c602612ca156f | 0 | Pure/ansible/roles/add_vol_to_hostgroup | 5,877 | [
"no_license"
] | [
{
"path": "Pure/ansible/roles/add_vol_to_hostgroup/tasks/main.yml",
"content": "- name: Add cloned volume to Chaska hostgroup\r\n import_tasks: add_vol_to_hostgroup.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "Pure/ansible/roles/add_vol_to_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | fklucas82/Pure_DR | 3dd64effc4808e64b7f1ddc8841c602612ca156f | 0 | Pure/ansible/roles/clone_vol_from_snapshot | 5,877 | [
"no_license"
] | [
{
"path": "Pure/ansible/roles/clone_vol_from_snapshot/tasks/main.yml",
"content": "- name: Create Clone from Protection Group Snapshot\r\n import_tasks: clone_vol_from_snapshot.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "Pure/ansible/roles... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1589,
"all_permissive": false
} |
ansible_role | fklucas82/Pure_DR | 3dd64effc4808e64b7f1ddc8841c602612ca156f | 0 | Pure/ansible/roles/scan_chasapp_hba | 5,877 | [
"no_license"
] | [
{
"path": "Pure/ansible/roles/scan_chasapp_hba/tasks/scan_chasapp_hba.yml",
"content": "- name: Rescan HBA's \r\n vmware_host_scanhba:\r\n hostname: '{{ vcenter_hostname }}'\r\n username: '{{ username }}'\r\n password: '{{ <PASSWORD> }}'\r\n cluster_name: '{{ Cluster }}'\r\n refres... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/adduser | 5,877 | [
"no_license"
] | [
{
"path": "roles/adduser/tasks/main.yml",
"content": "---\n# tasks file for adduser\n- name: Create new user\n ansible.builtin.user:\n name: \"{{ project_user }}\"\n password: \"{{ project_ssh_password | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash\n create_home: yes\n append: yes\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/apache | 5,877 | [
"no_license"
] | [
{
"path": "roles/apache/defaults/main.yml",
"content": "update_cache: \"no\"\napache_dir: \"/var/www\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/apache/tasks/setup-Debian.yml",
"content": "---\n# tasks file for apache\n- name: Ins... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 3083,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/confapache | 5,877 | [
"no_license"
] | [
{
"path": "roles/confapache/defaults/main.yml",
"content": "---\n# defaults file for confapache\n\nworking_dir: \"/home/{{ project_user }}/{{ project_name }}\"\ndocument_root: \"{{ working_dir }}/{{ index_dir }}\"\nadmin_email: \"<EMAIL>\"\nuse_ssl: \"yes\"\n",
"license_type": "no_license",
"detecte... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5012,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/confmysql | 5,877 | [
"no_license"
] | [
{
"path": "roles/confmysql/vars/Debian.yml",
"content": "---\nurl_login_unix_socket: /var/run/mysqld/mysqld.sock\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/confmysql/vars/RedHat.yml",
"content": "---\nurl_login_unix_socket: /var/li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/confnginx | 5,877 | [
"no_license"
] | [
{
"path": "roles/confnginx/vars/Debian.yml",
"content": "apache_service: nginx\napache_user: www-data\nurl_php_fpm: /var/run/php/php-fpm.sock\nsites_available: \"/etc/nginx/alias.d\"\nsites_enabled: \"/etc/nginx/sites-enabled\"\nindex_config: \"index index.html index.htm index.nginx-debian.html;\"\nindex_co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3397,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/confpostgres | 5,877 | [
"no_license"
] | [
{
"path": "roles/confpostgres/tasks/main.yml",
"content": "---\n# tasks file for confpostgresql\n- name: Assign privileges\n become: true\n become_user: postgres\n postgresql_user:\n name: \"{{ project_user }}\"\n password: \"{{ <PASSWORD> }}\"\n db: postgres\n state: present\n\n- name: Creat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/firewall | 5,877 | [
"no_license"
] | [
{
"path": "roles/firewall/defaults/main.yml",
"content": "---\n# defaults file for confmysql\n\nproject_name: \"test\"\nproject_user: \"henintsoa\"\ndb_password: \"<PASSWORD>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/firewall/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/mysql | 5,877 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/Debian.yml",
"content": "__mysql_packages:\n - mysql-server\n - mysql-client\n\nutilities:\n - python3-pip\n - libmysqlclient-dev\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/mysql/vars/RedHat.yml",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1894,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/nginx | 5,877 | [
"no_license"
] | [
{
"path": "roles/nginx/vars/RedHat.yml",
"content": "---\napache_service: httpd\n\nphp_modules:\n - php\n - php-mbstring\n - php-mcrypt\n - php-gd\n - php-fpm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/nginx/tasks/setup-RedHat.ym... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/node | 5,877 | [
"no_license"
] | [
{
"path": "roles/node/defaults/main.yml",
"content": "update_cache: \"no\"\nproject_user: \"root\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/node/tasks/setup-RedHat.yml",
"content": "---\n# tasks file for node\n\n- name: Install u... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1106,
"all_permissive": false
} |
ansible_role | ratovoson81/ansible | a4f5d3b94dca992aadf8477d1a1bb1fdcd736808 | 0 | roles/postgresql | 5,877 | [
"no_license"
] | [
{
"path": "roles/postgresql/vars/RedHat.yml",
"content": "\n__postgresql_packages:\n - postgresql\n - postgresql-server\n - postgresql-libs\n - postgresql-contrib\n - python3-psycopg2\n\nutilities:\n - wget\n - curl\n - ca-certificates\n - python3-pip\n",
"license_type": "no_license",
"dete... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2610,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/adminer | 5,877 | [
"no_license"
] | [
{
"path": "roles/adminer/vars/main.yml",
"content": "---\n# vars file for adminer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/adminer/meta/main.yml",
"content": "---\ngalaxy_info:\n author: buluma\n role_name: adminer\n descripti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8905,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/alternatives | 5,877 | [
"no_license"
] | [
{
"path": "roles/alternatives/meta/main.yml",
"content": "---\ngalaxy_info:\n author: buluma\n role_name: alternatives\n description: Set alternatives\n company: ShadowNet\n license: Apache-2.0\n\n min_ansible_version: \"2.12\"\n\n platforms:\n - name: Alpine\n versions:\n - all\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5701,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/anaconda | 5,877 | [
"no_license"
] | [
{
"path": "roles/anaconda/meta/version.yml",
"content": "---\nproject_name: Anaconda\nreference: \"https://github.com/buluma/ansible-role-anaconda/blob/master/defaults/main.yml\"\nversions:\n - name: Anaconda\n url: \"https://www.anaconda.com/distribution/\"\n",
"license_type": "no_license",
"de... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 12033,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/apache | 5,877 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# Include variables and define needed variables.\n- name: Include os-specific variables.\n ansible.builtin.include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Include variables for amazon linux.\n ansible.builtin.include_vars: \"AmazonLinux.ym... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 13132,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/apt_autostart | 5,877 | [
"no_license"
] | [
{
"path": "roles/apt_autostart/README.md",
"content": "# [apt_autostart](#apt_autostart)\n\nEnable or disable automatic starting of services upon installation of packages.\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[![g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4512,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/apt_repository | 5,877 | [
"no_license"
] | [
{
"path": "roles/apt_repository/README.md",
"content": "# [apt_repository](#apt_repository)\n\nManage apt repositor(y|ies).\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[ to install.\natom_apm_packages:\n - linter\n - platfo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7232,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/auditd | 5,877 | [
"no_license"
] | [
{
"path": "roles/auditd/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n namespace: buluma\n role_name: auditd\n description: Install and configure auditd on your system.\n license: Apache-2.0\n company: ShadowNet\n min_ansible_version: \"2.12\"\n\n platforms:\n - name: EL\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 18484,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/auto_update | 5,877 | [
"no_license"
] | [
{
"path": "roles/auto_update/meta/main.yml",
"content": "---\ngalaxy_info:\n author: buluma\n role_name: auto_update\n description: Install and configure automatic package updates on your system.\n license: Apache-2.0\n company: ShadowNet\n min_ansible_version: \"2.12\"\n\n platforms:\n - name: EL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8121,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/autofs | 5,877 | [
"no_license"
] | [
{
"path": "roles/autofs/handlers/main.yml",
"content": "---\n# handlers file for autofs\n\n- name: Restart autofs\n ansible.builtin.service:\n name: \"{{ autofs_service }}\"\n state: restarted\n when:\n - not ansible_check_mode | bool\n\n- name: Reload autofs\n ansible.builtin.service:\n name... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11945,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/aws_inspector | 5,877 | [
"no_license"
] | [
{
"path": "roles/aws_inspector/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: aws_inspector\n author: buluma\n description: AWS Inspector installation for Linux.\n company: ShadowNet\n license: Apache-2.0\n min_ansible_version: \"2.12\"\n platforms:\n - name: EL\n versions:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4926,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/beats | 5,877 | [
"no_license"
] | [
{
"path": "roles/beats/tasks/topbeat.yml",
"content": "---\n- name: Copy Topbeat config file.\n become: true\n ansible.builtin.template:\n src: topbeat.yml.j2\n dest: /etc/topbeat/topbeat.yml\n mode: \"0644\"\n owner: root\n group: root\n validate: \"/usr/bin/topbeat -configtest -c %s\"\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 18349,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/bind | 5,877 | [
"no_license"
] | [
{
"path": "roles/bind/handlers/main.yml",
"content": "---\n# handlers file for bind\n\n- name: Reload bind\n ansible.builtin.service:\n name: \"{{ bind_service }}\"\n state: reloaded\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9791,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/bios_update | 5,877 | [
"no_license"
] | [
{
"path": "roles/bios_update/vars/main.yml",
"content": "---\n# vars file for bios_update\n_bios_update_requirements:\n default:\n - geteltorito\n Debian:\n - genisoimage\n - libperl4-corelibs-perl\n RedHat:\n - genisoimage\n\nbios_update_requirements: \"{{ _bios_update_requirements[ansible_o... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7212,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/bitbucket | 5,877 | [
"no_license"
] | [
{
"path": "roles/bitbucket/templates/opt/atlassian/bitbucket/bin/start-bitbucket.sh.j2",
"content": "#!/bin/bash\n\n# {{ ansible_managed }}\n\n# Resolve any links in $0 to get the real path\nSELF=\"$0\"\nwhile [ -h \"$SELF\" ]; do\n LSLD=$(ls -ld \"$SELF\")\n LINK=$(expr \"$LSLD\" : '.*-> \\(.*\\)$')\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 25545,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/blender | 5,877 | [
"no_license"
] | [
{
"path": "roles/blender/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: blender\n author: buluma\n description: Ansible Role for Blender Installation\n company: ShadowNet\n license: Apache-2.0\n min_ansible_version: \"4.10\"\n platforms:\n - name: Ubuntu\n versions:\n - jam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3715,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/bootstrap | 5,877 | [
"no_license"
] | [
{
"path": "roles/bootstrap/meta/exception.yml",
"content": "---\nexceptions:\n - variation: alpine:edge\n reason: \"Failed to create temporary directory.\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/bootstrap/README.md",
"conte... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6491,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/borgbackup | 5,877 | [
"no_license"
] | [
{
"path": "roles/borgbackup/vars/main.yml",
"content": "---\n# vars file for borgbackup\nborg_dependent_python_packages:\n - cython\n - pkgconfig\nborg_python_packages:\n - borgbackup\n - borgmatic\n\n# Fedora\nborg_packages:\n - libacl-devel\n - libacl\n - gcc\n - gcc-c++\n - openssl-devel\n - py... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11425,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/brightbox_ruby | 5,877 | [
"no_license"
] | [
{
"path": "roles/brightbox_ruby/vars/main.yml",
"content": "---\n# vars file for brightbox_ruby\nbrightbox_ruby_ppa_repo: ppa:brightbox/ruby-ng\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/brightbox_ruby/defaults/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5002,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/bugzilla | 5,877 | [
"no_license"
] | [
{
"path": "roles/bugzilla/handlers/main.yml",
"content": "---\n# handlers file for bugzilla\n- name: restart apache\n ansible.builtin.service:\n name: \"{{ apache_service }}\"\n state: restarted\n changed_when: false\n failed_when: false\n listen: \"restart apache\"\n\n- name: restart mariadb\n s... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8841,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/buildah | 5,877 | [
"no_license"
] | [
{
"path": "roles/buildah/vars/main.yml",
"content": "---\n# vars file for buildah\n\n_buildah_package_dependencies:\n default:\n - make\n - golang\n - bats\n - btrfs-progs-devel\n - bzip2\n - device-mapper-devel\n - git\n - go-md2man\n - gpgme-devel\n - glib2-devel\n - liba... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3020,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/ca | 5,877 | [
"no_license"
] | [
{
"path": "roles/ca/meta/exception.yml",
"content": "---\nexceptions:\n - variation: Alpine\n reason: \"Depencency ansible-role-httpd does not work on Alpine.\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/ca/requirements.yml",
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 20309,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/cargo | 5,877 | [
"no_license"
] | [
{
"path": "roles/cargo/requirements.yml",
"content": "---\nroles:\n - name: buluma.bootstrap\n - name: buluma.buildtools\n - name: buluma.epel\ncollections:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/cargo/vars/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5566,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/cassandra | 5,877 | [
"no_license"
] | [
{
"path": "roles/cassandra/vars/main.yml",
"content": "---\n# The version of the Cassandra role.\ncassandra_role_version: 1.18.0\n\n_cassandra_configuration_file:\n default:\n - /etc/cassandra/cassandra.yaml\n RedHat:\n - /etc/cassandra/default.conf/cassandra.yaml\ncassandra_configuration_file: \"{{... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 25980,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/centos_base | 5,877 | [
"no_license"
] | [
{
"path": "roles/centos_base/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: centos_base\n author: buluma\n description: Basic CentOS Configuration\n company: ShadowNet\n\n license: Apache-2.0\n\n min_ansible_version: 2.10\n\n platforms:\n - name: EL\n versions:\n - \"8\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 14304,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/certbot | 5,877 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/assert.yml",
"content": "---\n\n- name: Test if if certbot_system is set correctly\n ansible.builtin.assert:\n that:\n - certbot_system is defined\n - certbot_system is string\n - certbot_system in [ \"apache\", \"nginx\", \"haproxy\", \"standalone\" ]\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 11080,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/checkmk_agent | 5,877 | [
"no_license"
] | [
{
"path": "roles/checkmk_agent/README.md",
"content": "# [checkmk_agent](#checkmk_agent)\n\nInstall the checkmk agent and a selection of plugins\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[\n\nInstall dependecies to support the Ansible core modules.\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[\n\nInstall Drupal shell.\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[\n\nTry a few things with Ansible.\n\n|GitHub|GitLab|Quality|Downloads|Version|\n|------|------|-------|---------|-------|\n|[](https://gith... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4688,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/earlyoom | 5,877 | [
"no_license"
] | [
{
"path": "roles/earlyoom/meta/version.yml",
"content": "---\nproject_name: rfjakob on GitHub\nreference: \"https://github.com/robertdebock/ansible-role-earlyoom/blob/master/defaults/main.yml\"\nversions:\n - name: earlyoom\n url: \"https://github.com/rfjakob/earlyoom/releases\"\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7264,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/eclipse | 5,877 | [
"no_license"
] | [
{
"path": "roles/eclipse/README.md",
"content": "# [eclipse](#eclipse)\n\nInstall eclipse and plugins on your system.\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[\n\nECR docker image build and push management role.\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[![github](https:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5421,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.