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
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/rasbpi-mgmt
8
[ "no_license" ]
[ { "path": "deployment/roles/rasbpi-mgmt/tasks/xplatform-mgmt.yml", "content": "---\n\n- name: Nginx | Management site file\n copy:\n src: nginx/mgmt.site\n dest: /etc/nginx/sites-available/mgmt.site\n\n- name: Nginx | Authorization file\n copy:\n src: nginx/mgmt.passwd\n dest: /etc/nginx/\n\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 998, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/rasbpi-mongodb
8
[ "no_license" ]
[ { "path": "deployment/roles/rasbpi-mongodb/tasks/main.yml", "content": "---\n- name: Getting the repo\n git:\n repo: https://github.com/svvitale/mongo4pi.git\n dest: /root/mongo4pi\n accept_hostkey: yes\n\n- name: Running installation\n command: sh install.sh\n args:\n chdir: /root/mongo4pi/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/redis
8
[ "no_license" ]
[ { "path": "deployment/roles/redis/tasks/main.yml", "content": "---\n- name: Redis\n apt:\n pkg: redis-server\n state: present\n\n- name: Redis started\n service: name=redis-server state=started\n\n- name: Redis enabled\n service: name=redis-server enabled=yes\n\n# TODO [Authorization]!!!\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/xdashboard
8
[ "no_license" ]
[ { "path": "deployment/roles/xdashboard/tasks/main.yml", "content": "---\n- include: xdashboard.yml\n when: live_port is defined\n tags: xdashboard\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "deployment/roles/xdashboard/tasks/xdashboard.yml"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1948, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/xplatform
8
[ "no_license" ]
[ { "path": "deployment/roles/xplatform/tasks/nginx.yml", "content": "---\n- name: Nginx | Make sure the ansible required dependencies are installed\n apt:\n pkg: python-pycurl\n state: present\n\n- name: Nginx | Add the nginx repository\n apt_repository:\n repo: ppa:nginx/stable\n when: ansible_d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8825, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/xplatform-deploy
8
[ "no_license" ]
[ { "path": "deployment/roles/xplatform-deploy/tasks/xplatform-deploy.yml", "content": "---\n- name: Create directory /srv/_packages\n file: path=/srv/_packages state=directory mode=0755 owner=xplatform\n\n- name: Create directory for Domain\n file: \n path: \"/srv/{{server_domain}}\"\n state: directo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2975, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/xplatform-main-local
8
[ "no_license" ]
[ { "path": "deployment/roles/xplatform-main-local/tasks/main.yml", "content": "---\n- include: xplatform-main-local.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "deployment/roles/xplatform-main-local/tasks/xplatform-main-local.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2549, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/xplatform-tunnels
8
[ "no_license" ]
[ { "path": "deployment/roles/xplatform-tunnels/tasks/main.yml", "content": "---\n- include: xplatform-tunnels.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "deployment/roles/xplatform-tunnels/tasks/xplatform-tunnels.yml", "content": "---\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 962, "all_permissive": false }
ansible_role
thienngho/terraform-wordpress
9c338956435832f81f52eac274e74cfb9c5db86a
1
ansible/roles/common
8
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt: pkg={{ item }} state=present update_cache=yes\n with_items:\n - git\n - htop\n - python-software-properties\n - curl\n - unzip\n - ntp\n - python-pip\n\n- name: install docker-py with p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
thienngho/terraform-wordpress
9c338956435832f81f52eac274e74cfb9c5db86a
1
ansible/roles/deploy
8
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: run mysql container\n docker_container:\n name: mysql\n image: mysql:latest\n state: started\n restart_policy: always\n env:\n MYSQL_ROOT_PASSWORD: \"{{ mysql_root_password }}\"\n MYSQL_DATABASE: wordpress\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
thienngho/terraform-wordpress
9c338956435832f81f52eac274e74cfb9c5db86a
1
ansible/roles/docker
8
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Add docker repo\n apt_repository:\n repo=\"deb https://apt.dockerproject.org/repo ubuntu-{{ ansible_distribution_release }} main\"\n state=present\n\n- name: Import the Docker repository key\n apt_key:\n keyserver=\"hkp://p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
thienngho/terraform-wordpress
9c338956435832f81f52eac274e74cfb9c5db86a
1
ansible/roles/netdata
8
[ "no_license" ]
[ { "path": "ansible/roles/netdata/tasks/main.yml", "content": "---\n- name: Add netdata APT repository\n apt_repository: repo='ppa:phusion.nl/misc' update_cache=yes\n\n- name: Install netdata\n apt: name=netdata state=present\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
thienngho/terraform-wordpress
9c338956435832f81f52eac274e74cfb9c5db86a
1
ansible/roles/nginx
8
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Add nginx APT repository\n apt_repository: repo='ppa:nginx/stable' update_cache=yes\n\n- name: Install nginx\n apt: name=nginx state=present\n\n- name: Remove default nginx config\n file: path=/etc/nginx/sites-enabled/default state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
benjixxx/springRepo
b75569be2d7946cd22fdf8b2634dd1f8913d575a
0
roles/config_tomcat
8
[ "no_license" ]
[ { "path": "roles/config_tomcat/tasks/main.yml", "content": "---\n# tasks file for config_apache\n- name: download maven artifact\n maven_artifact:\n group_id: org.jenkins.main \n artifact_id: jenkins-war\n version: latest\n extension: war\n repository_url: 'http://192.168.1.2:8081/repository...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 831, "all_permissive": false }
ansible_role
benjixxx/springRepo
b75569be2d7946cd22fdf8b2634dd1f8913d575a
0
roles/install_tomcat
8
[ "no_license" ]
[ { "path": "roles/install_tomcat/tasks/main.yml", "content": "---\n# tasks file for install_apache\n- name : installation\n yum:\n name: tomcat\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
semaphoreui/semaphore-docs
3a17f535a6caa8a2523dfaa08b0e6d0492b53a14
24
deploy/roles/build
8
[ "no_license" ]
[ { "path": "deploy/roles/build/tasks/main.yml", "content": "- name: Install mdbook\n ansible.builtin.command:\n cmd: cargo install mdbook --version 0.4.40\n creates: \"{{ ansible_env.HOME }}/.cargo/bin/mdbook\"\n\n\n- name: Install mdbook-tabs\n ansible.builtin.command:\n cmd: cargo install mdbook...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
semaphoreui/semaphore-docs
3a17f535a6caa8a2523dfaa08b0e6d0492b53a14
24
deploy/roles/deploy
8
[ "no_license" ]
[ { "path": "deploy/roles/deploy/tasks/main.yml", "content": "- name: Include secret vars\n ansible.builtin.include_vars:\n file: \"{{ inventory_dir }}/files/secrets.yml\"\n name: secrets\n\n\n- name: Upload assets to s3 bucket\n community.aws.s3_sync:\n endpoint_url: https://storage.yandexcloud.ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": false }
ansible_role
Renan-Monteiro/ansible-webapp-example
cf22cb5afb70e0f73d04998daba5c918c0e9c958
0
roles/commons
2
[ "no_license" ]
[ { "path": "roles/commons/tasks/main.yaml", "content": "- name: update apt\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install required packages\n apt:\n name: \"{{ packages }}\"\n update_cache: true\n state: present\n vars:\n packages:\n - python\n - python-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
Renan-Monteiro/ansible-webapp-example
cf22cb5afb70e0f73d04998daba5c918c0e9c958
0
roles/ec2
2
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "- name: Provisioning Database Instance\n ec2:\n key_name: my_ansible_key\n instance_type: t2.micro\n image: ami-0bcc094591f354be2\n wait: yes\n group_id: sg-0c8e27e120489a974\n region: us-east-1\n count: 1\n vpc_subnet_id: subnet-07a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
Renan-Monteiro/ansible-webapp-example
cf22cb5afb70e0f73d04998daba5c918c0e9c958
0
roles/web-servers
2
[ "no_license" ]
[ { "path": "roles/web-servers/tasks/main.yaml", "content": " - name: Install Python Flask dependencies\n pip:\n name: '{{ item }}'\n state: present\n with_items:\n - flask\n - flask-mysql\n\n - name: Install git\n apt:\n name: '{{ item }}'\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
Rizikkz/DevOps
33860886fd2681c1ec428c2b5ce17da66a493126
0
ansible/roles/configure_postgresql
2
[ "no_license" ]
[ { "path": "ansible/roles/configure_postgresql/handlers/main.yml", "content": "---\n- name: restart_postgresql\n service:\n name: \"{{ postgresql_service_name }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2393, "all_permissive": false }
ansible_role
Rizikkz/DevOps
33860886fd2681c1ec428c2b5ce17da66a493126
0
ansible/roles/configure_postgresql_user
2
[ "no_license" ]
[ { "path": "ansible/roles/configure_postgresql_user/tasks/main.yml", "content": "---\n- name: Create PostgreSQL user 'student'\n become: true\n become_user: postgres\n postgresql_user:\n name: student\n password: \"{{ <PASSWORD> }}\"\n encrypted: yes\n no_password_changes: false\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
Rizikkz/DevOps
33860886fd2681c1ec428c2b5ce17da66a493126
0
ansible/roles/determine_least_loaded_server
2
[ "no_license" ]
[ { "path": "ansible/roles/determine_least_loaded_server/tasks/main.yml", "content": "- name: Find least loaded server (run_once)\n run_once: true\n set_fact:\n least_loaded_server: \"{{ (hostvars | dict2items \n | selectattr('value.cpu_load','defined') \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1411, "all_permissive": false }
ansible_role
Rizikkz/DevOps
33860886fd2681c1ec428c2b5ce17da66a493126
0
ansible/roles/gather_cpu_load
2
[ "no_license" ]
[ { "path": "ansible/roles/gather_cpu_load/tasks/main.yml", "content": "---\n- name: Get CPU load (первое число из /proc/loadavg)\n shell: \"awk '{print $1}' /proc/loadavg\"\n register: load_result\n changed_when: false\n\n- name: Set cpu_load fact for each host\n set_fact:\n cpu_load: \"{{ load_result...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
Rizikkz/DevOps
33860886fd2681c1ec428c2b5ce17da66a493126
0
ansible/roles/install_postgresql
2
[ "no_license" ]
[ { "path": "ansible/roles/install_postgresql/tasks/main.yml", "content": "---\n- name: Determine if this host is the PostgreSQL target\n set_fact:\n is_postgres_target: \"{{ inventory_hostname == least_loaded_host }}\"\n\n- name: Debug host role\n debug:\n msg: \"Host {{ inventory_hostname }} | is_po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1817, "all_permissive": false }
ansible_role
majevince/Ansible_Exam_prep
b9f542a546509e2209fb2f2af42cbceb69877763
0
roles/sample-apache
2
[ "no_license" ]
[ { "path": "roles/sample-apache/vars/main.yml", "content": "---\n# vars file for sample-apache\nservices:\n - 80/tcp\n - 443/tcp\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/sample-apache/templates/index.html.j2", "content": "Ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 904, "all_permissive": false }
ansible_role
majevince/Ansible_Exam_prep
b9f542a546509e2209fb2f2af42cbceb69877763
0
roles/sample-mysql
2
[ "no_license" ]
[ { "path": "roles/sample-mysql/tasks/main.yml", "content": "---\n# tasks file for sample-mysql\n- name: \" create primary partition 800MB /dev/sdb/\"\n parted:\n device: /dev/sdb\n number: 1\n state: present\n part_type: primary\n flags: [lvm]\n part_end: 800MiB\n state: present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1717, "all_permissive": false }
ansible_role
rcampana/ito-ansible-cati-dialplan
a0528133990cc383ef5dcf1158c6d7b921c39fb9
0
roles/dialplan
2
[ "no_license" ]
[ { "path": "roles/dialplan/tasks/main.yml", "content": "---\n- name: Install packages\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - git\n become: yes\n become_user: root\n\n- name: Ensure 'asterisk' group exists\n group:\n name: asterisk\n state: present\n become: ye...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1480, "all_permissive": false }
ansible_role
cgrimm-redhat/rhvm.redhat.demo
dc96ec35351bdce94e89c93090db476f24126c0e
0
roles/rhvm.redhat.demo
2
[ "no_license" ]
[ { "path": "roles/rhvm.redhat.demo/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rhvm.redhat.demo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/rhvm.redhat.demo/handlers/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1111, "all_permissive": false }
ansible_role
Mahmoudalziem/ansible_web_application
358b12c9073b8fb937d29affe418c732a12bc696
1
roles/copy-application
2
[ "no_license" ]
[ { "path": "roles/copy-application/tasks/main.yaml", "content": "---\n- name: copy application >> /var/www/html\n copy:\n dest: /var/www/html/\n src: application/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
Mahmoudalziem/ansible_web_application
358b12c9073b8fb937d29affe418c732a12bc696
1
roles/install-apache
2
[ "no_license" ]
[ { "path": "roles/install-apache/tasks/main.yaml", "content": "---\n- name: install apache2\n apt:\n name: apache2\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
Mahmoudalziem/ansible_web_application
358b12c9073b8fb937d29affe418c732a12bc696
1
roles/start-apache
2
[ "no_license" ]
[ { "path": "roles/start-apache/tasks/main.yaml", "content": "---\n- name: start service apache2\n service:\n name: apache2\n state: started\n enabled: True", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
viplavmore/NginxVirtualHostConfiguration
2154a92c45d2c1534af34cea62a08fa0350fc0a9
0
roles/LEMP
2
[ "no_license" ]
[ { "path": "roles/LEMP/tasks/configure_nginx.yml", "content": "---\n############# CONFIGURE NGINX ##################\n- name: Edit Nginx Configuration file\n copy: src=files/nginx.conf dest=/etc/nginx/nginx.conf\n\n- name: Edit Virtual Host\n copy: src=files/default.conf dest=/etc/nginx/conf.d/{{ vh }}.con...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 9040, "all_permissive": false }
ansible_role
crashposition/jenkins-on-vagrant-with-ansible
f94bda5f41e2c54aa6131879b56dbcaead345087
0
ansible/roles/install_jenkins
2
[ "no_license" ]
[ { "path": "ansible/roles/install_jenkins/tasks/main.yml", "content": "---\n- name: Install Java 8 dependency\n apt:\n name: openjdk-8-jre\n state: present\n update_cache: yes\n\n- name: Add the Jenkins apt repository key\n apt_key: \n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/anyenv
2
[ "no_license" ]
[ { "path": "playbooks/roles/anyenv/vars/main.yml", "content": "---\n\nanyenv_root: \"{{ ansible_env.HOME }}/.anyenv\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "playbooks/roles/anyenv/tasks/main.yml", "content": "---\n\n- name: install an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 439, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/bat
2
[ "no_license" ]
[ { "path": "playbooks/roles/bat/tasks/main.yml", "content": "---\n\n- name: create temporary directory\n tempfile:\n state: directory\n register: temp\n tags:\n - bat\n\n- name: download\n unarchive:\n src: \"https://github.com/sharkdp/bat/releases/download/v{{ bat_version }}/bat-v{{ bat_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 664, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/buildpack
2
[ "no_license" ]
[ { "path": "playbooks/roles/buildpack/tasks/CentOS.yml", "content": "---\n\n- name: install packages\n become: yes\n yum:\n state: present\n name:\n - \"@Development Tools\"\n tags:\n - buildpack\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1364, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/caddy
2
[ "no_license" ]
[ { "path": "playbooks/roles/caddy/vars/main.yml", "content": "---\n\ncaddy_version: 0.10.11\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "playbooks/roles/caddy/tasks/main.yml", "content": "---\n\n- name: create temporary directory\n tempfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 621, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/cifs-utils
2
[ "no_license" ]
[ { "path": "playbooks/roles/cifs-utils/tasks/CentOS.yml", "content": "---\n\n- name: install cifs-utils\n become: yes\n yum:\n state: present\n name:\n - cifs-utils\n tags:\n - cifs-utils\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 206, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/cmake
2
[ "no_license" ]
[ { "path": "playbooks/roles/cmake/tasks/CentOS.yml", "content": "---\n\n- name: install cmake\n become: yes\n yum:\n state: present\n name:\n - cmake3\n tags:\n - cmake\n\n- name: symlink\n file:\n src: /usr/bin/cmake3\n dest: /usr/local/bin/cmake\n state: link\n tags:\n - cmak...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 456, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/code
2
[ "no_license" ]
[ { "path": "playbooks/roles/code/tasks/CentOS.yml", "content": "---\n\n- name: add yum repository\n become: yes\n yum_repository:\n name: code\n description: Visual Studio Code\n file: vscode\n baseurl: https://packages.microsoft.com/yumrepos/vscode\n enabled: yes\n gpgcheck: yes\n gpg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1004, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/desktop
2
[ "no_license" ]
[ { "path": "playbooks/roles/desktop/tasks/CentOS.yml", "content": "---\n\n- name: install packages\n become: yes\n yum:\n state: present\n name:\n - \"@^gnome-desktop-environment\"\n tags:\n - desktop\n\n- name: set default to graphical target\n become: yes\n shell: systemctl set-default g...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1581, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/direnv
2
[ "no_license" ]
[ { "path": "playbooks/roles/direnv/tasks/main.yml", "content": "---\n\n- name: install direnv\n become: yes\n get_url:\n url: https://github.com/direnv/direnv/releases/download/v{{ direnv_version }}/direnv.linux-amd64\n dest: /usr/local/bin/direnv\n mode: 0755\n tags:\n - direnv\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 250, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/docker
2
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/CentOS.yml", "content": "---\n\n- name: install packages\n become: yes\n yum:\n state: present\n name:\n - device-mapper-persistent-data\n - lvm2\n tags:\n - docker\n\n- name: add yum repository\n become: yes\n shell: yum-config-manager --add-r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1801, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/docker-compose
2
[ "no_license" ]
[ { "path": "playbooks/roles/docker-compose/vars/main.yml", "content": "---\n\ncompose_version: 1.19.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "playbooks/roles/docker-compose/tasks/main.yml", "content": "---\n\n- name: download docker-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/dos2unix
2
[ "no_license" ]
[ { "path": "playbooks/roles/dos2unix/tasks/main.yml", "content": "---\n\n- include_tasks: \"{{ ansible_distribution }}.yml\"\n tags:\n - dos2unix\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "playbooks/roles/dos2unix/tasks/Ubuntu.yml", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 359, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/dotfiles
2
[ "no_license" ]
[ { "path": "playbooks/roles/dotfiles/tasks/main.yml", "content": "---\n\n- include_tasks: \"{{ ansible_distribution }}.yml\"\n tags:\n - dotfiles\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "playbooks/roles/dotfiles/tasks/CentOS.yml", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 635, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/doxygen
2
[ "no_license" ]
[ { "path": "playbooks/roles/doxygen/tasks/Ubuntu.yml", "content": "---\n\n- name: install doxygen\n become: yes\n apt:\n name: doxygen\n state: present\n update_cache: yes\n cache_valid_time: 3600\n tags:\n - doxygen\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 352, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/exa
2
[ "no_license" ]
[ { "path": "playbooks/roles/exa/tasks/main.yml", "content": "---\n\n- block:\n - name: install exa\n become: yes\n unarchive:\n src: https://github.com/ogham/exa/releases/download/v{{ exa_version }}/exa-linux-x86_64-{{ exa_version }}.zip\n dest: /usr/local/bin\n remote_src: yes\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 448, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/fcgi
2
[ "no_license" ]
[ { "path": "playbooks/roles/fcgi/tasks/CentOS.yml", "content": "---\n\n- name: install packages\n become: yes\n yum:\n state: present\n name:\n - fcgi-devel\n - spawn-fcgi\n tags:\n - fcgi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 398, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/fonts
2
[ "no_license" ]
[ { "path": "playbooks/roles/fonts/tasks/CentOS.yml", "content": "---\n\n- name: install fonts\n become: yes\n yum:\n state: present\n name:\n - levien-inconsolata-fonts\n - google-noto-cjk-fonts\n tags:\n - fonts\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 430, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/gdb
2
[ "no_license" ]
[ { "path": "playbooks/roles/gdb/tasks/Ubuntu.yml", "content": "---\n\n- name: install gdb\n become: yes\n apt:\n name: gdb\n state: present\n update_cache: yes\n cache_valid_time: 3600\n tags:\n - gdb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 324, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/ghq
2
[ "no_license" ]
[ { "path": "playbooks/roles/ghq/tasks/main.yml", "content": "---\n\n- name: create temporary directory\n tempfile:\n state: directory\n register: temp\n tags:\n - ghq\n\n- name: download\n unarchive:\n src: \"https://github.com/motemen/ghq/releases/download/v{{ ghq_version }}/ghq_linux_amd64.zip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/go
2
[ "no_license" ]
[ { "path": "playbooks/roles/go/tasks/main.yml", "content": "---\n\n- name: install goenv\n shell: |\n eval \"$(anyenv init -)\"\n anyenv install -s goenv\n environment:\n PATH: \"{{ anyenv_root }}/bin:{{ ansible_env.PATH }}\"\n tags:\n - go\n\n- name: install go\n shell: |\n eval \"$(anyen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 427, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/graphviz
2
[ "no_license" ]
[ { "path": "playbooks/roles/graphviz/tasks/CentOS.yml", "content": "---\n\n- name: install graphviz\n become: yes\n yum:\n state: present\n name:\n - graphviz\n tags:\n - graphviz\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 359, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/gron
2
[ "no_license" ]
[ { "path": "playbooks/roles/gron/tasks/main.yml", "content": "---\n\n- name: install gron\n become: yes\n unarchive:\n src: https://github.com/tomnomnom/gron/releases/download/v{{ gron_version }}/gron-linux-amd64-{{ gron_version }}.tgz\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/guake
2
[ "no_license" ]
[ { "path": "playbooks/roles/guake/tasks/CentOS.yml", "content": "---\n\n- name: install guake\n become: yes\n yum:\n state: present\n name:\n - guake\n tags:\n - guake\n\n- name: enable auto start\n become: yes\n copy:\n src: /usr/share/applications/guake.desktop\n dest: /etc/xdg/aut...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 704, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/java
2
[ "no_license" ]
[ { "path": "playbooks/roles/java/tasks/main.yml", "content": "---\n\n- include_tasks: \"{{ ansible_distribution }}.yml\"\n tags:\n - java\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "playbooks/roles/java/vars/main.yml", "content": "---\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1568, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/libxml
2
[ "no_license" ]
[ { "path": "playbooks/roles/libxml/tasks/main.yml", "content": "---\n\n- include_tasks: \"{{ ansible_distribution }}.yml\"\n tags:\n - libxml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "playbooks/roles/libxml/tasks/CentOS.yml", "conten...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 204, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/llvm
2
[ "no_license" ]
[ { "path": "playbooks/roles/llvm/tasks/CentOS.yml", "content": "---\n\n- name: install packages\n yum:\n state: present\n name:\n - llvm-toolset-7\n tags:\n - llvm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "playbooks/roles/ll...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 970, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/ninja
2
[ "no_license" ]
[ { "path": "playbooks/roles/ninja/vars/main.yml", "content": "---\n\nninja_version: 1.8.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "playbooks/roles/ninja/tasks/main.yml", "content": "---\n\n- name: download ninja\n become: yes\n unarch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 262, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/nkf
2
[ "no_license" ]
[ { "path": "playbooks/roles/nkf/tasks/main.yml", "content": "---\n\n- include_tasks: \"{{ ansible_distribution }}.yml\"\n tags:\n - nkf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "playbooks/roles/nkf/tasks/CentOS.yml", "content": "---\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 178, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/node
2
[ "no_license" ]
[ { "path": "playbooks/roles/node/vars/main.yml", "content": "---\n\nanyenv_root: \"{{ ansible_env.HOME }}/.anyenv\"\nnode_version: 8.9.4\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "playbooks/roles/node/tasks/main.yml", "content": "---\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/osquery
2
[ "no_license" ]
[ { "path": "playbooks/roles/osquery/tasks/CentOS.yml", "content": "---\n\n- name: add rpm key\n become: yes\n rpm_key:\n key: https://pkg.osquery.io/rpm/GPG\n state: present\n tags:\n - osquery\n\n- name: add yum repository\n become: yes\n shell: yum-config-manager --add-repo https://pkg.osquer...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 978, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/peco
2
[ "no_license" ]
[ { "path": "playbooks/roles/peco/vars/main.yml", "content": "---\n\npeco_version: 0.5.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "playbooks/roles/peco/tasks/main.yml", "content": "---\n\n- name: create temporary directory\n tempfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/python
2
[ "no_license" ]
[ { "path": "playbooks/roles/python/tasks/main.yml", "content": "---\n\n- name: install packages\n become: yes\n apt:\n state: present\n update_cache: yes\n cache_valid_time: 3600\n name:\n - tk-dev\n tags:\n - python\n\n- name: install pyenv\n shell: |\n eval \"$(anyenv init -)\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 716, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/ruby
2
[ "no_license" ]
[ { "path": "playbooks/roles/ruby/tasks/main.yml", "content": "---\n\n- name: install rbenv\n shell: |\n eval \"$(anyenv init -)\"\n anyenv install -s rbenv\n environment:\n PATH: \"{{ anyenv_root }}/bin:{{ ansible_env.PATH }}\"\n tags:\n - ruby\n\n- name: compile dynamic bash extension\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 754, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/rust
2
[ "no_license" ]
[ { "path": "playbooks/roles/rust/tasks/main.yml", "content": "---\n\n- name: install rustup\n shell: curl -fsSL https://sh.rustup.rs | bash -s -- -y\n args:\n warn: no\n tags:\n - rust\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/scm
2
[ "no_license" ]
[ { "path": "playbooks/roles/scm/tasks/CentOS.yml", "content": "---\n\n- name: install packages\n become: yes\n yum:\n state: present\n name:\n - git2u\n - openssh-clients\n - procps-ng\n tags:\n - scm\n\n- name: install git-lfs\n become: yes\n shell: curl -s https://packagecloud....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 883, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/setup
2
[ "no_license" ]
[ { "path": "playbooks/roles/setup/tasks/Ubuntu.yml", "content": "---\n\n- name: set timezone\n become: yes\n timezone:\n name: Asia/Tokyo\n tags:\n - setup\n\n- name: change ubuntu repository url\n become: yes\n replace:\n dest: /etc/apt/sources.list\n regexp: 'http://(.*\\.)?archive\\.ubunt...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1047, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/stow
2
[ "no_license" ]
[ { "path": "playbooks/roles/stow/tasks/main.yml", "content": "---\n\n- include_tasks: \"{{ ansible_distribution }}.yml\"\n tags:\n - stow\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "playbooks/roles/stow/tasks/CentOS.yml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 182, "all_permissive": false }
ansible_role
rinatz/linux-desktop-ja
de21ae0d75f5202f71c513f01b8a2ba7e79c0759
1
playbooks/roles/valgrind
2
[ "no_license" ]
[ { "path": "playbooks/roles/valgrind/tasks/CentOS.yml", "content": "---\n\n- name: install valgrind\n become: yes\n yum:\n state: present\n name:\n - valgrind\n tags:\n - valgrind\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 359, "all_permissive": false }
ansible_role
drikster80/ansible-frigate-standalone
43739eed55df3a6a6f090a1774a7ec48bee8389c
5
ansible-main/roles/coral-ai-drivers
2
[ "permissive" ]
[ { "path": "ansible-main/roles/coral-ai-drivers/defaults/main.yml", "content": "---\n# Username of the frigate system user\n# (May be unnecessary due to the way docker runs containers)\ncoral_ai_drivers_user: 'frigate'\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ],...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1043, "all_permissive": true }
ansible_role
drikster80/ansible-frigate-standalone
43739eed55df3a6a6f090a1774a7ec48bee8389c
5
ansible-main/roles/frigate-container
2
[ "permissive" ]
[ { "path": "ansible-main/roles/frigate-container/templates/.frigate_env.j2", "content": "FRIGATE_RTSP_USER={{ camera1_rtsp_user }}\nFRIGATE_RTSP_PASSWORD={{ <PASSWORD> }}", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 80 }, { "path": "ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4732, "all_permissive": true }
ansible_role
drikster80/ansible-frigate-standalone
43739eed55df3a6a6f090a1774a7ec48bee8389c
5
ansible-main/roles/nvidia-gpu
2
[ "permissive" ]
[ { "path": "ansible-main/roles/nvidia-gpu/tasks/main.yml", "content": "---\n- name: Include the Nvidia driver role\n ansible.builtin.include_role:\n name: nvidia.nvidia_driver\n\n- name: Clone keylase patch repo\n ansible.builtin.git:\n repo: https://github.com/keylase/nvidia-patch.git\n dest: ~/n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2201, "all_permissive": true }
ansible_role
drikster80/ansible-frigate-standalone
43739eed55df3a6a6f090a1774a7ec48bee8389c
5
ansible-main/roles/oauth2-proxy
2
[ "permissive" ]
[ { "path": "ansible-main/roles/oauth2-proxy/templates/.auth-emails.txt.j2", "content": "{% for email in authorized_emails %}\n{{ email }}\n{% endfor %}", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 61 }, { "path": "ansible-main/roles/oauth2...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6833, "all_permissive": true }
ansible_role
diegoamndz/ssrs-ansible-automation
eaba5e7dc6cb22bc8f583115cea8420ca7731f7f
0
roles/ssrs-deploy
1
[ "no_license" ]
[ { "path": "roles/ssrs-deploy/tasks/main.yml", "content": "---\n- name: Create temporary directories\n ansible.windows.win_file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ temp_dir }}\"\n - \"{{ reports_folder }}\"\n - \"{{ scripts_folder }}\"\n - \"{{ backup_folder ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 10147, "all_permissive": false }
ansible_role
qrataller/HOA_8.1_Taller
174bf01806501c28e3855b2b5a54435eff1aa6dc
0
roles/centos_server
1
[ "no_license" ]
[ { "path": "roles/centos_server/tasks/main.yml", "content": " - name: install unzip\n package:\n name: unzip\n\n - name: Download Nagios (CentOS)\n unarchive:\n src: https://github.com/NagiosEnterprises/nagioscore/archive/nagios-4.4.5.tar.gz\n dest: /usr/local/bin\n remote_src: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2410, "all_permissive": false }
ansible_role
qrataller/HOA_8.1_Taller
174bf01806501c28e3855b2b5a54435eff1aa6dc
0
roles/ubuntu_server
1
[ "no_license" ]
[ { "path": "roles/ubuntu_server/tasks/main.yml", "content": " - name: install unzip\n package:\n name: unzip\n\n - name: Download Nagios (Ubuntu)\n unarchive:\n src: https://github.com/NagiosEnterprises/nagioscore/archive/nagios-4.4.5.tar.gz\n dest: /usr/local/bin\n remote_src: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2163, "all_permissive": false }
ansible_role
cacack/dotfiles
59984b591fbf0c37ed4bf90a9f1f938be10f6357
0
.ansible/roles/bootstrap-common
1
[ "no_license" ]
[ { "path": ".ansible/roles/bootstrap-common/defaults/main.yaml", "content": "---\n\ndotfiles_base_dir: \"~/.dotfiles\"\ndotfiles_config_dir: \"{{ dotfiles_base_dir }}/configs\"\ndotfiles_linux_user_dir: \"{{ dotfiles_base_dir }}/linux-gnu\"\ndotfiles_multi_dir: \"{{ dotfiles_base_dir }}/multi\"\n", "lice...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3372, "all_permissive": false }
ansible_role
cacack/dotfiles
59984b591fbf0c37ed4bf90a9f1f938be10f6357
0
.ansible/roles/bootstrap-dependencies
1
[ "no_license" ]
[ { "path": ".ansible/roles/bootstrap-dependencies/bin/git/README.md", "content": "# githooks\n\nA [githook][] wrapper and a set of hooks which enforce good practices.\n\n## Setup\n\n1. Run the initalization script. This will symlink a bunch of stuff in\n `.git/hooks/` to the wrapper script.\n\n ```\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 25, "total_bytes": 10378, "all_permissive": false }
ansible_role
cacack/dotfiles
59984b591fbf0c37ed4bf90a9f1f938be10f6357
0
.ansible/roles/desktop-common
1
[ "no_license" ]
[ { "path": ".ansible/roles/desktop-common/tasks/dockerfiles.yml", "content": "---\n\n- name: Clone dockerfiles repository\n git:\n repo: <EMAIL>:cacack/dockerfiles.git\n dest: \"{{devel_home_base_dir}}/dockerfiles\"\n accept_hostkey: 'yes'\n update: 'yes'\n", "license_type": "no_license", ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 3831, "all_permissive": false }
ansible_role
cacack/dotfiles
59984b591fbf0c37ed4bf90a9f1f938be10f6357
0
.ansible/roles/lsd
1
[ "no_license" ]
[ { "path": ".ansible/roles/lsd/defaults/main.yml", "content": "---\n\nlsd_version: 0.17.0\nlsd_release_url: \"https://github.com/Peltoche/lsd/releases/download/{{ lsd_version }}/lsd-{{ lsd_version }}-x86_64-unknown-linux-gnu.tar.gz\"\nlsd_path: \"{{ ansible_env.HOME }}/bin\"\nlsd_owner: \"{{ ansible_env.USER...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 857, "all_permissive": false }
ansible_role
cacack/dotfiles
59984b591fbf0c37ed4bf90a9f1f938be10f6357
0
.ansible/roles/pyenv
1
[ "no_license" ]
[ { "path": ".ansible/roles/pyenv/defaults/main.yml", "content": "---\n\n# defaults file for pyenv\npyenv_path: \"{{ ansible_env.HOME }}/.pyenv\"\npyenv_owner: \"{{ ansible_env.USER }}\"\npyenv_bashrc_path: \"~/.bashrc.d\"\npyenv_config_path: \"{{ pyenv_bashrc_path }}/50_pyenv\"\npyenv_update_git_install: yes...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2974, "all_permissive": false }
ansible_role
cacack/dotfiles
59984b591fbf0c37ed4bf90a9f1f938be10f6357
0
.ansible/roles/starship
1
[ "no_license" ]
[ { "path": ".ansible/roles/starship/README.md", "content": "# ansible-role-starship\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": ".ansible/roles/starship/tasks/main.yml", "content": "---\n\n- name: \"Download and unarchive Starship\"\n un...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 648, "all_permissive": false }
ansible_role
Dmitriyschuk/HackerU
b774fcdc968ccb6b65e93e3c67eb888845eb8748
0
nginxProject/roles/balancer
1
[ "no_license" ]
[ { "path": "nginxProject/roles/balancer/vars/nginx-1.yaml", "content": " upstream backend {\r\n server 192.168.1.110:80;\r\n server 192.168.1.188:80; \r\n }\r\n server {\r\n listen 80;\r\n server_name nginx-1.local;\r\n location / {\r\n proxy_pass http://bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
nostra251/Ansible
261fbf94ee941a92fb1d1997881e054c29ec9c39
0
Roles/proxmox_vm
1
[ "no_license" ]
[ { "path": "Roles/proxmox_vm/tasks/main.yml", "content": "---\n# tasks file for roles/proxmox_vm\n\n\n- name: Authenticate with Proxmox\n community.general.proxmox:\n api_host: \"{{ proxmox_host }}\"\n api_user: \"{{ proxmox_user }}\"\n api_password: \"{{ <PASSWORD> }}\"\n validate_certs: false\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1578, "all_permissive": false }
ansible_role
ironbars/ansible
d6f4557a6affd88aef6e9c1a9a1dc8258edf9ef8
0
roles/common
1
[ "no_license" ]
[ { "path": "roles/common/files/root/bashrc", "content": "\n# If not running interactively, don't do anything\n[[ $- != *i* ]] && return\n\nalias ll='ls -l --group-directories-first --color=auto'\nalias la='ls -a --group-directories-first --color=auto'\n\nPS1='\\[\\e[1;38;5;196m\\][\\u@\\h \\W]#\\[\\e[0m\\] '...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8234, "all_permissive": false }
ansible_role
ironbars/ansible
d6f4557a6affd88aef6e9c1a9a1dc8258edf9ef8
0
roles/development
1
[ "no_license" ]
[ { "path": "roles/development/tasks/includes/pkg-tasks.yml", "content": "---\n# Package tasks for the \"development\" role\n- name: install window manager necessities\n pacman: name={{ item }} state=present\n with_items: \"{{ window_mgr_list }}\"\n\n- name: install developer tools\n pacman: name={{ item }...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2850, "all_permissive": false }
ansible_role
ironbars/ansible
d6f4557a6affd88aef6e9c1a9a1dc8258edf9ef8
0
roles/general
1
[ "no_license" ]
[ { "path": "roles/general/files/README.md", "content": "`/etc/ansible/general/files/`\n============================\n<!---\nThe tasks here should be to: \n\n1. Copy `home/user/bash_profile` to `~/.bash_profile` on the remote machine\n2. Copy `home/user/bashrc` to `~/.bashrc` on the remote machine\n3. Copy th...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2357, "all_permissive": false }
ansible_role
snkolev18/ansible-playbook-faraday
effa462b7a91ad2f0f20bee007ce9b54afdf0891
0
roles/docker
1
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "# https://docs.docker.com/engine/install/ubuntu/\n- name: Uninstall old versions\n apt:\n name:\n - docker.io\n - docker-compose\n - docker-doc\n - podman-docker\n - containerd\n - runc\n state: absent\n- name: Install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2098, "all_permissive": false }
ansible_role
snkolev18/ansible-playbook-faraday
effa462b7a91ad2f0f20bee007ce9b54afdf0891
0
roles/faraday-agent
1
[ "no_license" ]
[ { "path": "roles/faraday-agent/tasks/main.yml", "content": "---\n# tasks file for faraday-agent\n- name: \"Update apt cache and install python3-pip\"\n apt: \n name:\n - python3-pip\n update_cache: true\n\n- name: \"Clone faraday-agent-dispatcher repository\"\n git:\n repo: \"https://github....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 632, "all_permissive": false }
ansible_role
snkolev18/ansible-playbook-faraday
effa462b7a91ad2f0f20bee007ce9b54afdf0891
0
roles/faraday-cli
1
[ "no_license" ]
[ { "path": "roles/faraday-cli/defaults/main.yml", "content": "---\n# defaults file for faraday-cli\nfaraday_cli_repo_base_dir: \"/opt/faraday-cli\"\n\nconfig_faraday_url: \"https://faraday.local\"\nconfig_token: \"<PASSWORD>\"\nconfig_ignore_ssl: false\nconfig_workspace: \"testoslav\"\nconfig_custom_plugins_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1883, "all_permissive": false }
ansible_role
snkolev18/ansible-playbook-faraday
effa462b7a91ad2f0f20bee007ce9b54afdf0891
0
roles/faraday-core
1
[ "no_license" ]
[ { "path": "roles/faraday-core/templates/nginx.conf.jinja2", "content": "map $sent_http_content_type $expires {\n default off;\n text/html max;\n text/css max;\n application/javascript max;\n ~image/ max;\n}\n\nserver...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5869, "all_permissive": false }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/acme_request_certs
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/acme_request_certs/tasks/selfsign.yaml", "content": "- include_tasks: common.yaml\n\n- name: Create selfsigned certificate\n community.crypto.x509_certificate:\n path: \"{{ certs_path }}/{{ cert.key }}.crt\"\n privatekey_path: \"{{ certs_path }}/{{ cert.key }...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3279, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/apimon_executor
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/apimon_executor/vars/main.yaml", "content": "---\n# vars file for epmon\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 26 }, { "path": "cloudmon/ansible/project/roles/apimon_executor/handlers/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5818, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/apimon_scheduler
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/apimon_scheduler/templates/apimon-scheduler.service.j2", "content": "[Unit]\nDescription=CloudMon - Apimon Scheduler container\nWants=syslog.service\n\n[Service]\nType=simple\nRestart=always\nTimeoutSec=300s\nUser={{ scheduler_os_user }}\nGroup={{ scheduler_os_group...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6302, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/carbonapi
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/carbonapi/templates/carbonapi-watcher.path.j2", "content": "[Path]\nPathModified=/etc/graphite/ssl\n\n[Install]\nWantedBy=multi-user.target\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 76 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5242, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/epmon
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/epmon/templates/epmon.service.j2", "content": "[Unit]\nDescription=Apimon Endpoint Monitor container\nWants=syslog.service\n\n[Service]\nType=simple\nRestart=always\nTimeoutSec=90s\nUser={{ epmon_os_user }}\nGroup={{ epmon_os_group }}\nEnvironmentFile={{ epmon_env_p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5345, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/etcd
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/etcd/handlers/main.yml", "content": "---\n# handlers file for roles/postgresql\n\n- name: Restart etcd\n become: true\n throttle: 1\n ansible.builtin.systemd:\n name: \"etcd.service\"\n state: restarted\n enabled: true\n daemon_reload: true\n\n# Need ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4923, "all_permissive": true }