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 | wintermute000/core | 463f09247dd28d09e932eb5bb429af0f52a90929 | 1 | roles/base | 7,372 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n - name: set features\n nxos_feature:\n feature: \"{{ item.feature }}\"\n state: enabled\n provider: \"{{ provider }}\"\n with_items: \"{{ nxos_features | default([]) }}\"\n\n - name: set system parameters\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1058,
"all_permissive": false
} |
ansible_role | wintermute000/core | 463f09247dd28d09e932eb5bb429af0f52a90929 | 1 | roles/bgp | 7,372 | [
"no_license"
] | [
{
"path": "roles/bgp/handlers/main.yml",
"content": "---\n# handlers file for bgp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/bgp/tasks/main.yml",
"content": "---\n# tasks file for bgp\n# - name: populate route-map for redistributing... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2834,
"all_permissive": false
} |
ansible_role | wintermute000/core | 463f09247dd28d09e932eb5bb429af0f52a90929 | 1 | roles/facts | 7,372 | [
"no_license"
] | [
{
"path": "roles/facts/vars/main.yml",
"content": "---\n# vars file for facts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/facts/defaults/main.yml",
"content": "---\n# defaults file for facts\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | wintermute000/core | 463f09247dd28d09e932eb5bb429af0f52a90929 | 1 | roles/files | 7,372 | [
"no_license"
] | [
{
"path": "roles/files/defaults/main.yml",
"content": "---\n# defaults file for files\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/files/tasks/main.yml",
"content": "---\n# tasks file for files\n - nxos_file_copy:\n local_file:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1530,
"all_permissive": false
} |
ansible_role | wintermute000/core | 463f09247dd28d09e932eb5bb429af0f52a90929 | 1 | roles/l3_interfaces | 7,372 | [
"no_license"
] | [
{
"path": "roles/l3_interfaces/handlers/main.yml",
"content": "---\n# handlers file for l3_interfaces",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/l3_interfaces/tasks/main.yml",
"content": "---\n# tasks file for l3_interfaces\n - name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2818,
"all_permissive": false
} |
ansible_role | wintermute000/core | 463f09247dd28d09e932eb5bb429af0f52a90929 | 1 | roles/ospf | 7,372 | [
"no_license"
] | [
{
"path": "roles/ospf/handlers/main.yml",
"content": "---\n# handlers file for ospf",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/ospf/tasks/main.yml",
"content": "---\n# tasks file for ospf\n - name: set OSPF process\n nxos_ospf:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2116,
"all_permissive": false
} |
ansible_role | wintermute000/core | 463f09247dd28d09e932eb5bb429af0f52a90929 | 1 | roles/pim | 7,372 | [
"no_license"
] | [
{
"path": "roles/pim/handlers/main.yml",
"content": "---\n# handlers file for pim",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/pim/defaults/main.yml",
"content": "---\n# defaults file for pim",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | Hassam2277/Ansible_playbooks | 49049033bc6ecd9e87506882ac1256fcaaf389d2 | 0 | VM_esxi/Range_Defined/roles/create_vm_range | 7,372 | [
"no_license"
] | [
{
"path": "VM_esxi/Range_Defined/roles/create_vm_range/tasks/main.yml",
"content": "\n####### This role creates VMs with same specs and naming convention of all VMs. In this naming convention is vm_rhel1, vm_rhel2 and so on #######################\n\n\n- name: Create VMs\n vmware_guest:\n validate_certs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1687,
"all_permissive": false
} |
ansible_role | Hassam2277/Ansible_playbooks | 49049033bc6ecd9e87506882ac1256fcaaf389d2 | 0 | VM_esxi/Range_Defined/roles/naming_conventions | 7,372 | [
"no_license"
] | [
{
"path": "VM_esxi/Range_Defined/roles/naming_conventions/tasks/main.yml",
"content": "\n############### Use this role if you want to give seperate names to VMs. \n############### In this playbook, first 2 VMs will be named master1 and master2 and rest will be named worker1 worker2 and so on\n\n\n\n---\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1952,
"all_permissive": false
} |
ansible_role | Hassam2277/Ansible_playbooks | 49049033bc6ecd9e87506882ac1256fcaaf389d2 | 0 | VM_esxi/Range_Defined/roles/user_input | 7,372 | [
"no_license"
] | [
{
"path": "VM_esxi/Range_Defined/roles/user_input/tasks/main.yml",
"content": "\n############## This role will take an input from a user for how many master and worker nodes he/she wants to create.\n############## After adding an input, it will create that many nodes on ESXI\n\n\n---\n- name: Prompt for the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4105,
"all_permissive": false
} |
ansible_role | Hassam2277/Ansible_playbooks | 49049033bc6ecd9e87506882ac1256fcaaf389d2 | 0 | VM_esxi/Range_Defined/roles/user_input_modified | 7,372 | [
"no_license"
] | [
{
"path": "VM_esxi/Range_Defined/roles/user_input_modified/tasks/main.yml",
"content": "---\n- name: Prompt for the number of master nodes\n pause:\n prompt: \"Enter the number of master nodes to create (0 if none): \"\n register: master_nodes_count\n until: master_nodes_count.user_input | int >= 0\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4237,
"all_permissive": false
} |
ansible_role | rebortg/ansible-vyos-netbox | 433f45ea5695539d60d39bc02ea15c3296ded082 | 1 | roles/vyos-central | 7,372 | [
"no_license"
] | [
{
"path": "roles/vyos-central/tasks/configure_vyos.yml",
"content": "---\n\n- name: set vyos wireguard config\n vyos.vyos.vyos_config:\n src: conf_wireguard.j2\n\n\n\n- name: set vyos bgp config\n vyos.vyos.vyos_config:\n src: conf_bgp.j2\n\n- name: save --> build as handler\n vyos.vyos.vyos_config... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2902,
"all_permissive": false
} |
ansible_role | rebortg/ansible-vyos-netbox | 433f45ea5695539d60d39bc02ea15c3296ded082 | 1 | roles/vyos-knotenrouter | 7,372 | [
"no_license"
] | [
{
"path": "roles/vyos-knotenrouter/templates/conf_common.j2",
"content": "set service snmp community xxxx\nset service snmp listen-address {{ ansible_host }}\nset service ssh listen-address {{ ansible_host }}\nset system config-management commit-revisions '100'\nset system host-name {{ inventory_hostname }}... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 10279,
"all_permissive": false
} |
ansible_role | B-Woody/ansible-osp-ztagger | 0b7e6588d79af1f7ec3e943b2c77fdda82018fbf | 0 | roles/container-z-release | 7,372 | [
"no_license"
] | [
{
"path": "roles/container-z-release/vars/main.yml",
"content": "---\n# vars file for 600-test-role/\n\n# When true the role will runs tasks to use OSPD to generate a container list.\n# When false the provided totaltaglist in the files/ directroy will be used\n \ngather_list: false\n\nregistry:\n contain... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7066,
"all_permissive": false
} |
ansible_role | ealtintas/GuvenlikDuvari | 1a92fa774be640d7a0b807667a7028120e875722 | 0 | roles/ansible | 7,372 | [
"no_license"
] | [
{
"path": "roles/ansible/vars/ansible.yml",
"content": "---\n# Playbooklari oynatacak scriptlerin dosyalaridir.\n# Yorum satiri ile gosterilen sablon doldurularak istenilen kadar script eklenebilir.\nscripts:\n script01:\n source: \"mys.sh.j2\" \n destination: \"/usr/bin/mys.sh\" \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3750,
"all_permissive": false
} |
ansible_role | ealtintas/GuvenlikDuvari | 1a92fa774be640d7a0b807667a7028120e875722 | 0 | roles/firewall | 7,372 | [
"no_license"
] | [
{
"path": "roles/firewall/templates/sysctl.conf.j2",
"content": "## Bu dosya ansible tarafindan yonetilmektedir!\n## Burada yapilan degisikliklerin uzerine yazilir!!\n{{ ansible_managed }}\n\nnet.ipv4.netfilter.ip_conntrack_max = {{ sysctl['ip_conntrack_max'] }}\nnet.nf_conntrack_max = {{ sysctl['nf_conntra... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 13336,
"all_permissive": false
} |
ansible_role | ealtintas/GuvenlikDuvari | 1a92fa774be640d7a0b807667a7028120e875722 | 0 | roles/firewallbuilder | 7,372 | [
"no_license"
] | [
{
"path": "roles/firewallbuilder/templates/fwbuilder-ahtapot.sh.j2",
"content": "## Bu dosya ansible tarafindan yonetilmektedir!\n## Burada yapilan degisikliklerin uzerine yazilir!!\n{{ ansible_managed }}\n\n# Ahtapot Gdys-Gui kisayol tanimlamasi\nalias gdys-gui='/usr/bin/sudo /usr/bin/python /var/opt/gdysg... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4730,
"all_permissive": false
} |
ansible_role | harshad007/mezzanine | c004ead0b72ce39e4bccbc0da0acfff4e18d9f0e | 1 | roles/addec2 | 7,372 | [
"no_license"
] | [
{
"path": "roles/addec2/tasks/main.yml",
"content": "---\n - name: Provision an EC2 Instance\n hosts: local\n connection: local\n gather_facts: True\n tags: provisioning\n # Necessary Variables for creating/provisioning the EC2 Instance\n vars:\n instance_type: t2.micro\n securi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1697,
"all_permissive": false
} |
ansible_role | harshad007/mezzanine | c004ead0b72ce39e4bccbc0da0acfff4e18d9f0e | 1 | roles/baseapache | 7,372 | [
"no_license"
] | [
{
"path": "roles/baseapache/tasks/main.yml",
"content": "---\n- name: install apache\n apt: name=apache2 state=present\n \n- name: install mysql server\n apt: name=mysql-server\n\n- name: install php5-mysql\n apt: name=php5-mysql state=present\n\n- name: install php apache dependency\n apt: name=libapa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | harshad007/mezzanine | c004ead0b72ce39e4bccbc0da0acfff4e18d9f0e | 1 | roles/elb_simple | 7,372 | [
"no_license"
] | [
{
"path": "roles/elb_simple/defaults/main.yml",
"content": "# Should per default register an instance to an ELB\naws_elb_state : \"present\"\naws_elb_region : \"us-west-2\"\naws_elb_ec2_elbs : \"external-load\"\n# The EC2 id which should associated with the ELB\naws_elb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | harshad007/mezzanine | c004ead0b72ce39e4bccbc0da0acfff4e18d9f0e | 1 | roles/load_balancer | 7,372 | [
"no_license"
] | [
{
"path": "roles/load_balancer/tasks/main.yml",
"content": "---\n- hosts: lb\n sudo: yes\n tasks:\n - name: all all ufw\n ufw: state=enabled policy=allow\n - name: install haproxy\n apt: name=haproxy state=installed\n - name: enable haproxy\n lineinfile: dest=/etc/default/haproxy regexp=\"^ENA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | harshad007/mezzanine | c004ead0b72ce39e4bccbc0da0acfff4e18d9f0e | 1 | roles/mezzanine | 7,372 | [
"no_license"
] | [
{
"path": "roles/mezzanine/tasks/main.yml",
"content": "---\n\n- name: update repository\n apt: name* state=latest\n\n- name: Install docker.io package\n apt: name=docker.io state=present\n\n- name: Copy dockerfile on remote node\n copy: src=\"~/awsProject/roles/mezzanine/files/dockerMezzanine\" dest=\"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | srvmsr/realword | 214b8ebd7b3c1e2c342e82bab8c458b4e22289c0 | 0 | ansible/roles/minikube | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/minikube/tasks/main.yml",
"content": "---\n\n- name: install the required packages\n package:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ minikube_dependencies }}\"\n\n- name: start services\n service:\n name: \"{{ item }}\"\n state: restarted\n enabl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2278,
"all_permissive": false
} |
ansible_role | srvmsr/realword | 214b8ebd7b3c1e2c342e82bab8c458b4e22289c0 | 0 | ansible/roles/preinstall | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/preinstall/tasks/main.yml",
"content": "---\n\n- name: Start minikube\n shell: minikube start --force\n args:\n executable: /bin/bash\n\n- name: Create a Certs directory if it does not exist\n file:\n path: /etc/certs\n state: directory\n mode: '0755'\n\n- name: Creat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1110,
"all_permissive": false
} |
ansible_role | mrflobow/playbook-k8s | dbc3d8800e33bc07182e5d733fd068702e1fe6db | 0 | roles/k8sbase | 7,377 | [
"no_license"
] | [
{
"path": "roles/k8sbase/tasks/main.yml",
"content": "- name: Add Kernel Modules\n community.general.modprobe:\n name: \"{{ item }}\"\n state: present\n persistent: present\n become: true\n with_items: \n - \"{{ kernel_modules }}\"\n\n- name: Copy sys control settings\n ansible.builtin.copy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2622,
"all_permissive": false
} |
ansible_role | mrflobow/playbook-k8s | dbc3d8800e33bc07182e5d733fd068702e1fe6db | 0 | roles/k8scluster | 7,377 | [
"no_license"
] | [
{
"path": "roles/k8scluster/defaults/main.yml",
"content": "k8s_mgmt_user: mrflobow\nk8s_mgmt_user_home: \"/home/{{k8s_mgmt_user}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/k8scluster/tasks/main.yml",
"content": "- name: Init clus... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | IshanSinghal/ansible-t3-ec2-web-load-balancer | cdac7124cd7fa4cf749cec38589d185c3a9f5022 | 0 | etc/ansible/roles/ec2_lb | 7,377 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/ec2_lb/handlers/main.yml",
"content": "---\n# handlers file for ec2_lb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "etc/ansible/roles/ec2_lb/defaults/main.yml",
"content": "---\n# defaults file for ec2_lb",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | IshanSinghal/ansible-t3-ec2-web-load-balancer | cdac7124cd7fa4cf749cec38589d185c3a9f5022 | 0 | etc/ansible/roles/ec2_web | 7,377 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/ec2_web/tasks/main.yml",
"content": "---\n# tasks file for ec2_web\n\n- name: Launch web target ec2 instance\n ec2:\n aws_access_key: \"{{ access_key }}\"\n aws_secret_key: \"{{ secret_key }}\"\n image: ami-0ebc1ac48dfd14136\n instance_type: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | IshanSinghal/ansible-t3-ec2-web-load-balancer | cdac7124cd7fa4cf749cec38589d185c3a9f5022 | 0 | etc/ansible/roles/lbsetup | 7,377 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/lbsetup/tasks/main.yml",
"content": "---\n# tasks file for lbsetup\n\n- name: install haproxy software\n package:\n name: \"haproxy\"\n state: present\n\n- name: copy config file for lb\n template:\n src: \"haproxy.cfg\"\n dest: \"/etc/hapro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | IshanSinghal/ansible-t3-ec2-web-load-balancer | cdac7124cd7fa4cf749cec38589d185c3a9f5022 | 0 | etc/ansible/roles/websetup | 7,377 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/websetup/handlers/main.yml",
"content": "---\n# handlers file for websetup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "etc/ansible/roles/websetup/tasks/main.yml",
"content": "---\n# tasks file for websetup\n\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | zhranklin/powerful | b3f83758745bd7d1195f7ad9c03228afa5a0c68d | 1 | operator-sdk/test/ansible/fixture_collection/roles/dummy | 7,377 | [
"permissive"
] | [
{
"path": "operator-sdk/test/ansible/fixture_collection/roles/dummy/tasks/main.yml",
"content": "---\n- name: Create ConfigMap\n community.kubernetes.k8s:\n definition:\n kind: ConfigMap\n apiVersion: v1\n metadata:\n name: test-this-collection\n namespace: \"{{ meta.namespa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": true
} |
ansible_role | zhranklin/powerful | b3f83758745bd7d1195f7ad9c03228afa5a0c68d | 1 | operator-sdk/test/ansible/roles/inventory | 7,377 | [
"permissive"
] | [
{
"path": "operator-sdk/test/ansible/roles/inventory/tasks/main.yml",
"content": "---\n- when: sentinel | test\n block:\n - community.kubernetes.k8s:\n definition:\n apiVersion: v1\n kind: ConfigMap\n metadata:\n name: inventory-cm\n namespace: '{{ meta.namespac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": true
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/base | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yaml",
"content": "- name: Update apt mirror server\n become: true\n ansible.builtin.replace:\n path: /etc/apt/sources.list\n regexp: http://archive.ubuntu.com/ubuntu\n replace: '{{ apt_repository }}'\n- name: apt update && apt upgrade\n become: true\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/burp | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/burp/tasks/main.yaml",
"content": "- name: Check if Burp Suite is installed\n shell: burp --version\n ignore_errors: true\n register: burpsuite_install_check\n\n\n- name: Create a temporal directory\n ansible.builtin.tempfile:\n state: directory\n suffix: temp\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2130,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/gdb | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/gdb/tasks/main.yaml",
"content": "# https://github.com/pwndbg/pwndbg\n- name: Install gdb\n become: true\n ansible.builtin.apt:\n update_cache: true\n install_recommends: false\n name:\n - gdb\n- name: Clone pwndbg from GitHub\n ansible.builtin.git:\n repo: https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/goenv | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/goenv/tasks/main.yaml",
"content": "- name: Check installed Go versions\n ignore_errors: true\n shell: . ~/.profile && goenv versions --bare\n register: goenv_installed_versions\n- name: Clone goenv\n git:\n repo: https://github.com/syndbg/goenv.git\n dest: '{{ path }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/neovim | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/neovim/tasks/main.yaml",
"content": "- name: Install neovim\n become: true\n ansible.builtin.get_url:\n url: \"https://github.com/neovim/neovim/releases/download/{{ version }}/nvim.appimage\"\n dest: \"/usr/local/bin/nvim\"\n mode: \"0755\"\n- name: Add alternatives\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/patchelf | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/patchelf/tasks/main.yaml",
"content": "# https://github.com/NixOS/patchelf\n- name: Install prerequisites\n become: true\n ansible.builtin.apt:\n update_cache: true\n install_recommends: false\n pkg:\n - autoconf\n - automake\n- name: Clone patchelf from GitHub\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/pyenv | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/pyenv/tasks/main.yaml",
"content": "- name: Check installed Python versions\n shell: . ~/.profile && pyenv versions --bare\n ignore_errors: true\n register: pyenv_installed_versions\n- name: Install prerequisites\n become: true\n apt:\n update_cache: true\n install_recomm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1695,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/rbenv | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/rbenv/tasks/main.yaml",
"content": "- name: Check installed Ruby versions\n shell: . ~/.profile && rbenv versions --bare\n ignore_errors: true\n register: rbenv_installed_versions\n- name: Clone rbenv\n ansible.builtin.git:\n repo: https://github.com/rbenv/rbenv.git\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/rizin | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/rizin/tasks/main.yaml",
"content": "# tasks file for rizin\n- name: Check rizin is installed\n ansible.builtin.shell: . ~/.profile && which rizin\n ignore_errors: true\n register: rz_install_check\n- name: Install cmake\n become: true\n ansible.builtin.apt:\n name: cmake\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1165,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/rust | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/rust/tasks/main.yaml",
"content": "# tasks file for rust\n- name: Check Rust is installed\n ansible.builtin.shell: rustup --version\n ignore_errors: true\n register: rust_install_check\n\n- name: Fetch rustup\n ansible.builtin.uri: \n url: https://sh.rustup.rs\n return_con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/sagemath | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/sagemath/tasks/main.yaml",
"content": "# tasks file for sagemath\n- name: Check SageMath is installed\n ansible.builtin.shell: sage --version\n ignore_errors: true\n register: sage_install_check\n- name: Finish if SageMath is installed\n ansible.builtin.meta: end_play\n when: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2755,
"all_permissive": false
} |
ansible_role | Laika/ctfenv | 81e67194259c111db299e699b0960dcff7179346 | 0 | ansible/roles/wireshark | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/wireshark/tasks/main.yaml",
"content": "- name: Check if Wireshark is installed\n shell: wireshark --version\n ignore_errors: true\n register: wireshark_install_check\n\n\n- name: Create a temporal directory\n ansible.builtin.tempfile:\n state: directory\n suffix: temp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | promon-rs/lab-setup | 05f5b1a5555bfdb420d62b189c926b6814f2c271 | 0 | playbooks/roles/download_packages | 7,377 | [
"no_license"
] | [
{
"path": "playbooks/roles/download_packages/templates/stress_generator.py.j2",
"content": "import logging, os, random, subprocess, time\nfrom prometheus_client import Gauge, start_http_server\n\nlogging.basicConfig(filename=\"/var/log/stress_generator.log\", level=logging.DEBUG)\ntests = ['-i 1 ', '-m 3 ',... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11556,
"all_permissive": false
} |
ansible_role | promon-rs/lab-setup | 05f5b1a5555bfdb420d62b189c926b6814f2c271 | 0 | playbooks/roles/setup_dns | 7,377 | [
"no_license"
] | [
{
"path": "playbooks/roles/setup_dns/vars/main.yml",
"content": "#########################################################################\n# Variables for role are defined here, at least they should be.\n#\n# We will describe variables here, but just for documentation purposes.\n# We will write a name and ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6635,
"all_permissive": false
} |
ansible_role | promon-rs/lab-setup | 05f5b1a5555bfdb420d62b189c926b6814f2c271 | 0 | playbooks/roles/setup_docker | 7,377 | [
"no_license"
] | [
{
"path": "playbooks/roles/setup_docker/templates/nginx.conf.j2",
"content": "{% for svc in docker_svcs %}\n{% if svc.name in ['alertmanager','grafana','prometheus','cadvisor'] %}\nserver {\n listen 80;\n{% if svc.name == 'cadvisor' %}\n server_name {{ inventory_hostname }}.{{ zone_name }};\n{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 25266,
"all_permissive": false
} |
ansible_role | promon-rs/lab-setup | 05f5b1a5555bfdb420d62b189c926b6814f2c271 | 0 | playbooks/roles/setup_email_server | 7,377 | [
"no_license"
] | [
{
"path": "playbooks/roles/setup_email_server/vars/main.yml",
"content": "#########################################################################\n# Variables for role are defined here, at least they should be.\n#\n# We will describe variables here, but just for documentation purposes.\n# We will write a ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9991,
"all_permissive": false
} |
ansible_role | promon-rs/lab-setup | 05f5b1a5555bfdb420d62b189c926b6814f2c271 | 0 | playbooks/roles/yum_install | 7,377 | [
"no_license"
] | [
{
"path": "playbooks/roles/yum_install/tasks/main.yml",
"content": "#########################################################################\n# Defining variables\n#########################################################################\n\n# nothing\n\n\n\n#################################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2428,
"all_permissive": false
} |
ansible_role | dda10/configuration-management | c421157120bbc6be628e1d05db1cd052a64e0763 | 0 | roles/app | 7,377 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "---\n- block:\n - name: Upload static site tarball\n copy:\n src: site.tar.gz\n dest: /tmp/site.tar.gz\n\n - name: Extract static site\n unarchive:\n src: /tmp/site.tar.gz\n dest: /var/www/html/\n remote_src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | dda10/configuration-management | c421157120bbc6be628e1d05db1cd052a64e0763 | 0 | roles/base | 7,377 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- block:\n - name: Update apt cache and upgrade packages\n apt:\n update_cache: yes\n upgrade: dist\n\n - name: Install basic utilities\n apt:\n name:\n - curl\n - vim\n - git\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | dda10/configuration-management | c421157120bbc6be628e1d05db1cd052a64e0763 | 0 | roles/nginx | 7,377 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- block:\n - name: Install nginx\n apt:\n name: nginx\n state: present\n\n - name: Ensure nginx is running\n service:\n name: nginx\n state: started\n enabled: true\n\n - name: Copy nginx config (o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | dda10/configuration-management | c421157120bbc6be628e1d05db1cd052a64e0763 | 0 | roles/ssh | 7,377 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- block:\n - name: Add authorized key\n authorized_key:\n user: ubuntu\n state: present\n key: \"{{ lookup('file', '/path/to/your/public_key.pub') }}\"\n tags: ssh\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | lucabodd/alienvault-hids-autodeploy | 7b0707834cbb68f96b6356765fc0079e31683096 | 1 | roles/ossec-hids-deploy | 7,377 | [
"no_license"
] | [
{
"path": "roles/ossec-hids-deploy/tasks/openbsd.yml",
"content": "---\n- name: \"Install OpenBSD base packages\"\n openbsd_pkg:\n name: ['gmake' , 'unzip--', 'gtar--']\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "role... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1574,
"all_permissive": false
} |
ansible_role | sonaproject/k8s-sona-ansible | f90f6e4a5169e392917efcf1c92c0d3a561c1641 | 3 | roles/docker | 7,377 | [
"permissive"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\nsystemd_dir: /lib/systemd/system\nsystem_env_dir: /etc/sysconfig\ndocker_dep_pkgs: \n - \"yum-utils\"\n - \"device-mapper-persistent-data\"\n - \"lvm2\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3519,
"all_permissive": true
} |
ansible_role | sonaproject/k8s-sona-ansible | f90f6e4a5169e392917efcf1c92c0d3a561c1641 | 3 | roles/kubesona | 7,377 | [
"permissive"
] | [
{
"path": "roles/kubesona/templates/onos.yml.j2",
"content": "---\nkind: ConfigMap\napiVersion: v1\nmetadata:\n name: sona-config\n namespace: kube-system\ndata:\n cni_network_config: |-\n {\n \"cniVersion\": \"0.3.1\",\n \"name\": \"sona-net\",\n \"type\": \"sona\"\n }\n sona_netwo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 45554,
"all_permissive": true
} |
ansible_role | sonaproject/k8s-sona-ansible | f90f6e4a5169e392917efcf1c92c0d3a561c1641 | 3 | roles/ovs | 7,377 | [
"permissive"
] | [
{
"path": "roles/ovs/tasks/deb_install.yml",
"content": "---\n - block:\n - name: \"Install OpenvSwitch with kernel modules (Debian/Ubuntu)\"\n apt:\n name: \"{{deb_ovs_packages}}\"\n state: present\n update_cache: yes\n become: true\n\n - name: \"Open OVSDB port\"\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4461,
"all_permissive": true
} |
ansible_role | bonzinator/directumrx_4_6 | 348cbd5f3b6b706e422a21b6540262fbd97711b5 | 0 | roles/directum | 7,377 | [
"no_license"
] | [
{
"path": "roles/directum/defaults/main.yml",
"content": "---\n# defaults file for directum\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/directum/templates/config.yml.j2",
"content": "\nvariables:\n host_fqdn: '{{ my_ip }}'\n h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7048,
"all_permissive": false
} |
ansible_role | bonzinator/directumrx_4_6 | 348cbd5f3b6b706e422a21b6540262fbd97711b5 | 0 | roles/docker | 7,377 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: Update and upgrade Ubuntu \n apt: \n update_cache: true\n upgrade: dist\n cache_valid_time: 3600\n force_apt_get: true\n\n- name: Install the packages for Apps\n apt: \n name: \"{{ item }}\"\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | bonzinator/directumrx_4_6 | 348cbd5f3b6b706e422a21b6540262fbd97711b5 | 0 | roles/postgresql | 7,377 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n# tasks file for postresql\n\n- name: Update and upgrade Ubuntu \n apt: \n update_cache: true\n upgrade: dist\n cache_valid_time: 3600\n force_apt_get: true\n\n- name: Install the packages for Apps\n apt: \n name: \"{{ item }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1820,
"all_permissive": false
} |
ansible_role | bonzinator/directumrx_4_6 | 348cbd5f3b6b706e422a21b6540262fbd97711b5 | 0 | roles/rabbitmq | 7,377 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: Install the packages for RabbitMQ \n apt: \n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items: \n - curl\n - gnupg\n - apt-transport-https\n\n- name: Download libssl1.1\n ansible.builtin.get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1621,
"all_permissive": false
} |
ansible_role | PlqnK/mspr-i2-infra | 0ca77341b8b77543e4c60d98318205c3b943e1cb | 0 | roles/docker-compose | 7,377 | [
"no_license"
] | [
{
"path": "roles/docker-compose/handlers/main.yml",
"content": "---\n- name: 'docker_compose_restart_traefik'\n community.docker.docker_compose:\n project_src: '{{ compose_file_base_path }}'\n services:\n - 'traefik'\n state: 'restarted'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5465,
"all_permissive": false
} |
ansible_role | PlqnK/mspr-i2-infra | 0ca77341b8b77543e4c60d98318205c3b943e1cb | 0 | roles/docker-setup | 7,377 | [
"no_license"
] | [
{
"path": "roles/docker-setup/tasks/main.yml",
"content": "---\n- name: 'Install base packages and ansible dependencies'\n ansible.builtin.dnf:\n name:\n - 'firewalld'\n - 'python3-firewall'\n state: 'present'\n\n- name: 'Enable and start firewalld'\n ansible.builtin.systemd:\n name: 'f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2256,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/cart | 7,377 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yaml",
"content": "- name: app setup\n include_role:\n name: common\n tasks_from: app.yaml\n\n\n- name: nodejs setup\n include_role:\n name: common\n tasks_from: nodejs.yaml\n\n- name: systemd setup\n include_role:\n name: common\n tasks_from: systemd.ya... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/catalogue | 7,377 | [
"no_license"
] | [
{
"path": "roles/catalogue/vars/main.yaml",
"content": "MONGODB_HOST: mongodb.raheemweb.fun\nCATALOGUE_HOST: catalogue.raheemweb.fun",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: app setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1503,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/common | 7,377 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app.yaml",
"content": "- name: creating system user\n ansible.builtin.user:\n name: Roboshop\n shell: /sbin/nologin\n system: true\n home: /app\n\n- name: creating directory\n ansible.builtin.file:\n path: /app\n state: directory\n\n- name: downloading \"{{ ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2960,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/dispatch | 7,377 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yaml",
"content": "- name: app setup\n include_role:\n name: common\n tasks_from: app.yaml\n\n- name: go setup\n include_role:\n name: common\n tasks_from: go.yaml\n\n- name: systemd setup\n include_role:\n name: common\n tasks_from: systemd.yaml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/frontend | 7,377 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yaml",
"content": "\n\nCATALOGUE_HOST: catalogue.raheemweb.fun\nUSER_HOST: user.raheemweb.fun\nCART: cart.raheemweb.fun\nSHIPPING_HOST: shipping.raheemweb.fun\nPAYMENT_HOST: payment.raheemweb.fun",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1113,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/mysql | 7,377 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name: mysql installation\n hosts: mysql\n tasks: \n - name: installing mysql\n ansible.builtin.dnf:\n name: mysql\n state: present\n\n - name: start and enable\n ansible.builtin.service:\n name: mysql\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/payment | 7,377 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yaml",
"content": " - name: app setup\n include_role:\n name: common\n tasks_from: app.yaml \n\n \n - name: maven setup\n include_role:\n name: common\n tasks_from: maven.yaml\n \n - name: systemd setup\n include_role: \n name: comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/rabbitmq | 7,377 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yaml",
"content": "\n\n - name: copying rabbitmq repo\n src: rabbitmq.repo\n dest: /etc/yum.repos.d/rabbitmq.repo\n\n\n - name: installing rabbitmq server\n ansible.builtin.dnf:\n name: rabbitmq\n state: present\n\n\n - name: start and enable\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/shipping | 7,377 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yaml",
"content": "\n\n \n\n - name: app setup\n include_role:\n name: common\n tasks_from: app.yaml \n\n \n - name: maven setup\n include_role:\n name: common\n tasks_from: maven.yaml\n \n \n\n\n # - name: installing mysql client\n # a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | raheemsRandy/ansible-roboshop-roles | a24cfa777d69018f2a1d07a853dd3ca1df13cc2e | 0 | roles/user | 7,377 | [
"no_license"
] | [
{
"path": "roles/user/vars/main.yaml",
"content": "REDIS_HOST: redis.raheemweb.fun\nMONGODB_HOST: mongodb.raheemweb.fun",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/user/tasks/main.yaml",
"content": "- name: app setup\n include_role: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | chrlen/ansible | 8bbe79cf64a3061412217607e00c1c0dfeb43e65 | 0 | roles/actions-runner-docker-images | 7,377 | [
"no_license"
] | [
{
"path": "roles/actions-runner-docker-images/tasks/main.yml",
"content": "- name: Actions-runner docker-images\n community.docker.docker_container:\n name: actions-runner-docker-images\n state: present\n image: ghcr.io/actions/actions-runner:2.317.0\n command: ./config.sh --url https://github.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | chrlen/ansible | 8bbe79cf64a3061412217607e00c1c0dfeb43e65 | 0 | roles/debug | 7,377 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yml",
"content": "- name: Print the gateway for each host when defined\n ansible.builtin.debug:\n msg: Packages {{ packages }}, Hostname {{ hostname }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | chrlen/ansible | 8bbe79cf64a3061412217607e00c1c0dfeb43e65 | 0 | roles/docker | 7,377 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install required system packages\n ansible.builtin.apt:\n pkg: \"{{ docker_packages }}\"\n state: present\n update_cache: true\n become: true\n\n- name: Add Docker GPG key\n ansible.builtin.apt_key:\n url: https://download.docker.co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | chrlen/ansible | 8bbe79cf64a3061412217607e00c1c0dfeb43e65 | 0 | roles/mac | 7,377 | [
"no_license"
] | [
{
"path": "roles/mac/defaults/main.yml",
"content": "brew_packages:\n [\n htop,\n gimp,\n alt-tab,\n altserver,\n element,\n inkscape,\n kitty,\n monitorcontrol,\n nextcloud,\n cask/syncthing,\n vlc,\n rar,\n ]\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | chrlen/ansible | 8bbe79cf64a3061412217607e00c1c0dfeb43e65 | 0 | roles/proxy | 7,377 | [
"no_license"
] | [
{
"path": "roles/proxy/defaults/main.yml",
"content": "proxy_port: 8910\nproxy_packages:\n - squid\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/proxy/templates/squid.conf.j2",
"content": "acl me proxy_auth REQUIRED\nhttp_access allo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1837,
"all_permissive": false
} |
ansible_role | chrlen/ansible | 8bbe79cf64a3061412217607e00c1c0dfeb43e65 | 0 | roles/system | 7,377 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "- ansible.builtin.include_tasks: hostname.yml\n- ansible.builtin.include_tasks: essential.yml\n- ansible.builtin.include_tasks: user.yml\n- ansible.builtin.include_tasks: ssh.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4382,
"all_permissive": false
} |
ansible_role | deploymentking/raspbernetes | ca565ccbc37992bea7e56be9167ad48ea179a52c | 0 | roles/debug | 7,377 | [
"no_license"
] | [
{
"path": "roles/debug/vars/main.yml",
"content": "---\nfull_debug: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/debug/tasks/main.yml",
"content": "---\n- name: \"List all known variables and facts\"\n ansible.builtin.debug:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | deploymentking/raspbernetes | ca565ccbc37992bea7e56be9167ad48ea179a52c | 0 | unlinted/roles/bootstrap | 7,377 | [
"no_license"
] | [
{
"path": "unlinted/roles/bootstrap/tasks/setup_boot_config.yml",
"content": "---\n- name: Copy the boot configuration file\n ansible.builtin.copy:\n src: files/boot-firmware-config.txt\n dest: /boot/firmware/config.txt\n mode: 0755\n register: boot_config_features\n\n- name: Reboot immediately i... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 6882,
"all_permissive": false
} |
ansible_role | deploymentking/raspbernetes | ca565ccbc37992bea7e56be9167ad48ea179a52c | 0 | unlinted/roles/security | 7,377 | [
"no_license"
] | [
{
"path": "unlinted/roles/security/tasks/main.yml",
"content": "---\n- name: Setup Users\n include: setup_users.yml\n\n- name: Setup Security\n include: setup_security.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "unlinted/roles/security... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2283,
"all_permissive": false
} |
ansible_role | deploymentking/raspbernetes | ca565ccbc37992bea7e56be9167ad48ea179a52c | 0 | unlinted/roles/vanilla | 7,377 | [
"no_license"
] | [
{
"path": "unlinted/roles/vanilla/templates/prepare_ubuntu_usb.sh.j2",
"content": "#!/bin/bash\n\nlsblk\nsudo mkdir -p {{ mount_point_dir_boot }}\nsudo mkdir -p {{ mount_point_dir_writable }}\nsudo mount {{ mount_device_boot }} {{ mount_point_dir_boot }}\nsudo mount {{ mount_device_writable }} {{ mount_poin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | linuxtricksfordevops/yellowdog | 8965002bb876c616820ce578a8a2e6475b53d696 | 0 | ansible/roles/deployment | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/deployment/defaults/default.pp",
"content": "exec { 'apt_update':\n command => \"/usr/bin/apt update\",\n logoutput => 'on_failure'\n}\n\nexec { \"add-apt-repository-oracle\":\n command => \"/usr/bin/add-apt-repository -y ppa:webupd8team/java\",\n l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3139,
"all_permissive": false
} |
ansible_role | linuxtricksfordevops/yellowdog | 8965002bb876c616820ce578a8a2e6475b53d696 | 0 | ansible/roles/tomcat | 7,377 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat/tasks/main.yml",
"content": "---\n# tasks file for universal-tomcat\n\n- name: Insure Required Packages Are Installed\n package:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - tar\n - wget\n\n# Here We Create The Group and User\n- name: Create Tomca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6074,
"all_permissive": false
} |
ansible_role | CarballoFrancisco/casopractico2 | e95f0c6b01d5dbea8d39f298446318d4add86c67 | 0 | ansible/roles/aks | 7,381 | [
"no_license"
] | [
{
"path": "ansible/roles/aks/tasks/main.yml",
"content": "---\n- name: Crear namespace para la aplicación\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: unir\n\n- name: Crear secreto para autenticación con ACR\n kube... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | CarballoFrancisco/casopractico2 | e95f0c6b01d5dbea8d39f298446318d4add86c67 | 0 | ansible/roles/vm | 7,381 | [
"no_license"
] | [
{
"path": "ansible/roles/vm/tasks/main.yml",
"content": "---\n- name: Instalar paquetes necesarios\n become: yes\n apt:\n name:\n - podman\n - apache2-utils # Necesario para crear el archivo .htpasswd\n state: present\n update_cache: yes\n\n- name: Hacer login en el ACR desde la VM\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | mroura100/ansible_update_tomcat | 0771064346ff4bdadb70566fe1db77408a96ee47 | 0 | tomcat/roles/update_tomcat | 7,381 | [
"no_license"
] | [
{
"path": "tomcat/roles/update_tomcat/defaults/main.yml",
"content": "---\n# defaults file for update_tomcat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "tomcat/roles/update_tomcat/tests/test.yml",
"content": "---\n- hosts: localhost\n remo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7508,
"all_permissive": false
} |
ansible_role | rmallory101/arista_avd_labs | 51258d4f4adc0761e759786ed330630adfd53b99 | 0 | labs/evpn/ansible-cvp/ansible_collections/arista/avd/roles/eos_config_deploy_eapi | 7,381 | [
"no_license"
] | [
{
"path": "labs/evpn/ansible-cvp/ansible_collections/arista/avd/roles/eos_config_deploy_eapi/tasks/main.yml",
"content": "---\n- name: \"Collection {{ ansible_collection_name }} version {{ version }}{{ ('(git ' ~ git_tag ~ ')') if git_tag }} loaded from {{ collection_path }}\"\n tags: [always, avd_version]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1416,
"all_permissive": false
} |
ansible_role | gdha/k3s-intro | 36c31ca1bf204a99e1ae561592b086f3636d6eef | 7 | ansible/roles/download | 7,381 | [
"permissive"
] | [
{
"path": "ansible/roles/download/tasks/main.yml",
"content": "---\n\n- name: Delete k3s if already present\n file:\n path: /usr/local/bin/k3s\n state: absent\n\n- name: Download k3s binary x64\n get_url:\n url: https://github.com/rancher/k3s/releases/download/{{ k3s_version }}/k3s\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": true
} |
ansible_role | gdha/k3s-intro | 36c31ca1bf204a99e1ae561592b086f3636d6eef | 7 | ansible/roles/prep | 7,381 | [
"permissive"
] | [
{
"path": "ansible/roles/prep/files/ssh-config",
"content": "Protocol 2\nForwardAgent no\nCheckHostIP no\nStrictHostKeyChecking no\nUserKnownHostsFile /dev/null\nVerifyHostKeyDNS no\nLogLevel ERROR\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 1... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3717,
"all_permissive": true
} |
ansible_role | gdha/k3s-intro | 36c31ca1bf204a99e1ae561592b086f3636d6eef | 7 | ansible/roles/prereq | 7,381 | [
"permissive"
] | [
{
"path": "ansible/roles/prereq/tasks/main.yml",
"content": "---\n\n- name: Enable IPv4 forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: yes\n\n- name: Enable IPv6 forwarding\n sysctl:\n name: net.ipv6.conf.all.forwarding\n value: \"1\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": true
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/caps2ctrl | 7,381 | [
"no_license"
] | [
{
"path": "roles/caps2ctrl/tasks/main.yaml",
"content": "---\n# tasks file for caps2ctrl\n- name: caps2ctrl | Install tasks for Ubuntu\n include: ubuntu.yaml\n when:\n - ansible_distribution == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/coq | 7,381 | [
"no_license"
] | [
{
"path": "roles/coq/tasks/main.yaml",
"content": "---\n# tasks for coq\n- name: coq | Add Coq repository.\n shell: opam repo add coq-released https://coq.inria.fr/opam/released\n environment: \"{{ proxy_env }}\"\n\n- name: coq | Install tasks for Ubuntu\n include: ubuntu.yaml\n when:\n - ansible_dis... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/ctags | 7,381 | [
"no_license"
] | [
{
"path": "roles/ctags/tasks/main.yaml",
"content": "---\n# tasks file for ctags\n- name: ctags | Check if installing ctags.\n shell: which ctags\n register: ctags_installed\n ignore_errors: yes\n\n- name: ctags | Install tasks for Amazon Linux 2\n include: amazonlinux2.yaml\n when:\n - ctags_instal... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/custom-scripts | 7,381 | [
"no_license"
] | [
{
"path": "roles/custom-scripts/tasks/main.yml",
"content": "---\n# tasks file for custom-scripts\n- name: custom-scripts | Ensure existing $PATH to custom-scripts bin Directory in .bashrc\n lineinfile:\n path: ~/.bashrc\n state: present\n regexp: '^export PATH={{ playbook_dir }}/bin'\n line: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/docker | 7,381 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/amazonlinux2.yaml",
"content": "---\n# tasks file for Amazon Linux 2\n- name: docker | Ensure existing Docker.\n yum:\n name: docker\n state: present\n become: yes\n\n- name: docker | Ensure user joins group Docker.\n user:\n name: \"{{ ansible_user }}\"\n append... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2332,
"all_permissive": false
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/doxygen | 7,381 | [
"no_license"
] | [
{
"path": "roles/doxygen/tasks/main.yaml",
"content": "---\n# tasks file for doxygen\n- name: doxygen | Check if installing doxygen.\n shell: which doxygen\n register: doxygen_installed\n ignore_errors: yes\n\n- name: doxygen | Install tasks for Ubuntu\n include: ubuntu.yaml\n when:\n - doxygen_inst... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/haskell | 7,381 | [
"no_license"
] | [
{
"path": "roles/haskell/tasks/main.yaml",
"content": "---\n# tasks for Haskell\n- name: haskell | Ubuntu\n include: ubuntu.yaml\n when:\n - ansible_distribution == \"Ubuntu\"\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/haskell/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | 0x4FCA/dotfiles | 2614133e590ade8c65b2916788e3cacb6571f8a6 | 0 | roles/jupyter | 7,381 | [
"no_license"
] | [
{
"path": "roles/jupyter/tasks/ubuntu.yaml",
"content": "---\n# tasks for Ubuntu\n- name: jupyter | Ensure install components (APT).\n apt:\n name: [\"texlive-lang-japanese\", \"texlive-xetex\"]\n state: present\n become: yes\n environment: \"{{ proxy_env }}\"\n\n- name: jupyter | Ensure install Ju... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 682,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.