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 | xiaoxiaoleo/ansible-centos7-harden | c9f2540e0639549e1780704996d2255e92ca2fbf | 2 | roles/harden-centos7 | 7,766 | [
"no_license"
] | [
{
"path": "roles/harden-centos7/vars/main.yml",
"content": "---\n# vars file for harden-centos7\n\nusers:\n - username: x \n - username: x \nenvironment:\n http_proxy: \n https_proxy:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/har... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 26194,
"all_permissive": false
} |
ansible_role | bendaamerahm/dev_starter | 73b6202f130d7239f4f5cebaaa4df56b1668efea | 2 | ansible/playbooks/roles/common | 7,766 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/common/tasks/main.yml",
"content": "- name: Update all packages to the latest version\r\n apt:\r\n update_cache: yes\r\n upgrade: dist\r\n\r\n- name: Ensure timezone is set\r\n timezone:\r\n name: \"UTC\"\r\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | bendaamerahm/dev_starter | 73b6202f130d7239f4f5cebaaa4df56b1668efea | 2 | ansible/playbooks/roles/docker | 7,766 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/docker/tasks/main.yml",
"content": "- name: Install Docker prerequisites\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - apt-transport-https\r\n - ca-certificates\r\n - curl\r\n - gnupg-agent\r\n - software-properties-common\r\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | bendaamerahm/dev_starter | 73b6202f130d7239f4f5cebaaa4df56b1668efea | 2 | ansible/playbooks/roles/dockerfile_generation | 7,766 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/dockerfile_generation/templates/Dockerfile.backend.j2",
"content": "# Base image for the operating system\r\nFROM ubuntu:{{ ubuntu_version }}\r\n\r\n# Install base dependencies and tools\r\nRUN apt-get update && apt-get install -y curl git wget software-properties-common\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3975,
"all_permissive": false
} |
ansible_role | bendaamerahm/dev_starter | 73b6202f130d7239f4f5cebaaa4df56b1668efea | 2 | ansible/playbooks/roles/java | 7,766 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/java/tasks/main.yml",
"content": "- name: Install OpenJDK\r\n apt:\r\n name: \"openjdk-{{ java_version }}-jdk\"\r\n state: present\r\n vars:\r\n java_version: 11 # This can be overridden\r\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | bendaamerahm/dev_starter | 73b6202f130d7239f4f5cebaaa4df56b1668efea | 2 | ansible/playbooks/roles/nodejs | 7,766 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/nodejs/tasks/main.yml",
"content": "- name: Install Node.js\r\n apt:\r\n name: nodejs\r\n state: present\r\n become: true\r\n\r\n- name: Install NPM\r\n apt:\r\n name: npm\r\n state: present\r\n become: true\r\n\r\n- name: Install specific Node.js version u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | bendaamerahm/dev_starter | 73b6202f130d7239f4f5cebaaa4df56b1668efea | 2 | ansible/playbooks/roles/php | 7,766 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/php/tasks/main.yml",
"content": "- name: Add repository for PHP\r\n apt_repository:\r\n repo: ppa:ondrej/php\r\n state: present\r\n\r\n- name: Install PHP and extensions\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - \"php{{ php_vers... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | bendaamerahm/dev_starter | 73b6202f130d7239f4f5cebaaa4df56b1668efea | 2 | ansible/playbooks/roles/python | 7,766 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/python/tasks/main.yml",
"content": "- name: Install dependencies for Python build\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - make\r\n - build-essential\r\n - libssl-dev\r\n - zlib1g-dev\r\n - libbz2-dev\r\n - libreadline-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | thx64-tech/ansible-k8s | 546cfad90d3273d683029386ed331702aa16e13a | 0 | roles/apps | 7,766 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/main.yml",
"content": "---\n\n- name: Create ~/.local/bin if it does not exist\n ansible.builtin.file:\n path: /home/{{ user }}/.local/bin\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n mode: '0755'\n\n- name: Telechargement de kubectl\n ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | thx64-tech/ansible-k8s | 546cfad90d3273d683029386ed331702aa16e13a | 0 | roles/master | 7,766 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "---\n\n- name: Check if cluster_initialized.txt exists\n stat:\n path: \"/home/{{ user }}/cluster_initialized.txt\"\n register: file_check\n\n- name: Initialize the cluster\n become: true\n ansible.builtin.shell: kubeadm init --pod-network-cidr=\"{... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5567,
"all_permissive": false
} |
ansible_role | thx64-tech/ansible-k8s | 546cfad90d3273d683029386ed331702aa16e13a | 0 | roles/pré-requis | 7,766 | [
"no_license"
] | [
{
"path": "roles/pré-requis/tasks/container.yml",
"content": "---\n\n- name: Import Docker GPG key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n ansible.builtin.apt_repository:\n repo: deb [arch=amd64] https://do... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5024,
"all_permissive": false
} |
ansible_role | jbarentsen/drb | 470c40eecde7058f120f098ed25e81bb413dcedb | 0 | drbapi/deploy/ansible/roles/common | 7,766 | [
"no_license"
] | [
{
"path": "drbapi/deploy/ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Disable interactive\n shell: export DEBIAN_FRONTEND=noninteractive\n\n- name: update apt-cache if needed\n apt: update_cache=yes\n\n- name: install common packages\n apt: pkg={{ item }} state=latest update_cache=yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5223,
"all_permissive": false
} |
ansible_role | jbarentsen/drb | 470c40eecde7058f120f098ed25e81bb413dcedb | 0 | drbapi/deploy/ansible/roles/db-server | 7,766 | [
"no_license"
] | [
{
"path": "drbapi/deploy/ansible/roles/db-server/tasks/main.yml",
"content": "---\n\n- name: Install Redis\n apt: pkg=redis-server state=latest\n\n- name: Start Redis\n service: name=redis-server state=started enabled=yes\n\n- name: Install MariaDB dependencies\n apt: pkg={{ item }} state=present update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1567,
"all_permissive": false
} |
ansible_role | jbarentsen/drb | 470c40eecde7058f120f098ed25e81bb413dcedb | 0 | drbapi/deploy/ansible/roles/deploy | 7,766 | [
"no_license"
] | [
{
"path": "drbapi/deploy/ansible/roles/deploy/tasks/main.yml",
"content": "---\n# start it up\n\n- name: make sure code is on the box and in sync\n synchronize:\n src: ../../../../../\n dest: \"{{ base_path }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2690,
"all_permissive": false
} |
ansible_role | jbarentsen/drb | 470c40eecde7058f120f098ed25e81bb413dcedb | 0 | drbapi/deploy/ansible/roles/final | 7,766 | [
"no_license"
] | [
{
"path": "drbapi/deploy/ansible/roles/final/files/staging/crontab",
"content": "# /etc/crontab: system-wide crontab\n# Unlike any other crontab you don't have to run the `crontab'\n# command to install the new version when you edit this file\n# and files in /etc/cron.d. These files also have username field... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1469,
"all_permissive": false
} |
ansible_role | jbarentsen/drb | 470c40eecde7058f120f098ed25e81bb413dcedb | 0 | drbapi/deploy/ansible/roles/webserver | 7,766 | [
"no_license"
] | [
{
"path": "drbapi/deploy/ansible/roles/webserver/files/staging/config/nginx/nginx.conf",
"content": "\nuser www-data www-data;\nworker_processes 12;\n\n#dev\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nworker_rlimit_nofile 40000;\n\nevents {\n #1024 - 51200 - 500000\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 53938,
"all_permissive": false
} |
ansible_role | virer/ansible | c702a87cdee1e09e30a3a8ad71e2424d8425d6f1 | 0 | ldap/roles/ldap | 7,766 | [
"no_license"
] | [
{
"path": "ldap/roles/ldap/tasks/install.yml",
"content": "# - name: Install repo\n# copy:\n# src: files/ltb-project.repo\n# dest: /etc/yum.repos.d/ltb-project.repo\n# mode: '0644'\n# owner: root\n# group: root\n# tags: install\n\n# - name: import repo key\n# rpm_key:\n# state:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3379,
"all_permissive": false
} |
ansible_role | virer/ansible | c702a87cdee1e09e30a3a8ad71e2424d8425d6f1 | 0 | pki/roles/openssl | 7,766 | [
"no_license"
] | [
{
"path": "pki/roles/openssl/tasks/main.yml",
"content": "- name: Ensure directory exists for local certificates\n file:\n path: \"{{ local_dir_certs }}\"\n state: directory\n owner: root\n group: root\n mode: '0750'\n tags: ca\n\n- name: Generate private keys\n openssl_privatekey:\n pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3261,
"all_permissive": false
} |
ansible_role | virer/ansible | c702a87cdee1e09e30a3a8ad71e2424d8425d6f1 | 0 | vip/roles/vip | 7,766 | [
"no_license"
] | [
{
"path": "vip/roles/vip/tasks/main.yml",
"content": "---\n# tasks file for vip\n- name: Install keepalived\n package:\n name: keepalived\n state: latest\n\n- name: Template file to keepalived.conf\n template:\n src: templates/keepalived.conf.j2\n dest: /etc/keepalived/keepalived.conf\n own... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | fjfinch/ansible-namespace | 0fedbd5ced1b648879870f5d33a94030b94acba3 | 0 | DOCKER/roles/ROLE | 7,766 | [
"no_license"
] | [
{
"path": "DOCKER/roles/ROLE/tasks/main.yml",
"content": "---\n- name: 'remove unofficial packages'\n ansible.builtin.apt:\n name:\n - docker.io\n - docker-compose\n - docker-compose-v2\n - docker-doc\n - podman-docker\n state: absent\n autoremove: true\n become: true\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | fjfinch/ansible-namespace | 0fedbd5ced1b648879870f5d33a94030b94acba3 | 0 | LINTING/roles/ROLE | 7,766 | [
"no_license"
] | [
{
"path": "LINTING/roles/ROLE/tasks/main.yml",
"content": "---\n- name: 'install linting tools'\n community.general.pipx:\n name: '{{ item.name }}'\n loop:\n - { name: ansible-lint }\n - { name: yamllint }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | fjfinch/ansible-namespace | 0fedbd5ced1b648879870f5d33a94030b94acba3 | 0 | UPDATE/roles/ROLE | 7,766 | [
"no_license"
] | [
{
"path": "UPDATE/roles/ROLE/tasks/main.yml",
"content": "---\n- name: 'apt packages'\n ansible.builtin.apt:\n update_cache: true\n upgrade: safe\n autoremove: true\n become: true\n\n- name: 'pipx packages'\n community.general.pipx:\n state: upgrade_all\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | stepin/ansible_variables_tests | 42384f71a879edefd8f687836185e8d8b2cdadca | 0 | roles/var_prev_role | 7,766 | [
"no_license"
] | [
{
"path": "roles/var_prev_role/tasks/main.yml",
"content": "---\n- name: Prev role task\n command: echo 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/var_prev_role/defaults/main.yml",
"content": "---\nprev_role: 1\nprev_role_over: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | stepin/ansible_variables_tests | 42384f71a879edefd8f687836185e8d8b2cdadca | 0 | roles/var_scope | 7,766 | [
"no_license"
] | [
{
"path": "roles/var_scope/tasks/main.yml",
"content": "---\n- name: Create folder for {{asdasd}} tests (var not resolved)\n command: echo 1\n\n- name: \"Role defaults var {{role_defaults_var|default(3)}}\"\n command: echo {{role_defaults_var}}\n\n- name: Var from role incluzzzion {{role_inc_var}}\n comm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | stepin/ansible_variables_tests | 42384f71a879edefd8f687836185e8d8b2cdadca | 0 | roles/var_super_role | 7,766 | [
"no_license"
] | [
{
"path": "roles/var_super_role/tasks/main.yml",
"content": "---\n- name: Super role task\n command: echo 1\n\n- name: \"Super: Role defaults var {{role_defaults_var}}\"\n command: echo {{role_defaults_var}}\n\n# Error here, ignore errors does not help\n#- name: \"Super: Var from role incluzzzion {{role_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | vitek-borovsky/ansible-bootstrap | e0e03973ac29b426eb1f612eb21ddbad97699708 | 0 | roles/bootstrap | 7,766 | [
"no_license"
] | [
{
"path": "roles/bootstrap/handlers/main.yaml",
"content": "- name: Restart ssh\n service:\n name: ssh\n state: restarted\n become: true\n\n- name: Reboot\n reboot:\n reboot_timeout: 600 # Time in seconds before considering the reboot as failed\n become: true\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1318,
"all_permissive": false
} |
ansible_role | core-devs/vagrant-template | 7cf79d5dca07a7b05768b9373b36d1b71f5c574a | 0 | roles/cluster_hosts | 7,766 | [
"no_license"
] | [
{
"path": "roles/cluster_hosts/vagrant/main.yml",
"content": "---\ncanary: 'pio pio'\n\ntargets:\n virtualbox:\n vbox_username: 'vagrant'\n vbox_boxtype: 'bento/ubuntu-16.04'\n vbox_iprange: '10.5.0'\n vbox_ipoffset: 10\n\nmachines:\n - vm:\n hostname: 'template01'\n name: 'c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | thekoma/icinga2-vagrant | 5c811883c87f7e6cc67d200c3f9f2d2594b18182 | 0 | provisioning/roles/common-settings | 7,766 | [
"no_license"
] | [
{
"path": "provisioning/roles/common-settings/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - common-settings\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "provisioning/roles/common-settings/tasks/main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | thekoma/icinga2-vagrant | 5c811883c87f7e6cc67d200c3f9f2d2594b18182 | 0 | provisioning/roles/icingadb | 7,766 | [
"no_license"
] | [
{
"path": "provisioning/roles/icingadb/handlers/main.yml",
"content": "---\n# handlers file for icingadb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "provisioning/roles/icingadb/tasks/main.yml",
"content": "---\n# tasks file for icingadb\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | thekoma/icinga2-vagrant | 5c811883c87f7e6cc67d200c3f9f2d2594b18182 | 0 | provisioning/roles/icingaweb | 7,766 | [
"no_license"
] | [
{
"path": "provisioning/roles/icingaweb/templates/resources.ini.j2",
"content": "[icingaweb_db]\ntype = \"db\"\ndb = \"mysql\"\nhost = \"localhost\"\nport = \"\"\ndbname = \"{{ icingaweb2_db }}\"\nusername = \"{{ icingaweb2_db_user }}\"\npassword = \"{{ <PASSWORD>eb2_db_password }}\"\ncharset = \"UTF8\"\npe... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 11653,
"all_permissive": false
} |
ansible_role | thekoma/icinga2-vagrant | 5c811883c87f7e6cc67d200c3f9f2d2594b18182 | 0 | provisioning/roles/remi | 7,766 | [
"no_license"
] | [
{
"path": "provisioning/roles/remi/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - remi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "provisioning/roles/remi/tasks/main.yml",
"content": "---\n# tas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | techmatlock/terraform-jenkins-vsphere-vm | 5d82fb396f8847df73aaf9c0273849121cdbe5ae | 1 | Ansible/roles/common | 7,766 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/main.yml",
"content": "---\n#tasks:\n#- name: Verify ntp daemon\n - import_tasks: ntp.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "Ansible/roles/common/tasks/ntp.yml",
"content": "---\n- name: Ubunt... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | techmatlock/terraform-jenkins-vsphere-vm | 5d82fb396f8847df73aaf9c0273849121cdbe5ae | 1 | Ansible/roles/domain_join | 7,766 | [
"no_license"
] | [
{
"path": "Ansible/roles/domain_join/templates/sssd.conf.j2",
"content": "[sssd]\ndomains = {{ realm_domain }}\nconfig_file_version = 2\nservices = nss, pam\n\n[domain/{{ realm_domain }}]\ndefault_shell = /bin/bash\nkrb5_store_password_if_offline = True\ncache_credentials = True\nkrb5_realm = {{ krb5_defaul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1853,
"all_permissive": false
} |
ansible_role | techmatlock/terraform-jenkins-vsphere-vm | 5d82fb396f8847df73aaf9c0273849121cdbe5ae | 1 | Ansible/roles/sudoers | 7,766 | [
"no_license"
] | [
{
"path": "Ansible/roles/sudoers/tasks/main.yml",
"content": "---\n # TODO: add ansible set_fact module to detect realm or centrify\n - name: Add won dba us AD user to sudoers-- realm\n community.general.sudoers:\n name: matlock-group\n user: '\"%{{ matlock_group }}\"'\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | AdrianVarelaG/HomeLab-Ansible | 57b73d8e9ae5bc99d591d90387c662106aed6a15 | 0 | roles/example_role | 7,766 | [
"no_license"
] | [
{
"path": "roles/example_role/tasks/main.yml",
"content": "---\n- name: Example task\n debug:\n msg: \"This is an example task in a role\" ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | jpfermin/HOA11 | 88a5c3e17f8aa75c84b43aa9f77604100b6372f6 | 0 | roles/centos | 7,766 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yaml",
"content": "---\n - name: Install docker\n yum:\n name: docker\n state: present\n when: ansible_distribution == \"CentOS\"\n\n - name: Start and enable Docker service\n service:\n name: docker\n state: started\n enabled: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | jpfermin/HOA11 | 88a5c3e17f8aa75c84b43aa9f77604100b6372f6 | 0 | roles/ubuntu | 7,766 | [
"no_license"
] | [
{
"path": "roles/ubuntu/tasks/main.yaml",
"content": "---\n - name: Install Updates(Ubuntu)\n apt:\n upgrade: dist\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Install docker\n shell:\n apt-get install docker.io -y\n when: ansible_distribution == \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1369,
"all_permissive": false
} |
ansible_role | liul85/beancount-pi | 8399ff070a17d6628c6bd32e663bd8e414b308eb | 0 | roles/beancount | 7,766 | [
"no_license"
] | [
{
"path": "roles/beancount/tasks/main.yaml",
"content": "- name: Clone personal beancount repo\n ansible.builtin.git:\n repo: \"https://{{github_user}}:{{github_token}}@{{beancount_repo}}\"\n dest: \"{{beancount_folder}}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | liul85/beancount-pi | 8399ff070a17d6628c6bd32e663bd8e414b308eb | 0 | roles/fava | 7,766 | [
"no_license"
] | [
{
"path": "roles/fava/handlers/main.yaml",
"content": "- name: Reload daemon\n become: true\n command: systemctl daemon-reload\n\n- name: Restart fava service\n become: true\n service: name=fava state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 861,
"all_permissive": false
} |
ansible_role | liul85/beancount-pi | 8399ff070a17d6628c6bd32e663bd8e414b308eb | 0 | roles/nginx | 7,766 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/index.html.j2",
"content": "<html>\n <head>\n <title>Welcome to Raspberry PI</title>\n </head>\n <body>\n <h1>nginx, configured by Ansible</h1>\n <p>If you can see this, Ansible successfully installed nginx.</p>\n <ul>\n <li>Liang's beancount</li>\n </ul>\n </b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | mew2057/ibm-spectrum-scale-csi-operator | 67535f3a0f114d3210232cf9341352b920fcc9f8 | 0 | stable/ibm-spectrum-scale-csi-operator-bundle/operators/ibm-spectrum-scale-csi-operator/roles/csi-scale | 7,765 | [
"permissive"
] | [
{
"path": "stable/ibm-spectrum-scale-csi-operator-bundle/operators/ibm-spectrum-scale-csi-operator/roles/csi-scale/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansible-role-csi-scale",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 15062,
"all_permissive": true
} |
ansible_role | mvelten/sit-iac | 769745e8fe5becff00f83f1393bc645cd82b0c7a | 0 | ansible/roles/docker | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint:\n name: yamllint\n options:\n config-file: molecule/default/yaml-lint.yml\nplatforms:\n - name: instance\n image: \"geerlingguy/docker-ubuntu1804-ansible:late... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4698,
"all_permissive": false
} |
ansible_role | Stupin87/Docker | 1ff6d2380cfed5895f562e5e0027217614146c4c | 0 | ansible/roles/build | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/build/tasks/main.yml",
"content": "---\n# tasks file for build\n- name: Cloning a repository\n git:\n repo: https://github.com/boxfuse/boxfuse-sample-java-war-hello.git\n dest: /home/keglia_new\n register: git_clone_status\n\n- name: Building a project\n command: mvn packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | Stupin87/Docker | 1ff6d2380cfed5895f562e5e0027217614146c4c | 0 | ansible/roles/common | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: install packages\n apt: name={{item}} state=installed\n with_items:\n - default-jdk\n - tomcat9\n - git\n - maven ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | Stupin87/Docker | 1ff6d2380cfed5895f562e5e0027217614146c4c | 0 | ansible/roles/project_start | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/project_start/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - project_start",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "ansible/roles/project_start/defaults/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | iry47/Time_Manager_2020 | 4e8030f003edeee71e61a5b21909eecad002bb3c | 0 | .cloud/auto_deploy/ansible/roles/back-end | 7,765 | [
"no_license"
] | [
{
"path": ".cloud/auto_deploy/ansible/roles/back-end/tasks/main.yml",
"content": "---\n\n- name: Import telegraf.conf\n template:\n src: telegraf.conf\n dest: \"{{ back_end_directory }}/telegraf.conf\"\n owner: \"{{ back_end_user }}\"\n group: \"{{ back_end_group }}\"\n notify: Restart docker ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | iry47/Time_Manager_2020 | 4e8030f003edeee71e61a5b21909eecad002bb3c | 0 | .cloud/auto_deploy/ansible/roles/client | 7,765 | [
"no_license"
] | [
{
"path": ".cloud/auto_deploy/ansible/roles/client/defaults/main.yml",
"content": "\nclient_user: \"{{ docker_users[0] }}\"\nclient_group: \"{{ client_user }}\"\nclient_directory: \"/home/{{ client_user }}\"\n\nclient_docker_image: \"{{ docker_username }}/{{ client_docker_image_name }}\"\nclient_docker_tag:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1277,
"all_permissive": false
} |
ansible_role | iry47/Time_Manager_2020 | 4e8030f003edeee71e61a5b21909eecad002bb3c | 0 | .cloud/auto_deploy/ansible/roles/database | 7,765 | [
"no_license"
] | [
{
"path": ".cloud/auto_deploy/ansible/roles/database/tasks/main.yml",
"content": "---\n\n- name: Import telegraf.conf\n template:\n src: telegraf.conf\n dest: \"{{ database_directory }}/telegraf.conf\"\n owner: \"{{ database_user }}\"\n group: \"{{ database_group }}\"\n notify: Restart docker ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | iry47/Time_Manager_2020 | 4e8030f003edeee71e61a5b21909eecad002bb3c | 0 | .cloud/auto_deploy/ansible/roles/monitoring | 7,765 | [
"no_license"
] | [
{
"path": ".cloud/auto_deploy/ansible/roles/monitoring/defaults/main.yml",
"content": "\nmonitoring_user: \"{{ docker_users[0] }}\"\nmonitoring_group: \"{{ monitoring_user }}\"\nmonitoring_directory: \"/home/{{ monitoring_user }}\"\n\nmonitoring_client_docker_image: grafana/grafana\nmonitoring_client_docker... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1738,
"all_permissive": false
} |
ansible_role | ekstep-sp/sunbird-devops | e424fe5ca0c3bb7c374b95bfe36e4cf66287e6ff | 0 | ansible/roles/elasticsearch_old | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch_old/tasks/debian.yml",
"content": "---\n- name: Add ElasticSearch repo public signing key\n apt_key: id=46095ACC8548582C1A2699A9D27D666CD88E42B4 url=https://packages.elastic.co/GPG-KEY-elasticsearch state=present\n\n- name: Add ElasticSearch repository\n apt_reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | ekstep-sp/sunbird-devops | e424fe5ca0c3bb7c374b95bfe36e4cf66287e6ff | 0 | ansible/roles/jmeter-provision | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/jmeter-provision/tasks/main.yml",
"content": "- name: Add Java repository to sources\n action: apt_repository repo='ppa:webupd8team/java'\n become: yes\n \n- name: Autoaccept license for Java 8\n debconf: name='oracle-java8-installer' question='shared/accepted-oracle-license-v1-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | ekstep-sp/sunbird-devops | e424fe5ca0c3bb7c374b95bfe36e4cf66287e6ff | 0 | ansible/roles/keycloak | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/keycloak/tasks/main.yml",
"content": "- include: provision.yml\n tags:\n - provision\n\n- include: deploy.yml\n tags:\n - deploy\n\n- include: auth-deploy.yml\n tags:\n - auth-deploy\n\n- include: build-config.yml\n tags:\n - build-config\n\n- include: auth-deploy-co... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | ekstep-sp/sunbird-devops | e424fe5ca0c3bb7c374b95bfe36e4cf66287e6ff | 0 | ansible/roles/sunbird-auth-deploy | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/sunbird-auth-deploy/tasks/deploy.yml",
"content": "- name: Create required directories\n file:\n path: \"{{ item.dest }}\"\n mode: \"{{item.mode}}\"\n state: directory\n with_items:\n - { dest: '{{keycloak_home}}/providers', mode: '0755'}\n - { dest: '{{keycloak_home}}/mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3868,
"all_permissive": false
} |
ansible_role | mdevops24/learn-ansible | 0e67d78f4206a8edee5251c8e965f20b721516c0 | 0 | roles/sample | 7,765 | [
"no_license"
] | [
{
"path": "roles/sample/tasks/main.yml",
"content": "- name: Print hello world\n ansible.builtin.debug:\n msg: HelloWorld role sample",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | chloecorfmat/sales | 5123fe08607d7432b9e4864f8757e157e98054bd | 0 | ansible/roles/grav-backup | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/grav-backup/tasks/main.yml",
"content": "- debug:\n msg:\n - \"Start grav backup\"\n\n- name: \"Create backups directory (remote)\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - \"{{ deploy_directory }}/backup\"\n\n- name: \"Creat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1878,
"all_permissive": false
} |
ansible_role | chloecorfmat/sales | 5123fe08607d7432b9e4864f8757e157e98054bd | 0 | ansible/roles/grav-build | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/grav-build/vars/main.yml",
"content": "# Vars file for grav build\n\ngit_project: \"<EMAIL>:chloecorfmat/sales.git\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "ansible/roles/grav-build/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | chloecorfmat/sales | 5123fe08607d7432b9e4864f8757e157e98054bd | 0 | ansible/roles/grav-deploy | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/grav-deploy/tasks/main.yml",
"content": "- debug:\n msg:\n - \"Start grav deploy\"\n\n# Install on server unzip, pip and with pip install docker and docker-compose\n\n- name: \"Create deploy directories\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1008,
"all_permissive": false
} |
ansible_role | chloecorfmat/sales | 5123fe08607d7432b9e4864f8757e157e98054bd | 0 | ansible/roles/grav-restore | 7,765 | [
"no_license"
] | [
{
"path": "ansible/roles/grav-restore/vars/main.yml",
"content": "# Vars file for grav build\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "ansible/roles/grav-restore/tasks/main.yml",
"content": "- debug:\n msg:\n - \"Start grav rest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | michaelbarkdoll/linuxactivedirectory | 5f50166b0a81e5f318328d533f4d186d07c95785 | 0 | roles/ad | 7,765 | [
"no_license"
] | [
{
"path": "roles/ad/tasks/realmd-checknoexist-ad.yml",
"content": "---\n\n- name: test powershell should fail\n win_shell: |\n get-host\n register: result_get_host\n\n- name: display result_get_host\n debug:\n var: result_get_host\n\n- name: Check if {{ ad_short_hostname }} is in AD at {{ ad_comp... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 15968,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/apt | 7,765 | [
"no_license"
] | [
{
"path": "roles/apt/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OlGe404\n company: \"\"\n description: Install apt packages from built-in or remote apt sources in a generic, declarative way.\n issue_tracker_url: https://github.com/OlGe404/olge404.unix/issues\n license: Apache-2.0\n min_an... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 12414,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/docker_ce | 7,765 | [
"no_license"
] | [
{
"path": "roles/docker_ce/tasks/debian.yml",
"content": "---\n- name: Download APT key\n become: true\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/debian/gpg\n dest: /etc/apt/keyrings/docker.asc\n owner: root\n mode: \"a+r\"\n register: docker_ce_debian_apt_key\n unti... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9480,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/pip | 7,765 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/main.yml",
"content": "---\n- name: Check condition\n when: pip_packages | length > 0\n block:\n - name: Collect stats if venv exists\n ansible.builtin.stat:\n path: \"{{ pip_venv_dir }}/bin/activate\"\n register: pip_venv\n\n - name: Include create_venv.y... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5789,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/pipx | 7,765 | [
"no_license"
] | [
{
"path": "roles/pipx/molecule/default/prepare.yml",
"content": "---\n- name: Prepare\n hosts: all\n gather_facts: false\n tasks:\n - name: Install pipx\n become: true\n ansible.builtin.apt:\n name: pipx\n update_cache: true\n\n # From here it's a nasty workaround because pi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5219,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/snap | 7,765 | [
"no_license"
] | [
{
"path": "roles/snap/molecule/default/validate.yml",
"content": "---\n- name: Validate\n hosts: all\n gather_facts: false\n tasks:\n - name: Run test commands\n tags: skip_ansible_lint\n loop:\n - hello-world\n - helm version\n ansible.builtin.command: \"{{ item }}\"\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3411,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/tuxedo_tomte | 7,765 | [
"no_license"
] | [
{
"path": "roles/tuxedo_tomte/tasks/main.yml",
"content": "---\n- name: Ensure facts are gathered\n when: ansible_facts['distribution'] is undefined\n ansible.builtin.setup:\n gather_subset:\n - distribution\n\n- name: Install tuxedo-tomte {{ tuxedo_tomte_version }}\n become: true\n when: ansibl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3259,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/vscode_extensions | 7,765 | [
"no_license"
] | [
{
"path": "roles/vscode_extensions/molecule/default/molecule.yml",
"content": "---\ndriver:\n name: docker\n\nplatforms:\n - name: noble\n image: docker.io/olge404/molecule:ubuntu-24.04-vscode-20250101170616\n pre_build_image: true\n\nprovisioner:\n name: ansible\n playbooks:\n converge: ../../... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3853,
"all_permissive": false
} |
ansible_role | OlGe404/olge404.unix | 6aedea82341890f316f365901d77a893e513663c | 0 | roles/yq | 7,765 | [
"no_license"
] | [
{
"path": "roles/yq/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OlGe404\n company: \"\"\n description: Install mikefarah/yq (https://github.com/mikefarah/yq).\n issue_tracker_url: https://github.com/OlGe404/olge404.unix/issues\n license: Apache-2.0\n min_ansible_version: \"2.16.7\"\n gala... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3019,
"all_permissive": false
} |
ansible_role | stenkarazin2/install-postgresql | 64dc286d0c88d86b753d53507c4538f564ccfa79 | 0 | roles/choose_host | 7,767 | [
"no_license"
] | [
{
"path": "roles/choose_host/handlers/main.yml",
"content": "---\n# handlers file for choose_host\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/choose_host/vars/main.yml",
"content": "---\n# vars file for choose_host\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | stenkarazin2/install-postgresql | 64dc286d0c88d86b753d53507c4538f564ccfa79 | 0 | roles/lookup_ip_address | 7,767 | [
"no_license"
] | [
{
"path": "roles/lookup_ip_address/vars/main.yml",
"content": "---\n# vars file for lookup_ip_address\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/lookup_ip_address/tasks/main.yml",
"content": "---\n# tasks file for lookup_ip_address... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | tw-leansw/leansw-platform-infrastructure | d851fe60b5a1144749cba22f4f4ac1c79b5b638b | 3 | provision/roles/docker | 7,767 | [
"no_license"
] | [
{
"path": "provision/roles/docker/vars/ubuntu.yml",
"content": "# docker-engine is the default package name\ndocker_package_name: docker-engine\ndocker_package_version: \"1.12.3-0~{{ ansible_distribution_release }}\"\n\n# required\ndocker_required_packages:\n - ca-certificates\n - apt-transport-https\n -... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1603,
"all_permissive": false
} |
ansible_role | tw-leansw/leansw-platform-infrastructure | d851fe60b5a1144749cba22f4f4ac1c79b5b638b | 3 | provision/roles/nexus | 7,767 | [
"no_license"
] | [
{
"path": "provision/roles/nexus/tasks/install.yml",
"content": "---\n- name: create nexus data directory\n file:\n path: \"{{ nexus_data_dir }}\"\n state: \"directory\"\n owner: root\n group: root\n become: yes\n\n- name: check nexus data directory\n command: \"ls {{ nexus_data_dir }}\"\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1933,
"all_permissive": false
} |
ansible_role | tw-leansw/leansw-platform-infrastructure | d851fe60b5a1144749cba22f4f4ac1c79b5b638b | 3 | provision/roles/rancher | 7,767 | [
"no_license"
] | [
{
"path": "provision/roles/rancher/defaults/main.yml",
"content": "---\n# image\nrancher_name: rancher-server\nrancher_version: v1.2.0\n\n# network\nrancher_port: 8080\n\nrancher_data_dir: \"/var/lib/mysql\"\n\n\n\nrancher_ldap_auth_body:\n accessMode: \"unrestricted\"\n server: \"10.205.4.1\"\n port: 38... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2567,
"all_permissive": false
} |
ansible_role | tw-leansw/leansw-platform-infrastructure | d851fe60b5a1144749cba22f4f4ac1c79b5b638b | 3 | provision/roles/rancher-agent | 7,767 | [
"no_license"
] | [
{
"path": "provision/roles/rancher-agent/defaults/main.yml",
"content": "---\n# version\nrancher_server_url: \"http://localhost:8080\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "provision/roles/rancher-agent/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | alves-luis/opacum | 6bc09e0727cd1368338d5b1d2330c537c9c37b89 | 0 | roles/registry | 7,767 | [
"no_license"
] | [
{
"path": "roles/registry/tasks/main.yml",
"content": "---\n- name: Trust self signed certificate\n import_tasks: self_signed_cert.yml\n when: unsafe == 'true'\n- name: Setup Registry\n import_tasks: setup_registry.yml\n when: create == 'true'",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2970,
"all_permissive": false
} |
ansible_role | TheNightAngel17/IaC-k3s | b437b01f981300797d1dbd092017c263f4435169 | 1 | ansible/roles/k3s_agent | 7,767 | [
"permissive"
] | [
{
"path": "ansible/roles/k3s_agent/tasks/main.yml",
"content": "---\n- name: Check for PXE-booted system\n block:\n - name: Check if system is PXE-booted\n ansible.builtin.command:\n cmd: cat /proc/cmdline\n register: boot_cmdline\n changed_when: false\n check_mode: false\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1398,
"all_permissive": true
} |
ansible_role | TheNightAngel17/IaC-k3s | b437b01f981300797d1dbd092017c263f4435169 | 1 | ansible/roles/raspberrypi | 7,767 | [
"permissive"
] | [
{
"path": "ansible/roles/raspberrypi/tasks/main.yml",
"content": "---\n- name: Test for raspberry pi /proc/cpuinfo\n command: grep -E \"Raspberry Pi|BCM2708|BCM2709|BCM2835|BCM2836\" /proc/cpuinfo\n register: grep_cpuinfo_raspberrypi\n failed_when: false\n changed_when: false\n\n- name: Test for raspber... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3502,
"all_permissive": true
} |
ansible_role | BrunoStel/ansible-full-cycle | 56fc1d246771f850b3c3e49278f6b58488d2e2b5 | 0 | roles/docker-swarm-manager | 7,767 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-manager/tasks/main.yml",
"content": "---\n- name: Init docker docker swarm \n docker_swarm:\n state: present\n register: init_swarm\n\n- name: Join token\n set_fact:\n join_token_worker: \"{{ init_swarm.swarm_facts.JoinTokens.Worker }}\"",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | BrunoStel/ansible-full-cycle | 56fc1d246771f850b3c3e49278f6b58488d2e2b5 | 0 | roles/install-docker | 7,767 | [
"no_license"
] | [
{
"path": "roles/install-docker/tasks/main.yml",
"content": "---\n- name: Install required libs\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3-pip\n - virtualenv\n - python3-setuptools\n state: present\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | micahflee/semiphemeral.com | 57fea77b11f788487c5cd5e8169337cf232c15a4 | 5 | ansible/roles/app | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/app/templates/opt/semiphemeral/backup.sh",
"content": "#!/bin/bash\n\nTIMESTAMP=$(date +%F_%T)\nFILENAME=/opt/semiphemeral/semiphemeral-{{ deploy_environment }}-$TIMESTAMP.tar.gz\n\necho \"== Compressing\" &&\ntar -czvf \"$FILENAME\" /opt/semiphemeral/data/redis/ &&\n\necho \"== Fin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2560,
"all_permissive": false
} |
ansible_role | micahflee/semiphemeral.com | 57fea77b11f788487c5cd5e8169337cf232c15a4 | 5 | ansible/roles/app_update | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/app_update/tasks/main.yaml",
"content": "---\n- name: copy the app\n copy:\n src: \"{{ app_tgz }}\"\n dest: /tmp/app.tgz\n\n- name: extract the app\n unarchive:\n remote_src: yes\n src: /tmp/app.tgz\n dest: /opt/semiphemeral\n\n- name: /opt/semiphemeral/app/docker-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | micahflee/semiphemeral.com | 57fea77b11f788487c5cd5e8169337cf232c15a4 | 5 | ansible/roles/base | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yaml",
"content": "---\n- name: update all packages\n apt:\n update_cache: yes\n upgrade: dist\n autoremove: yes\n\n- name: ensure dependencies are installed\n apt:\n state: present\n name: \"{{ packages }}\"\n vars:\n packages:\n - unattend... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | micahflee/semiphemeral.com | 57fea77b11f788487c5cd5e8169337cf232c15a4 | 5 | ansible/roles/db | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/db/templates/db/max_conns.sql",
"content": "ALTER SYSTEM SET max_connections = 2000;\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/db/tasks/main.yaml",
"content": "---\n- name: set hostname\n hostname... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2527,
"all_permissive": false
} |
ansible_role | micahflee/semiphemeral.com | 57fea77b11f788487c5cd5e8169337cf232c15a4 | 5 | ansible/roles/docker | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "---\n- name: ensure dependencies are installed\n apt:\n state: present\n name: \"{{ packages }}\"\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | micahflee/semiphemeral.com | 57fea77b11f788487c5cd5e8169337cf232c15a4 | 5 | ansible/roles/extra_swap | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/extra_swap/tasks/main.yaml",
"content": "---\n- name: check if swap file exists\n stat:\n path: /swapfile\n register: swapfile\n\n- name: create 16GB swapfile\n shell: fallocate -l 16G /swapfile\n when: swapfile.stat.exists == false\n\n- name: ensure swapfile has the right pe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | betbederstephane/ISEG_RPI | fce53c737a3f19b0d87b139439a628d06cecf582 | 1 | ansible/roles/network | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/network/vars/main.yml",
"content": "balena_wifi_connect_version: 4.2.13\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "- name: Check if screenly-network-manager file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2189,
"all_permissive": false
} |
ansible_role | betbederstephane/ISEG_RPI | fce53c737a3f19b0d87b139439a628d06cecf582 | 1 | ansible/roles/screenly | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/screenly/tasks/main.yml",
"content": "- name: Ensure folders exist\n file:\n path: \"/home/pi/{{ item }}\"\n state: directory\n owner: pi\n group: pi\n with_items:\n - .screenly\n - .config\n - screenly_assets\n\n- name: Copy Screenly default assets file\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3299,
"all_permissive": false
} |
ansible_role | betbederstephane/ISEG_RPI | fce53c737a3f19b0d87b139439a628d06cecf582 | 1 | ansible/roles/system | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/system/tasks/main.yml",
"content": "\n#- name: test for available disk space\n# assert:\n# that:\n# - \"{{ item.size_available > 500 * 1000 * 1000 }}\" # 500Mb\n# when: \"{{ item.mount == '/' }}\"\n# with_items: \"{{ ansible_mounts }}\"\n\n\n# We need custom handling for B... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6474,
"all_permissive": false
} |
ansible_role | betbederstephane/ISEG_RPI | fce53c737a3f19b0d87b139439a628d06cecf582 | 1 | ansible/roles/tools | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/tools/tasks/main.yml",
"content": "- name: Copy ngrok binary\n copy:\n src: ngrok\n dest: /usr/local/bin/\n mode: 0755\n owner: root\n group: root\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/auth | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/auth/tasks/home-directory.yaml",
"content": "---\n\n- name: \"Check if home directory exists for {{ item.key }}\"\n ansible.builtin.stat:\n path: \"{{ playbook_dir }}/files/home/{{ item.key }}/\"\n register: home_directory_exists\n run_once: true\n become: false\n delegate_t... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2757,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/basic_setup | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/basic_setup/tasks/main.yaml",
"content": "---\n\n- name: Create service file\n ansible.builtin.template:\n src: automate.j2\n dest: /etc/systemd/system/automate.service\n mode: 0644\n notify: Reload systemctl\n\n- name: Flush handlers\n ansible.builtin.meta: flush_handle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2072,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/droplets | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/droplets/tasks/main.yaml",
"content": "---\n\n- name: Gather information about droplet\n community.digitalocean.digital_ocean_droplet_info:\n oauth_token: \"{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}\"\n name: \"{{ inventory_hostname }}\"\n register: droplet_found\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/hostname | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/hostname/defaults/main.yaml",
"content": "---\n\nhostname__domain: local\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/hostname/tasks/main.yaml",
"content": "---\n\n- name: Set hostname\n ansible.buil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/hosts | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/hosts/templates/hosts.j2",
"content": "# {{ ansible_managed }}\n\n# Local IPv4\n127.0.0.1 {{ inventory_hostname }} {{ inventory_hostname_short }}\n127.0.0.1 localhost\n\n# Local IPv6\n::1 ip6-localhost ip6-loopback\nfd00:c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/local_fact | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/local_fact/defaults/main.yaml",
"content": "---\n\n# local_facts__example:\n# - name: exampleFileName\n# categories:\n# - name: exampleCategoryName\n# facts:\n# - name: exampleFact\n# value: false\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/ntp | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp/templates/ntp.conf.j2",
"content": "# {{ ansible_managed }}\n\ndriftfile /var/lib/ntp/ntp.drift\n\nstatistics loopstats peerstats clockstats\n\nfilegen loopstats file loopstats type day enable\nfilegen peerstats file peerstats type day enable\nfilegen clockstats file clockstats ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/provision | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/provision/tasks/main.yaml",
"content": "---\n\n- name: Update local facts\n ansible.builtin.setup:\n filter: ansible_local\n\n- name: Add provision local fact\n ansible.builtin.include_role:\n name: local_fact\n with_items: \"{{ provision__pre_upgrade }}\"\n when: ansible_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/ssh | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/defaults/main.yaml",
"content": "---\n\nssh__port: 22\n\nssh__password_authentication: \"yes\"\n\nssh__public_key_authentication: \"yes\"\n\nssh__root_login: \"no\"\n\nssh__authorized_keys_path: false\n\nssh__allowed_groups: []\n\nssh__authentication_methods: false\n\nssh__ufw_r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3584,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/timezone | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/timezone/defaults/main.yaml",
"content": "---\n\ntimezone__timezone: UTC\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/timezone/tasks/main.yaml",
"content": "---\n\n- name: Set timezone\n ansible.buil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/ufw | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/ufw/tasks/main.yaml",
"content": "---\n\n- name: Set_fact ufw__rules\n ansible.builtin.set_fact:\n ufw__rules: \"{{ ufw__rules | default([]) | combine(lookup('vars', item), recursive=true) }}\"\n loop: \"{{ query('varnames', '^ufw__rules__.+') }}\"\n\n- name: Install UFW\n ans... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1578,
"all_permissive": false
} |
ansible_role | CSC456-AutoMate/Auto-Mate | 626418460526fdbe244589d29684bebdca759d98 | 3 | ansible/roles/unattended-upgrades | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/unattended-upgrades/tasks/main.yaml",
"content": "---\n\n- name: Install unattended-upgrades\n ansible.builtin.apt:\n name: unattended-upgrades\n\n- name: Setup unattended-upgrades config\n ansible.builtin.template:\n src: 50unattended-upgrades.j2\n dest: /etc/apt/apt.con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1736,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.