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 | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/grid-requirements | 428 | [
"no_license"
] | [
{
"path": "roles/grid-requirements/defaults/main.yml",
"content": "---\n# defaults file for pre-req-grid",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/grid-requirements/vars/main.yml",
"content": "---\n# vars file for pre-req-grid",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2723,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/grow-partition-operations | 428 | [
"no_license"
] | [
{
"path": "roles/grow-partition-operations/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - volume_operations",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/grow-partition-operations/handlers/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2041,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/lvextend-operations | 428 | [
"no_license"
] | [
{
"path": "roles/lvextend-operations/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - lvextend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/lvextend-operations/vars/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/osdisk-operations | 428 | [
"no_license"
] | [
{
"path": "roles/osdisk-operations/defaults/main.yml",
"content": "---\n# defaults file for partitioning_mounting_osdisk",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/osdisk-operations/tasks/main.yml",
"content": "---\n# tasks file for ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2889,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/reboot | 428 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n# tasks file for reboot\n- name: Check if marker for successful reboot exists in file\n shell: \"grep -i 'successful reboot execution' /tmp/oracle_status.txt\"\n register: reboot_status\n ignore_errors: yes\n\n- block:\n - name: Set SELINUX to ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1163,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/swapspace | 428 | [
"no_license"
] | [
{
"path": "roles/swapspace/defaults/main.yml",
"content": "---\n# defaults file for swapspace",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/swapspace/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1348,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/user-directory-setup | 428 | [
"no_license"
] | [
{
"path": "roles/user-directory-setup/vars/main.yml",
"content": "---\n# vars file for user-directory-setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/user-directory-setup/tasks/main.yml",
"content": "---\n# tasks file for user-direc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2728,
"all_permissive": false
} |
ansible_role | logorn/bluemix_provision_disconnected_control_command | 22b8e9637b1faa1b03b4a9e3f5a3ea480523f7b8 | 0 | roles/dev-common | 428 | [
"no_license"
] | [
{
"path": "roles/dev-common/tasks/main.yml",
"content": "---\n\n- include: bluemix.yml\n when: env == 'bluemix'\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/dev-common/tasks/bluemix.yml",
"content": "---\n- name: Ensure the system... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1456,
"all_permissive": false
} |
ansible_role | larsks/ansible-asl | e24e56b904c7ae0a9d6585f9aede611c27ca4ddb | 0 | example/roles/role1 | 428 | [
"no_license"
] | [
{
"path": "example/roles/role1/tasks/main.yml",
"content": "- name: create a thing\n shell: echo here is a thing\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 53,
"all_permissive": false
} |
ansible_role | chuckersjp/openshift-haproxy | 27619be62dc89c5a8f72af4a075fed2c484332bd | 0 | roles/openshift-haproxy | 428 | [
"no_license"
] | [
{
"path": "roles/openshift-haproxy/templates/haproxy.cfg.j2",
"content": "#---------------------------------------------------------------------\n# Global settings\n#---------------------------------------------------------------------\nglobal\n log /dev/log local0 info\n chroot /var/lib/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2904,
"all_permissive": false
} |
ansible_role | mekanix/jail-hedgewars | 1c657d22e842fd7164a28cf1ab617a85320b27f7 | 0 | ansible/roles/hedgewars | 428 | [
"no_license"
] | [
{
"path": "ansible/roles/hedgewars/templates/hedgewars.j2",
"content": "hedgewars_enable=\"YES\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "ansible/roles/hedgewars/tasks/main.yml",
"content": "---\n- name: install hedgewars packages\n w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1655,
"all_permissive": false
} |
ansible_role | prasannauma/roboshop-ansible | 489cd982d6f2db7a3841b3a6bcb5bced6b47c195 | 0 | roles/cart | 428 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: import file from nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/cart/vars/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | prasannauma/roboshop-ansible | 489cd982d6f2db7a3841b3a6bcb5bced6b47c195 | 0 | roles/common | 428 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd.yml",
"content": "\n- name: Copy systemd file\n ansible.builtin.copy:\n src: {{component}}.service\n dest: /etc/systemd/system/{{component}}.service\n\n\n\n- name: Start {{component}} Service\n ansible.builtin.systemd:\n name: \"{{component}}\"\n daemon_r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | prasannauma/roboshop-ansible | 489cd982d6f2db7a3841b3a6bcb5bced6b47c195 | 0 | roles/frontend | 428 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n\n- name: remove http document\n ansible.builtin.file:\n path: usr/share/nginx/html\n state: absent\n\n\n\n- name: Create a http directory\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | Fueled/django-init | b8cfd2e8973df4ec70f408c93fc18b6e5976ab2d | 195 | {{cookiecutter.github_repository}}/provisioner/roles/redis | 428 | [
"no_license"
] | [
{
"path": "{{cookiecutter.github_repository}}/provisioner/roles/redis/handlers/main.yml",
"content": "---\n- name: reload redis\n service: name=redis-server state=reloaded\n\n- name: restart redis\n service: name=redis-server state=restarted\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/ceph_client | 428 | [
"permissive"
] | [
{
"path": "roles/ceph_client/defaults/main.yml",
"content": "---\n# defaults file for ceph_client",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 35
},
{
"path": "roles/ceph_client/tasks/main.yml",
"content": "---\n# tasks file for ceph_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1211,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_add_nodes | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_add_nodes/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tripleo_cluster_add_nodes",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 83
},
{
"path": "roles/tripleo_cl... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 873,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_bootstrap | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_bootstrap/handlers/main.yml",
"content": "---\n# handlers file for tripleo_cluster_bootstrap",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 49
},
{
"path": "roles/tripleo_cluster_bootstrap/tasks/bootstrap.ya... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2858,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_keys | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_keys/README.md",
"content": "TripleO Cluster Keys\n====================\n\nAdds CephX keys to Ceph cluster\n\n\nRole Variables\n--------------\n\nceph_client: path to the ceph client command\nceph_cluster_name: the name of the ceph cluster\nceph_config_home: the path of the ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1717,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_mon_config | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_mon_config/handlers/main.yml",
"content": "---\n# handlers file for tripleo_cluster_mon_config",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 50
},
{
"path": "roles/tripleo_cluster_mon_config/tests/test.yml"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 521,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_osds | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_osds/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tripleo_cluster_osds",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 78
},
{
"path": "roles/tripleo_cluster_osds... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1386,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_pools | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_pools/defaults/main.yml",
"content": "---\n# defaults file for tripleo_cluster_pools",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 45
},
{
"path": "roles/tripleo_cluster_pools/tasks/main.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1547,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_set_container_cli | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_set_container_cli/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tripleo_ceph_set_container_cli",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 88
},
{
"path": "rol... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1275,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_spec_apply | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_spec_apply/handlers/main.yml",
"content": "---\n# handlers file for tripleo_cluster_spec_apply",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 50
},
{
"path": "roles/tripleo_cluster_spec_apply/defaults/main.y... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 954,
"all_permissive": true
} |
ansible_role | fmount/tripleo-ceph | 0261e18ada769b87dd315ce6e232171dff0638ae | 0 | roles/tripleo_cluster_spec_render | 428 | [
"permissive"
] | [
{
"path": "roles/tripleo_cluster_spec_render/templates/spec.yaml.j2",
"content": "{# MACRO AREA #}\n{% macro render_map(root, fltr) -%}\n{% for key, value in root.get(fltr, {}).items() %}\n {{ key}}: {{ value }}\n{% endfor %}\n{% endmacro %}\n{% for item in tripleo_cephadm_services %}\n---\nservice_type: {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3229,
"all_permissive": true
} |
ansible_role | sdmuzali/roboshop-ansible | abad4cebcf1bc8a2f22d9430c9ee7bd4eb44596b | 0 | roles/mysql | 428 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/root-pass.sql",
"content": "ALTER USER 'root'@'localhost' IDENTIFIED BY '{{ROBOSHOP_MYSQL_PASSWORD}}';\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "\n#echo show data... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/crackable_user_account | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/crackable_user_account/handlers/main.yml",
"content": "---\n# handlers file for vulnerabilities/roles/crackable_user_account\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "vulnerabilities/roles/crackable_user_acc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/docker_module | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/docker_module/handlers/main.yml",
"content": "---\n# handlers file for vulnerabilities/roles/docker_module\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "vulnerabilities/roles/docker_module/defaults/main.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 2953,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/flag | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/flag/tasks/main.yml",
"content": "---\n# tasks file for vulnerabilities/roles/flag\n\n- name: Update apt cache and install required packages\n apt:\n name:\n - python3-pip\n - python3-venv\n state: present\n update_cache: yes\n\n- name: Ensure venv direct... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2125,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/nc_backdoor_chroot_esc | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/nc_backdoor_chroot_esc/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vulnerabilities/roles/nc_backdoor_chroot_esc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "vulne... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2216,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/nfs_root_share | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/nfs_root_share/templates/exports.j2",
"content": "/ *(rw,sync,no_subtree_check,no_root_squash,insecure)\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "vulnerabilities/roles/nfs_root_share/vars/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/proftpd | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/proftpd/templates/proftpd.conf.j2",
"content": "{# \n Variables assumed:\n - proftpd_port\n - server_name\n - welcome_msg\n - ftp_user (for Anonymous ~ftp_user)\n#}\n\n# /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file.\n# To really apply change... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4346,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/ssh_root_login | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/ssh_root_login/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vulnerabilities/roles/ssh_root_login\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "vulnerabilities/roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/unrealirc | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/unrealirc/handlers/main.yml",
"content": "---\n# handlers file for vulnerabilities/roles/unrealirc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "vulnerabilities/roles/unrealirc/defaults/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2928,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/vsftpd | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/vsftpd/defaults/main.yml",
"content": "---\n# defaults file for vulnerabilities/roles/vsftpd\nftp_user_uid: 507 \nftp_user_gid: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "vulnerabilities/roles/vsftpd/t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3999,
"all_permissive": false
} |
ansible_role | ekrajchevska/VulnerSec | 1dab84cbae78ef27671160ecbef5f4a359979072 | 0 | vulnerabilities/roles/wordpress_3x | 428 | [
"no_license"
] | [
{
"path": "vulnerabilities/roles/wordpress_3x/templates/wordpress_conf.sh.j2",
"content": "#!/bin/bash\n\nWP_DIR=\"/var/www/wordpress\"\nCONFIG_FILE=\"$WP_DIR/wp-config.php\"\n\nif [ ! -f \"$CONFIG_FILE\" ]; then\n cp $WP_DIR/wp-config-sample.php $CONFIG_FILE\nfi\n\nsed -i \"s/database_name_here/{{ wordp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4763,
"all_permissive": false
} |
ansible_role | RK1233/ansible-my-playbooks- | 7f21c1fd2941e3c283d1ab4909856cb08bf1f2eb | 0 | playbook/roles/testroles | 428 | [
"no_license"
] | [
{
"path": "playbook/roles/testroles/tasks/main.yml",
"content": "- name: installing httod into hosts\n yum: pkg=httpd state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 66,
"all_permissive": false
} |
ansible_role | MikeT-gh/ansible-distrohopper | d130c27170b7e8632c9fb2d0b9eaf4f0ec01fdf6 | 0 | roles/distro_packages | 428 | [
"no_license"
] | [
{
"path": "roles/distro_packages/tasks/main.yml",
"content": "---\n\n# install packages\n\n# include apt package vars\n- name: include apt_package_vars\n ansible.builtin.include_vars:\n dir: vars\n files_matching: apt_package_vars.yml\n when: ansible_facts['pkg_mgr'] == 'apt' \n\n# include dnf pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | MikeT-gh/ansible-distrohopper | d130c27170b7e8632c9fb2d0b9eaf4f0ec01fdf6 | 0 | roles/flatpak_packages | 428 | [
"no_license"
] | [
{
"path": "roles/flatpak_packages/tasks/main.yml",
"content": "---\n\n# install flatpak\n- name: install flatpak\n become: true\n package:\n name: flatpak\n state: present\n\n# flatpak repo\n- name: add flathub flatpak repo\n flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | MikeT-gh/ansible-distrohopper | d130c27170b7e8632c9fb2d0b9eaf4f0ec01fdf6 | 0 | roles/vscode_packages | 428 | [
"no_license"
] | [
{
"path": "roles/vscode_packages/tasks/main.yml",
"content": "---\n\n# add vscode repo for dnf\n- name: Add vscode repo for dnf\n become: true\n ansible.builtin.yum_repository:\n name: vscode\n description: vscode repo\n file: microsoft-vscode\n baseurl: https://packages.microsoft.com/yumrepos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1220,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/apt | 428 | [
"no_license"
] | [
{
"path": "roles/apt/defaults/main.yaml",
"content": "---\napt_install_suggested: false\napt_install_recommends: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/apt/tasks/main.yaml",
"content": "---\n\n- name: Set no recommends and ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/apt-dater-host | 428 | [
"no_license"
] | [
{
"path": "roles/apt-dater-host/vars/main.yml",
"content": "---\napt_dater_host_vars:\n username: \"{% if apt_dater_host is defined %}{% if 'username' in apt_dater_host %}{{ apt_dater_host.username }}{% else %}apt-dater{% endif %}{% else %}apt-dater{% endif %}\"\n home: \"{% if 'home' in apt_dater_host %}{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2507,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/etckeeper | 428 | [
"no_license"
] | [
{
"path": "roles/etckeeper/tasks/main.yaml",
"content": "---\n - name: install packages\n apt: pkg={{ item }} state=installed\n with_items:\n - git\n - etckeeper\n tags:\n - etckeeper\n - packages\n\n - name: configure etckeeper to use git\n lineinfile: dest=/etc/etckeeper/etckeeper.conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/fail2ban | 428 | [
"no_license"
] | [
{
"path": "roles/fail2ban/templates/jail.local.j2",
"content": "# {{ ansible_managed }}\n\n[DEFAULT]\n\nignoreip = {% for host in fail2ban.ignored_hosts %}{{ host }} {% endfor %}\n\nbanaction = {{ fail2ban.banaction }}\n\nmta = sendmail\n\nprotocol = tcp\n\nchain = INPUT\n\n{% for service in fail2ban.servic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/ferm | 428 | [
"no_license"
] | [
{
"path": "roles/ferm/defaults/main.yml",
"content": "---\nferm_enabled: yes\nferm_ipv6: yes\nferm_raw_table: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/ferm/tasks/main.yml",
"content": "---\n- name: install ferm\n apt: pkg=ferm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3692,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/ferm_service | 428 | [
"no_license"
] | [
{
"path": "roles/ferm_service/meta/main.yml",
"content": "---\nallow_duplicates: yes\ndependencies:\n - { role: ferm }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/ferm_service/defaults/main.yml",
"content": "---\ninterface:\nproto:\na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/hostname | 428 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yaml",
"content": "---\n - name: set hostname\n shell: hostname {{ hostname | mandatory }}\n when: ansible_fqdn != \"{{ hostname }}\"\n tags:\n - hostname\n - basics\n\n - name: set /etc/hostname file\n template: >\n src=templates/mailname.j2\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1308,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/ldap_users | 428 | [
"no_license"
] | [
{
"path": "roles/ldap_users/handlers/main.yml",
"content": "---\n- name: restart nslcd\n service: name=nslcd state=restarted\n\n- name: restart nscd\n service: name=nscd state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/ldap_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/munin-master | 428 | [
"no_license"
] | [
{
"path": "roles/munin-master/templates/rrdcached.conf.j2",
"content": "# {{ ansible_managed }}\nrrdcached_socket /var/run/rrdcached.sock\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/munin-master/templates/munin.conf.j2",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/munin-node | 428 | [
"no_license"
] | [
{
"path": "roles/munin-node/tasks/main.yml",
"content": "---\n - name: install munin-node\n apt: pkg=munin-node state=installed\n\n - name: install requirements\n apt: pkg={{ item }} state=installed\n with_items:\n - gawk\n - libio-multiplex-perl\n - libio-socket-inet6-perl\n - liblist-mor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/nagios-nrpe | 428 | [
"no_license"
] | [
{
"path": "roles/nagios-nrpe/templates/nrpe_local.cfg.j2",
"content": "# {{ ansible_managed }}\n{% import \"nrpe_macros.j2\" as nrpe_macros with context %}\n{% macro nrpe_plugin(plugin, sudo=false) -%}\n command[{% if \"check_\" not in plugin.name %}check_{% endif %}{{ plugin.name }}]={% if sudo %}sudo {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2481,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/network | 428 | [
"no_license"
] | [
{
"path": "roles/network/templates/interfaces.j2",
"content": "# {{ ansible_managed }}\n\nauto lo\niface lo inet loopback\n\n{% for name, interface in network_interfaces.items() %}\n\nauto {{ name }}\n{% if 'ip' in interface and 'dhcp' not in interface %}\niface {{ name }} inet static\n address {{ interf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4638,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/nginx | 428 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/apt.yaml",
"content": "---\n - name: install nginx\n apt: pkg=nginx-full state=installed\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/nginx/vars/main.yaml",
"content": "---\nsupported_systems: [\"Debi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/ntp | 428 | [
"no_license"
] | [
{
"path": "roles/ntp/defaults/main.yml",
"content": "---\n\n# For variable checking\nntp_server_options:\n - iburst\n - burst\n - true\n - xleave\n - autokey\n - noselect\n - preempt\nntp_server_options_with_value:\n - key\n - minpoll\n - maxpoll\n - mode\n - prefer\n - ttl\n - version\n\nntp_restriction_mo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3047,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/packages | 428 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "- name: Install packages\n apt: pkg={{ item }} state=installed\n with_items: install_packages\n when: install_packages is defined\n tags:\n - packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/pam_mkhomedir | 428 | [
"no_license"
] | [
{
"path": "roles/pam_mkhomedir/tasks/main.yaml",
"content": "---\n\n - name: Install libpam-modules\n apt: pkg=libpam-modules state=installed\n tags:\n - pam_mkhomedir\n\n - name: enable pam_mkhomedir\n lineinfile: >\n insertafter=\"^session [ ]*required [ ]*pam_unix.so$\"\n regexp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/ssh | 428 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: install openssh-server\n apt: pkg=openssh-server state=installed\n tags:\n - \"ssh\"\n - \"packages\"\n\n- name: Disable SSH root login without password\n lineinfile: >\n dest=/etc/ssh/sshd_config\n regexp='^PermitRootLogin .*$'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1953,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/sudo | 428 | [
"no_license"
] | [
{
"path": "roles/sudo/tasks/main.yml",
"content": "---\n - name: install sudo\n apt: pkg=sudo state=installed\n\n - name: add to sudoers.d\n template: src=sudo-command.j2 dest=\"/etc/sudoers.d/{{ name }}\" owner=root group=root mode=0640\n when: name is defined and user is defined",
"license_type"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/there | 428 | [
"no_license"
] | [
{
"path": "roles/there/defaults/main.yaml",
"content": "---\nthere_path: /opt/there\nthere_group: there\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/there/tasks/main.yaml",
"content": "---\n - name: Check variables\n fail: msg='{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/timezone | 428 | [
"no_license"
] | [
{
"path": "roles/timezone/tasks/main.yaml",
"content": "---\n\n - name: check timezone exists\n stat: path=\"/usr/share/zoneinfo/{{ timezone }}\"\n register: zonefile\n tags:\n - timezone\n\n - fail: msg=\"timezone {{ timezone }} not found!\"\n when: not zonefile.stat.exists\n tags:\n - ti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | annttu/ansible | 2d591c360c6cc5191a9ac4b8aafc1763eb7348cd | 1 | roles/virsh-console | 428 | [
"no_license"
] | [
{
"path": "roles/virsh-console/tasks/main.yml",
"content": "---\n- name: ensure console access set\n service: name=serial-getty@ttyS0 enabled=yes\n\n- name: ensure console access updated\n service: name=serial-getty@ttyS0 state=started\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | xpuska513/mentor-kuber-ansible | ab1449d81453e302c5f523b05545d87b1ffbdf10 | 0 | roles/kubernetes_master | 425 | [
"no_license"
] | [
{
"path": "roles/kubernetes_master/vars/main.yml",
"content": "---\n# vars file for kubernetes_master",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/kubernetes_master/handlers/main.yml",
"content": "---\n# handlers file for kubernetes_ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | xpuska513/mentor-kuber-ansible | ab1449d81453e302c5f523b05545d87b1ffbdf10 | 0 | roles/kubernetes_prepeare | 425 | [
"no_license"
] | [
{
"path": "roles/kubernetes_prepeare/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kubernetes_prepeare",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/kubernetes_prepeare/vars/main.yml",
"conte... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1689,
"all_permissive": false
} |
ansible_role | xpuska513/mentor-kuber-ansible | ab1449d81453e302c5f523b05545d87b1ffbdf10 | 0 | roles/kubernetes_worker | 425 | [
"no_license"
] | [
{
"path": "roles/kubernetes_worker/defaults/main.yml",
"content": "---\n# defaults file for kubernetes_worker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/kubernetes_worker/handlers/main.yml",
"content": "---\n# handlers file for kuber... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | xpuska513/mentor-kuber-ansible | ab1449d81453e302c5f523b05545d87b1ffbdf10 | 0 | roles/mysql | 425 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n\n- include_tasks: centos.yml\n when: (ansible_facts['distribution'] == \"CentOS\" and ansible_facts['distribution_major_version'] == \"7\")\n- include_tasks: ubuntu.yml\n when: (ansible_facts['distribution'] == \"Ubuntu\" an... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | jaschafix/Mini-cloud-lab | 90119c7d83459047a193b48a770df70d62d14daa | 0 | Desktop/VM2/Roles/databaseserver | 425 | [
"no_license"
] | [
{
"path": "Desktop/VM2/Roles/databaseserver/tasks/service.yml",
"content": "---\n- name: Start and Enable mysql service\n service: \n name: mysql\n state: restarted \n enabled: yes\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "Des... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2256,
"all_permissive": false
} |
ansible_role | jaschafix/Mini-cloud-lab | 90119c7d83459047a193b48a770df70d62d14daa | 0 | Desktop/VM2/Roles/loadbalancer | 425 | [
"no_license"
] | [
{
"path": "Desktop/VM2/Roles/loadbalancer/defaults/main.yml",
"content": "---\n# defaults file for loadbalancer\nhost_ipaddress: \"{{ansible_enp0s8.ipv4.address}}\"\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "Desktop/VM2/Roles/loadbalancer... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | jaschafix/Mini-cloud-lab | 90119c7d83459047a193b48a770df70d62d14daa | 0 | Desktop/VM2/Roles/webserver | 425 | [
"no_license"
] | [
{
"path": "Desktop/VM2/Roles/webserver/templates/index.php",
"content": "<html>\n<head>\n\t<title>{{host_name}}</title>\n</head>\n<body>\n\t<p>Welkom bij : {{host_name}}</p>\n\n<?php \n$servername = \"{{ hostvars[groups['database'][0]]['ansible_facts']['hostname'] }}\";\n$username = \"root\";\n$password = \... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | jaschafix/Mini-cloud-lab | 90119c7d83459047a193b48a770df70d62d14daa | 0 | Desktop/VM2/Roles/webserver-TEST | 425 | [
"no_license"
] | [
{
"path": "Desktop/VM2/Roles/webserver-TEST/templates/index.php",
"content": "<html>\n<head>\n\t<title>{{host_name}}</title>\n</head>\n<body>\n\t<p>Welkom bij : {{host_name}}</p>\n</body>\n</html>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "De... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | ruanbekker/dev-environment-vagrant | 3b046ed44997e9dfe060f6bb6e54a8be1a3ea3c4 | 0 | ansible/roles/website | 425 | [
"no_license"
] | [
{
"path": "ansible/roles/website/tasks/configuration.yml",
"content": "---\n- name: Copy nginx configuration in place.\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n owner: root\n group: \"{{ root_group }}\"\n mode: 0644\n notify:\n - reload nginx\n\n- name: Remove defa... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4492,
"all_permissive": false
} |
ansible_role | sheepman4267/ansible-digital-signage | 32193a089fca550fc5dd958c9ea23e9b8c319ad8 | 2 | roles/sign-player | 425 | [
"no_license"
] | [
{
"path": "roles/sign-player/files/chrome-firstrun-workaround.sh",
"content": "#!/bin/bash\n\n# This unit was created by ansible-digital-signage. Any modifications will be lost next time the playbook is run.\n# More information can be found at https://github.com/City-of-Bloomington/ansible-digital-signage\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 17760,
"all_permissive": false
} |
ansible_role | DevNetSandbox/sbx_cicd | 953d6250ef567ab3c45579b2fb25aebefe108d71 | 0 | ansible/roles/contiv_install | 425 | [
"no_license"
] | [
{
"path": "ansible/roles/contiv_install/tasks/main.yml",
"content": "- name: Ensure bin_dir exists\n file: path={{ bin_dir }} recurse=yes state=directory\n\n- include: download_bins.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | dcsteve24/Ansible-Linux-Audit-Grab | 84c8649ff0f73affc334d348801bce680380ca92 | 0 | roles/auditing | 425 | [
"no_license"
] | [
{
"path": "roles/auditing/handlers/main.yml",
"content": "---\n# handlers file for move-audits\n- name: restart syslog\n service:\n name: rsyslog\n state: restarted\n\n- name: unmount share\n mount:\n state: absent\n path: /mnt/audits\n src: //IP/share_name\n fstype: cifs\n\n",
"lice... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3453,
"all_permissive": false
} |
ansible_role | csout0/carl_ansible_homework | aa8240dac2e582d3fd2a4424891dc9e5b3eed113 | 0 | roles/config-tower | 425 | [
"no_license"
] | [
{
"path": "roles/config-tower/tasks/pre-config-tower.yml",
"content": "- name: Install required packages \n yum: \n name: \"{{item}}\"\n state: latest \n loop: \n - python \n - python-pip \n - python-devel \n - gcc\n- name: Install tower-cli\n pip:\n name: ansible-tower-cli\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | maksatbekomorov/maksatbek-ansible | 06b73490b1cfc1bd29c171e85ee47ea8fcf0e8a3 | 0 | roles/flask-pet-project | 425 | [
"no_license"
] | [
{
"path": "roles/flask-pet-project/tasks/main.yml",
"content": "---\n\n- name: install git pip venv gcc\n apt: \n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n loop: [git, python3-pip, python3.11-venv, default-libmysqlclient-dev, pkg-config, libffi-dev]\n\n- name: create folder for f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | r-mamchur/IF-108.DevOps-task3-AWS.Kubernetes.Terraform.Ansible | 70475439aae196ff65e95b2beb4a83a2008fcf86 | 0 | 030-bastion/roles/bast-prep | 425 | [
"no_license"
] | [
{
"path": "030-bastion/roles/bast-prep/tasks/main.yaml",
"content": "- name: Install node\n yum:\n name: \"{{ util }}\"\n vars:\n util:\n - mc\n state: installed\n\n- name: add Terraform repository\n shell: \"yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | r-mamchur/IF-108.DevOps-task3-AWS.Kubernetes.Terraform.Ansible | 70475439aae196ff65e95b2beb4a83a2008fcf86 | 0 | kube/roles/kube_old | 425 | [
"no_license"
] | [
{
"path": "kube/roles/kube_old/tasks/main.yaml",
"content": "- name: Install node\n yum:\n name: \"{{ util }}\"\n vars:\n util:\n - mc\n - wget\n - unzip\n - git\n - yum-utils\n state: installed\n\n\n- name: Add Docker repo\n get_url:\n url: https://download.docker.com/linux/ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1904,
"all_permissive": false
} |
ansible_role | r-mamchur/IF-108.DevOps-task3-AWS.Kubernetes.Terraform.Ansible | 70475439aae196ff65e95b2beb4a83a2008fcf86 | 0 | kube/roles/master | 425 | [
"no_license"
] | [
{
"path": "kube/roles/master/tasks/main.yaml",
"content": "- name: Initialize the Kubernetes cluster using kubeadm\n command: >\n kubeadm init \n --apiserver-advertise-address=\"192.168.56.141\" \n --apiserver-cert-extra-sans=\"192.168.56.141\" \n --node-name k8s-master \n --pod-networ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | r-mamchur/IF-108.DevOps-task3-AWS.Kubernetes.Terraform.Ansible | 70475439aae196ff65e95b2beb4a83a2008fcf86 | 0 | kube/roles/prepare | 425 | [
"no_license"
] | [
{
"path": "kube/roles/prepare/tasks/main.yaml",
"content": "- name: Install node\n yum:\n name: \"{{ util }}\"\n vars:\n util:\n - mc\n - wget\n - unzip\n - git\n - yum-utils\n state: installed\n\n- name: Upgrade all packages\n yum:\n name: '*'\n state: latest\n\n- name: Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1606,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/docker | 425 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Add repository key\n apt_key:\n url: https://apt.dockerproject.org/gpg\n\n- name: Add repository\n apt_repository:\n repo: \"deb https://apt.dockerproject.org/repo/ ubuntu-{{ ansible_distribution_release }} main\"\n filename: docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/geary | 425 | [
"no_license"
] | [
{
"path": "roles/geary/tasks/main.yml",
"content": "---\n- name: Install package\n apt:\n name: geary\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/google-chrome | 425 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/main.yml",
"content": "---\n- name: Add key\n apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n become: yes\n\n- name: Add repository\n apt_repository:\n repo: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/haskell-stack | 425 | [
"no_license"
] | [
{
"path": "roles/haskell-stack/tasks/main.yml",
"content": "---\n- name: Install package\n apt:\n name: haskell-stack\n\n- name: Upgrade package\n shell: stack upgrade\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/mongodb | 425 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n- name: Add repository key\n apt_key:\n id: <KEY>\n keyserver: hkp://keyserver.ubuntu.com:80\n\n- name: Add repository\n apt_repository:\n repo: deb [arch=amd64,arm64] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/nvm | 425 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "---\n- name: Install package\n git:\n repo: https://github.com/creationix/nvm.git\n dest: \"{{ ansible_user_dir }}/.nvm\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/postgresql | 425 | [
"no_license"
] | [
{
"path": "roles/postgresql/vars/main.yml",
"content": "---\npostgresql_key_url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\npostgresql_repo: \"deb http://apt.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main\"\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/pyenv | 425 | [
"no_license"
] | [
{
"path": "roles/pyenv/defaults/main.yml",
"content": "---\npyenv:\n dependencies:\n - build-essential\n - curl\n - libbz2-dev\n - libncurses5-dev\n - libreadline-dev\n - libsqlite3-dev\n - libssl-dev\n - llvm\n - make\n - wget\n - xz-utils\n - zlib1g-dev\n\n root: ~/.p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/rbenv | 425 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/main.yml",
"content": "---\n- name: Install package\n git:\n repo: https://github.com/rbenv/rbenv.git\n dest: \"{{ rbenv_dir }}\"\n\n- name: Install plugin\n git:\n repo: https://github.com/rbenv/ruby-build.git\n dest: \"{{ rbenv_dir }}/plugins/ruby-build\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/rcm | 425 | [
"no_license"
] | [
{
"path": "roles/rcm/tasks/main.yml",
"content": "---\n- name: Add repository\n apt_repository:\n repo: ppa:martin-frost/thoughtbot-rcm\n filename: thoughtbot\n state: present\n \n- name: Install package\n apt:\n name: rcm\n update_cache: yes\n state: present\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/slack | 425 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "---\n- name: Install package\n apt:\n deb: https://downloads.slack-edge.com/linux_releases/slack-desktop-2.4.2-amd64.deb\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/spotify | 425 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "---\n- name: Add repository key\n apt_key:\n id: <KEY>\n keyserver: hkp://keyserver.ubuntu.com:80\n state: present\n\n- name: Add repository\n apt_repository:\n repo: deb http://repository.spotify.com stable non-free\n filename: spotify\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/stack | 425 | [
"no_license"
] | [
{
"path": "roles/stack/tasks/main.yml",
"content": "---\n- name: Install packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - haskell-stack\n - zlib1g-dev\n become: yes\n\n- name: Upgrade stack\n command: stack upgrade\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/tmate | 425 | [
"no_license"
] | [
{
"path": "roles/tmate/tasks/main.yml",
"content": "---\n- name: Add repository\n apt_repository:\n repo: ppa:tmate.io/archive\n state: present\n\n- name: Install package\n apt:\n name: tmate\n update_cache: yes\n state: present\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/tmux | 425 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: Install package\n apt:\n name: tmux\n state: present\n become: yes\n\n- name: Install plugin manager\n git:\n repo: https://github.com/tmux-plugins/tpm.git\n dest: ~/.tmux/plugins/tpm",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/tools | 425 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "---\n- name: Install packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - emacs\n - git\n - mmv\n - silversearcher-ag\n - vim\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/touchpad-indicator | 425 | [
"no_license"
] | [
{
"path": "roles/touchpad-indicator/tasks/main.yml",
"content": "---\n- name: Add repository\n apt_repository:\n repo: ppa:atareao/atareao\n filename: atareao\n state: present\n become: yes\n\n- name: Install package\n apt:\n name: touchpad-indicator\n update_cache: yes\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/zim | 425 | [
"no_license"
] | [
{
"path": "roles/zim/vars/main.yml",
"content": "---\nzim_dir: \"{{ ansible_user_dir }}/.zim\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/zim/tasks/main.yml",
"content": "---\n- name: Install package\n git:\n repo: https://gith... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/zoom | 425 | [
"no_license"
] | [
{
"path": "roles/zoom/defaults/main.yml",
"content": "---\nzoom:\n dependencies:\n - libglib2.0-0\n - libgstreamer-plugins-base0.10-0\n - libxcb-shape0\n - libxcb-shm0\n - libxcb-xfixes0\n - libxcb-randr0\n - libxcb-image0\n - libfontconfig1\n - libgl1-mesa-glx\n - libxi6\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | sestrella/ansible-playbooks | a0da1b3c8b68c7327db1b2cef888ceebb0d4e366 | 1 | roles/zsh | 425 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: Install package\n apt:\n name: zsh\n state: present\n\n- name: Change user shell\n user:\n name: \"{{ ansible_user_id }}\"\n shell: /bin/zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | etela234/playbooks | f682c052342e9cc9e01dae0e4a49e142a682fa11 | 0 | roles/Deploy_tomcat | 425 | [
"no_license"
] | [
{
"path": "roles/Deploy_tomcat/tasks/main.yml",
"content": "- name: Copy folder contents \n win_copy:\n src: /var/lib/jenkins/workspace/viceportal_web-canary-dev_master/public\n dest: C:\\Program Files\\WildFly\\wildfly-18.0.0.Final\\welcome-content\n \n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.