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
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/comanage
1,079
[ "permissive" ]
[ { "path": "roles/comanage/tasks/main.yml", "content": "---\n\n- name: Include variables\n include_vars: comanage.yml\n\n- name: Create target directories\n file:\n path: \"{{ item.path }}\"\n state: \"{{ item.state }}\"\n owner: \"{{ item.owner }}\"\n group: \"{{ item.group }}\"\n mode: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5930, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/common
1,079
[ "permissive" ]
[ { "path": "roles/common/vars/packages.yml", "content": "---\npackages:\n - acl\n - apache2\n - dbus\n # - certbot\n - ldap-utils\n - libapache2-mod-auth-mellon\n - libapache2-mod-php5.6\n - libmysqlclient-dev\n - libpq-dev\n - mysql-client\n - mysql-server\n - php5.6\n - php5.6-fpm\n - php5.6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2169, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/firewall
1,079
[ "permissive" ]
[ { "path": "roles/firewall/vars/open_ports.yml", "content": "---\n\nfw_ports:\n - { port: \"ssh\", proto: \"tcp\" }\n - { port: \"http\", proto: \"tcp\" }\n - { port: \"https\", proto: \"tcp\" }\n - { port: \"ldaps\", proto: \"any\" }\n - { port: \"9993\", proto: \"udp\" }\n", "license_type": "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/ldap
1,079
[ "permissive" ]
[ { "path": "roles/ldap/templates/initial_setup.ldif.j2", "content": "# Create the admin identity\ndn: {{ ldap_basedn }}\no: {{ organisation }}\ndc: {{ ldap_basedn | regex_replace('^dc=([^,]+).*', '\\\\1') }}\nobjectClass: dcObject\nobjectClass: organization\n\ndn: cn={{ ldap_admin }},{{ ldap_basedn }}\ncn: {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9320, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/mysql
1,079
[ "permissive" ]
[ { "path": "roles/mysql/vars/mysql.yml", "content": "---\nsqlstart:\n - name: \"mysql\"\n state: \"started\"\n\nsqlrestart:\n - name: \"mysql\"\n state: \"restarted\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 107 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/php
1,079
[ "permissive" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# playbook to install and configure general components of a COmanage\n# machine\n\n#- name: Check php software\n# service:\n# state: started\n# name: php5-fpm\n\n#- name: Create php5 folder\n# file: path=/etc/php5/php-fpm state=directory mode=07...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1494, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/phpldapadmin
1,079
[ "permissive" ]
[ { "path": "roles/phpldapadmin/vars/phpldapadmin.yml", "content": "---\nphpldapadmin_templates:\n - { src: config.php.j2, dest: /etc/phpldapadmin/config.php }\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 91 }, { "path": "roles/phpldapad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 362, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/restore
1,079
[ "permissive" ]
[ { "path": "roles/restore/vars/backup_files.yml", "content": "---\n\nletsencrypt_backup: data/{{ sp_fqdn }}/letsencrypt.tar.bz2\nzerotier_backup: data/{{ sp_fqdn }}/zerotier-one.tar.bz2\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 121 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 960, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/sshd
1,079
[ "permissive" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n\n- name: Include variables\n include_vars: sshd.yml\n\n- name: Perform apt-get update\n apt:\n update_cache: yes\n cache_valid_time: 360\n become: Yes\n\n- name: Ensure ldap client is installed\n apt:\n name: \"{{ item }}\"\n state: pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2138, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/surfconext
1,079
[ "permissive" ]
[ { "path": "roles/surfconext/tasks/main.yml", "content": "---\n- name: Ensure directory exists\n file:\n path: /etc/apache2/mellon/surfconext\n state: directory\n owner: www-data\n mode: 0755\n\n- name: Obtain SURFconext certificate\n get_url:\n url: \"https://engine.nowfap.demo.surfconext.n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/zerotier
1,079
[ "permissive" ]
[ { "path": "roles/zerotier/tasks/main.yml", "content": "---\n\n- name: Ensure Zerotier-One is installed\n apt:\n name: zerotier-one\n state: present\n\n- name: Restore Zerotier-One configuration\n include_role:\n name: backup_and_restore\n tasks_from: restore\n vars:\n backup_path: \"{{ zer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": true }
ansible_role
hittten/fullstack
c08021c2ac6925a7c648f82b7b87462336c39c64
0
provision/roles/common
1,079
[ "no_license" ]
[ { "path": "provision/roles/common/vars/packages.yml", "content": "---\npackages:\n - git\n - curl\n - wget\n - ntp\n - vim\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "provision/roles/common/files/dotfiles/.gitconfig...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1113, "all_permissive": false }
ansible_role
hittten/fullstack
c08021c2ac6925a7c648f82b7b87462336c39c64
0
provision/roles/webtier
1,079
[ "no_license" ]
[ { "path": "provision/roles/webtier/tasks/apache2.yml", "content": "---\n- include_vars: apache2.yml\n- name: Install apache2\n become: yes\n apt: pkg=apache2 state=latest\n\n- name: apache2 configuration\n become: yes\n template: src=apache2/envvars.j2 dest=/etc/apache2/envvars owner=root group=root mo...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3096, "all_permissive": false }
ansible_role
JulianWe/julianwe.github.io
3f0000f77754a6d6c25f4073621dfd9b2b6215a8
0
ansible/roles/akt
1,079
[ "no_license" ]
[ { "path": "ansible/roles/akt/files/README.md", "content": "# **Setup Akash Cloud Provider on GCP 🐇**\n\n![](../images/akt_provider.jpg)\n\n\n[**Source: Documentation**](https://akash.network/docs/providers/build-a-cloud-provider/akash-cli/kubernetes-cluster-for-akash-providers/kubernetes-cluster-for-akash-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 10076, "all_permissive": false }
ansible_role
JulianWe/julianwe.github.io
3f0000f77754a6d6c25f4073621dfd9b2b6215a8
0
ansible/roles/gcp
1,079
[ "no_license" ]
[ { "path": "ansible/roles/gcp/tasks/main.yml", "content": "---\n# tasks file for gcp\n\n - name: \"Include playbook gcp\"\n import_tasks: gcp.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/gcp/tasks/gcp.yml", "content": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5276, "all_permissive": false }
ansible_role
JulianWe/julianwe.github.io
3f0000f77754a6d6c25f4073621dfd9b2b6215a8
0
ansible/roles/k8s
1,079
[ "no_license" ]
[ { "path": "ansible/roles/k8s/files/README.md", "content": "# ⚙️ Run Kubernetes cluster on Ubuntu VM\n\n![](../images/kubernetes.jpg)\n\n\n```sh\n# run kubernetes.yml playbook to install kubernetes on selected inventory hosts with the following steps \nansible-playbook playbooks/kubernetes.yml -i inventory.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5528, "all_permissive": false }
ansible_role
JulianWe/julianwe.github.io
3f0000f77754a6d6c25f4073621dfd9b2b6215a8
0
ansible/roles/webpage
1,079
[ "no_license" ]
[ { "path": "ansible/roles/webpage/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for webpage\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/roles/webpage/templates/index.j2", "content": "<!DOCTYP...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 33585, "all_permissive": false }
ansible_role
kangaroot/ansible-collection-kangaroot-foreman_content_remi
401a75d2fc25334f47dabd971f7745cd4ee3abfb
0
roles/foreman_content_remi
1,079
[ "no_license" ]
[ { "path": "roles/foreman_content_remi/vars/foreman_content_remi_el9.yml", "content": "---\n# noqa: var-naming[no-role-prefix]\n\nforeman_content_credentials_remi_el9:\n - name: \"{{ foreman_cred_name_prefix | default('') }}RPM-GPG-KEY-remi2021\"\n content_type: gpg_key\n content: \"{{ lookup('ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 37414, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/aws-ami-config
1,079
[ "no_license" ]
[ { "path": "roles/aws-ami-config/tasks/main.yml", "content": "- ec2_remote_facts:\n filters:\n vpc-id: \"{{ aws.vpc }}\"\n instance-state-name: running\n \"tag:Name\": \"{{ aws.ec2Tag }}\"\n register: ec2_tag\n\n- name: Provisioning AMI from instance\n ec2_ami:\n name: \"{{ aws.amiName...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 709, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/aws-ec2-config
1,079
[ "no_license" ]
[ { "path": "roles/aws-ec2-config/tasks/main.yml", "content": "# Assure Drupal EC2 Instance Idempotency\n- ec2_remote_facts:\n filters:\n vpc-id: \"{{ aws.vpc }}\"\n instance-state-name: running\n \"tag:Name\": \"{{ aws.ec2Tag }}\"\n register: ec2_tag\n\n- name: Provisioning EC2 instance\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/aws-launch-configuration-config
1,079
[ "no_license" ]
[ { "path": "roles/aws-launch-configuration-config/tasks/main.yml", "content": "- ec2_ami_find:\n name: \"{{ aws.amiName }}\"\n state: available\n architecture: \"{{ aws.amiArchitecture }}\"\n hypervisor: xen\n is_public: no\n register: ami\n\n- ec2_group_facts:\n filters:\n vpc-id: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/aws-load-balancer-config
1,079
[ "no_license" ]
[ { "path": "roles/aws-load-balancer-config/tasks/main.yml", "content": "---\n- name: Provisioning Load Balancer Security Group\n ec2_group:\n name: \"{{ aws.elbSecurityGroup }}\"\n description: Security Group for drupal Load Balancer\n vpc_id: \"{{ aws.vpc }}\"\n rules:\n - proto: tcp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1142, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/aws-rds-config
1,079
[ "no_license" ]
[ { "path": "roles/aws-rds-config/tasks/main.yml", "content": "- ec2_group_facts:\n filters:\n vpc-id: \"{{ aws.vpc }}\"\n group-name: \"{{ aws.rdsSecurityGroup }}\"\n register: rds_security_group\n\n- name: Create RDS MySQL\n rds:\n command: create\n instance_name: \"{{ db.instanceName }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/aws-scaling-group-config
1,079
[ "no_license" ]
[ { "path": "roles/aws-scaling-group-config/tasks/main.yml", "content": "- ec2_vpc_subnet_facts:\n filters:\n vpc-id: \"{{ aws.vpc }}\"\n register: subnet_facts\n\n- name: Provisioning Auto Scaling Group\n ec2_asg:\n name: \"{{ aws.scalingGroupName }}\"\n state: present\n default_cooldown: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/aws-security-config
1,079
[ "no_license" ]
[ { "path": "roles/aws-security-config/tasks/main.yml", "content": "- name: Provisioning EC2 Instances Security Group\n ec2_group:\n name: \"{{ aws.ec2SecurityGroup }}\"\n description: Security Group for drupal EC2 instances\n vpc_id: \"{{ aws.vpc }}\"\n rules:\n - proto: tcp\n from_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/basic
1,079
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: Install Python 2\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n\n- name: Install Modules\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - vim\n - docker\n\n- name: Install Mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/docker-config
1,079
[ "no_license" ]
[ { "path": "roles/docker-config/tasks/main.yml", "content": "- name: Add user to docker group\n user:\n name: \"{{ ansible_ssh_user }}\"\n groups: docker\n append: yes\n\n- name: Ensure Docker is started and enabled at boot.\n service:\n name: docker\n state: started\n enabled: yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
RicardoMiguel/drupal-aws-cluster
26835251e5a920e08bb6262b6ea6d17f1913d1b2
1
roles/drupal
1,079
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "- name: Download Drupal Docker image\n docker_image:\n name: ricardosoares/drupal-ec2:latest\n\n- name: Ensure Drupal Container is started\n docker_container:\n image: ricardosoares/drupal-ec2:latest\n name: drupal-container\n state: started...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_7/roles/common
1,079
[ "no_license" ]
[ { "path": "centos_7/roles/common/defaults/main.yml", "content": "selinux_disable: True\nsudo_user: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "centos_7/roles/common/tasks/main.yml", "content": "- name: Set hostname to {{ hostname }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3510, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_7/roles/docker
1,079
[ "no_license" ]
[ { "path": "centos_7/roles/docker/tasks/main.yml", "content": "- name: Uninstall old Docker versions\n package:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-common\n - docker-engine\n\n\n- name: Install Docker repo\n get_url:\n url: https://download.docker.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1196, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_7/roles/scripts
1,079
[ "no_license" ]
[ { "path": "centos_7/roles/scripts/files/root_bin/u", "content": "#!/usr/bin/env sh\n\nset -x\n\nyum update $1\npackage-cleanup --oldkernels --count=1 $1\ngrub2-set-default 0 && grub2-mkconfig -o /boot/grub2/grub.cfg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2004, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_7/roles/vnstat
1,079
[ "no_license" ]
[ { "path": "centos_7/roles/vnstat/tasks/main.yml", "content": "- name: Install vnstat package\n package:\n name: \"vnstat\"\n state: latest\n\n\n- name: \"Get interface statistics: '{{ ansible_default_ipv4.interface }}'\"\n shell: vnstat -i {{ ansible_default_ipv4.interface }} 2>&1\n ignore_errors: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_7/roles/zabbix-agent
1,079
[ "no_license" ]
[ { "path": "centos_7/roles/zabbix-agent/tasks/main.yml", "content": "- block:\n - name: Install Zabbix repo\n package:\n name: \"https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-2.el7.noarch.rpm\"\n state: present\n\n\n - name: Install zabbix-agent package\n package:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1299, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_8/roles/common
1,079
[ "no_license" ]
[ { "path": "centos_8/roles/common/tasks/main.yml", "content": "- name: Set hostname to {{ hostname }}\n hostname: name={{ hostname }}\n when: hostname is defined and hostname != None\n\n\n- name: Set timezone to {{ time_zone }}\n timezone: name={{ time_zone }}\n when: time_zone is defined and time_zone !...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2607, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_8/roles/scripts
1,079
[ "no_license" ]
[ { "path": "centos_8/roles/scripts/tasks/main.yml", "content": "- name: Install packages\n package:\n state: present\n name:\n - iftop\n\n\n- name: Copy (root)\n copy:\n src: root_root/\n dest: /root\n owner: root\n group: root\n mode: 0660\n\n\n- name: Sync (root/bin)\n synchroniz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1061, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
centos_8/roles/zabbix-agent
1,079
[ "no_license" ]
[ { "path": "centos_8/roles/zabbix-agent/tasks/main.yml", "content": "- block:\n - name: Install Zabbix repo\n package:\n name: https://repo.zabbix.com/zabbix/4.0/rhel/8/x86_64/zabbix-release-4.0-2.el8.noarch.rpm\n state: present\n\n - name: Install zabbix-agent package\n package:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1360, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
debian_11/roles/common
1,079
[ "no_license" ]
[ { "path": "debian_11/roles/common/tasks/main.yml", "content": "- block:\n - name: Set hostname to '{{ hostname }}'\n hostname:\n name: \"{{ hostname }}\"\n\n - name: Replace ipv4 localhost in '/etc/hosts'\n replace:\n path: /etc/hosts\n regexp: '^127.0.0.1(\\s+)localhost...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4963, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
debian_11/roles/docker
1,079
[ "no_license" ]
[ { "path": "debian_11/roles/docker/tasks/main.yml", "content": "# https://docs.docker.com/engine/install/debian/\n\n- name: Uninstall old Docker versions\n package:\n state: absent\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n\n\n- name: Set up r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1678, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
debian_11/roles/scripts
1,079
[ "no_license" ]
[ { "path": "debian_11/roles/scripts/files/root/bin/t1", "content": "#!/bin/sh\n\nset -x\n\nexec top -d 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "debian_11/roles/scripts/tasks/main.yml", "content": "- name: Install packages\n package:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1677, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
debian_11/roles/vnstat
1,079
[ "no_license" ]
[ { "path": "debian_11/roles/vnstat/tasks/main.yml", "content": "- name: Install 'vnstat' package\n package:\n name: \"vnstat\"\n state: latest\n\n\n- name: Start and enable 'vnstat'\n service:\n name: vnstat\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
Alexey-Tsarev/ansibled
9a9b42b054bb51ae51363cf2e3bc37e9d95db5f0
0
debian_11/roles/zabbix-agent
1,079
[ "no_license" ]
[ { "path": "debian_11/roles/zabbix-agent/tasks/main.yml", "content": "- block:\n - name: Install 'xz-utils' package\n package:\n state: present\n name:\n - xz-utils\n\n - name: Install Zabbix repo\n apt:\n deb: https://repo.zabbix.com/zabbix/5.0/debian/pool/main/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1607, "all_permissive": false }
ansible_role
jneilaglez/example-project
8150fed23ad6d3df946347e75a453d49d0d7e182
0
ansible/roles/example.files
1,079
[ "no_license" ]
[ { "path": "ansible/roles/example.files/defaults/main.yaml", "content": "---\n# This file contains the default variables (see ansible variable convention for more information)\nexample_files_tmp_path: \"tmp\"\nexample_files_file_1: \"file_1.txt\"\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 949, "all_permissive": false }
ansible_role
mabdelou/CloudeOne
ebb0e9fb08e3dab2ebc0b9dd1b660e4ebe61a2c5
1
roles/down
1,099
[ "no_license" ]
[ { "path": "roles/down/tasks/main.yaml", "content": "- name: Stop and remove Docker Compose services # Shuts down and cleans up containers, images, volumes\n docker_compose:\n project_src: \"{{ PROJECT_DIR }}\" # Path to the project directory with the docker-compose.yaml file\n state: abs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
mabdelou/CloudeOne
ebb0e9fb08e3dab2ebc0b9dd1b660e4ebe61a2c5
1
roles/init
1,099
[ "no_license" ]
[ { "path": "roles/init/templates/docker-compose.yml.j2", "content": "version: '3.9'\n\nservices:\n\n\n nginx:\n image: nginx:1.24\n # build: ./build/nginx\n depends_on:\n - wordpress\n container_name: nginx\n hostname: nginx\n ports:\n - {{ NGINX_PORT }}:{{ NGINX_PORT }}\n net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3095, "all_permissive": false }
ansible_role
mabdelou/CloudeOne
ebb0e9fb08e3dab2ebc0b9dd1b660e4ebe61a2c5
1
roles/mysql
1,099
[ "no_license" ]
[ { "path": "roles/mysql/templates/mysql.env.j2", "content": "MYSQL_ROOT_PASSWORD={{ MYSQL_ROOT_PASSWORD }}\nMYSQL_DATABASE={{ MYSQL_DATABASE }}\nMYSQL_USER={{ MYSQL_USER }}\nMYSQL_PASSWORD={{ <PASSWORD>_PASSWORD }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 485, "all_permissive": false }
ansible_role
mabdelou/CloudeOne
ebb0e9fb08e3dab2ebc0b9dd1b660e4ebe61a2c5
1
roles/nginx
1,099
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.conf.j2", "content": "server {\n listen *:{{ NGINX_PORT }} ssl;\n listen [::]:{{ NGINX_PORT }} ssl;\n\t\n\troot /var/www/html;\n index index.php index.html index.htm;\n\n ssl_certificate /etc/nginx/conf.d/server.crt;\n ssl_certifica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1602, "all_permissive": false }
ansible_role
mabdelou/CloudeOne
ebb0e9fb08e3dab2ebc0b9dd1b660e4ebe61a2c5
1
roles/phpmyadmin
1,099
[ "no_license" ]
[ { "path": "roles/phpmyadmin/templates/phpmyadmin.env.j2", "content": "PMA_HOST={{ MYSQL_IPV4 }}\nMYSQL_ROOT_PASSWORD={{ MYSQL_ROOT_PASSWORD }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/phpmyadmin/tasks/main.yaml", "content": "- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 426, "all_permissive": false }
ansible_role
mabdelou/CloudeOne
ebb0e9fb08e3dab2ebc0b9dd1b660e4ebe61a2c5
1
roles/start
1,099
[ "no_license" ]
[ { "path": "roles/start/tasks/main.yaml", "content": "- name: Start Docker Compose # Launches the Docker Compose services defined in the project directory\n docker_compose:\n project_src: \"{{ PROJECT_DIR }}\" # Path to the directory containing the docker-compose.yaml file\n state: present ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
mabdelou/CloudeOne
ebb0e9fb08e3dab2ebc0b9dd1b660e4ebe61a2c5
1
roles/wordpress
1,099
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yaml", "content": "# Intentionally left empty; all vars come from group_vars", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/wordpress/tasks/main.yaml", "content": "- name: Create wordpress folder\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 559, "all_permissive": false }
ansible_role
Skijetler/candy_delivery_service
735188eee849e32c4c273b9516924d583f968db1
0
deploy/roles/candy_delivery
1,099
[ "no_license" ]
[ { "path": "deploy/roles/candy_delivery/templates/docker-compose.yaml.j2", "content": "version: \"3.4\"\nservices:\n postgres:\n restart: always\n image: postgres:latest\n environment:\n POSTGRES_USER: {{ candy_delivery_db_user }}\n POSTGRES_PASSWORD: {{ candy_delivery_db_password }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2403, "all_permissive": false }
ansible_role
samshiffer/3.ansible_third_lesson
cca057caa8644890f230b5456283f26da48f773c
0
04_roles/01_static_role/roles/testrole
1,099
[ "no_license" ]
[ { "path": "04_roles/01_static_role/roles/testrole/tasks/main.yml", "content": "---\n# tasks file for testrole\n# - name: redefine test_part\n# set_fact:\n# test_part: test2\n\n- name: debug test (no tag applied)\n debug:\n msg: \"this task executes in role\"\n\n- name: debug external var (tagA app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
samshiffer/3.ansible_third_lesson
cca057caa8644890f230b5456283f26da48f773c
0
04_roles/03_import_role/roles/testrole
1,099
[ "no_license" ]
[ { "path": "04_roles/03_import_role/roles/testrole/tasks/main.yml", "content": "---\n# tasks file for testrole\n# - name: redefine test_part\n# set_fact:\n# test_part: test2\n\n- name: debug test\n debug:\n msg: \"this task executes in role\"\n\n- name: debug external var\n debug:\n msg: \"{{ c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
samshiffer/3.ansible_third_lesson
cca057caa8644890f230b5456283f26da48f773c
0
04_roles/04_priveleges_escalation/roles/escalation-role
1,099
[ "no_license" ]
[ { "path": "04_roles/04_priveleges_escalation/roles/escalation-role/vars/main.yml", "content": "---\n# vars file for escalation-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "04_roles/04_priveleges_escalation/roles/escalation-role/defaults/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 374, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/backend
1,099
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "- name: Pull backend image\n community.docker.docker_image:\n name: \"{{ backend_image }}\"\n tag: \"{{ dockerhub_tag }}\"\n source: pull\n\n- name: Run backend container\n community.docker.docker_container:\n name: backend\n ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/crawler
1,099
[ "no_license" ]
[ { "path": "ansible/roles/crawler/tasks/main.yml", "content": "- name: Pull crawler image\n community.docker.docker_image:\n name: \"{{ crawler_image }}\"\n tag: \"{{ dockerhub_tag }}\"\n source: pull\n\n- name: Run crawler container\n community.docker.docker_container:\n name: crawler\n ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/database
1,099
[ "no_license" ]
[ { "path": "ansible/roles/database/files/init.sql", "content": "CREATE TABLE pokemons (\n id INTEGER PRIMARY KEY,\n name TEXT NOT NULL,\n type_primary TEXT NOT NULL,\n type_secondary TEXT,\n url TEXT NOT NULL,\n sprite TEXT\n);\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 767, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/docker
1,099
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Instalar Docker em Debian (x86_64)\n apt:\n name: docker.io\n state: present\n when:\n - ansible_architecture == \"x86_64\"\n - ansible_os_family == \"Debian\"\n\n- name: Instalar Docker via script oficial (ARM ou outras arch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/frontend
1,099
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: Pull frontend image\n community.docker.docker_image:\n name: \"{{ frontend_image }}\"\n tag: \"{{ dockerhub_tag }}\"\n source: pull\n\n- name: Run frontend container\n community.docker.docker_container:\n name: frontend\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/keycloak
1,099
[ "no_license" ]
[ { "path": "ansible/roles/keycloak/tasks/main.yml", "content": "- name: Run Keycloak container\n community.docker.docker_container:\n name: keycloak\n image: \"{{ keycloak_image }}\"\n state: started\n restart_policy: always\n ports: \"{{ keycloak_ports }}\"\n env: \"{{ keycloak_env }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3722, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/network
1,099
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "- name: Criar Docker network\n community.docker.docker_network:\n name: pokecrawler_network\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
fabricioLMoreira/pokecrawler-ai
331a37242781c73ddd62b67e5b5845247c279945
0
ansible/roles/ngrok
1,099
[ "no_license" ]
[ { "path": "ansible/roles/ngrok/tasks/main.yml", "content": "- name: Add ngrok GPG key\n apt_key:\n url: https://ngrok-agent.s3.amazonaws.com/ngrok.asc\n state: present\n\n- name: Add ngrok repository\n apt_repository:\n repo: 'deb https://ngrok-agent.s3.amazonaws.com buster main'\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
danlmarmot/ansible-pelican-site
05c5e87ebad8907cfee1718271b6461a9436c273
0
roles/bootstrap
1,099
[ "no_license" ]
[ { "path": "roles/bootstrap/handlers/main.yml", "content": "---\n# handlers file for bootstrap\n\n- name: restart sshd (handler)\n service:\n name: ssh\n state: restarted\n\n- name: Register new Postfix alias (handler)\n command: newaliases\n notify: Restart Postfix (handler)\n\n- name: Restart Post...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5705, "all_permissive": false }
ansible_role
danlmarmot/ansible-pelican-site
05c5e87ebad8907cfee1718271b6461a9436c273
0
roles/dropbox
1,099
[ "no_license" ]
[ { "path": "roles/dropbox/tasks/install_dropboxd.yml", "content": "---\n# Look for the shared_folder variable for Vagrant-based installs\n- name: Look for Vagrant shared folder\n stat: path=/home/vagrant/shared/installers/\n register: shared_folder\n\n# Ensure installer is local on Vagrant installs\n- name...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4573, "all_permissive": false }
ansible_role
danlmarmot/ansible-pelican-site
05c5e87ebad8907cfee1718271b6461a9436c273
0
roles/dumpall
1,099
[ "no_license" ]
[ { "path": "roles/dumpall/tasks/main.yml", "content": "- name: Dump all vars\n template:\n src: dumpall.j2\n dest: /tmp/ansible-dumpall.json\n changed_when: false\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
danlmarmot/ansible-pelican-site
05c5e87ebad8907cfee1718271b6461a9436c273
0
roles/nginx
1,099
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: add site_admin_user to www-data group\n user:\n name: \"{{ site_admin_user }}\"\n groups: www-data\n changed_when: false\n\n# Adding a PPA can take several seconds to a minute. Speed it up by looking for an entry in sources first.\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3731, "all_permissive": false }
ansible_role
danlmarmot/ansible-pelican-site
05c5e87ebad8907cfee1718271b6461a9436c273
0
roles/python3_pelican
1,099
[ "no_license" ]
[ { "path": "roles/python3_pelican/tasks/install_pelican.yml", "content": "---\n- name: Create virtualenv for Pelican\n shell: \"sudo su {{ pelican_user }} -c 'pyvenv {{ pelican_venv_dir }}'\"\n changed_when: false\n\n- name: Copy requirements into the virtualenv\n copy:\n src: pelican-requirements.txt...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5845, "all_permissive": false }
ansible_role
danlmarmot/ansible-pelican-site
05c5e87ebad8907cfee1718271b6461a9436c273
0
roles/supervisord
1,099
[ "no_license" ]
[ { "path": "roles/supervisord/handlers/main.yml", "content": "---\n# handlers file for supervisord\n\n- name: Restart supervisord handler\n service: name=supervisord state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/supervisord...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1755, "all_permissive": false }
ansible_role
danlmarmot/ansible-pelican-site
05c5e87ebad8907cfee1718271b6461a9436c273
0
roles/website_pelican.foo
1,099
[ "no_license" ]
[ { "path": "roles/website_pelican.foo/tasks/main.yml", "content": "- include_vars: site.yml\n\n- name: Copy nginx.conf file\n template:\n src: nginx-site.conf.j2\n dest: \"/etc/nginx/sites-available/{{ site_dns_name }}.conf\"\n# owner: \"{{ www_user }}\"\n# group: \"{{ www_group }}\"\n owner:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5489, "all_permissive": false }
ansible_role
rickmanley-nc/motd
604b1a3c2e66e84fb8f2ffed2c29d0543af6ed8b
0
roles/motd
1,099
[ "no_license" ]
[ { "path": "roles/motd/defaults/main.yml", "content": "---\n\nmotd_info:\n - \" FQDN: \": \"{{ ansible_fqdn }}\"\n - \" IP: \": \"{{ ansible_default_ipv4.address }}\"\n - \" Distro: \": \"{{ ansible_distribution }} {{ ansible_distribution_version }}\"\n - \" Virtual: \": \"{{ 'YES' if an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1167, "all_permissive": false }
ansible_role
chaitus09/expense-ansible
1eb7dcc0ff4cae0c5f04b0d4a700910745a4e276
0
roles/Frontend
1,099
[ "no_license" ]
[ { "path": "roles/Frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n- name: copy expense configuration\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n name: import app pre requiste\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1240, "all_permissive": false }
ansible_role
chaitus09/expense-ansible
1eb7dcc0ff4cae0c5f04b0d4a700910745a4e276
0
roles/common
1,099
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Set Prompt with component\n ansible.builtin.shell: set-prompt {{ component }}\n\n- name: Install Node Exporter\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: node_exporter", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
chaitus09/expense-ansible
1eb7dcc0ff4cae0c5f04b0d4a700910745a4e276
0
roles/mysql
1,099
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: DNF mysql installation\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: start the backend service\n ansible.builtin.systemd_service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: Install Python ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 878, "all_permissive": false }
ansible_role
NQuirmbach/do-k8s-cluster
4f8a2d44d2c18c473c78b8a2dcf2f2c53cd51ead
0
ansible/roles/cert-manager
1,099
[ "no_license" ]
[ { "path": "ansible/roles/cert-manager/tasks/main.yaml", "content": "---\n- name: Add Helm repository\n ansible.builtin.command:\n cmd: helm repo add jetstack https://charts.jetstack.io --force-update\n args:\n creates: ~/.cache/helm/repository/cert-manager-index.yaml\n\n\n- name: Install Cert-Manage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2737, "all_permissive": false }
ansible_role
NQuirmbach/do-k8s-cluster
4f8a2d44d2c18c473c78b8a2dcf2f2c53cd51ead
0
ansible/roles/ingress
1,099
[ "no_license" ]
[ { "path": "ansible/roles/ingress/tasks/main.yaml", "content": "---\n- name: Add Helm repository\n ansible.builtin.command:\n cmd: helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx --force-update\n args:\n creates: ~/.cache/helm/repository/ingress-nginx-index.yaml\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
lhamsyah/ansible
ecb13c08fbbb96fc70d276529687e604727df2db
0
roles/nginx
1,099
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx Repository\n apt_repository: repo='ppa:nginx/stable' state=present\n register: nginxppastable\n\n- name: Install Nginx\n apt: name=nginx state=present update_cache=true\n when: nginxppastable|success\n register: nginxinstalled\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1417, "all_permissive": false }
ansible_role
lhamsyah/ansible
ecb13c08fbbb96fc70d276529687e604727df2db
0
roles/php
1,099
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: PHP | install php packages\n apt: pkg={{ item }} state=installed\n with_items:\n - php7.0-fpm\n - php7.0-cli\n - php7.0-common\n - php7.0-curl\n - php7.0-json\n - php7.0-gd\n - php7.0-mcrypt\n - php7.0-odbc\n - php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
change-metrics/monocle-ansible
57f812549c21f003b78ec547c25d25552ba86cb1
1
roles/docker
1,099
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker-ce repository\n command: dnf config-manager --add-repo={{ docker_repo }}\n become: true\n\n- name: Install docker-ce\n command: dnf -y install docker-ce docker-ce-cli containerd.io\n become: true\n\n- name: Make sure a serv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1116, "all_permissive": false }
ansible_role
change-metrics/monocle-ansible
57f812549c21f003b78ec547c25d25552ba86cb1
1
roles/lentille
1,099
[ "no_license" ]
[ { "path": "roles/lentille/templates/run-bz-crawler.sh", "content": "#!/bin/sh\n\nsource $HOME/api_keys.env\ncd {{ workdir }}/lentille-bugzilla\nBZ_API_KEY=${{ item.bz_api_key_env }} MONOCLE_API_KEY=${{ item.monocle_api_key_env }} \\\ncabal run lentille-bugzilla -- \\\n--monocle-url http://localhost:9876 --i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1444, "all_permissive": false }
ansible_role
change-metrics/monocle-ansible
57f812549c21f003b78ec547c25d25552ba86cb1
1
roles/monocle
1,099
[ "no_license" ]
[ { "path": "roles/monocle/defaults/main.yaml", "content": "monocle_install_dir: production-monocle\nmode: img\nmonocle_config_url: \"https://nowhere\"\nlocal_sed_script: \"{{ ansible_user_dir }}/subs-api-key.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1578, "all_permissive": false }
ansible_role
keyrm10/eoi-python
d0751fceadab24f8aa3b60ba1ac3f2d6cefc05f2
0
07-sysadmin/shield_deployment/roles/common
1,099
[ "no_license" ]
[ { "path": "07-sysadmin/shield_deployment/roles/common/templates/vassal.ini", "content": "[uwsgi]\n# Django-related settings\n# the base directory (full path)\nchdir = {{ app_dir }}\n# Django's wsgi file\nmodule = {{ app_name }}.wsgi\n# the virtualenv (full path)\nhome = {{ venv...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4446, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/hardening
1,099
[ "no_license" ]
[ { "path": "ansible/roles/hardening/defaults/main.yaml", "content": "---\nhardening_ssh_allowed_users: []\n\nhardening_ssh_configs:\n - regexp: \"^#?X11Forwarding\"\n line: \"X11Forwarding no\"\n - regexp: \"^#?PasswordAuthentication\"\n line: \"PasswordAuthentication no\"\n - regexp: \"^#?PubkeyAut...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1102, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/k8s-control-plane
1,099
[ "no_license" ]
[ { "path": "ansible/roles/k8s-control-plane/meta/main.yaml", "content": "---\ngalaxy_info:\n author: kalex\n description: kubernetes control plane role\n\n license: MIT\n\n min_ansible_version: \"2.1\"\n\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndependencies: []\n", "l...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 21053, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/k8s-etcd
1,099
[ "no_license" ]
[ { "path": "ansible/roles/k8s-etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=etcd\nDocumentation=https://github.com/etcd-io/etcd/\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\n{% for setting in etcd_service_options %}\n{{ setting }}\n{% endfor %}\nExecStart=/usr/bi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7069, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/k8s-haproxy
1,099
[ "no_license" ]
[ { "path": "ansible/roles/k8s-haproxy/templates/override.conf.j2", "content": "[Service]\nEnvironment=\"CONFIG=/etc/haproxy/\" \"PIDFILE=/run/haproxy.pid\" \"EXTRAOPTS=-S /run/haproxy-master.sock\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2036, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/k8s-helm
1,099
[ "no_license" ]
[ { "path": "ansible/roles/k8s-helm/tasks/install_tgz_chart.yaml", "content": "---\n- name: Create namespace\n kubernetes.core.k8s:\n name: \"{{ item.namespace }}\"\n kind: Namespace\n state: present\n\n- name: Run pre-tasks\n include_tasks: \"{{ item.name }}/{{ pretask }}\"\n with_items: \"{{ ite...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4690, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/k8s-pki
1,099
[ "no_license" ]
[ { "path": "ansible/roles/k8s-pki/tasks/gen_cert.yaml", "content": "---\n- name: Decide cert_out\n set_fact:\n cert_out: \"{% if item.cert_out is defined %}{{ item.cert_out }}{% else %}{{ item.cert }}{% endif %}\"\n\n- name: Decide profile\n set_fact:\n profile: \"{% if item.profile is defined %}{{ i...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10795, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/k8s-worker
1,099
[ "no_license" ]
[ { "path": "ansible/roles/k8s-worker/tasks/runc.yaml", "content": "---\n- name: Check architecture is supported\n fail:\n msg: \"Architecture {{ ansible_architecture }} is not supported!\"\n when:\n - ansible_architecture != 'x86_64'\n - ansible_architecture != 'arm64'\n - ansible_architecture ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 19514, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/restic
1,099
[ "no_license" ]
[ { "path": "ansible/roles/restic/defaults/main.yaml", "content": "---\n# User for SFTP backups\nrestic_user: restic\n# Restic host\nrestic_host: 10.8.3.1\nrestic_repository_name: restic\n\n# SFTP chroot\nrestic_chroot: /srv/restic\n# Path inside the chroot\nrestic_path: backup\n\n# Cleanup and backup scripts...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 13692, "all_permissive": false }
ansible_role
AlessandroZanatta/homelab
65dd7dc571cc7c1907b0d3287c8a3914ac567eed
0
ansible/roles/ufw
1,099
[ "no_license" ]
[ { "path": "ansible/roles/ufw/defaults/main.yaml", "content": "---\n# UFW default incoming and outgoing policy for packets\nufw_default_incoming_policy: deny\nufw_default_outgoing_policy: allow\n# UFW logging level\nufw_default_logging: \"off\"\n\n# Rules can use the following:\n# - rule: \"allow|deny|limit|...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2090, "all_permissive": false }
ansible_role
luismendezc/unir
4297460d75c1f40c1339303ffc2ae4a336fffb23
0
1_semestre/Herramientas_de_Automatizacion_de_Despliegues/Ansible/tennis_match/ansible/roles/match_generator
1,099
[ "no_license" ]
[ { "path": "1_semestre/Herramientas_de_Automatizacion_de_Despliegues/Ansible/tennis_match/ansible/roles/match_generator/tasks/main.yml", "content": "---\n- name: Leer ID de partido_vars.yml\n include_vars:\n file: \"../vars/partido_vars.yml\"\n\n- name: Obtener informacion para el segundo jugador\n uri:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 778, "all_permissive": false }
ansible_role
vabmalikusa/pynet
be4dba84490f02f6c06fcccdfb2e70084e40e59c
0
roles/router
1,099
[ "permissive" ]
[ { "path": "roles/router/tasks/main.yml", "content": "---\n- name: Generate configuaration file \n template: src=access_switch.j2 dest=/USERS/vaibhavmalik/ANSIBLE/CFGS/{{item.hostname}}.txt\n with_items: test_routers", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": true }
ansible_role
myllynen/ansible-packer
bdf18316244f0b272463113ff7efc100fb378559
28
roles/ansible_packer
1,119
[ "no_license" ]
[ { "path": "roles/ansible_packer/defaults/main/vm.yml", "content": "---\nvm_name: \"{{ image_name | default(__target_fullname + '_image.qcow2', true) }}\"\n\n# Either bios, uefi, or uefi-secure\nvm_type: uefi-secure\nvm_tpm: true\nvm_cpus: 2\nvm_memory: 4096\nvm_disk_size: \"{{ disk_size | default(30720) }}\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 33, "total_bytes": 100108, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tvill
1951168539cd7d44d27248ce26eb4fbd186c10cf
0
roles/fail2ban
1,119
[ "no_license" ]
[ { "path": "roles/fail2ban/vars/main.yml", "content": "---\n# fail2ban_version: '0.9.7'\n# fail2ban_url: 'https://codeload.github.com/fail2ban/fail2ban/tar.gz/{{fail2ban_version}}'\nmaxretry: 3 # Количество попыток до бана\nbantime: 1800 # в секундах\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1438, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tvill
1951168539cd7d44d27248ce26eb4fbd186c10cf
0
roles/logrotate
1,119
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "- name: 'logrotate | install'\n apt: name='{{item}}'\n with_items:\n - logrotate\n\n- name: 'logrotate | copy config'\n template:\n src: pr30_logrotate\n dest: /etc/logrotate.d/pr30\n owner: root\n group: root\n mode: 0644\n\n- lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tvill
1951168539cd7d44d27248ce26eb4fbd186c10cf
0
roles/nginx
1,119
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "# Установка и настройка веб сервера nginx\n- name: 'nginx | install'\n\n apt: name='{{item}}' state=latest update_cache=yes\n with_items:\n - nginx\n - nginx-extras\n\n#- name: Проверяем, dhparam.pem\n# stat:\n# become: true\n# become_user: '{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2259, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tvill
1951168539cd7d44d27248ce26eb4fbd186c10cf
0
roles/web
1,119
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n# Обновление кеша и установка необходимых пакетов, всего программного обеспечения,\n# необходимого для работы нашего сервера\n- name: install\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - 'openssl'\n - 'libssl-dev'\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3352, "all_permissive": false }
ansible_role
FarhadKabir/wagtail-ansible
db02158ecbc8856669dca5aadf0562d16f93e17d
0
roles/mariadb
1,119
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/install.yml", "content": "---\n\n- name: Install MariaDB Server\n apt: \n name: \"{{repo_software_package}}\"\n state: latest\n update_cache: yes\n\n- name: Add repository key to the system\n apt_key: \n url: \"{{ key_url }}\"\n state: present\n\n- name: Insta...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1196, "all_permissive": false }
ansible_role
FarhadKabir/wagtail-ansible
db02158ecbc8856669dca5aadf0562d16f93e17d
0
roles/nginx
1,119
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install Nginx\n become: yes\n apt: \n name: nginx\n state: latest\n \n- name: start nginx\n become: yes\n service:\n name: nginx\n state: started\n\n- name: Make sites-available writable\n become: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1360, "all_permissive": false }
ansible_role
FarhadKabir/wagtail-ansible
db02158ecbc8856669dca5aadf0562d16f93e17d
0
roles/wagtail
1,119
[ "no_license" ]
[ { "path": "roles/wagtail/tasks/install.yml", "content": "---\n\n- name: Install required packages\n package: \n name: \"{{item}}\" \n state: \"latest\"\n update_cache: yes\n with_items: \"{{ install_wagtail_packages }}\"\n\n- name: Create directory for wagtail project \n file: \"path={{wagtail_p...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 5312, "all_permissive": false }
ansible_role
fxkr/gpn16-ansible-vortrag
fe84953100cc8bd619dae0b84cbfc4e0f04bfafb
7
roles/snmpd
1,119
[ "no_license" ]
[ { "path": "roles/snmpd/handlers/main.yml", "content": "---\n\n- name: restart snmpd\n service: name=snmpd state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/snmpd/tasks/main.yml", "content": "---\n\n- apt: package={{ ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }