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
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/create-db-subnet-group
7,215
[ "no_license" ]
[ { "path": "roles/create-db-subnet-group/tasks/main.yml", "content": "---\n- name: Create DB subnet group\n rds_subnet_group:\n state: present\n name: \"SG-DB\"\n description: \"Database subnet group - MySql\"\n# vpc_id: \"{{ lookup('file', '/tmp/get-vpc-id.out') }}\"\n region: \"{{aws_region}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/create-elb
7,215
[ "no_license" ]
[ { "path": "roles/create-elb/tasks/main.yml", "content": "---\n- name: Configuring Elastic Load Balancer\n ec2_elb_lb:\n name: prod-elb-asg\n state: present\n region: \"{{ region }}\"\n cross_az_load_balancing: \"yes\"\n connection_draining_timeout: 60\n idle_timeout: 300\n subnets: [ \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 966, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/create-elb-sg
7,215
[ "no_license" ]
[ { "path": "roles/create-elb-sg/tasks/main.yml", "content": "---\n#- hosts: localhost\n# connection: local\n# gather_facts: true\n# tasks:\n- name: Create-Prod-ELB-Security-Group\n ec2_group:\n name: prod_elb-SG\n description: Production ELB security group\n vpc_id: \"{{ lookup('file', '/tmp/get-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1289, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/create-vpc-rds-security-group
7,215
[ "no_license" ]
[ { "path": "roles/create-vpc-rds-security-group/tasks/main.yml", "content": "---\n#- hosts: localhost\n# connection: local\n# gather_facts: true\n# tasks:\n- name: Create-NAT-Security-Group\n ec2_group:\n name: Prod_NAT-SG\n description: Production NAT security group\n vpc_id: \"{{ lookup('file'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1352, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-elb-security-group-id
7,215
[ "no_license" ]
[ { "path": "roles/get-elb-security-group-id/tasks/main.yml", "content": "- name: Copy the file to /tmp\n template: src=get-elb-security-group-id.sh dest=/tmp/get-elb-security-group-id.sh mode=0755\n\n- name: Getting ELB Security Group Id by executing the script\n shell: sh /tmp/get-elb-security-group-id.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-private-subnet-id
7,215
[ "no_license" ]
[ { "path": "roles/get-private-subnet-id/templates/get-private-subnet-id.sh", "content": "#Command to gather all public subnet id\n#It will stor the ouptut in /tmp directory with file name called public-subnet-id.txt\n/usr/bin/aws ec2 describe-subnets --filter \"Name=tag:Name,Values=*private*\" --query 'Subne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-private-subnet-zone
7,215
[ "no_license" ]
[ { "path": "roles/get-private-subnet-zone/tasks/main.yml", "content": "- name: Copy the file to /tmp\n template: src=get-private-subnet-zone.sh dest=/tmp/get-private-subnet-zone.sh mode=0755\n\n- name: Getting Private subnet zone by executing the script\n shell: sh /tmp/get-private-subnet-zone.sh\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1077, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-public-subnet-id
7,215
[ "no_license" ]
[ { "path": "roles/get-public-subnet-id/tasks/main.yml", "content": "- name: Copy the file to /tmp\n template: src=get-public-subnet-id.sh dest=/tmp/get-public-subnet-id.sh mode=0755\n\n- name: Create NAT gateway by executing the script\n shell: sh /tmp/get-public-subnet-id.sh\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 785, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-public-subnet-zone
7,215
[ "no_license" ]
[ { "path": "roles/get-public-subnet-zone/templates/get-public-subnet-zone.sh", "content": "#Command to gather all private subnet(s) zone informations\n#It will stor the ouptut in /tmp directory with file name called get-private-subnet-zone.txt and get-private-subnet-zone.txt.out\n\n#findig the zone with resp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-rds-security-group-id
7,215
[ "no_license" ]
[ { "path": "roles/get-rds-security-group-id/tasks/main.yml", "content": "- name: Copy the file to /tmp\n template: src=get-rds-security-group-id.sh dest=/tmp/get-rds-security-group-id.sh mode=0755\n\n- name: Getting RDS Security Group Id by executing the script\n shell: sh /tmp/get-rds-security-group-id.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-security-group-name
7,215
[ "no_license" ]
[ { "path": "roles/get-security-group-name/tasks/main.yml", "content": "- name: Copy the file to /tmp\n template: src=get-security-group-name.sh dest=/tmp/get-security-group-name.sh mode=0755\n\n- name: Getting Security Group name by executing the script\n shell: sh /tmp/get-security-group-name.sh\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/get-vpc-id
7,215
[ "no_license" ]
[ { "path": "roles/get-vpc-id/tasks/main.yml", "content": "---\n\n- name: Copy the file to /tmp\n template: src=get-vpc-id.sh dest=/tmp/get-vpc-id.sh mode=0755\n\n- name: Getting VPC-Id by executing the script\n shell: sh /tmp/get-vpc-id.sh\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/nat-gateway
7,215
[ "no_license" ]
[ { "path": "roles/nat-gateway/tasks/main.yml", "content": "---\n\n- name: Copy the file to /tmp\n template: src=create-nat-gw.sh dest=/tmp/create-nat-gw.sh mode=0755\n\n- name: Create NAT gateway by executing the script\n shell: sh /tmp/create-nat-gw.sh\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
egal-finance-pbc/egal
c7b7550983e66459a035abd64fdc653be8be784a
3
web/__devops__/ansible/roles/docker
7,215
[ "no_license" ]
[ { "path": "web/__devops__/ansible/roles/docker/tasks/main.yml", "content": "- name: install docker engine\n block:\n - name: ensure old versions are removed\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1431, "all_permissive": false }
ansible_role
egal-finance-pbc/egal
c7b7550983e66459a035abd64fdc653be8be784a
3
web/__devops__/ansible/roles/system
7,215
[ "no_license" ]
[ { "path": "web/__devops__/ansible/roles/system/tasks/main.yml", "content": "---\n- name: configure user accounts\n tags: [system]\n block:\n - name: create groups\n group:\n name: \"{{ item.username }}\"\n state: present\n with_items: \"{{ users }}\"\n\n - name: create users\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1231, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/docker
7,215
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Get Docker dependencies\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1423, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/dotfiles
7,215
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: \"Get {{ username }} dotfiles, repo: {{ dotfiles }}\"\n git:\n repo: \"{{ dotfiles }}\"\n version: master\n update: no\n dest: \"/home/{{ username }}/dotfiles\"\n become_user: \"{{ username }}\"\n\n- name: Install dotfiles\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/k8s-base
7,215
[ "no_license" ]
[ { "path": "roles/k8s-base/tasks/main.yml", "content": "---\n- name: Install packages that allow apt to be used over HTTPs\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1417, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/k8s-master
7,215
[ "no_license" ]
[ { "path": "roles/k8s-master/tasks/main.yml", "content": "---\n- name: Get machine ip address\n shell: \"ifconfig enp0s8 | grep Mask | awk '{print $2}' | cut -f2 -d:\"\n register: node_ip\n\n- set_fact:\n node_ip: \"{{ node_ip.stdout }}\"\n\n- name: Initialize the Kubernetes cluster using kubeadm\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1153, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/kcli
7,215
[ "no_license" ]
[ { "path": "roles/kcli/tasks/main.yml", "content": "---\n- name: Add kcli apt key\n apt_key:\n url: https://packagecloud.io/karmab/kcli/gpgkey\n state: present\n\n- name: Add kcli apt repo\n apt_repository:\n repo: deb [trusted=yes] https://packagecloud.io/karmab/kcli/ubuntu/ cosmic main\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/libvirt
7,215
[ "no_license" ]
[ { "path": "roles/libvirt/tasks/main.yml", "content": "---\n- name: Install libvirt deps and tools\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - libvirt-bin\n - qemu-kvm\n - uvtool\n - virtinst\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/nextcloud-snap
7,215
[ "no_license" ]
[ { "path": "roles/nextcloud-snap/tasks/main.yml", "content": "---\n- name: Install nextcloud snap\n snap:\n name: nextcloud\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/nodejs
7,215
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Check node version\n shell: node --version | grep -oP '\\d\\d'\n register: node_version\n changed_when: False\n ignore_errors: True\n failed_when: no\n\n- block:\n - name: Get node.js version 13\n get_url:\n url: https://deb.nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/nvim
7,215
[ "no_license" ]
[ { "path": "roles/nvim/tasks/main.yml", "content": "---\n- name: Check for latest Neovim release\n uri:\n url: https://api.github.com/repos/neovim/neovim/releases/latest\n return_content: true\n register: json_response\n\n- name: Set Neovim version\n set_fact:\n neovim_release_url: \"{{ json_resp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/pyenv
7,215
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "---\n- name: Clone pyenv repo into ./pyenv\n git:\n repo: https://github.com/pyenv/pyenv\n dest: /home/{{ username }}/.pyenv\n version: master\n become_user: \"{{ username }}\"\n when: username is defined\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/ripgrep
7,215
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/main.yml", "content": "---\n- name: Install ripgrep from deb\n apt:\n deb: https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep_11.0.2_amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/sudo-user
7,215
[ "no_license" ]
[ { "path": "roles/sudo-user/tasks/main.yml", "content": "---\n- name: Add new user {{ username }}\n user:\n name: \"{{ username }}\"\n state: present\n\n- name: Check for PSWDLESS sudo file\n stat:\n path: \"/etc/sudoers.d/{{ username }}\"\n register: sudoers_enabled\n\n- name: Add PSWDLESS Sudo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/ttyd
7,215
[ "no_license" ]
[ { "path": "roles/ttyd/tasks/main.yml", "content": "---\n- name: Check for latest ttyd release\n uri:\n url: https://api.github.com/repos/tsl0922/ttyd/releases/latest\n return_content: true\n register: json_response\n\n- name: Set ttyd version\n set_fact:\n ttyd_release_url: \"{{ json_response.js...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1519, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/vagrant-virtualbox
7,215
[ "no_license" ]
[ { "path": "roles/vagrant-virtualbox/tasks/main.yml", "content": "---\n- name: \"Download and install vagrant deb version {{ vagrant_ver }}\"\n apt:\n deb: \"https://releases.hashicorp.com/vagrant/{{ vagrant_ver }}/vagrant_{{ vagrant_ver }}_x86_64.deb\"\n\n#- name: \"Add deb source for virtualbox {{ ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1196, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/wireguard
7,215
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n- name: Add wireguard ppa\n apt_repository:\n repo: ppa:wireguard/wireguard\n\n- name: Install wireguard\n apt:\n name: wireguard\n state: present\n update_cache: yes\n\n- name: Generate wireguard public and private keys\n shell: wg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 953, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/xfce
7,215
[ "no_license" ]
[ { "path": "roles/xfce/tasks/main.yml", "content": "---\n- name:\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - xfce4\n - xfce4-goodies\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/xrdp
7,215
[ "no_license" ]
[ { "path": "roles/xrdp/tasks/main.yml", "content": "---\n- name:\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - xorg\n - dbus-x11\n - x11-xserver-utils\n - xrdp\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
yevgenybulochnik/ansible-lab
7e16eec2720445163a56dcb28969603fe6a9bf63
0
roles/zsh
7,215
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n apt:\n name: zsh\n state: present\n update_cache: yes\n\n- name: Set default shell to zsh\n user:\n name: \"{{ username }}\"\n shell: /bin/zsh\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/aminator
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/aminator/vars/main.yml", "content": "---\naminator_repo: https://github.com/Netflix/aminator.git\naminator_branch: master", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "playbooks/roles/aminator/files/get-latest-answersfo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3524, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/asgard
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/asgard/tasks/main.yml", "content": "---\n# Asgard role\n- name: Copy tomcat server.xml file\n copy: src=server.xml dest=/usr/local/tomcat/conf/server.xml owner=root group=root mode=0644\n tags: auth\n notify: restart tomcat\n\n- name: Remove default root webapp\n file: path=/u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6169, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/base
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/base/files/s3get", "content": "#!/usr/bin/python\n\nimport sys\nimport argparse\nimport boto\nfrom boto.s3.connection import S3Connection\nimport os\nimport string\nimport pwd, grp\n\nimport pprint\npp = pprint.PrettyPrinter(indent=2)\n\nclass Cli(object):\n def __init__(self):...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 18050, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/edda
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/edda/tasks/main.yml", "content": "---\n# Edda role\n- name: Stopping tomcat7 service\n service: name=tomcat7 state=stopped\n\n- name: Copy local Edda WAR file {{ local_war }}\n copy: src={{ local_war }} dest=/usr/local/tomcat/webapps/edda.war\n when: local_war != \"\"\n tags: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1771, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/emr
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/emr/tasks/main.yml", "content": "---\n# EMR role\n- name: Install python-apt\n # Doing this enables the 'apt' module in later roles\n command: apt-get install -y python-apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/eureka
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/eureka/tasks/main.yml", "content": "---\n# Eureka role\n- name: Copy local Eureka WAR file {{ local_war }}\n copy: src={{ local_war }} dest=/usr/local/tomcat/webapps/eureka.war\n when: local_war != \"\"\n tags: deploy\n \n- name: Download snapshot build of Eureka from Cloudbee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/example
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/example/vars/main.yml", "content": "---\nami_build: ami is defined and ami \nnot_ami_build: ami is not defined or not ami\nwar_url: https://example.com/app.war\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "playbooks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/genie
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/genie/vars/main.yml", "content": "---\nami_build: ami is defined and ami \nnot_ami_build: ami is not defined or not ami\nlatest_successful_build_url: https://netflixoss.ci.cloudbees.com/job/genie-master/lastSuccessfulBuild/artifact/genie-web/build/libs/genie-web-0.22-SNAPSHOT.war\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2426, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/ice
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/ice/templates/configure-ice.sh.j2", "content": "#!/bin/bash\n\nmkdir -p /mnt/ice_processor /mnt/ice_reader\nchown -R {{ tomcat_user }} /mnt/ice_processor /mnt/ice_reader\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2741, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/mongodb
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/mongodb/tasks/main.yml", "content": "---\n# MongoDB role\n- name: Install MongoDB (apt version)\n apt: pkg={{ item }} state=latest\n with_items:\n - mongodb\n when: ansible_distribution == 'Ubuntu'\n tags: mongodb\n \n#- name: Install MongoDB (yum version)\n# yum: pkg={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/oracle-java7
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/oracle-java7/vars/main.yml", "content": "---\n# The following variables are used in this task:\n# command: aws s3 cp {{ aws_cli_args }} {{ java_apt_s3_url }} {{ local_apt_path }}\n\n# S3 URL of the APT repository created with OAB that contains Oracle Java 7.\n# You need to modify ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1832, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/simian_army
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/simian_army/vars/main.yml", "content": "---\nami_build: ami is defined and ami \nnot_ami_build: ami is not defined or not ami\nlatest_successful_build_url: https://oss.jfrog.org/oss-snapshot-local/com/netflix/simianarmy/simianarmy/2.6.0-SNAPSHOT/simianarmy-2.6.0-SNAPSHOT.war\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8715, "all_permissive": false }
ansible_role
Answers4AWS/netflixoss-ansible
44d05ea68f2f5e9abda29d40bd1a0aacd8bbe818
308
playbooks/roles/tomcat
7,215
[ "no_license" ]
[ { "path": "playbooks/roles/tomcat/tasks/main.yml", "content": "---\n # Tomcat role\n - name: Install Apache Tomcat 7 (apt version)\n apt: pkg={{ item }} state=latest\n with_items:\n - tomcat7\n - libtcnative-1\n - libapr1\n when: ansible_distribution == 'Ubuntu'\n \n - name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4971, "all_permissive": false }
ansible_role
jospanier/httpxe
6da00dfa7ef45e34ef93e1eccc30457276194cdb
0
roles/uuidboot
7,215
[ "no_license" ]
[ { "path": "roles/uuidboot/templates/tftp/boot.ipxe.j2", "content": "#!ipxe\nchain {{ webserver.url }}/uuid/${uuid}/script.ipxe\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/uuidboot/tasks/main.yaml", "content": "---\n- name: Copying t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 451, "all_permissive": false }
ansible_role
imgrant/ebi-gallery-infra
c5dedfc3893885771b1b0d90f1f3ca68bf24ccb3
0
aws-ec2-docker/ansible/roles/ebs-automatic-nvme-mapping
7,215
[ "permissive" ]
[ { "path": "aws-ec2-docker/ansible/roles/ebs-automatic-nvme-mapping/defaults/main.yml", "content": "---\n# defaults file for ebs-automatic-nvme-mapping\nforce_run: false # Override NVMe detection\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 95 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1613, "all_permissive": true }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/age
7,215
[ "no_license" ]
[ { "path": "roles/age/tasks/main.yml", "content": "---\n- name: install age\n become: true\n package:\n name: age\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/alacritty
7,215
[ "no_license" ]
[ { "path": "roles/alacritty/tasks/main.yml", "content": "---\n- name: install alacritty\n become: true\n package:\n name: alacritty\n state: latest\n\n- name: Create alacritty config directory\n file:\n path: \"~/.config/alacritty\"\n state: directory\n\n- name: Symlink config\n file:\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/asdf
7,215
[ "no_license" ]
[ { "path": "roles/asdf/tasks/main.yml", "content": "---\n- name: Setup asdf task for OS\n ansible.builtin.include_vars: \"{{ lookup('ansible.builtin.first_found', params) }}\"\n vars:\n params:\n files:\n - \"{{ansible_distribution|lower|replace(' ', '_')}}.yml\"\n - \"{{ansible_os_pl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3782, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/bat
7,215
[ "no_license" ]
[ { "path": "roles/bat/files/env.d/bat.zsh", "content": "#!/usr/bin/env zsh\n\nexport BAT_PAGER=\"less -RF --mouse\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/bat/tasks/main.yml", "content": "---\n- name: install bat\n become: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 282, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/common
7,215
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\nconfig_files: {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/common/tasks/zsh-file-symlink.yml", "content": "---\n- name: find zsh config files\n find:\n paths: \"{{ role_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 510, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/curl
7,215
[ "no_license" ]
[ { "path": "roles/curl/tasks/main.yml", "content": "---\n- name: install curl\n become: \"{{ become_to_install }}\"\n package:\n name: curl\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/delta
7,215
[ "no_license" ]
[ { "path": "roles/delta/meta/main.yml", "content": "---\ndependencies:\n - { role: bat }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/delta/tasks/main.yml", "content": "---\n- name: install delta\n become: \"{{ become_to_install }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 148, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/docker
7,215
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n become: \"{{ become_to_install }}\"\n package:\n name: docker\n state: present\n\n- name: install docker-desktop\n when: ansible_os_platform|lower == 'mac'\n become: \"{{ become_to_install }}\"\n package:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/emacs
7,215
[ "no_license" ]
[ { "path": "roles/emacs/files/env.d/doom.zsh", "content": "#!/usr/bin/env zsh\n\nexport PATH=\"${HOME}/.config/emacs/bin:${PATH}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/emacs/meta/main.yml", "content": "---\ndependencies:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 954, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/eza
7,215
[ "no_license" ]
[ { "path": "roles/eza/files/alias.d/eza.zsh", "content": "#!/usr/bin/env zsh\n\nalias ls=\"eza\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/eza/tasks/main.yml", "content": "---\n# exa unmaintained. Need to move to eza\n# zypper ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 375, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/fd
7,215
[ "no_license" ]
[ { "path": "roles/fd/vars/debian.yml", "content": "---\nfdPackages: fd-find\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/fd/vars/mac.yml", "content": "---\nfdPackages:\n - fd\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 549, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/fonts
7,215
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n- name: set fonts directory mac\n ansible.builtin.set_fact:\n fonts_dir: ~/Library/Fonts\n when: ansible_os_platform|lower == 'mac'\n\n- name: set fonts directory linux\n ansible.builtin.set_fact:\n fonts_dir: ~/.local/share/fonts\n when: an...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1806, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/fzf
7,215
[ "no_license" ]
[ { "path": "roles/fzf/files/env.d/fzf.zsh", "content": "#!/usr/bin/env zsh\n\nexport FZF_DEFAULT_COMMAND='fd --type f --hidden'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/fzf/tasks/main.yml", "content": "---\n- name: install fzf\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 700, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/git
7,215
[ "no_license" ]
[ { "path": "roles/git/files/gitconfig.j2", "content": "[include]\n path = {{ home_dir}}/.config/git/gitconfig.gpgconfig\n[core]\n excludesfile = {{ home_dir }}/.gitignore_global\n editor = nvim\n pager = delta\n[interactive]\n diffFilter = delta --color-only\n[commit]\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2504, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/golangci-lint
7,215
[ "no_license" ]
[ { "path": "roles/golangci-lint/tasks/main.yml", "content": "---\n- name: find config files\n find:\n paths: \"{{ role_path + '/files' }}\"\n depth: 1\n file_type: file\n register: config_files\n\n- name: Symlink config files\n file:\n src: \"{{ item.path }}\"\n dest: \"~/.{{ item.path.spli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2005, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/gpg
7,215
[ "no_license" ]
[ { "path": "roles/gpg/vars/mac.yml", "content": "---\ngpgPackages:\n - gnupg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/gpg/vars/opensuse_tumbleweed.yml", "content": "---\ngpgPackages:\n - gpg2\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 600, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/homebrew
7,215
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: Check if homebrew already installed\n stat: \n path: /usr/local/bin/brew\n register: brew_location\n\n- name: Pull homebrew install ruby script\n get_url:\n url: https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 850, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/i3
7,215
[ "no_license" ]
[ { "path": "roles/i3/meta/main.yml", "content": "---\ndependencies:\n - { role: light }\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: install i3\n become: true\n package:\n name: i3\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 329, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/k9s
7,215
[ "no_license" ]
[ { "path": "roles/k9s/files/config.yaml", "content": "---\nk9s:\n liveViewAutoRefresh: false\n screenDumpDir: ~/.config/k9s/screen-dumps\n refreshRate: 2\n maxConnRetry: 5\n readOnly: false\n noExitOnCtrlC: false\n ui:\n enableMouse: true\n headless: false\n logoless: false\n crumbsless: f...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4286, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/kubernetes
7,215
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n- name: install helm\n become: true\n package:\n name: helm\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/kubernetes/meta/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 167, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/lazygit
7,215
[ "no_license" ]
[ { "path": "roles/lazygit/tasks/debian.yml", "content": "---\n- name: Check if file exists\n stat:\n path: \"/usr/local/bin/lazygit\"\n #register: already_installed\n\n- name: Install lazygit\n become: true\n ansible.builtin.shell: |\n LAZYGIT_VERSION=$(curl -s \"https://api.github.com/repos/jessed...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 999, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/light
7,215
[ "no_license" ]
[ { "path": "roles/light/tasks/main.yml", "content": "---\n- name: install light\n become: true\n package:\n name: light\n state: latest\n\n- name: Assign group video to current user\n become: true\n ansible.builtin.user:\n name: \"{{ ansible_user_id }}\"\n group: video\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/lsp
7,215
[ "no_license" ]
[ { "path": "roles/lsp/tasks/main.yml", "content": "---\n- name: install gopls\n shell: go install golang.org/x/tools/gopls@latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/neovim
7,215
[ "no_license" ]
[ { "path": "roles/neovim/files/lua/plugins/eyeliner.lua", "content": "-- facilitates jumping to words on a line\n-- https://github.com/jinh0/eyeliner.nvim\nreturn {\n 'jinh0/eyeliner.nvim',\n config = function()\n require('eyeliner').setup({\n highlight_on_key = true,\n dim = true\n })\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 33, "total_bytes": 23266, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/pulumi
7,215
[ "no_license" ]
[ { "path": "roles/pulumi/files/env.d/pulumi.sh", "content": "export PATH=$PATH:$HOME/.pulumi/bin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/pulumi/tasks/main.yml", "content": "---\n- import_tasks: mac.yml\n when: ansible_os_platfor...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 918, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/ripgrep
7,215
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/main.yml", "content": "---\n- name: install ripgrep\n become: true\n package:\n name: ripgrep\n state: latest\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
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/tmux
7,215
[ "no_license" ]
[ { "path": "roles/tmux/tasks/mac.yml", "content": "---\n- name: config ansible for tmux install\n set_fact:\n tmux_platform_config: tmux.mac.conf\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/tmux/tasks/main.yml", "content": "---...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1565, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/which
7,215
[ "no_license" ]
[ { "path": "roles/which/vars/mac.yml", "content": "---\nwhichPackages:\n - gnu-which\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/which/tasks/main.yml", "content": "---\n- name: test\n debug: var=ansible_distribution\n- name: Setup ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 612, "all_permissive": false }
ansible_role
jdollar/ansible-dot-files
4abf4200458cd659d31a7bebeabab4bf7d757bca
1
roles/zsh
7,215
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: install zsh\n become: \"{{ become_to_install }}\"\n package:\n name: zsh\n state: present\n\n- name: Create config directory\n file:\n path: \"{{ zsh_config_dir }}\"\n state: directory\n\n- name: create config folders\n file:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 4363, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/app-deploy
7,215
[ "no_license" ]
[ { "path": "ansible/roles/app-deploy/tasks/main.yml", "content": "---\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /home/ubuntu/app\n state: directory\n mode: '0755'\n\n- name: Copy directory of microservices\n copy:\n src: ../app/docker-stack.yml\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/gitlab-runner-install
7,215
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-runner-install/vars/main.yml", "content": "---\ngitlab_url: \"{{ lookup('file', '../../../tokens/gitlab_url') }}\"\ngitlab_token: \"{{ lookup('file', '../../../tokens/gitlab_token') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 475, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/log-deploy
7,215
[ "no_license" ]
[ { "path": "ansible/roles/log-deploy/defaults/main.yml", "content": "---\n# defaults file for log-deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/log-deploy/tasks/main.yml", "content": "---\n- name: Copy directory of servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 273, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/manager-add
7,215
[ "no_license" ]
[ { "path": "ansible/roles/manager-add/tasks/main.yml", "content": "- name: Set node role\n docker_node:\n hostname: monitoring\n role: manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/manager-add/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 116, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/mon-deploy
7,215
[ "no_license" ]
[ { "path": "ansible/roles/mon-deploy/vars/main.yml", "content": "---\n# vars file for mon-deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/mon-deploy/defaults/main.yml", "content": "---\n# defaults file for mon-deploy\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 453, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/network-add
7,215
[ "no_license" ]
[ { "path": "ansible/roles/network-add/tasks/main.yml", "content": "- name: Create overlay networks \n docker_network:\n name: crawler_app\n driver: overlay\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/network-add/defaults/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 129, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/node-label-db
7,215
[ "no_license" ]
[ { "path": "ansible/roles/node-label-db/defaults/main.yml", "content": "---\n# defaults file for node-label-db\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/roles/node-label-db/tasks/main.yml", "content": "---\n- name: Merge node lab...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 144, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/node-label-mon
7,215
[ "no_license" ]
[ { "path": "ansible/roles/node-label-mon/defaults/main.yml", "content": "---\n# defaults file for node-label-mon\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/node-label-mon/tasks/main.yml", "content": "---\n- name: Merge node ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 151, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/swarm-init
7,215
[ "no_license" ]
[ { "path": "ansible/roles/swarm-init/tasks/main.yml", "content": "---\n- name: Initialize Docker Swarm\n docker_swarm:\n state: present\n advertise_addr: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}\" \n register: token\n\n- name: Check directory for keep tokens and manager...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 801, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/user-group-add
7,215
[ "no_license" ]
[ { "path": "ansible/roles/user-group-add/tasks/main.yml", "content": "- name: Add user gitlab-runner to group docker\n ansible.builtin.user:\n name: gitlab-runner\n group: docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "ansible/role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 152, "all_permissive": false }
ansible_role
dberezikov/dberezikov_project_work
13186332d87ae5692f07c0c8ac65f1ffa97bd636
0
ansible/roles/workers-join
7,215
[ "no_license" ]
[ { "path": "ansible/roles/workers-join/vars/main.yml", "content": "---\ntoken: \"{{ lookup('file', '../../../tokens/worker-token') }}\"\nmanager_addrs: \"{{ lookup('file', '../../../tokens/manager-address') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 317, "all_permissive": false }
ansible_role
buduman/CPE-212-Activity15
8e15eaba4ce36676984484b583596ea9b0b242b3
0
roles/controller
7,215
[ "no_license" ]
[ { "path": "roles/controller/tasks/main.yml", "content": "---\n - name: Install Cinder (Ubuntu)\n tags: ubuntu\n apt:\n name:\n - cinder-volume\n - python3-mysqldb\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Install Horizon (Ubuntu)\n tags: ubuntu, horiz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
223n/lde
d48aef61efaf0bf518d483c2fe2de79bec2d7021
1
tasks/roles/chrome
7,215
[ "no_license" ]
[ { "path": "tasks/roles/chrome/tasks/chrome.yml", "content": "---\n- name: '[Chrome] Install ca-certificates'\n ansible.builtin.apt:\n pkg: ca-certificates\n become: true\n- name: '[Chrome] Install apt-transport-https'\n ansible.builtin.apt:\n pkg: apt-transport-https\n become: true\n- name: '[Chro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 866, "all_permissive": false }
ansible_role
223n/lde
d48aef61efaf0bf518d483c2fe2de79bec2d7021
1
tasks/roles/dell
7,215
[ "no_license" ]
[ { "path": "tasks/roles/dell/tasks/dell.yml", "content": "---\n- name: '[DELL] Disable systemd-backlight@.service.'\n ansible.builtin.systemd_service:\n name: systemd-backlight@leds:dell::kbd_backlight.service\n masked: true\n become: true\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 258, "all_permissive": false }
ansible_role
223n/lde
d48aef61efaf0bf518d483c2fe2de79bec2d7021
1
tasks/roles/git
7,215
[ "no_license" ]
[ { "path": "tasks/roles/git/defaults/main.yml", "content": "---\nuser_name: '223n'\nmail_address: '<EMAIL>'\ncolor_ui: 'auto'\ngit_prompt_enabled: true\ntheme_url: 'https://raw.githubusercontent.com/wate/Dotfiles/master/.git-prompt-colors.sh'\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 712, "all_permissive": false }
ansible_role
223n/lde
d48aef61efaf0bf518d483c2fe2de79bec2d7021
1
tasks/roles/vagrant
7,215
[ "no_license" ]
[ { "path": "tasks/roles/vagrant/defaults/main.yml", "content": "---\nuser_name: ja223n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "tasks/roles/vagrant/tasks/vagrant.yml", "content": "---\n- name: '[Vagrant] Install Vagrant.'\n ansible.bui...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 622, "all_permissive": false }
ansible_role
223n/lde
d48aef61efaf0bf518d483c2fe2de79bec2d7021
1
tasks/roles/vscode
7,215
[ "no_license" ]
[ { "path": "tasks/roles/vscode/defaults/main.yml", "content": "---\nvscode_pkg_url: 'https://packages.microsoft.com'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "tasks/roles/vscode/tasks/vscode.yml", "content": "---\n- name: '[VSCode] Insta...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
GrifUndersun/monitoring
da2c173f8192718317e56baa572f2c49e7eb66f5
0
roles/grafana
7,215
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: Add Grafana APT key\n apt_key:\n url: https://packages.grafana.com/gpg.key\n state: present\n\n- name: Add Grafana repo\n apt_repository:\n repo: \"deb https://packages.grafana.com/oss/deb stable main\"\n state: present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
GrifUndersun/monitoring
da2c173f8192718317e56baa572f2c49e7eb66f5
0
roles/node_exporter
7,215
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "---\n- name: Copy Node Exporter binary\n copy:\n src: node_exporter\n dest: /usr/local/bin/node_exporter\n mode: 0755\n\n- name: Create systemd service\n copy:\n dest: /etc/systemd/system/node_exporter.service\n content: |\n [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
GrifUndersun/monitoring
da2c173f8192718317e56baa572f2c49e7eb66f5
0
roles/prometheus
7,215
[ "no_license" ]
[ { "path": "roles/prometheus/files/prometheus.yml", "content": "global:\n scrape_interval: 15s\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090']\n\n - job_name: 'node_exporters'\n static_configs:\n - targets:\n - 'server1:9100'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1351, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_aur
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_aur/tasks/main.yaml", "content": "---\n- name: create separate user to build AUR packages\n user:\n name: '{{ arch_aur_builder_user }}'\n group: wheel\n create_home: true\n state: present\n become: true\n when: arch_aur_builder_user is defined\n\n- name: allow AU...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1642, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_bluetooth
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_bluetooth/handlers/main.yaml", "content": "- name: reset ansible connection\n meta: reset_connection\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/arch_bluetooth/defaults/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1893, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_i3
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_i3/meta/main.yaml", "content": "---\ndependencies:\n - role: fonts\n - role: arch_x\n - role: lightdm\n - role: xdg_base_directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "ansible/roles/arch_i3/tasks/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 737, "all_permissive": false }