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
seunsmooth/kafka2
2f781f90ed52d341dcd4198add1aa4a04bc721e8
0
roles/julie
364
[ "no_license" ]
[ { "path": "roles/julie/tasks/main.yml", "content": "---\n# tasks file for kafka\n- name: create common dirs\n file:\n path: \"{{ item }}\"\n state: directory\n \n with_items:\n - \"{{ packers_dir }}\"\n\n- name: Download Julie topology builder \n get_url:\n url: https://github.com/kafka-o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1725, "all_permissive": false }
ansible_role
JornCreten/EL-HA
fe5388dc1a7eb829290a502aa354c0401ecd246a
0
ansible/roles/PCP-Client
364
[ "no_license" ]
[ { "path": "ansible/roles/PCP-Client/tasks/main.yml", "content": "- name: Install pcp & addons\n package:\n name: \n - pcp\n - pcp-webapi\n - pcp-webjs\n - pcp-webapp-vector\n - pcp-webapp-grafana\n - pcp-webapp-graphite\n\n- name: ensure services are started and enabled\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
JornCreten/EL-HA
fe5388dc1a7eb829290a502aa354c0401ecd246a
0
ansible/roles/load
364
[ "no_license" ]
[ { "path": "ansible/roles/load/handlers/main.yml", "content": "# roles/load/handlers/main.yml\n---\n\n- name: restart haproxy\n service:\n name: haproxy\n state: restarted \n enabled: yes\n\n- name: restart firewalld\n systemd:\n name: firewalld\n state: reloaded\n\n- name: start haproxy\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2737, "all_permissive": false }
ansible_role
JornCreten/EL-HA
fe5388dc1a7eb829290a502aa354c0401ecd246a
0
ansible/roles/monitor
364
[ "no_license" ]
[ { "path": "ansible/roles/monitor/tasks/main.yml", "content": "---\n- name: Install Cockpit\n package:\n name:\n - cockpit\n - cockpit-dashboard\n- name: Ensure Cockpit is running\n service:\n name: cockpit.socket\n state: started\n enabled: true\n \n- name: Allow traffic to Cockpit ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 728, "all_permissive": false }
ansible_role
JornCreten/EL-HA
fe5388dc1a7eb829290a502aa354c0401ecd246a
0
ansible/roles/php
364
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "# roles/phpmyadmin/tasks/main.yml\n---\n\n- name: Install PHPMyAdmin\n yum:\n pkg: phpMyAdmin\n state: installed\n tags: phpmyadmin\n\n- name: Install config file\n copy:\n src: etc_httpd_conf.d_phpMyAdmin.conf\n dest: /etc/httpd/conf....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
JornCreten/EL-HA
fe5388dc1a7eb829290a502aa354c0401ecd246a
0
ansible/roles/webserver
364
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n- name: start firewalld\n service:\n name: firewalld\n state: started\n enabled: yes\n\n- firewalld:\n port: 80/tcp\n permanent: true\n state: enabled\n\n- name: reload service firewalld\n systemd:\n name: firewalld\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 924, "all_permissive": false }
ansible_role
HMyounus80/ci-cd-3-tier-application
47501bb2366463d462b429cf684bc57c602d4645
0
ansible/roles/myapp_role
364
[ "no_license" ]
[ { "path": "ansible/roles/myapp_role/tasks/main.yml", "content": "- name: Pull and Run Backend\n docker_container:\n name: backend\n image: backend-app\n state: started\n restart_policy: always\n published_ports:\n - \"3000:3000\"\n\n- name: Pull and Run Frontend\n docker_container:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
baoqiangy/ansible_demo
431382a007c12709e49d8f7adf5f60f52e6fb1ce
0
roles/base
364
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for faculty\n tags: always\n authorized_key:\n user: faculty\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/bgp
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/bgp/templates/main.j2", "content": "{% if inventory_hostname.startswith('spine') %}\nrouter bgp 65000\n{% else %}\nrouter bgp {{ 65000 + inventory_hostname[-1]|int }}\n{% endif %}\n{% for ip in nb_ips.json.results %}\n{%\tif ip.assigned_object.name|lower == 'loopback0' %}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1602, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/footer
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/footer/defaults/main.yml", "content": "---\n# defaults file for footer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "03_build_configs/roles/footer/vars/main.yml", "content": "---\n# vars file for footer\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2409, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/header
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/header/templates/main.j2", "content": "service timestamps debug datetime msec\nservice timestamps log datetime msec\nno service password-encryption\nno service config\nno service dhcp\n!\nhostname {{ inventory_hostname|lower }}\n!\nboot-start-marker\nboot-end-marker\n!\n!\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 946, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/interface
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/interface/defaults/main.yml", "content": "---\n# defaults file for interface\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "03_build_configs/roles/interface/tasks/main.yml", "content": "---\n# tasks file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1067, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/middle
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/middle/tasks/main.yml", "content": "---\n# tasks file for middle\n- name: Build middle configuration\n template:\n src: main.j2\n dest: ./files/staging/{{ inventory_hostname }}/{{ inventory_hostname }}.15_middle\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 332, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/snmp
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/snmp/tasks/main.yml", "content": "---\n# tasks file for snmp\n- name: Build snmp configuration\n template:\n src: main.j2\n dest: ./files/staging/{{ inventory_hostname }}/{{ inventory_hostname }}.20_snmp\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 573, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/static_route
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/static_route/handlers/main.yml", "content": "---\n# handlers file for static_route\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "03_build_configs/roles/static_route/vars/main.yml", "content": "---\n# vars f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 419, "all_permissive": false }
ansible_role
lachlan748/virtual_network_build
6ab3ee3a5b7daa5b5257eda7e9c0f9333f70ae5f
0
03_build_configs/roles/syslog
364
[ "no_license" ]
[ { "path": "03_build_configs/roles/syslog/tasks/main.yml", "content": "---\n# tasks file for syslog\n- name: Build syslog configuration\n template:\n src: main.j2\n dest: ./files/staging/{{ inventory_hostname }}/{{ inventory_hostname }}.18_syslog\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
naiara-garcia/Azure-devops-pipelines
0dbdebbfd901b0d9d4191307df33bf1eef7b419f
0
ansible-playbook/roles/nattest
364
[ "no_license" ]
[ { "path": "ansible-playbook/roles/nattest/vars/main.yml", "content": "---\n# vars file for nattest\n\nfiles:\n - \"named.conf.local\"\n - \"url.forward.zone\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible-playbook/roles/nattest/tests/te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 743, "all_permissive": false }
ansible_role
kkweon/localhost-ansible
6103516ce8782d61210e508d13563422b6350014
0
roles/dotfiles
364
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n# tasks file for dotfiles\n- name: Config dotfiles pull\n shell: git --git-dir=$HOME/.myconf/ --work-tree=$HOME pull --rebase && exit 0\n args:\n chdir: ~\n executable: /bin/bash\n- name: Update vim\n shell: git pull --rebase && exit 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
kkweon/localhost-ansible
6103516ce8782d61210e508d13563422b6350014
0
roles/update
364
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n# tasks file for update\n- name: Update/Upgrade Homebrew\n homebrew:\n update_homebrew: yes\n upgrade_all: yes\n\n- name: Initiate Copy file\n command: echo \"HIHI\"\n notify:\n - Copy file\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 412, "all_permissive": false }
ansible_role
akramullah39/ansible_labs
8168d3e71a07ee315ec5bca767caf1ecb46b1b10
0
ansible-first-demo/roles/python
364
[ "no_license" ]
[ { "path": "ansible-first-demo/roles/python/tasks/main.yml", "content": "---\n- name: Installing pip3\n become: yes\n apt:\n name:\n - python3-pip\n update_cache: yes\n\n- name: creates dir\n file:\n path: ./basic-http-server\n state: directory\n\n\n- name: install apache\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
akramullah39/ansible_labs
8168d3e71a07ee315ec5bca767caf1ecb46b1b10
0
ansible-handlers/roles/handlers
364
[ "no_license" ]
[ { "path": "ansible-handlers/roles/handlers/tasks/main.yml", "content": "---\n- name: Unistall Nginx and remove config files\n apt: \n name: nginx\n state: absent\n purge: yes\n\n\n- name: Removes Nginx dependencies and unused packages\n become: yes\n apt:\n autoremove: yes\n purge: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 814, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/baseimage
368
[ "no_license" ]
[ { "path": "roles/baseimage/tasks/main.yml", "content": "---\n# Role to prepare base OS image from which all other are derived\n#\n# If VIRTHOST is in RHEL7 or equivalent extra steps are required\n# to run RHEL8 guest (download libguestfs appliance, extract and\n# set environment LIBGUESTFS_PATH to /path/to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2520, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/libvirt
368
[ "no_license" ]
[ { "path": "roles/libvirt/handlers/main.yml", "content": "---\n- name: restart libvirtd\n service: name=libvirtd.service state=restarted\n\n#- name: load start net\n# command: /usr/bin/virsh net-define /tmp/{{ item }}.xml && /usr/bin/virsh net-autostart \"{{ item }}\" && /usr/bin/virsh net-start \"{{ item...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3692, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/modprobe
368
[ "no_license" ]
[ { "path": "roles/modprobe/tasks/main.yml", "content": "---\n- name: Adding module config for kvm_intel\n lineinfile:\n path: /etc/modprobe.d/kvm.conf\n regexp: '^options kvm_intel {{ item }}'\n line: 'options kvm_intel {{ item }}=1'\n with_items:\n - nested\n - enable_shadow_vmcs\n - ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/packages
368
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Common required packages\n dnf:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - bridge-utils\n - curl\n - net-tools\n - tmux\n - wget\n - xorg-x11-apps\n - xauth\n - xorg-x11-fonts-Type1\n - xz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/proxy
368
[ "no_license" ]
[ { "path": "roles/proxy/handlers/main.yml", "content": "---\n- name: Proxy - Restart squid\n service: \n name: squid\n state: restarted\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/proxy/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 543, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/repos
368
[ "no_license" ]
[ { "path": "roles/repos/tasks/main.yml", "content": "---\n# Assuming default repos for Fedora are present. No extra repos are required at the moment.\n- name: Add extra repos for virt host\n# dnf: name=http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/sysctl
368
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "---\n- name: \"Config\"\n sysctl:\n name: \"{{ item.key }}\"\n value: \"{{ item.value }}\" \n state: present\n sysctl_set: yes\n reload: yes\n with_items:\n - { key: 'net.ipv4.conf.all.rp_filter', value: 0 }\n - { key: 'net.ipv4.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/undercloud
368
[ "no_license" ]
[ { "path": "roles/undercloud/tasks/osp16.yml", "content": "- block:\n - name: Fix RHEL8 minor version to 8.1 (RHOSP16.0)\n command: /usr/bin/subscription-manager release --set=8.1\n\n - name: Enable undercloud repos for OSP16\n rhsm_repository:\n name:\n - rhel-8-for-x86_64-baseos-rpms\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 14313, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/vbmc
368
[ "no_license" ]
[ { "path": "roles/vbmc/tasks/main.yml", "content": "---\n# Setup vBMC\n- name: vBMC\n become: yes\n tags:\n - vbmc\n block:\n - name: Install vBMC\n dnf:\n pkg: \"{{ item }}\"\n state: present\n loop:\n - python3-virtualbmc\n - ipmitool\n\n - name: Enable and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1204, "all_permissive": false }
ansible_role
mauroseb/bootstrap-rhosp
dd9e505298201afe3d9270855d146d1ee7e6d121
1
roles/vms
368
[ "no_license" ]
[ { "path": "roles/vms/tasks/undercloud.yml", "content": "# Create undercloud VM\n- name: \"Setup undercloud VM\"\n become: yes\n environment:\n LIBGUESTFS_BACKEND: direct\n LIBVIRT_DEFAULT_URI: 'qemu+ssh://stack@localhost/system'\n block:\n - name: Create underlcoud vm\n include: vm.yml name={{ ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5968, "all_permissive": false }
ansible_role
miguelandresgordon/WayneHomeLab
700b14653a8e149c8ef8b5b0196633f74c737d78
0
ansible/roles/cloudflare-ddns
368
[ "no_license" ]
[ { "path": "ansible/roles/cloudflare-ddns/tasks/main.yml", "content": "---\n- name: Install k3s agent\n shell: curl -sfL https://get.k3s.io | K3S_URL=https://{{ groups['master'][0] }}:6443 K3S_TOKEN={{ lookup('file', '/var/lib/rancher/k3s/server/node-token') }} sh -\n args:\n creates: /usr/local/bin/k3s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
miguelandresgordon/WayneHomeLab
700b14653a8e149c8ef8b5b0196633f74c737d78
0
ansible/roles/common
368
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Ensure required packages are installed\n apt:\n name:\n - curl\n - socat\n - conntrack\n - ipset\n - software-properties-common\n state: present\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
miguelandresgordon/WayneHomeLab
700b14653a8e149c8ef8b5b0196633f74c737d78
0
ansible/roles/master
368
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "---\n- name: Install k3s master\n shell: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=\"--write-kubeconfig-mode 644\" sh -\n args:\n creates: /usr/local/bin/k3s\n become: true\n\n- name: Copy kubeconfig to control node\n fetch:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
Dylzo/day6
ca6645d27acb7cf71af2a2566fa8f64659060a1e
0
roles/iptables
368
[ "no_license" ]
[ { "path": "roles/iptables/handlers/main.yml", "content": "---\n- name: iptables save\n command: iptables-save > /etc/sysconfig/iptables\n\n- name: iptables restart\n service:\n name=iptables\n state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 398, "all_permissive": false }
ansible_role
Dylzo/day6
ca6645d27acb7cf71af2a2566fa8f64659060a1e
0
roles/network
368
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: Configure new network int\n become: true\n copy:\n content: |\n NAME=ens224\n GATEWAY=192.168.40.1\n DEVICE=ens224\n ONBOOT=yes\n USERCTL=no\n BOOTPROTO=static\n NETMASK=255.255.255.0\n IPADDR=192...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
IamNotGeek91/Ansible_tutorial
2309a0ba8035a7b0fac58dee6b9ade9878de1751
0
roles/web_servers
368
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": " - name: install apache2 package (Ubuntu)\n tags: apache,apache2,ubuntu\n package:\n name:\n - \"{{apache_package_name}}\"\n - \"{{php_package_name}}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
good5dog5/experiments
6d34c2cd5f4566f162caa8f7110f4c261e632032
0
ansible/roles/base
368
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n\n- name: mkdir for configure files\n file:\n dest: '{{ item.dest }}'\n owner: root\n group: root\n mode: '{{ item.mode | default(\"0755\") }}'\n state: directory\n\n with_items:\n - dest: /etc/sudoers.d\n\n- name: set sudo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1199, "all_permissive": false }
ansible_role
jeremyspofford/chezmoi
5f7278404d92a4795a8995ab53a3e1d35e1853a9
0
ansible/roles/1password
368
[ "no_license" ]
[ { "path": "ansible/roles/1password/tasks/main.yml", "content": "---\n- name: Add 1Password apt repository key\n ansible.builtin.get_url:\n url: https://downloads.1password.com/linux/keys/1password.asc\n dest: /usr/share/keyrings/1password-archive-keyring.asc\n become: true\n\n- name: Add 1Password r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2613, "all_permissive": false }
ansible_role
jeremyspofford/chezmoi
5f7278404d92a4795a8995ab53a3e1d35e1853a9
0
ansible/roles/chezmoi
368
[ "no_license" ]
[ { "path": "ansible/roles/chezmoi/tasks/main.yml", "content": "---\n- name: Ensure ~/.local/bin directory exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.local/bin\"\n state: directory\n mode: '0755'\n owner: \"{{ ansible_user_id }}\"\n group: \"{{ ansible_user_id }}\"\n\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
jeremyspofford/chezmoi
5f7278404d92a4795a8995ab53a3e1d35e1853a9
0
ansible/roles/debug
368
[ "no_license" ]
[ { "path": "ansible/roles/debug/tasks/main.yml", "content": "---\n- name: Print all available facts\n ansible.builtin.debug:\n var: ansible_env\n # var: ansible_facts\n # verbosity: 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
jeremyspofford/chezmoi
5f7278404d92a4795a8995ab53a3e1d35e1853a9
0
ansible/roles/packages
368
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "---\n- name: Include package variables\n ansible.builtin.include_vars:\n file: main.yml\n\n- name: Detect OS family\n ansible.builtin.set_fact: # Set facts allows ust o create variables that we can use later\n is_mac: \"{{ ansible_os_fam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1877, "all_permissive": false }
ansible_role
jeremyspofford/chezmoi
5f7278404d92a4795a8995ab53a3e1d35e1853a9
0
ansible/roles/zsh
368
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n- name: Ensure Zsh is installed\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Ensure ~/.zshrc exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.zshrc\"\n state: touch\n mode: '0644'\n owner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
kaylon/pybot
41a597d8920df997dd8c301be28704bd656cdd75
0
ansible/roles/base
368
[ "no_license" ]
[ { "path": "ansible/roles/base/handlers/main.yml", "content": "\n\n\n - name: reboot\n command: /sbin/reboot\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/base/tasks/main.yml", "content": "\n- name: Set hostna...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1528, "all_permissive": false }
ansible_role
calorie/ansible_dev
8271adac13a0f425f4387643e806c69776eba579
0
roles/dotfiles
368
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Clone dotfiles\n git:\n repo: <EMAIL>:calorie/dotfiles.git\n dest: ~/dotfiles\n version: master\n\n- name: Setup dotfiles\n shell: 'echo y | ./script/setup'\n args:\n chdir: ~/dotfiles\n creates: ~/.zshrc\n\n- name: Add zs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
calorie/ansible_dev
8271adac13a0f425f4387643e806c69776eba579
0
roles/karabiner
368
[ "no_license" ]
[ { "path": "roles/karabiner/tasks/main.yml", "content": "---\n- block:\n - name: Create karabiner config directory\n file:\n path: ~/.config/karabiner\n state: directory\n owner: '{{ owner }}'\n group: '{{ group }}'\n mode: 755\n recurse: yes\n\n - name: Import karabiner.js...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 446, "all_permissive": false }
ansible_role
calorie/ansible_dev
8271adac13a0f425f4387643e806c69776eba579
0
roles/nodenv
368
[ "no_license" ]
[ { "path": "roles/nodenv/tasks/main.yml", "content": "---\n- name: Clone nodenv\n git:\n repo: https://github.com/nodenv/nodenv.git\n dest: ~/.nodenv\n\n- name: Create nodenv plugins directory\n file:\n path: ~/.nodenv/plugins\n state: directory\n owner: '{{ owner }}'\n group: '{{ group }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1559, "all_permissive": false }
ansible_role
calorie/ansible_dev
8271adac13a0f425f4387643e806c69776eba579
0
roles/osx
368
[ "no_license" ]
[ { "path": "roles/osx/tasks/main.yml", "content": "---\n- name: Set up InitialKeyRepeat\n osx_defaults:\n domain: NSGlobalDomain\n key: InitialKeyRepeat\n type: int\n value: 10\n state: present\n\n- name: Set up KeyRepeat\n osx_defaults:\n domain: NSGlobalDomain\n key: KeyRepeat\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4612, "all_permissive": false }
ansible_role
calorie/ansible_dev
8271adac13a0f425f4387643e806c69776eba579
0
roles/package
368
[ "no_license" ]
[ { "path": "roles/package/tasks/main.yml", "content": "---\n- name: Update homebrew\n homebrew:\n update_homebrew: yes\n\n- name: Tap homebrew\n homebrew_tap:\n name: '{{ item }}'\n state: present\n with_items: '{{ homebrew_taps }}'\n\n- name: Allow apps to be downloaded from anywhere\n shell: s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2752, "all_permissive": false }
ansible_role
calorie/ansible_dev
8271adac13a0f425f4387643e806c69776eba579
0
roles/rbenv
368
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: Install homebrew rbenv packages\n homebrew:\n name: '{{ item.name }}'\n state: '{{ item.state | default(\"present\") }}'\n with_items: '{{ rbenv_packages }}'\n\n- name: Check installed ruby version\n shell: rbenv versions | grep {{ ru...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1688, "all_permissive": false }
ansible_role
lazywithclass/dev-box-v2
5746163922c2a2a1ed1cd6d1d1f4c141dfb4e550
0
roles/common
368
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Upgrade\n apt: upgrade=dist\n\n- name: Base packages\n apt: pkg={{ item }} state=installed\n with_items:\n - bash-completion\n - bzip2\n - calibre\n - curl\n - fortune\n - gimp\n - gzip\n - htop\n - libssl-dev\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
lazywithclass/dev-box-v2
5746163922c2a2a1ed1cd6d1d1f4c141dfb4e550
0
roles/emacs
368
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n\n- name: Add ppa\n apt_repository: repo='ppa:ubuntu-elisp/ppa' state=present\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install Emacs\n apt: pkg=emacs-snapshot state=installed\n\n- name: Link Spacemacs config\n file: src=/home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
lazywithclass/dev-box-v2
5746163922c2a2a1ed1cd6d1d1f4c141dfb4e550
0
roles/nodejs
368
[ "no_license" ]
[ { "path": "roles/nodejs/meta/main.yml", "content": "---\n\ndependencies:\n - structure\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Download nave\n get_url: url=https://raw.github....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 205, "all_permissive": false }
ansible_role
lazywithclass/dev-box-v2
5746163922c2a2a1ed1cd6d1d1f4c141dfb4e550
0
roles/structure
368
[ "no_license" ]
[ { "path": "roles/structure/tasks/main.yml", "content": "---\n\n- name: Create bin folder\n file: path=/home/lazywithclass/bin state=directory owner=lazywithclass group=lazywithclass\n\n- name: Own /usr/local/bin\n file: path=/usr/local/bin owner=lazywithclass group=lazywithclass\n\n- name: Fetch dotfiles\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1166, "all_permissive": false }
ansible_role
nizz0k/pi-config
909625caf749b130666cee37fb2f1554fb23777e
0
roles/mariadb
368
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: install latest mariadb\n apt:\n name: \n - mariadb-server\n - gcc\n - python3-dev\n\n- name: install the latest pip\n shell: curl https://bootstrap.pypa.io/get-pip.py | python3 warn=False\n\n- name: install python MySQL c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1509, "all_permissive": false }
ansible_role
nizz0k/pi-config
909625caf749b130666cee37fb2f1554fb23777e
0
roles/php
368
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: install php prereqs\n apt: \n name:\n - lsb-release \n - apt-transport-https \n - ca-certificates \n\n- name: Add <NAME>'s apt key (Debian).\n apt_key:\n url: https://packages.sury.org/php/apt.gpg\n id: 15058500A0235D97F5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1623, "all_permissive": false }
ansible_role
AforGaming/Obl-TallerLinux
f9c2c8d7224c94f788a7820bca1689d7aee0ab0d
0
roles/database
368
[ "no_license" ]
[ { "path": "roles/database/tasks/mysql_secure.yml", "content": "---\n- name: Cambiar password de root\n community.mysql.mysql_user: \n login_user: root \n login_password: \"{{ <PASSWORD> }}\" \n user: root \n password: \"{{ <PASSWORD> }}\"\n login_unix_socket: /run/mysqld/mysqld.sock\n\n- nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3747, "all_permissive": false }
ansible_role
AforGaming/Obl-TallerLinux
f9c2c8d7224c94f788a7820bca1689d7aee0ab0d
0
roles/hardening
368
[ "no_license" ]
[ { "path": "roles/hardening/handlers/main.yml", "content": "--- \n- name: Reinicio servidor ssh\n ansible.builtin.systemd_service:\n name: \"{{ ssh_service }}\"\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/harden...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 440, "all_permissive": false }
ansible_role
AforGaming/Obl-TallerLinux
f9c2c8d7224c94f788a7820bca1689d7aee0ab0d
0
roles/tomcat
368
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: Instalar openjdk\n ansible.builtin.dnf:\n name: java-17-openjdk\n state: present\n\n- name: Instalar tar\n ansible.builtin.dnf:\n name: tar\n state: present\n\n- name: Instalar unzip\n ansible.builtin.dnf:\n name: unzip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3051, "all_permissive": false }
ansible_role
AforGaming/Obl-TallerLinux
f9c2c8d7224c94f788a7820bca1689d7aee0ab0d
0
roles/webserver
368
[ "no_license" ]
[ { "path": "roles/webserver/handlers/main.yml", "content": "---\n - name: Reiniciar apache\n ansible.builtin.systemd_service:\n name: httpd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/webserver/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
joachimmathes/ansible-import
14b09bee209a352f11e33cb9bb2eb30663ac3e43
0
roles/foo
368
[ "no_license" ]
[ { "path": "roles/foo/tasks/main.yml", "content": "---\n- debug:\n msg: This is roles/foo/tasks/main.yml\n\n- import_tasks: bar.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/foo/tasks/baz/baz.yml", "content": "---\n- debug:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 435, "all_permissive": false }
ansible_role
sestrella/dotfiles
8b3e6828e6998dd617bc2232cf59c8e5aaddf9e8
4
hooks/roles/asdf_plugins
368
[ "no_license" ]
[ { "path": "hooks/roles/asdf_plugins/tasks/plugin.yml", "content": "---\n- name: \"{{ item.key }} - Add plugin\"\n ansible.builtin.command: \"asdf plugin add {{ item.key }} {{ item.value.git_url | default }}\"\n args:\n creates: \"{{ asdf_dir }}/plugins/{{ item.key }}\"\n\n- name: \"{{ item.key }} - Ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1055, "all_permissive": false }
ansible_role
sestrella/dotfiles
8b3e6828e6998dd617bc2232cf59c8e5aaddf9e8
4
hooks/roles/homebrew_packages
368
[ "no_license" ]
[ { "path": "hooks/roles/homebrew_packages/tasks/main.yml", "content": "---\n- name: \"Install packages\"\n community.general.homebrew:\n name: \"{{ homebrew_packages }}\"\n when: homebrew_packages is defined\n\n- name: \"Install cask packages\"\n community.general.homebrew_cask:\n name: \"{{ homebre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
OpsInfinity/ansible-app
0869f175c79cadc1a25c8ded32c1a5a56cf941d1
0
roles/mongodb
368
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "#- name: Install DNF package manager\n# ansible.builtin.yum:\n# name: dnf\n# state: present\n#\n#- name: Copy MongoDB repository configuration\n# ansible.builtin.copy:\n# src: mongodb-org-7.0.repo\n# dest: /etc/yum.repos.d/mongodb-org-7.0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1106, "all_permissive": false }
ansible_role
OpsInfinity/ansible-app
0869f175c79cadc1a25c8ded32c1a5a56cf941d1
0
roles/nginx
368
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n\n- name: Copy Nginx configuration\n ansible.builtin.template:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n\n\n- name: Copy Node.js Nginx configuration\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
OpsInfinity/ansible-app
0869f175c79cadc1a25c8ded32c1a5a56cf941d1
0
roles/nodejs
368
[ "no_license" ]
[ { "path": "roles/nodejs/vars/main.yaml", "content": "component: spec", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "roles/nodejs/tasks/main.yaml", "content": "- name: Add user 'spec'\n ansible.builtin.user:\n name: spec\n shell: /bin/ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": false }
ansible_role
modcatz/bb-jenkins
111fcc0c67a2fbc3ff8d474791af93204806783c
0
roles/jenkins
368
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/install.yml", "content": "- name: Install java\n apt:\n name:\n - openjdk-8-jdk\n state: present\n\n- name: Create Jenkins group\n group:\n name: \"{{ jenkins_group }}\"\n state: present\n\n- name: Create Jenkins user\n user:\n name: \"{{ jenkins_owner }...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3321, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/add-99-custom
368
[ "no_license" ]
[ { "path": "ansible/roles/add-99-custom/tasks/main.yml", "content": "---\n- name: create 99-custom\n template:\n src: /etc/ansible/roles/add-99-custom/files/99-custom.conf\n dest: /etc/sysctl.d/99-custom.conf\n remote_src: no\n owner: root\n group: root\n #mode: 0740\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/add-elrepo-repo
368
[ "no_license" ]
[ { "path": "ansible/roles/add-elrepo-repo/tasks/main.yml", "content": "---\n- name: Install elrepo Respository\n yum:\n name: elrepo-release\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/add-epel-repo
368
[ "no_license" ]
[ { "path": "ansible/roles/add-epel-repo/tasks/main.yml", "content": "---\n- name: Install EPEL Respository\n yum:\n name: epel-release\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/add-file
368
[ "no_license" ]
[ { "path": "ansible/roles/add-file/tasks/main.yml", "content": "---\n- name: copy file\n template:\n src: /etc/ansible/roles/add-file/files/wireguard.xml\n dest: /etc/firewalld/services/wireguard.xml\n remote_src: no\n owner: root\n group: root\n mode: 0740\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/centos8-update
368
[ "no_license" ]
[ { "path": "ansible/roles/centos8-update/tasks/main.yml", "content": "---\n- name: Update OS\n dnf:\n name: \"*\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/create-wg0
368
[ "no_license" ]
[ { "path": "ansible/roles/create-wg0/tasks/main.yml", "content": "---\n- name: create wg0 file\n template:\n src: /etc/ansible/roles/create-wg0/files/wg0.conf\n dest: /etc/wireguard/wg0.conf\n remote_src: no\n owner: root\n group: root\n mode: 0740\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/install-kmod-wireguard
368
[ "no_license" ]
[ { "path": "ansible/roles/install-kmod-wireguard/tasks/main.yml", "content": "---\n- name: Install kmod-wireguard\n yum:\n name: kmod-wireguard\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
ansible/roles/install-wireguard-tools
368
[ "no_license" ]
[ { "path": "ansible/roles/install-wireguard-tools/tasks/main.yml", "content": "---\n- name: install wireguard-tools\n yum:\n name: wireguard-tools\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
towerplaybooks/windows_playbooks/roles/client_checkin
368
[ "no_license" ]
[ { "path": "towerplaybooks/windows_playbooks/roles/client_checkin/tasks/main.yml", "content": "- name: Checkin\r\n win_updates:\r\n category_names: \r\n - SecurityUpdates\r\n - CriticalUpdates\r\n state: searched\r\n- name: Trigger Poll\r\n win_shell:\r\n wuauclt /reportnow\r\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
towerplaybooks/windows_playbooks/roles/install_all
368
[ "no_license" ]
[ { "path": "towerplaybooks/windows_playbooks/roles/install_all/tasks/main.yml", "content": "- name: Install All Updates\r\n win_updates:\r\n category_name:\r\n - Updates\r\n - SecurityUpdates\r\n - CriticalUpdates\r\n - DefinitionUpdates\r\n - WindowsDefender\r\n state: instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
arvindmits/edtechjeff
e6ab61ee96f2dfa1659052dbcd96dbeb68eb911e
0
towerplaybooks/windows_playbooks/roles/win_update_check
368
[ "no_license" ]
[ { "path": "towerplaybooks/windows_playbooks/roles/win_update_check/tasks/main.yml", "content": "- name: search for windows updates\r\n win_updates:\r\n category_names: \"{{ patch_categories }}\"\r\n state: searched\r\n register: win_updates_result\r\n when: guest.guestFamily == \"windowsGuest\"\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 659, "all_permissive": false }
ansible_role
stone-wlg/ansible-presto
e8781f81f401930f7a2b8190b82fc987d703660c
0
roles/install-presto-coordinator
368
[ "no_license" ]
[ { "path": "roles/install-presto-coordinator/templates/cassandra.properties.j2", "content": "connector.name=cassandra\ncassandra.contact-points=192.168.1.2,192.168.1.3\ncassandra.native-protocol-port=9042\ncassandra.consistency-level=LOCAL_QUORUM\ncassandra.username=cassandra\ncassandra.password=<PASSWORD>",...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3784, "all_permissive": false }
ansible_role
stone-wlg/ansible-presto
e8781f81f401930f7a2b8190b82fc987d703660c
0
roles/jdk
368
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "- name: \"copy Java RPM file\"\n copy:\n src: \"jdk-8u211-linux-x64.rpm\"\n dest: \"/tmp/jdk-8u211-linux-x64.rpm\"\n tags: [\"jdk\"]\n\n- name: \"install JDK via RPM file with yum\"\n yum:\n name: \"/tmp/jdk-8u211-linux-x64.rpm\"\n state: \"pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/ffmpeg
354
[ "no_license" ]
[ { "path": "infra/roles/ffmpeg/tasks/main.yml", "content": "- name: 'Is exist ffmpeg'\n command: which ffmpeg\n register: is_exist_ffmpeg\n ignore_errors: yes\n\n- name: 'Install ffmpeg'\n apt:\n name: ffmpeg\n update_cache: yes\n become: yes\n when: is_exist_ffmpeg is not success\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/git
354
[ "no_license" ]
[ { "path": "infra/roles/git/tasks/main.yml", "content": "- name: 'Is exist git'\n command: which git\n register: is_exist_git\n ignore_errors: True\n\n- name: 'Install git'\n apt:\n name: git\n update_cache: yes\n become: yes\n when: is_exist_git is not success\n\n- name: 'Add ssh config'\n bloc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/mirakurun
354
[ "no_license" ]
[ { "path": "infra/roles/mirakurun/tasks/files/tuners.yml", "content": "- name: PT3-S1\n types:\n - BS\n - CS\n command: recpt1 --device /dev/pt3video0 --lnb 15 <channel> - -\n decoder: arib-b25-stream-test\n isDisabled: true\n\n- name: PT3-S2\n types:\n - BS\n - CS\n command: recpt1 --devic...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7075, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/nfs-client
354
[ "no_license" ]
[ { "path": "infra/roles/nfs-client/tasks/main.yml", "content": "- name: 'Install nfs-common'\n apt:\n name: nfs-common\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: 'mkdir video1'\n file:\n owner: pi\n group: pi\n recurse: yes\n path: /media/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/nfs-server
354
[ "no_license" ]
[ { "path": "infra/roles/nfs-server/tasks/main.yml", "content": "- name: 'Install nfs-kernel-server'\n apt:\n name: nfs-kernel-server\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: 'Update conf file'\n lineinfile:\n path: /etc/exports\n regexp: '^{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/nginx
354
[ "no_license" ]
[ { "path": "infra/roles/nginx/tasks/main.yml", "content": "- name: 'Create nginx user'\n user:\n name: nginx\n become: yes\n\n- name: 'Install nginx'\n apt:\n name: nginx\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: 'Start nginx'\n service:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/node
354
[ "no_license" ]
[ { "path": "infra/roles/node/tasks/main.yml", "content": "- name: 'Is exist node'\n command: which node\n register: is_exist_node\n ignore_errors: True\n\n- name: 'Get repository list'\n command: apt-cache policy\n register: apt_repository\n changed_when: False\n\n- name: 'Add deb'\n command: bash -c ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/px4
354
[ "no_license" ]
[ { "path": "infra/roles/px4/tasks/recpt1.yml", "content": "- name: 'Is exist recpt1'\n command: which recpt1\n register: is_exist_recpt1\n ignore_errors: True\n\n- name: 'Install recpt1'\n when: is_exist_recpt1 is not success\n block:\n - name: 'Install Depenencies'\n apt:\n name: '{{ pac...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6368, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/samba
354
[ "no_license" ]
[ { "path": "infra/roles/samba/tasks/main.yml", "content": "- name: 'Install samba'\n apt:\n name: '{{ packages }}'\n vars:\n packages:\n - samba\n become: yes\n\n- name: 'Copy rules.json'\n copy:\n src: ./smb.conf\n dest: /etc/samba/smb.conf\n become: yes\n\n- name: 'Reload smbd'\n sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
tett23/kinsro
3ce85d15896a0a9ec98d35ca64c29ab543997fa5
0
infra/roles/video_storage
354
[ "no_license" ]
[ { "path": "infra/roles/video_storage/tasks/main.yml", "content": "- name: 'mkdir'\n file:\n owner: pi\n group: pi\n recurse: yes\n path: /media/video1\n state: directory\n become: yes\n\n- name: 'mount'\n mount:\n name: /media/video1\n src: '/dev/sda'\n fstype: xfs\n opts: 'def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
leventebalogh/metalsmith-starter
b51e35b746afd1feb6b5c57bc690a5ab718e996d
3
ansible/roles/deploy
354
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "- name: Copy build output\n synchronize:\n src: ../../../build\n dest: ~/metalsmith.leventebalogh.com", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
gargximran/ansible
5b33e75b2eb990931f5885270e0908a82762c25f
0
setup_nginxxx_webserver/roles/install-nginx
354
[ "no_license" ]
[ { "path": "setup_nginxxx_webserver/roles/install-nginx/tasks/main.yaml", "content": "---\n- name: Install nginx webserver\n become: true\n apt:\n name: \n - nginx\n update_cache: yes\n\n- name: Copy index html file\n ansible.builtin.copy:\n src: file/index.html\n dest: /var/www/html/inde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
gargximran/ansible
5b33e75b2eb990931f5885270e0908a82762c25f
0
setup_nginxxx_webserver/roles/remove-nginx
354
[ "no_license" ]
[ { "path": "setup_nginxxx_webserver/roles/remove-nginx/tasks/main.yaml", "content": "---\n- name: stop nginx\n ansible.builtin.service:\n name: nginx\n state: stopped\n\n\n- name: remove nginx webserver\n become: true\n ansible.builtin.apt:\n name: nginx\n state: absent\n\n- name: delete index...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
ansibleplaybookbundle/rhel-apb
8cdf740148426e7d25cc3017f7124827352df898
0
roles/vmrole
354
[ "permissive" ]
[ { "path": "roles/vmrole/defaults/main.yml", "content": "openshift: true\nrelease: true\nname: myvmdefault\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 48 }, { "path": "roles/vmrole/templates/vm-template-rhel7.yaml", "content": "apiV...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2323, "all_permissive": true }
ansible_role
ChuckBartowski13/devops-netology
9dbbe2a8f7f032ecb0acef4632e79c7044902e27
0
08-ansible-04-role/playbook/roles/clickhouse
354
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/clickhouse/README.md", "content": "Role Name\n=========\n\nClickhouse role\n\nRequirements\n------------\n\n-\n\nRole Variables\n--------------\nYou can specify a particular version.\n```yaml\nclickhouse_version: \"172.16.17.32\"\n```\n\nDependencies\n-----------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2649, "all_permissive": false }
ansible_role
ChuckBartowski13/devops-netology
9dbbe2a8f7f032ecb0acef4632e79c7044902e27
0
08-ansible-04-role/playbook/roles/lighthouse
354
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/lighthouse/README.md", "content": "Role Name\n=========\n\nLighthouse role\n\nRequirements\n------------\n\nRole include nginx server installation.\n\nRole Variables\n--------------\nYou can change download URL.\n```yaml\nlighthouse_vcs: https://github.com/vkcom/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1994, "all_permissive": false }
ansible_role
mjtieman/digital-ocean-ansible-base
24d8c9712c0b88d433ad0f67609f03dbce754e77
11
ansible-base/roles/add-public-key
354
[ "no_license" ]
[ { "path": "ansible-base/roles/add-public-key/tasks/main.yml", "content": "---\n- name: Copy the script to get the account SSH public key\n copy: src=get_public_key.py dest=/etc/common/config owner=droplet-user group=droplet-user mode=0755\n \n- name: Get the account SSH public key\n shell: /etc/common/co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1598, "all_permissive": false }
ansible_role
mjtieman/digital-ocean-ansible-base
24d8c9712c0b88d433ad0f67609f03dbce754e77
11
ansible-base/roles/base-install
354
[ "no_license" ]
[ { "path": "ansible-base/roles/base-install/templates/api_token.yml.j2", "content": "---\napi_token: {{ api_token }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible-base/roles/base-install/tasks/main.yml", "content": "---\n- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 485, "all_permissive": false }
ansible_role
mjtieman/digital-ocean-ansible-base
24d8c9712c0b88d433ad0f67609f03dbce754e77
11
ansible-base/roles/configure-dnsmasq
354
[ "no_license" ]
[ { "path": "ansible-base/roles/configure-dnsmasq/tasks/main.yml", "content": "---\n- name: Add forwarding to Digital Ocean name servers for private domain\n blockinfile:\n dest: /etc/dnsmasq.conf\n block: |\n server=/{{ private_domain }}/{{ item.ip }}\n marker: \"# {mark} ANSIBLE MANAGED BLOCK...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 855, "all_permissive": false }
ansible_role
mjtieman/digital-ocean-ansible-base
24d8c9712c0b88d433ad0f67609f03dbce754e77
11
ansible-base/roles/configure-iptables
354
[ "no_license" ]
[ { "path": "ansible-base/roles/configure-iptables/tasks/main.yml", "content": "---\n- name: Allow related and established connections\n iptables: chain=INPUT ctstate=ESTABLISHED,RELATED jump=ACCEPT\n become: yes\n\n- name: Allow SSH\n iptables: chain=INPUT protocol=tcp destination_port=22 jump=ACCEPT\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }