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
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/cloudflared
7,328
[ "no_license" ]
[ { "path": "roles/cloudflared/tasks/main.yml", "content": "- name: Download cloudflared\n get_url:\n url: \"https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb\"\n dest: \"/tmp/cloudflared.deb\"\n\n- name: Install cloudflared\n apt:\n deb: \"/tmp/cloudfla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/common
7,328
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- import_tasks: hostname.yml\n become: true\n\n- name: APT package management configuration\n become: true\n ansible.builtin.apt:\n state: present\n package:\n # Ensure HTTPS APT sources support\n - apt-transport-https\n - ca-certi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1159, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/docker
7,328
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install required dependencies.\n become: true\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n\n- name: Import Docker GPG key.\n become: true\n ansible.builtin.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1066, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/gitlab
7,328
[ "no_license" ]
[ { "path": "roles/gitlab/handlers/main.yml", "content": "- name: restart gitlab\n become: true\n command: gitlab-ctl reconfigure\n register: gitlab_restart\n failed_when: gitlab_restart.rc != 0 | bool", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1670, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/gitlab-runner
7,328
[ "no_license" ]
[ { "path": "roles/gitlab-runner/handlers/main.yml", "content": "- name: restart gitlab_runner\n become: true\n command: gitlab-runner restart\n register: gitlab_runner_restart\n failed_when: gitlab_runner_restart.rc != 0 | bool", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1765, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/lldap
7,328
[ "no_license" ]
[ { "path": "roles/lldap/handlers/main.yml", "content": "- name: restart lldap_service\n command: systemctl restart lldap\n register: lldap_restart\n failed_when: lldap_restart.rc != 0 | bool\n\n- name: Restart Nginx\n ansible.builtin.service:\n name: nginx\n state: restarted", "license_type": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2362, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/minecraft-papermc
7,328
[ "no_license" ]
[ { "path": "roles/minecraft-papermc/templates/etc/systemd/system/minecraft.service.j2", "content": "[Unit]\nDescription=Minecraft Server\nAfter=network.target\n\n[Service]\nRestart=always\nRestartSec=30\n\nUser=minecraft\nWorkingDirectory=/opt/minecraft\nExecStart=/usr/bin/java {{ aikar_jvm_flags | join(\" \...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8598, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/minecraft-proxy
7,328
[ "no_license" ]
[ { "path": "roles/minecraft-proxy/tasks/main.yml", "content": "# System Prerequisites\n- name: Install Minecraft server dependencies\n become: true\n ansible.builtin.apt:\n state: present\n update_cache: yes\n package:\n - git\n - build-essential\n - openjdk-17-jre-headless\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5526, "all_permissive": false }
ansible_role
jrtashjian/homelab-ansible
c62ba6239fea4bef2f3d79c6726d53075aceaf27
7
roles/proxmox
7,328
[ "no_license" ]
[ { "path": "roles/proxmox/tasks/passthrough.yml", "content": "- name: Determine if we're running systemd-boot or grub\n ansible.builtin.stat:\n path: /etc/kernel/proxmox-boot-uuids\n register: boot_uuids\n\n- name: Check if iommu_kernel_cmds exists in cmdline\n ansible.builtin.shell: cat /proc/cmdline ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4735, "all_permissive": false }
ansible_role
de-py/Terraform-Ansible-Demo
dd188c4fd0adc23fee58629e9abc931ff3d65278
0
ansible/roles/ELK-prereq
7,328
[ "no_license" ]
[ { "path": "ansible/roles/ELK-prereq/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ELK-prereq", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/ELK-prereq/defaults/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 711, "all_permissive": false }
ansible_role
de-py/Terraform-Ansible-Demo
dd188c4fd0adc23fee58629e9abc931ff3d65278
0
ansible/roles/Java
7,328
[ "no_license" ]
[ { "path": "ansible/roles/Java/tasks/main.yml", "content": "---\n# tasks file for Java\n#\n\n\n#- name: Install apt-transport-https\n# apt:\n# name: apt-transport-https\n# update_cache: yes\n#\n#- name: Install Public Signing Key\n# apt_key:\n# url: \"{{ java_gpg_key }}\"\n# state: pres...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 399, "all_permissive": false }
ansible_role
OmarSalemla/udapeople-cicd4
aabb74284d17da2267925ba5db38c192ff5332a5
0
.circleci/ansible/roles/deploy
7,328
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Create backend directory\n file:\n path: ~/backend\n state: directory\n\n- name: unarchive the artifact \n unarchive:\n src: artifact.tar.gz\n dest: ~/backend\n\n- name: isnstall node dep\n shell: |\n cd ~/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
westkart/trainingone
e4847f8d21679d31b2378635e6d97a1b78267f5d
0
roles/ks_apache
7,328
[ "no_license" ]
[ { "path": "roles/ks_apache/defaults/main.yml", "content": "---\nks_apache_virtualhost_listen_address: '*:80'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/ks_apache/tasks/main.yml", "content": "---\n- name: Make assertions\n assert:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2483, "all_permissive": false }
ansible_role
westkart/trainingone
e4847f8d21679d31b2378635e6d97a1b78267f5d
0
roles/ks_haproxy
7,328
[ "no_license" ]
[ { "path": "roles/ks_haproxy/tasks/main.yml", "content": "---\n\n# haproxy install for loadbalancing httpd webserver(s)\n\n# Install haproxy\n\n- name: install haproxy\n yum:\n name: haproxy\n state: present\n\n# Template haproxy.cfg to /etc/haproxy/haproxy.cfg\n\n- name: Template haproxy.cfg to /etc/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1619, "all_permissive": false }
ansible_role
doublehops/loyaltycorp-testtask
02e4a61100b2ff430245b956388bb253c57fb13c
0
provisioners/roles/php7
7,328
[ "no_license" ]
[ { "path": "provisioners/roles/php7/tasks/main.yml", "content": "---\n - name: PHP | Install php7.0\n apt: pkg={{ item }} state=latest force=yes\n with_items:\n - php-fpm\n - php-mysql\n - php-cli\n - php-curl\n - php-gd\n - php-mbstring\n - php7.0-dom\n - php7....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1643, "all_permissive": false }
ansible_role
olatheander/ansible-dcos-aws-playbook
b8ae5dc163f5b1a9fefa47bd80bc6a92c057b0fb
4
roles/aws
7,327
[ "permissive" ]
[ { "path": "roles/aws/tasks/vpc.yml", "content": "---\n\n- name: Create AWS VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ ec2_region }}\"\n tags: \"{{ vpc_resource_tags }}\"\n tenancy: default\n register: vpc\n\n- debug: var=vpc verbosity...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9170, "all_permissive": true }
ansible_role
AleksanderRadziszewski/ansible
8ca256ac3395c18a9d18168685218e239bb2ec75
0
labs/roles/docker
7,327
[ "no_license" ]
[ { "path": "labs/roles/docker/tasks/main.yml", "content": "- name: Install Docker\n become: true\n ansible.builtin.yum:\n name: docker-{{ docker_version }}\n state: present\n\n- name: Enable and start Docker\n become: true\n ansible.builtin.systemd:\n name: docker\n state: started\n enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
AleksanderRadziszewski/ansible
8ca256ac3395c18a9d18168685218e239bb2ec75
0
roles/web
7,327
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: Install NGINX package\n become: true\n ansible.builtin.yum:\n name: nginx\n state: present\n notify:\n - Start nginx\n\n- name: Execute task and fail if file does not exist\n ansible.builtin.stat:\n path: /usr/share/nginx/html/welcome...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
korotaevv/devops-course
4711bfb1dd0ea40e0cef5c3dc46ce0445811acc2
0
ansible-part-3/roles/common
7,327
[ "no_license" ]
[ { "path": "ansible-part-3/roles/common/tasks/main.yml", "content": "---\n- name: Install default packages to Debian systems\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - iotop\n - htop\n - mc\n - net-tools\n - libpq-dev\n - python-dev\n - python2\n - pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
korotaevv/devops-course
4711bfb1dd0ea40e0cef5c3dc46ce0445811acc2
0
ansible-part-3/roles/postgres-db
7,327
[ "no_license" ]
[ { "path": "ansible-part-3/roles/postgres-db/tasks/main.yml", "content": "---\n- name: Add repository PostgreSQL key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n\n\n- name: Add PostgreSQL repository\n apt_repository:\n repo: \"deb http://apt.postgresql.org/pub/repos/apt/ {{a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/local-dependencies
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/local-dependencies/tasks/main.yml", "content": "- name: Install pip\n become: yes\n apt:\n name: python-pip\n update_cache: yes\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update pip\n become: yes\n pip:\n name: pip\n state: la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-common
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-common/tasks/main.yml", "content": "- name: Add proxy to /etc/environment\n become: yes\n blockinfile:\n path: /etc/environment\n create: yes\n state: present\n block: |\n http_proxy=\"{{ proxy }}\"\n https_proxy=\"{{ proxy }}\"\n ftp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1228, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-couchdb
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-couchdb/tasks/main.yml", "content": "- name: Format volume\n become: yes\n filesystem:\n fstype: ext4\n dev: /dev/vdb\n- name: Mount volume\n become: yes\n mount:\n path: /home/ubuntu/data\n src: /dev/vdb\n fstype: ext4\n state: mounted\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1542, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-harvester
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-harvester/tasks/main.yml", "content": "- name: Set num_harvesters\n set_fact:\n num_harvesters: \"{{ ansible_play_hosts | length }}\"\n- name: Set harvester_id\n set_fact:\n harvester_id: \"{{ item[-1] }}\"\n loop: \"{{ group_names }}\"\n when: item | r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1748, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-instance
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-instance/defaults/main.yml", "content": "instance_key_name: id_rsa\nssh_config: ~/.ssh/config\ninstance_private_key_file: ~/.ssh/id_rsa\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "comp90024_ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1933, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-instances
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-instances/tasks/main.yml", "content": "- name: Create/Delete instances\n include_role:\n name: openstack-instance\n loop: \"{{ range(1, (count|int)+1) | list }}\"\n loop_control:\n loop_var: index\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-keypair
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-keypair/tasks/main.yml", "content": "- name: Create/Delete a keypair\n os_keypair:\n name: \"{{ instance_key_name }}\"\n public_key_file: \"{{ instance_public_key_file.replace('~', lookup('env','HOME')) }}\"\n state: \"{{ state }}\"\n", "license_typ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-security-group
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-security-group/tasks/main.yml", "content": "- name: Create/Delete a security group\n os_security_group:\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n state: \"{{ state }}\"\n loop: \"{{ security_groups }}\"\n\n- name: Create a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1129, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-volume
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-volume/tasks/main.yml", "content": "- name: Create/Delete a volume\n os_volume:\n display_name: \"{{ volume_name }}\"\n size: \"{{ volume_size }}\"\n availability_zone: \"{{ availability_zone }}\"\n wait: yes\n timeout: 600\n state: \"{{ state ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 381, "all_permissive": false }
ansible_role
amarbabuta/Cloud-Computing-Assignment-2
ddefc527a198e31da74183143ac44e2a1ed9b657
0
comp90024_ansible/roles/openstack-web
7,327
[ "no_license" ]
[ { "path": "comp90024_ansible/roles/openstack-web/tasks/main.yml", "content": "- name: Install common dependencies\n include_role:\n name: openstack-common\n- name: Install node\n become: yes\n apt:\n name: nodejs\n update_cache: yes\n state: latest\n- name: Install npm\n become: yes\n apt:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1362, "all_permissive": false }
ansible_role
archyufa/terraform-helm-openstack
e46a323190f40282b8be63320f1cc55face3a02e
0
ansible/playbook/roles/configurevm
7,327
[ "no_license" ]
[ { "path": "ansible/playbook/roles/configurevm/tasks/main.yaml", "content": "---\n- name: ensure directory /var/lib/nfs-provisioner is existing\n file:\n state: directory\n path: /var/lib/nfs-provisioner\n\n- name: ensure directory /var/lib/docker is existing\n file:\n state: directory\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
archyufa/terraform-helm-openstack
e46a323190f40282b8be63320f1cc55face3a02e
0
ansible/playbook/roles/dockerwkp
7,327
[ "no_license" ]
[ { "path": "ansible/playbook/roles/dockerwkp/tasks/main.yaml", "content": "---\n\n- fail:\n msg: \"{{ ansible_distribution_release }} {{ ansible_distribution }}\"\n\n- name: ensure directory /var/lib/nfs-provisioner is existing\n file:\n state: directory\n path: /var/lib/nfs-provisioner\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1360, "all_permissive": false }
ansible_role
archyufa/terraform-helm-openstack
e46a323190f40282b8be63320f1cc55face3a02e
0
ansible/playbook/roles/end
7,327
[ "no_license" ]
[ { "path": "ansible/playbook/roles/end/tasks/main.yaml", "content": "---\n#oremote shell\n- name: Copy script\n copy:\n src: /home/cca-user/helmconfig/playbook/end.sh\n dest: /home/cca-user/end.sh\n\n- name: changing perm\n file:\n dest: /home/cca-user/end.sh\n mode: a+x\n\n- name: run script\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 984, "all_permissive": false }
ansible_role
archyufa/terraform-helm-openstack
e46a323190f40282b8be63320f1cc55face3a02e
0
ansible/playbook/roles/shell
7,327
[ "no_license" ]
[ { "path": "ansible/playbook/roles/shell/tasks/main.yaml", "content": "---\n#oremote shell\n- name: Copy script\n copy:\n src: /home/cca-user/helmconfig/playbook/start.sh\n dest: /home/cca-user/start.sh\n\n- name: changing perm\n file:\n dest: /home/cca-user/start.sh\n mode: a+x\n\n- name: Copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1299, "all_permissive": false }
ansible_role
archyufa/terraform-helm-openstack
e46a323190f40282b8be63320f1cc55face3a02e
0
ansible/playbook/roles/xfs
7,327
[ "no_license" ]
[ { "path": "ansible/playbook/roles/xfs/tasks/main.yaml", "content": "---\n- name: filesystem xfs\n filesystem: \n fstype: xfs\n dev: /dev/xvdc\n opts: -f -L nfsprov\n\n- name: ensure directory /var/lib/nfs-provisioner is existing\n file:\n state: directory\n path: /var/lib/nfs-provisioner\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
iladin/auditdldd
9f81ed1822751b1ddfc073d0f33cd7852e459eb9
0
roles/auditdldd
7,327
[ "no_license" ]
[ { "path": "roles/auditdldd/handlers/main.yml", "content": "- name: restart auditd\n become: true\n service:\n name: auditd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/auditdldd/defaults/main/auditdldd_defaults.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1396, "all_permissive": false }
ansible_role
BurninChrome/dotnet8sdkdeployment
60be233d4195f9b016980df6815350672e562efd
0
roles/dotnet8sdk
7,327
[ "no_license" ]
[ { "path": "roles/dotnet8sdk/vars/main.yml", "content": "---\n# vars file for dotnet8sdk\ndotnet_package_name: 'dotnet-sdk-8.0'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/dotnet8sdk/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 360, "all_permissive": false }
ansible_role
BurninChrome/dotnet8sdkdeployment
60be233d4195f9b016980df6815350672e562efd
0
roles/dotnetapp
7,327
[ "no_license" ]
[ { "path": "roles/dotnetapp/defaults/main.yml", "content": "---\n# defaults file for dotnetapp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/dotnetapp/handlers/main.yml", "content": "---\n# handlers file for dotnetapp\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2340, "all_permissive": false }
ansible_role
BurninChrome/dotnet8sdkdeployment
60be233d4195f9b016980df6815350672e562efd
0
roles/neofetch
7,327
[ "no_license" ]
[ { "path": "roles/neofetch/tasks/main.yml", "content": "---\n- name: Install neofetch\n become: true\n ansible.builtin.apt:\n name: neofetch\n\n- name: Add neofetch.sh to /etc/profile.d/\n become: true\n ansible.builtin.copy:\n src: neofetch.sh\n dest: /etc/profile.d/neofetch.sh\n mode: '0644...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
BurninChrome/dotnet8sdkdeployment
60be233d4195f9b016980df6815350672e562efd
0
roles/update_pckg_cache
7,327
[ "no_license" ]
[ { "path": "roles/update_pckg_cache/tasks/main.yml", "content": "---\n- name: Update packages cache on Debian systems (apt)\n become: true\n ansible.builtin.apt:\n cache_valid_time: '{{ cache_valid_time }}'\n update_cache: true\n when: ansible_facts['os_family'] == \"Debian\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
marcinbojko/pld
b4bfbdd436540b84376ec99796ba933caf467241
3
roles/pld
7,327
[ "no_license" ]
[ { "path": "roles/pld/tasks/configure_neofetch.yml", "content": "- name: Toggle Neofetch Configuration\n ansible.builtin.debug:\n msg: \"Toggling Neofetch Configuration\"\n- name: Run neofetch to create a configuration file\n ansible.builtin.command:\n cmd: neofetch\n register: r_run_neofetch\n unt...
{ "task_files": 22, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 26, "total_bytes": 60431, "all_permissive": false }
ansible_role
ludovic-tech/jenkins-sh-ansible
9a1cb33a4c77488fb4ee53d7497aeb3b8d3910c9
0
roles/mariadb
7,327
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: installation Mariadb\n dnf:\n name: \"{{ item }}\"\n state: present\n loop:\n - mariadb\n - python3-PyMySQL\n - mariadb-server\n- name: Activation Mariadb\n systemd:\n name: mariadb\n state: started\n enabled: yes\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 549, "all_permissive": false }
ansible_role
ludovic-tech/jenkins-sh-ansible
9a1cb33a4c77488fb4ee53d7497aeb3b8d3910c9
0
roles/nginx
7,327
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\n# vars file for nginx\nsites:\n - ipssi.dev\n - ipssi.form\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/nginx/templates/site-debian.j2", "content": "server {\n listen 80...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1561, "all_permissive": false }
ansible_role
ludovic-tech/jenkins-sh-ansible
9a1cb33a4c77488fb4ee53d7497aeb3b8d3910c9
0
roles/php
7,327
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n\n- name: installation de php\n dnf:\n name: php\n state: present\n notify:\n - restart nginx\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
TheRavine/infra
5f3e4b636b370a7dfc0dc2840b284b8fa8d38eda
0
roles/base
7,327
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: install common packages\n apt:\n state: present\n pkg:\n - aptitude\n - build-essential\n - curl\n - fail2ban\n - git\n - htop\n - logrotate\n - molly-guard\n - mosh\n - ncdu\n - net-tool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 787, "all_permissive": false }
ansible_role
TheRavine/infra
5f3e4b636b370a7dfc0dc2840b284b8fa8d38eda
0
roles/docker
7,327
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "watchtower_interval: '300'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/docker/tasks/main.yml", "content": "- name: create additional docker config dirs\n file:\n path: '{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1558, "all_permissive": false }
ansible_role
TheRavine/infra
5f3e4b636b370a7dfc0dc2840b284b8fa8d38eda
0
roles/minecraft
7,327
[ "no_license" ]
[ { "path": "roles/minecraft/defaults/main.yml", "content": "minecraft_server_type: 'fabric'\nminecraft_version: '1.18.1'\nminecraft_fabric_version: '0.12.12'\nminecraft_forge_version: '36.1.0'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1286, "all_permissive": false }
ansible_role
TheRavine/infra
5f3e4b636b370a7dfc0dc2840b284b8fa8d38eda
0
roles/overviewer
7,327
[ "no_license" ]
[ { "path": "roles/overviewer/tasks/main.yml", "content": "- name: create minecraft data dirs\n file:\n path: '/srv/{{ item }}'\n state: directory\n with_items:\n - minecraft\n - mc-overviewer\n\n- name: start overviewer nginx\n docker_container:\n name: mc-overviewer-nginx\n image: nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
TheRavine/infra
5f3e4b636b370a7dfc0dc2840b284b8fa8d38eda
0
roles/postgres
7,327
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- name: create postgres network\n docker_network:\n name: postgres\n driver_options:\n com.docker.network.bridge.name: postgres0\n\n- name: create postgres data dir\n file:\n path: /srv/postgres\n state: directory\n\n- name: install p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 976, "all_permissive": false }
ansible_role
TheRavine/infra
5f3e4b636b370a7dfc0dc2840b284b8fa8d38eda
0
roles/wikijs
7,327
[ "no_license" ]
[ { "path": "roles/wikijs/tasks/main.yml", "content": "- name: create wikijs data dir\n file:\n path: /srv/wikijs\n state: directory\n\n- name: create wikijs postgres database\n postgresql_db:\n login_password: '{{ <PASSWORD> }}'\n login_host: '127.0.0.1'\n name: wikijs\n\n- name: create wiki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
TheRavine/infra
5f3e4b636b370a7dfc0dc2840b284b8fa8d38eda
0
roles/www
7,327
[ "no_license" ]
[ { "path": "roles/www/tasks/main.yml", "content": "- name: create www network\n docker_network:\n name: www\n driver_options:\n com.docker.network.bridge.name: www0\n\n- name: create additional traefik config dir\n file:\n path: /srv/traefik\n state: directory\n\n- name: create traefik acm...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1353, "all_permissive": false }
ansible_role
nmuzychuk/ansible-web
8e19a442f309d782f27ab5b18644d30c859f88c2
0
roles/common
7,327
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- apt: name={{ item }} update_cache=yes\n with_items:\n - build-essential\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
nmuzychuk/ansible-web
8e19a442f309d782f27ab5b18644d30c859f88c2
0
roles/mysql
7,327
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- debconf: name='mysql-server' question='mysql-server/root_password' value='{{mysql_root_pass | quote}}' vtype='password'\n\n- debconf: name='mysql-server' question='mysql-server/root_password_again' value='{{mysql_root_pass | quote}}' vtype='password...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
nmuzychuk/ansible-web
8e19a442f309d782f27ab5b18644d30c859f88c2
0
roles/nginx
7,327
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- apt: name=nginx\n\n- template: src=site.conf dest=/etc/nginx/sites-available/site.conf\n notify: restart nginx\n\n- file: src=/etc/nginx/sites-available/site.conf dest=/etc/nginx/sites-enabled/site.conf state=link\n notify: restart nginx\n\n- file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
aafontoura/homehub-orchestrator
28fa768f3b5679b365845f01f873a99664dc3bcd
0
roles/common
7,331
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- hosts: raspberrypi\n become: true\n tasks:\n - name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600 # Cache is valid for 1 hour\n\n - name: Install Docker dependencies\n apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1277, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/a5a4
7,331
[ "no_license" ]
[ { "path": "roles/a5a4/handlers/main.yml", "content": "---\n- name: reload apache\n become: yes\n systemd: name=apache2 state=reloaded\n\n- name: touch a5a4\n file:\n path: /opt/src/a5a4/a5a4.wsgi\n state: touch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 158...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1330, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/apache
7,331
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n apt: name=apache2\n\n- name: Enable cgi for apache\n apache2_module:\n name: \"{{ item }}\"\n state: present\n loop:\n - ssl\n - cgid\n notify: restart apache\n\n- name: Chown /var/www/html to zverik\n file:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/backup
7,331
[ "no_license" ]
[ { "path": "roles/backup/files/backup_files", "content": "#!/bin/bash\n/root/make_backup Tile /home /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/backup/tasks/home.yml", "content": "---\n- name: Upload the home backup scr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2514, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/changes_counter
7,331
[ "no_license" ]
[ { "path": "roles/changes_counter/tasks/main.yml", "content": "---\n- name: Checkout osm-counter repo\n git:\n repo: https://github.com/Zverik/osm-changes-counter.git\n dest: /opt/src/osm-changes-counter\n tags: changes\n\n- name: Create virtualenv\n pip:\n state: latest\n requirements: /opt/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/common
7,331
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install python for Ansible\n raw: test -e /usr/bin/python3 || (apt -qy update && apt install -y python3-minimal)\n register: output\n changed_when: output.stdout\n\n- name: Ensure apt cache is up to date\n apt: update_cache=yes cache_vali...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/edpr
7,331
[ "no_license" ]
[ { "path": "roles/edpr/defaults/main.yml", "content": "---\nedpr_port: 3005\nedpr_client_id: \"\"\nedpr_client_secret: \"\"\nedpr_secret: \"secret\"\nedpr_database: \"postgresql+psycopg2:///edpr\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "r...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5114, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/exporters
7,331
[ "no_license" ]
[ { "path": "roles/exporters/tasks/main.yml", "content": "---\n- name: Open exporter ports\n ufw:\n port: \"{{ item }}\"\n proto: tcp\n rule: allow\n with_items:\n - 9100\n - 9187\n notify: restart ufw\n\n- name: Add postgresql superuser for the exporter\n become: yes\n become_user: postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1042, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/firewall
7,331
[ "no_license" ]
[ { "path": "roles/firewall/tasks/fail2ban.yml", "content": "---\n- name: Install fail2ban package\n apt: name=fail2ban state=latest\n\n- name: Copy fail2ban config\n template:\n src: jail.local.j2\n dest: /etc/fail2ban/jail.local\n notify: restart fail2ban\n\n- name: Start fail2ban service\n system...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 519, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/geoscribble
7,331
[ "no_license" ]
[ { "path": "roles/geoscribble/templates/backup_geoscribble.j2", "content": "#!/bin/bash\nset -u -e\n\nDBDUMP=/var/tmp/geoscribble.pgc\npg_dump -U zverik --format=c --file=$DBDUMP geoscribble\n\n/root/make_backup Geoscribble $DBDUMP\n\nrm $DBDUMP\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3887, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/get_veloroad
7,331
[ "no_license" ]
[ { "path": "roles/get_veloroad/tasks/main.yml", "content": "---\n- name: Install CGI scripts\n import_tasks: cgi.yml\n\n- name: Install get_veloroad\n import_tasks: nik4.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/get_veloroad/han...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 11768, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/hitrye
7,331
[ "no_license" ]
[ { "path": "roles/hitrye/tasks/topicdesc.yml", "content": "---\n- name: Check that topic desc is installed\n stat:\n path: /var/www/hitrye/ext/rmcgirr83/topicdescription/composer.json\n register: td\n\n- name: Download Topic Descriptions extension\n when: not td.stat.exists\n get_url:\n url: https:...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 9175, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/hitrye_archive
7,331
[ "no_license" ]
[ { "path": "roles/hitrye_archive/handlers/main.yml", "content": "---\n- name: reload apache\n become: yes\n systemd: name=apache2 state=reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/hitrye_archive/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1211, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/icecast
7,331
[ "no_license" ]
[ { "path": "roles/icecast/tasks/main.yml", "content": "---\n- name: Install icecast\n apt: name=icecast2\n\n- name: Upload configuration file\n template: \n src: icecast.xml.j2 \n dest: /etc/icecast2/icecast.xml\n owner: icecast2\n group: icecast\n mode: 0644\n notify: \n - reload icecas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 835, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/integratsioon
7,331
[ "no_license" ]
[ { "path": "roles/integratsioon/templates/config.j2", "content": "import os\n\nDATABASE = os.path.join(os.path.dirname(__file__), 'wi_users.sqlite')\nBOT_TOKEN = '{{ watch_integratsioon_token }}'\nPOLLING_INTERVAL = 30\nMUNICIPALITY = 'Tallinn'\nADMIN_ID = {{ sotm_intro_admin_id }}\n", "license_type": "n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1942, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/mark_spam_bot
7,331
[ "no_license" ]
[ { "path": "roles/mark_spam_bot/handlers/main.yml", "content": "---\n- name: restart mark_spam\n become: yes\n systemd: name=mark_spam_bot state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/mark_spam_bot/tasks/main.yml", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1733, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/matomo
7,331
[ "no_license" ]
[ { "path": "roles/matomo/defaults/main.yml", "content": "---\nmatomo_path: /var/www/matomo\nmatomo_user: www-data\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/matomo/templates/domain.j2", "content": "<VirtualHost *:80>\n\tServerName m...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3013, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/mayak_nav_bot
7,331
[ "no_license" ]
[ { "path": "roles/mayak_nav_bot/templates/backup_mayak.j2", "content": "#!/bin/bash\n/root/make_backup Mayak \\\n /opt/src/mayak_nav/config/photo \\\n /opt/src/mayak_nav/config/raybot.sqlite\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2725, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/osm2008
7,331
[ "no_license" ]
[ { "path": "roles/osm2008/tasks/osm_carto.yml", "content": "---\n- name: Install packages for osm-carto\n become: yes\n apt:\n name:\n - npm\n - nodejs\n - mapnik-utils\n - curl\n state: present\n\n- name: Install carto\n become: yes\n npm: name=carto global=yes\n\n- name: Downl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3913, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/podcast_lengths
7,331
[ "no_license" ]
[ { "path": "roles/podcast_lengths/handlers/main.yml", "content": "---\n- name: reload apache\n become: yes\n systemd: name=apache2 state=reloaded\n\n- name: touch podcasts\n file:\n path: /opt/src/podcast_duration/pdur.wsgi\n state: touch\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1246, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/postgis
7,331
[ "no_license" ]
[ { "path": "roles/postgis/tasks/main.yml", "content": "---\n- name: Create render user\n user:\n name: \"{{ render_user }}\"\n createhome: no\n\n- name: Install PostgreSQL and PostGIS\n apt:\n name:\n - \"postgresql-{{ postgresql_version }}-postgis-{{ postgis_version }}\"\n - \"postgresq...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 554, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/python3
7,331
[ "no_license" ]
[ { "path": "roles/python3/tasks/main.yml", "content": "---\n- name: Ensure py2 wsgi is not installed\n apt: name=libapache2-mod-wsgi state=absent\n\n- name: Install packages\n apt:\n name:\n - python3\n - python3-pip\n - python3-mapnik\n - python3-psycopg2\n - libapache2-mod-wsg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/queryat
7,331
[ "no_license" ]
[ { "path": "roles/queryat/handlers/main.yml", "content": "---\n- name: reload apache\n become: yes\n systemd: name=apache2 state=reloaded\n\n- name: touch queryat\n file:\n path: /opt/src/queryat/queryat.wsgi\n state: touch\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2505, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/rails_port
7,331
[ "no_license" ]
[ { "path": "roles/rails_port/files/database.yml", "content": "# Using a recent release (9.1 or higher) of PostgreSQL (http://postgresql.org/) is recommended.\n# See https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md#database-setup for detailed setup instructions.\n#\ndevelopment:\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6213, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/schedules
7,331
[ "no_license" ]
[ { "path": "roles/schedules/tasks/apache.yml", "content": "---\n- name: Upload apache config\n copy:\n src: sotm.conf\n dest: /etc/apache2/sites-available\n notify: reload apache\n tags: sotm\n\n- name: Symlink apache config\n file:\n src: /etc/apache2/sites-available/sotm.conf\n dest: /etc/a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 4219, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/sotm_intro_bot
7,331
[ "no_license" ]
[ { "path": "roles/sotm_intro_bot/tasks/main.yml", "content": "---\n- name: Check out sotm_intro_bot code\n git:\n repo: https://github.com/Zverik/sotm_intro_bot.git\n dest: /opt/src/sotm_intro_bot\n notify: restart sotm_intro_bot\n\n- name: Create virtualenv for sotm_intro_bot\n pip:\n requiremen...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1814, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/stats
7,331
[ "no_license" ]
[ { "path": "roles/stats/tasks/munin.yml", "content": "---\n- name: Install munin packages\n become: yes\n apt:\n name:\n - munin\n - munin-node\n - munin-plugins-extra\n - libdbd-pg-perl\n state: present\n\n- name: Allow outside access to munin\n become: yes\n replace:\n path...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4305, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/teleput
7,331
[ "no_license" ]
[ { "path": "roles/teleput/handlers/main.yml", "content": "---\n- name: restart teleput\n become: yes\n systemd: name=teleput state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/teleput/templates/backup_teleput.j2", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2512, "all_permissive": false }
ansible_role
Zverik/ansible-tile
ef2ea168f4dac91efe1c16a12ddddc9a85826926
4
roles/tile_server
7,331
[ "no_license" ]
[ { "path": "roles/tile_server/tasks/mod_tile.yml", "content": "---\n- name: Install packages for mod_tile\n become: yes\n apt:\n name:\n - apache2-dev\n - git\n - autoconf\n - automake\n - m4\n - libtool\n - libmapnik-dev\n - libapache2-mod-tile\n state: presen...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 84264, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/fonts
7,331
[ "no_license" ]
[ { "path": "roles/fonts/defaults/main.yml", "content": "---\nlocal_user_home: \"{{ lookup('env', 'HOME') }}\"\nfont_archives:\n - https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip\n - https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/SourceCodePro.zip\n", "license_t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 785, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/i3
7,331
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: Install packages\n block:\n - name: Install i3\n apt:\n name: i3\n state: present\n\n become: true\n become_user: root\n\n- name: Make sure \"{{ local_user_home }}/.config/i3\" exists\n file:\n path: \"{{ local_user_home ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/locale
7,331
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n - name: Configure locale\n block:\n - name: Add desired locale to /etc/locale.gen\n lineinfile:\n path: /etc/locale.gen\n line: \"{{ item }}\"\n with_items:\n - en_US.UTF-8 UTF-8\n\n - name: Generate necessar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/neovim
7,331
[ "no_license" ]
[ { "path": "roles/neovim/tasks/bottom.yml", "content": "---\n- name: Install bottom\n block:\n\n - name: Ensure curl is installed\n apt:\n name: curl\n state: present\n\n - name: Download bottom for x86-64\n when: ansible_architecture == \"x86_64\"\n get_url:\n url:...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 5763, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/pulse-secure
7,331
[ "no_license" ]
[ { "path": "roles/pulse-secure/tasks/main.yaml", "content": "- name: Install dependencies except libwebkit2gtk-4.0-37\n become: true\n apt:\n name:\n - acl\n - bzip2\n - libnss3-tools\n - libgtkmm-3.0-1v5\n state: present\n\n- name: Download Pulse Secure *.deb packages\n get_url:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1897, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/remote
7,331
[ "no_license" ]
[ { "path": "roles/remote/defaults/main.yml", "content": "---\nxrdp_globals_port: 3390\nxrdp_globals_max_bpp: 128\n\nxrdp_xvnc_xserverbpp: 128\n\nxrdp_sesman_globals_max_sessions: 100\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/remote/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2097, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/sway
7,331
[ "no_license" ]
[ { "path": "roles/sway/tasks/main.yml", "content": "---\n- name: Check if running under WSL\n shell: grep -i microsoft-standard-WSL /proc/version\n register: is_wsl\n changed_when: false\n ignore_errors: yes\n\n- name: Set the sticky bit for /tmp/.X11-unix\n block:\n\n - name: Check if /tmp/.X11-unix...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2003, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/tmux
7,331
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Install packages\n block:\n - name: Install tmux and dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - tmux\n - xclip\n\n become: true\n become_user: root\n\n- name: Configure tmux\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/tools
7,331
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "---\n- name: Install microsoft-edge\n block:\n - name: Import Microsoft GPG key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n - name: Add MS Edge repository\n apt_repository:\n repo: deb [arc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/turbovnc
7,331
[ "no_license" ]
[ { "path": "roles/turbovnc/tasks/main.yml", "content": "- name: Install and configure turbovnc\n block:\n - name: Download TurboVNC GPG key\n get_url:\n url: https://packagecloud.io/dcommander/turbovnc/gpgkey\n dest: /tmp/TurboVNC.gpgkey\n\n - name: Import TurboVNC GPG key\n sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/vscode
7,331
[ "no_license" ]
[ { "path": "roles/vscode/defaults/main.yml", "content": "---\nvscode_extensions:\n # General\n - vscodevim.vim\n - ms-vscode-remote.vscode-remote-extensionpack\n - equinusocio.vsc-material-theme-icons\n # Git\n - eamodio.gitlens\n - mhutchie.git-graph\n # Diagrams\n - hediet.vscode-drawio\n - biern...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1236, "all_permissive": false }
ansible_role
dorinandreidragan/config-linux-dev
b374c409e26cfe2ab78780c486b22e62ff93aee5
0
roles/zsh
7,331
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install Zsh\n apt:\n name: zsh\n state: present\n become: true\n\n- name: Change default shell to zsh \n shell: chsh -s $(which zsh) \"{{ ansible_env.USER }}\"\n become: true\n\n- name: Run Oh My Zsh install script\n shell: sh -c \"$(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 968, "all_permissive": false }
ansible_role
Stromdahl/deployment
0611b975c04247c73c5b494b9e13cba3848cb31f
0
roles/common
7,331
[ "no_license" ]
[ { "path": "roles/common/tasks/docker.yml", "content": "---\n- name: Install necessary packages\n become: yes\n apt:\n update_cache: yes\n state: present\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - li...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4141, "all_permissive": false }
ansible_role
Stromdahl/deployment
0611b975c04247c73c5b494b9e13cba3848cb31f
0
roles/home-control
7,331
[ "no_license" ]
[ { "path": "roles/home-control/tasks/main.yml", "content": "---\n- name: Ensure directories exists\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - home-assistant\n - node-red\n - zigbee2mqtt\n - mosquitto/config\n - mosquitto/log\n - mosquitto/data\n\n- name: Ensure mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1723, "all_permissive": false }
ansible_role
Stromdahl/deployment
0611b975c04247c73c5b494b9e13cba3848cb31f
0
roles/wireguard
7,331
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n- name: Install Wireguard\n become: yes\n apt:\n state: present\n name: \n - wireguard\n - resolvconf\n - nftables\n\n- name: Deploy wg0.conf\n register: wg0conf\n become: yes\n template:\n mode: 0600\n src: wg0.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
Stromdahl/deployment
0611b975c04247c73c5b494b9e13cba3848cb31f
0
roles/workstation
7,331
[ "no_license" ]
[ { "path": "roles/workstation/tasks/install-rust.yml", "content": "---\n- name: Install rustup\n shell:\n warn: False\n cmd: curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path\n creates: ~/.cargo/bin/rustup\n\n- name: Check for updates with rustup\n register: rustup_check\n changed_whe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1331, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/1password
7,331
[ "no_license" ]
[ { "path": "roles/1password/tasks/Fedora.yaml", "content": "- name: \"1Password | Add RPM Key\"\n ansible.builtin.rpm_key:\n key: https://downloads.1password.com/linux/keys/1password.asc\n fingerprint: 3FEF9748469ADBE15DA7CA80AC2D62742012EA22\n\n- name: \"1Password | Add RPM Repo\"\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }