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 | DuarteDiasCTW/terraform-academy | 09c7bbc1bc699ed890892ddf65cc525abc308856 | 0 | ansible/playbooks/roles/install_packages | 1,559 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/install_packages/defaults/main.yaml",
"content": "packagesToInstall:\n - unzip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/playbooks/roles/install_packages/tasks/main.yaml",
"content": "- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | dhhiep/vagrant-ansible | 20e7bde42ae820820ee4075b57446019538a6098 | 0 | provisioning/roles/general | 1,559 | [
"no_license"
] | [
{
"path": "provisioning/roles/general/tasks/main.yml",
"content": "---\n- name: Update apt cache.\n command: apt update\n\n- name: Install NGINX web server.\n apt: name=nginx state=present\n\n- name: Install htop\n apt: name=htop state=present\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | wejdann/assignment-Week8 | a16fdee90cceb5b09114753a702fb45596a4a49f | 0 | ansible_roles/roles/application | 1,559 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/application/tasks/main.yml",
"content": "- name: Create app directory\n ansible.builtin.file:\n path: \"{{ app_dest_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Copy app files to remote\n ansible.builtin.copy:\n src : \"{{ app_src_dir }}/\"\n dest: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | wejdann/assignment-Week8 | a16fdee90cceb5b09114753a702fb45596a4a49f | 0 | ansible_roles/roles/cleanup | 1,559 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/cleanup/tasks/main.yml",
"content": "- name: Stop and remove Docker containers\n community.docker.docker_container:\n name: \"{{ item }}\"\n state: absent\n loop: \"{{ docker_containers }}\"\n ignore_errors: yes\n\n- name: Remove Docker images\n community.docker.dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | wejdann/assignment-Week8 | a16fdee90cceb5b09114753a702fb45596a4a49f | 0 | ansible_roles/roles/docker_network | 1,559 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/docker_network/tasks/main.yml",
"content": "- name: Create a custom Docker network\n community.docker.docker_network:\n name: \"{{ docker_network_name }}\"\n driver: \"{{ docker_network_driver }}\"\n state: present\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | wejdann/assignment-Week8 | a16fdee90cceb5b09114753a702fb45596a4a49f | 0 | ansible_roles/roles/postgres_db | 1,559 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/postgres_db/tasks/main.yml",
"content": "- name: Pull the official PostgreSQL Docker image\n community.docker.docker_image:\n name: \"{{ postgres_image }}\"\n source: pull\n notify: restart postgres container\n\n- name: Run PostgreSQL container\n community.docker.dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 754,
"all_permissive": false
} |
ansible_role | qajlsalvador/Hands-on-Activity-15- | 75f81360e3a88d6910e92d1f09f02f94682ed130 | 0 | roles/cinder | 1,639 | [
"no_license"
] | [
{
"path": "roles/cinder/tasks/main.yml",
"content": "---\n\n- name: install cinder\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - cinder-scheduler\n - cinder-api\n - apache2\n become: true\n\n- name: restart cinder\n service:\n name: cinder-scheduler\n state: restarted\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | qajlsalvador/Hands-on-Activity-15- | 75f81360e3a88d6910e92d1f09f02f94682ed130 | 0 | roles/horizon | 1,639 | [
"no_license"
] | [
{
"path": "roles/horizon/tasks/main.yml",
"content": "---\n\n- name: install Horizon\n apt:\n name:\n - openstack-dashboard\n - apache2\n state: present\n become: true\n\n- name: restart apache2\n service:\n name: apache2\n state: restarted\n enabled: yes\n become: true\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | qajlsalvador/Hands-on-Activity-15- | 75f81360e3a88d6910e92d1f09f02f94682ed130 | 0 | roles/neutron | 1,639 | [
"no_license"
] | [
{
"path": "roles/neutron/tasks/main.yml",
"content": "---\n\n- name: install neutron\n apt:\n name: neutron-server\n state: present\n become: true\n\n- name: restart neutron\n service:\n name: neutron-server\n state: restarted\n enabled: yes\n become: true\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | devops-csye7220/infra-k8s | 027fc26737f122d725df3ecd13af7c3c115c1240 | 0 | ansible/jenkins-kube-context-setup/roles/copy-kube-config | 1,639 | [
"no_license"
] | [
{
"path": "ansible/jenkins-kube-context-setup/roles/copy-kube-config/tasks/main.yml",
"content": "---\n- name: Transfer GCP config\n copy:\n src: \"{{ playbook_dir }}/service-account-credentials.json\"\n dest: /var/lib/jenkins/.kube/\n mode: 0600\n owner: jenkins\n group: jenkins\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | devops-csye7220/infra-k8s | 027fc26737f122d725df3ecd13af7c3c115c1240 | 0 | ansible/jenkins-kube-context-setup/roles/kube-cluster | 1,639 | [
"no_license"
] | [
{
"path": "ansible/jenkins-kube-context-setup/roles/kube-cluster/defaults/main.yml",
"content": "---\ngke_cluster_name: \"gke-csye7220-devops\"\ngke_region: \"us-east4\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/jenkins-kube-context-s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | devops-csye7220/infra-k8s | 027fc26737f122d725df3ecd13af7c3c115c1240 | 0 | ansible/metric-components-setup/roles/setup-efk-logging | 1,639 | [
"no_license"
] | [
{
"path": "ansible/metric-components-setup/roles/setup-efk-logging/files/helm_chart_efk/templates/_helpers.tpl",
"content": "{{/*\nExpand the name of the chart.\n*/}}\n{{- define \"helm_chart_efk.name\" -}}\n{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix \"-\" }}\n{{- end }}\n\n{{/*\nC... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2009,
"all_permissive": false
} |
ansible_role | devops-csye7220/infra-k8s | 027fc26737f122d725df3ecd13af7c3c115c1240 | 0 | ansible/metric-components-setup/roles/setup-metrics | 1,639 | [
"no_license"
] | [
{
"path": "ansible/metric-components-setup/roles/setup-metrics/tasks/main.yml",
"content": "---\n# From repository\n- name: Add Prometheus Community Helm chart repo\n community.kubernetes.helm_repository:\n name: prometheus-community\n repo_url: \"https://prometheus-community.github.io/helm-charts\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | lazy404/ansible-lamp | d7a2aa75af6d93c57baa69e22888c1ad8471792d | 0 | ansible/roles/httpd | 1,639 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd/tasks/install_httpd.yml",
"content": "---\n# These tasks install http and the php modules.\n\n- name: update cache\n apt: update_cache=yes\n\n- name: Install apache 2.4\n apt: name={{ item }} state=present\n with_items:\n - apache2-mpm-event\n\n- name: enable mod_proxy_fc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2240,
"all_permissive": false
} |
ansible_role | lazy404/ansible-lamp | d7a2aa75af6d93c57baa69e22888c1ad8471792d | 0 | ansible/roles/users | 1,639 | [
"no_license"
] | [
{
"path": "ansible/roles/users/defaults/main.yml",
"content": "---\nsite_default_umask: 0755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "---\n- name: Create users\n user: >\n name={{ it... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | wissemmtiri/terraform-IaC | 395c4d35d33982141d7ee9e4684b7b03b082360c | 0 | ansible/roles/common | 1,639 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: \"{{ cache_valid_time }}\"\n\n- name: Install Docker and Docker Compose\n apt:\n name: \"{{ docker_packages }}\"\n state: present\n\n- name: Add current... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | wissemmtiri/terraform-IaC | 395c4d35d33982141d7ee9e4684b7b03b082360c | 0 | ansible/roles/jenkins | 1,639 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Pull Jenkins Docker image\n docker_image:\n name: \"{{ jenkins_image }}\"\n source: pull\n\n- name: Start Jenkins server container\n docker_container:\n name: \"{{ jenkins_container_name }}\"\n image: \"{{ jenkins_image... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | Intel107/serversetup | 49f1ed4d531e9a367b74b49cd2c099ed0bdba927 | 0 | roles/mysql | 1,639 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Mysql adatbázis létrehozása..\n mysql_db: \n name={{ wp_mysql_db }} \n state=present\n login_user={{ login_user }}\n login_password={{ login_password }}\n\n- name: Mysql felhasználó létrehozása..\n mysql_user: \n name={{ wp_my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | Intel107/serversetup | 49f1ed4d531e9a367b74b49cd2c099ed0bdba927 | 0 | roles/php | 1,639 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Php bővítmények telepítése..\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - php-gd \n - php-ssh2\n\n# tasks file for php\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | Intel107/serversetup | 49f1ed4d531e9a367b74b49cd2c099ed0bdba927 | 0 | roles/wordpress | 1,639 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: WordPress letöltése.. \n get_url: \n url=https://wordpress.org/latest.tar.gz \n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: WordPress kicsomagolása \n unarchive: src=/tmp/wordpress.tar.gz dest=/var/www/ copy=no\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1322,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/beet | 1,639 | [
"no_license"
] | [
{
"path": "roles/beet/tests/test.yml",
"content": "- hosts: localhost\n remote_user: root\n roles:\n - beet\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/beet/templates/config.yaml.j2",
"content": "directory: {{ beet.music_direct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2505,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/caddy | 1,639 | [
"no_license"
] | [
{
"path": "roles/caddy/tasks/main.yml",
"content": "- name: render Caddyfile into variable\n set_fact:\n caddy_file_content: \"{{ lookup('template', 'Caddyfile.j2') }}\"\n with_items:\n - \"{{ reverse_proxies }}\"\n tags: caddy-config\n\n- name: install caddy from role\n ansible.builtin.import_rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2008,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/common | 1,639 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nfs.yml",
"content": "- name: create mountpoints for nfs\n ansible.builtin.file:\n path: \"{{ item.mountpoint }}\"\n state: directory\n with_items: \"{{ nfs_mounts }}\"\n\n- name: ensure all nfs mounts are defined\n ansible.posix.mount:\n src: \"{{ item.src}}:{{ ite... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5109,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/coolify | 1,639 | [
"no_license"
] | [
{
"path": "roles/coolify/defaults/main.yml",
"content": "---\n# defaults file for coolify\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/coolify/tasks/main.yml",
"content": "---\n# tasks file for coolify\n\n#---------------------------... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4308,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/gitlab_runner | 1,639 | [
"no_license"
] | [
{
"path": "roles/gitlab_runner/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - gitlab_runner\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/gitlab_runner/defaults/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2495,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/grafana | 1,639 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/mimir.yml.j2",
"content": "multitenancy_enabled: false\n\nserver:\n http_listen_port: 9009\n\n # Configure the server to allow messages up to 100MB.\n grpc_server_max_recv_msg_size: 104857600\n grpc_server_max_send_msg_size: 104857600\n grpc_server_max_concurrent_stre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 37628,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/imagehost | 1,639 | [
"no_license"
] | [
{
"path": "roles/imagehost/templates/x0.conf.j2",
"content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n\n root /var/www/x0;\n index index.php;\n\n location ~ /(.+)$ {\n root /var/www/x0/files;\n }\n\n\n\n location = / { \n limit_except GET ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/mailer | 1,639 | [
"no_license"
] | [
{
"path": "roles/mailer/handlers/main.yml",
"content": "---\n# handlers file for mailer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/mailer/vars/main.yml",
"content": "---\n# vars file for mailer\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2620,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/minio | 1,639 | [
"no_license"
] | [
{
"path": "roles/minio/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n- name: create minio data directory\n ansible.builtin.file:\n path: \"/root/.minio\"\n state: directory\n owner: 1001\n group: 1001\n mode: 0777\n\n- name: create minio container\n community.docker.doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/namada_validator | 1,639 | [
"no_license"
] | [
{
"path": "roles/namada_validator/vars/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for namada_validator\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/namada_validator/tasks/main.yml",
"content": "#SPDX-Lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1846,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/nordvpn | 1,639 | [
"no_license"
] | [
{
"path": "roles/nordvpn/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for nordvpn\n- name: install nordvpn\n ansible.builtin.shell:\n cmd: \"{{ item }}\"\n with_items:\n - wget -O /tmp/install.sh https://downloads.nordcdn.com/apps/linux/install.sh\n - \"sh /tmp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/samba | 1,639 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "- name: create mountpoints\n become: yes\n file:\n path: \"{{ item.path }}\"\n state: directory\n with_items: \"{{ samba_shares }}\"\n\n- name: mount shares in fstab\n become: yes\n ansible.posix.mount:\n src: \"{{ item.share }}\"\n path: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/tailscale | 1,639 | [
"no_license"
] | [
{
"path": "roles/tailscale/tasks/main.yml",
"content": "# tailscale proxmox https://tailscale.com/kb/1130/lxc-unprivileged\n# echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf\n# echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf\n# sudo sysctl -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/transmission | 1,639 | [
"no_license"
] | [
{
"path": "roles/transmission/templates/settings.json.j2",
"content": "{\n \"alt-speed-down\": {{ alt_speed_down | to_json }},\n \"alt-speed-enabled\": {{ alt_speed_enabled | to_json }},\n \"alt-speed-time-begin\": {{ alt_speed_time_begin | to_json }},\n \"alt-speed-time-day\": {{ alt_speed_time... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 16949,
"all_permissive": false
} |
ansible_role | m1dnight/homelab | e1b4a9181cd67477d9c4b132ebf3b5502742d5e0 | 1 | roles/weechat | 1,639 | [
"no_license"
] | [
{
"path": "roles/weechat/tests/test.yml",
"content": "- hosts: localhost\n remote_user: root\n roles:\n - weechat\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/weechat/tasks/main.yml",
"content": "- name: stop running weechat\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4429,
"all_permissive": false
} |
ansible_role | pogodin2004/devops-school-ansible | b735ff838bc81d39746baa9df5934f7674bdfbc1 | 0 | homework3/roles/httpdRole | 1,639 | [
"no_license"
] | [
{
"path": "homework3/roles/httpdRole/defaults/main.yml",
"content": "---\n# defaults file for httpdRole",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "homework3/roles/httpdRole/vars/main.yml",
"content": "---\npackagename: httpd\npath_to_file:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | pogodin2004/devops-school-ansible | b735ff838bc81d39746baa9df5934f7674bdfbc1 | 0 | homework3/roles/vsftpdRole | 1,639 | [
"no_license"
] | [
{
"path": "homework3/roles/vsftpdRole/handlers/main.yml",
"content": "---\n# handlers file for vsftpdRole\n\n- name: restart_vsftpd\n service: \n name: \"{{ packagename }}\"\n state: restarted\n- name: restart_firewalld\n service:\n name: \"{{ firewall }}\"\n state: restarted\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1966,
"all_permissive": false
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/configdrive | 1,639 | [
"permissive"
] | [
{
"path": "roles/configdrive/defaults/main.yml",
"content": "---\n# Check if genisoimage and other packages which are needed to create\n# configdrive are installed. The check can be disabled to speed up (a bit)\n# the role (assuming the packages are already installed)\nconfigdrive_check_required_packages: T... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 24915,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/dnsmasq | 1,639 | [
"permissive"
] | [
{
"path": "roles/dnsmasq/templates/dnsmasq.conf.j2",
"content": "#jinja2: trim_blocks: \"true\", lstrip_blocks: \"true\"\n# {{ ansible_managed }}\n# Configuration file for dnsmasq.\n# /etc/dnsmasq.conf (0644): server dnsmasq configuration\n#\n# Format is one option per line, legal options are the same\n# as... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 31089,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/inspector | 1,639 | [
"permissive"
] | [
{
"path": "roles/inspector/handlers/main.yml",
"content": "---\n- name: restart inspector\n service:\n name: \"{{ ironic_inspector_service_name }}\"\n state: restarted\n\n- name: reload inspector\n service:\n name: \"{{ ironic_inspector_service_name }}\"\n state: reloaded\n\n- name: start insp... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 54407,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/ironic | 1,639 | [
"permissive"
] | [
{
"path": "roles/ironic/tasks/main.yml",
"content": "---\n- name: Control if the role is supported on this system\n fail: msg=\"Ironic role is not supported on this system\"\n when: >\n ansible_distribution != 'Ubuntu' and\n ansible_distribution != 'CentOS' and\n ansible_distribution != 'Debia... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 23,
"total_bytes": 139098,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/monit | 1,639 | [
"permissive"
] | [
{
"path": "roles/monit/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME> (<EMAIL>)\n description: Install and setup Monit on RedHat/Debian based distributions\n license: Apache 2.0\n min_ansible_version: 2.0\n\n platforms:\n - name: EL\n versions:\n - 7\n - name: Ubuntu\n versio... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 19012,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/mysql | 1,639 | [
"permissive"
] | [
{
"path": "roles/mysql/templates/my.cnf.j2",
"content": "# {{ ansible_managed }}\n#\n# MySQL configuration file\n#\n# Comments begin with a '#' and extend through the end of the line. Keywords\n# are case insensitive.\n#\n# One can use all long options that the program supports.\n# Run program with --help t... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 27842,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/nginx | 1,639 | [
"permissive"
] | [
{
"path": "roles/nginx/tasks/install.yml",
"content": "---\n# Debian repository\n- block:\n - name: Debian - Import repository key\n apt_key:\n url: \"{{ nginx_os_repo_key }}\"\n state: present\n when: nginx_os_repo_key and nginx_os_repo_key | search(\"http://.*\")\n ignore_errors: yes\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 25667,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/rabbitmq | 1,639 | [
"permissive"
] | [
{
"path": "roles/rabbitmq/tasks/federate.yml",
"content": "---\n- name: Active the federation plugin\n rabbitmq_plugin:\n names: \"{{ rabbitmq_federation_plugin }}\"\n new_only: yes\n register: __rabbitmq_federation_plugin\n\n- name: Restart RabbitMQ to setup federation\n service:\n name: \"{{ r... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 14767,
"all_permissive": true
} |
ansible_role | jriguera/ansible-ironic-standalone | eaab5e191459f4d56ecd9729e19884058cd6a797 | 44 | roles/webclient | 1,639 | [
"permissive"
] | [
{
"path": "roles/webclient/templates/config.j2",
"content": "[\n{% for key in webclient_config_list %}\n {\n \"name\": \"{{ key['name'] }}\",\n \"ironic\": {\n \"apiRoot\": \"{{ key['ironic_api'] }}\"\n }{% if key['glance_api'] is defined %},\n \"glance\": {\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4188,
"all_permissive": true
} |
ansible_role | konstantin-zubarev/dz_mysql | ee62e008c80039e771d8a64cac7033ca69150a8f | 0 | dz/roles/mysql | 1,639 | [
"no_license"
] | [
{
"path": "dz/roles/mysql/templates/conf/03-performance.cnf",
"content": "[mysqld]\n{% if mysql.skip_external_locking %}\nskip-external-locking\n{% endif %}\nkey-buffer-size = {{ mysql.key_buffer_size }}\nmax-allowed-packet = {{ mysql.max_allowed_packet }}\ntable-open-cache = {{ mysql.table_open_cache }}\ns... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5302,
"all_permissive": false
} |
ansible_role | vladimirdemari/Obligatorio-ASLX | 25be0dc8738e2abb20fca727a86f51a7cf9b6ba4 | 0 | roles/container_tomcat | 1,639 | [
"no_license"
] | [
{
"path": "roles/container_tomcat/handlers/main.yml",
"content": "---\n# handlers file for roles/container_tomcat\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/container_tomcat/tasks/main.yml",
"content": "---\n# tasks file for roles/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1371,
"all_permissive": false
} |
ansible_role | vladimirdemari/Obligatorio-ASLX | 25be0dc8738e2abb20fca727a86f51a7cf9b6ba4 | 0 | roles/create.database | 1,639 | [
"no_license"
] | [
{
"path": "roles/create.database/files/todo.sql",
"content": "-- MySQL dump 10.19 Distrib 10.3.35-MariaDB, for Linux (x86_64)\n--\n-- Host: localhost Database: todo\n-- ------------------------------------------------------\n-- Server version\t10.3.35-MariaDB\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3551,
"all_permissive": false
} |
ansible_role | vladimirdemari/Obligatorio-ASLX | 25be0dc8738e2abb20fca727a86f51a7cf9b6ba4 | 0 | roles/mariadb_verdes | 1,639 | [
"no_license"
] | [
{
"path": "roles/mariadb_verdes/vars/main.yml",
"content": "---\n# vars file for roles/mariadb_verdes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/mariadb_verdes/tasks/main.yml",
"content": "---\n# tasks file for roles/mariadb_verdes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | mbenik/ansible | 044914f6301f3566fa6cc2e7b6a0e2ec80dcc1ed | 0 | 004-roles/roles/common | 1,639 | [
"no_license"
] | [
{
"path": "004-roles/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Install php8.1 prerequisities\n apt:\n name:\n - lsb-release\n - ca-certificates\n - apt-transport-https\n - software-properties-common\n state: present\n update_cache: yes\n b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | mbenik/ansible | 044914f6301f3566fa6cc2e7b6a0e2ec80dcc1ed | 0 | 005-company-groups/roles/common | 1,639 | [
"no_license"
] | [
{
"path": "005-company-groups/roles/common/tasks/main.yml",
"content": "---\n- include: Debian-family.yml\n when: ansible_os_family == 'Debian'\n\n- include: Centos-family.yml\n when: ansible_os_family == 'RedHat'\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | mbenik/ansible | 044914f6301f3566fa6cc2e7b6a0e2ec80dcc1ed | 0 | 005-company-groups/roles/dev | 1,639 | [
"no_license"
] | [
{
"path": "005-company-groups/roles/dev/tasks/main.yml",
"content": "---\n# tasks file for dev\n- include: Debian-family.yml\n when: ansible_os_family == 'Debian'\n\n- include: Centos-family.yml\n when: ansible_os_family == 'RedHat'\n\n\n- become: yes\n block:\n - name: Ensure group \"docker\" exists\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5289,
"all_permissive": false
} |
ansible_role | mbenik/ansible | 044914f6301f3566fa6cc2e7b6a0e2ec80dcc1ed | 0 | 005-company-groups/roles/office | 1,639 | [
"no_license"
] | [
{
"path": "005-company-groups/roles/office/tasks/main.yml",
"content": "---\n# tasks file for office\n- name: Install office packages\n apt:\n name:\n - libreoffice\n - pidgin\n update_cache: yes\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | mbenik/ansible | 044914f6301f3566fa6cc2e7b6a0e2ec80dcc1ed | 0 | 006-lamp/roles/lamp | 1,639 | [
"no_license"
] | [
{
"path": "006-lamp/roles/lamp/tasks/main.yml",
"content": "---\n# tasks file for lamp\n- become: yes\n tags:\n - lamp\n block:\n - name: Install php8.1 prerequisities\n apt:\n name:\n - lsb-release\n - ca-certificates\n - apt-transport-https\n - softw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | mbenik/ansible | 044914f6301f3566fa6cc2e7b6a0e2ec80dcc1ed | 0 | 006-lamp/roles/mariadb-conf | 1,639 | [
"no_license"
] | [
{
"path": "006-lamp/roles/mariadb-conf/tasks/main.yml",
"content": "---\n# tasks file for mariadb-conf\n- name: Install phpmyadmin\n apt:\n name: \n - phpmyadmin\n - python3-pip\n - build-essential\n - libssl-dev\n - libffi-dev\n state: present\n update_cache: yes\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | slothPete7773/gitlab-selfhosted | bd4cf3d0ef96860767f27577929acc34f2b80e67 | 0 | ansible/roles/backup | 1,639 | [
"no_license"
] | [
{
"path": "ansible/roles/backup/tasks/main.yaml",
"content": "---\n# tasks file for roles/backup\n- name: Ensure GitLab is installed on remote host\n ansible.builtin.command: gitlab-ctl status\n register: gitlab_status\n failed_when: gitlab_status.rc > 1\n changed_when: gitlab_status.rc == 1\n- name: te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2382,
"all_permissive": false
} |
ansible_role | slothPete7773/gitlab-selfhosted | bd4cf3d0ef96860767f27577929acc34f2b80e67 | 0 | ansible/roles/gitlab | 1,639 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab/tasks/main.yml",
"content": "---\n# tasks file for roles/docker\n\n# - name: Install GitLab EE\n# hosts: gitlab_servers\n# become: true\n# vars:\n# gitlab_external_url: \"http://localhost\"\n# gitlab_edition: \"gitlab-ee\"\n# gitlab_version: latest # S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2514,
"all_permissive": false
} |
ansible_role | slothPete7773/gitlab-selfhosted | bd4cf3d0ef96860767f27577929acc34f2b80e67 | 0 | ansible/roles/restore | 1,639 | [
"no_license"
] | [
{
"path": "ansible/roles/restore/vars/main.yaml",
"content": "---\n# vars file for roles/restore\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/restore/defaults/main.yaml",
"content": "---\n# defaults file for roles/restore\n",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2482,
"all_permissive": false
} |
ansible_role | psantos10/cesae-devops-2025-ansible | 5491cadac315024cf246e8378463d4c12ac9e8c8 | 0 | roles/nginx | 1,639 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Atualizar o cache do apt\n apt:\n update_cache: yes\n\n- name: Instalar o nginx\n apt:\n name: nginx\n state: latest\n\n- name: Configuração personalizada\n template:\n src: default.j2\n dest: /etc/nginx/sites-enabled/default... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/apache | 1,639 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install apache\n apt: name={{ item }} state=latest\n with_items:\n - libapache2-mod-wsgi\n - apache2.2-common\n\n- name: a2enmod\n command: \"a2enmod {{ item }}\"\n with_items:\n - rewrite\n - deflate\n - headers\n - exp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1740,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/cherokee | 1,639 | [
"no_license"
] | [
{
"path": "roles/cherokee/tasks/main.yml",
"content": "---\n\n- name: Install dependencies\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - build-essential\n - autoconf\n - automake\n - libtool\n - gettext\n - rrdtool\n\n- name: Clone Repo\n git: repo=http://github... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1875,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/coapp | 1,639 | [
"no_license"
] | [
{
"path": "roles/coapp/files/routes.py",
"content": "#!/usr/bin/python\ndefault_application = 'eden_deployment'\ndefault_controller = 'setup'\ndefault_function = 'index'\nroutes_onerror = [\n ('eden_deployment/400', '!'),\n ('eden_deployment/401', '!'),\n ('eden_deployment/*', '/eden_de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3731,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/common | 1,639 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install Admin Tools\n apt: name={{item}} state=latest update_cache=yes\n with_items:\n - unzip\n - psmisc\n - mlocate\n - telnet\n - lrzsz\n - vim\n - elinks-lite\n - rcconf\n - htop\n - sudo\n - p7zip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3673,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/configure | 1,639 | [
"no_license"
] | [
{
"path": "roles/configure/files/compile",
"content": "#!/bin/bash\nset -e\nif [[ -z \"$1\" ]]; then\n echo >&2 \"Instance needs to be specified: prod or test or demo\"\n exit 1\nelif [[ ! -d \"/home/$1\" ]]; then\n echo >&2 \"$1 is not a valid instance!\"\n exit 1\nfi\nINSTANCE=$1\ncd /home/$IN... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7582,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/mysql | 1,639 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL\n apt: name={{ item }} state=latest install_recommends=no\n with_items:\n - mysql-server\n - python-mysqldb\n - libmysqlclient-dev\n\n- name: Install phpmyadmin\n apt: name={{ item }} state=latest install_recommends=n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1800,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/postgresql | 1,639 | [
"no_license"
] | [
{
"path": "roles/postgresql/files/pg1024",
"content": "#!/bin/sh\nsed -i 's|kernel.shmmax = 279134208|#kernel.shmmax = 279134208|' /etc/sysctl.conf\nsed -i 's|#kernel.shmmax = 552992768|kernel.shmmax = 552992768|' /etc/sysctl.conf\nsysctl -w kernel.shmmax=552992768\nsed -i 's|shared_buffers = 56MB|shared_bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7988,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/upgrades | 1,639 | [
"no_license"
] | [
{
"path": "roles/upgrades/tasks/main.yml",
"content": "---\n- name: Update System Packages\n apt: name={{ item }} state=latest\n with_items: system_packages\n\n- name: Update pip Packages\n pip: name={{ item }} extra_args='--upgrade'\n with_items: pip_packages\n\n- name: Pull from git remote\n command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | gnarula/eden_playbook | aeea26e993b0960cbb01eeca212091c98265af06 | 0 | roles/uwsgi | 1,639 | [
"no_license"
] | [
{
"path": "roles/uwsgi/files/update_clean.py",
"content": "import hashlib\n(db_string, pool_size) = settings.get_database_string()\nprod_table_string = hashlib.md5(db_string).hexdigest()\nsettings.database.database = \"sahana-test\"\n(db_string, pool_size) = settings.get_database_string()\ntest_table_string... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4870,
"all_permissive": false
} |
ansible_role | moshloop/ansible-provision | 1fedb3169794f2df98b7060594cf114753a4090c | 1 | roles/aws | 1,599 | [
"no_license"
] | [
{
"path": "roles/aws/filter_plugins/ebs_dev.py",
"content": "import re\n\ndef ebs_dev(index,count=3):\n index = int(index)\n if index == 0:\n return \"/dev/xvdf\"\n else:\n return \"/dev/xvd\" + chr(ord('f') + index)\n\n\nclass FilterModule(object):\n def filters(self):\n ... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 30,
"total_bytes": 47929,
"all_permissive": false
} |
ansible_role | moshloop/ansible-provision | 1fedb3169794f2df98b7060594cf114753a4090c | 1 | roles/azure | 1,599 | [
"no_license"
] | [
{
"path": "roles/azure/tasks/firewall.yml",
"content": " - name: render security groups\n shell: \"fireviz export firewall/*.gv --azure --location {{region}} --name nsg-{{region}} > build/fw.json\"\n register: fireviz\n\n - debug: var=fireviz\n\n - name: deploy firewall\n shell: az group deploym... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11064,
"all_permissive": false
} |
ansible_role | moshloop/ansible-provision | 1fedb3169794f2df98b7060594cf114753a4090c | 1 | roles/virtualbox | 1,599 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yml",
"content": " - include: ../volumes.yml\n - include: ../cloud-init.yml\n\n - name: Clone VM (Linked)\n shell: VBoxManage clonevm {{template}} --register --options link --name {{inventory_hostname}} --snapshot {{snapshot_name}}\n when: clone_type is define... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | moshloop/ansible-provision | 1fedb3169794f2df98b7060594cf114753a4090c | 1 | roles/vmware | 1,599 | [
"no_license"
] | [
{
"path": "roles/vmware/defaults/main.yml",
"content": "volumes: []",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 11
},
{
"path": "roles/vmware/tasks/main.yml",
"content": " - set_fact:\n vm: None\n datacenter: \"{{datacenter | default(region... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9209,
"all_permissive": false
} |
ansible_role | moshloop/ansible-provision | 1fedb3169794f2df98b7060594cf114753a4090c | 1 | roles/vmware-fusion | 1,599 | [
"no_license"
] | [
{
"path": "roles/vmware-fusion/tasks/main.yml",
"content": " - include: ../volumes.yml\n\n - include: ../cloud-init.yml\n\n - set_fact:\n vmx: \"{{vm_dir}}/{{inventory_hostname}}.vmx\"\n\n - name: Clone VM\n shell: vmrun clone '{{template}}' '{{vmx}}' linked -cloneName={{inventory_hostname}}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | chetan-patil7/ruby-hello-world | e12abde526342625887a8be5f99ae0a2c04a0bcc | 0 | ansible/roles/common | 1,599 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: Install system dependencies\n apt:\n name:\n - curl\n - wget\n - git\n - build-essential\n - libssl-dev... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2709,
"all_permissive": false
} |
ansible_role | chetan-patil7/ruby-hello-world | e12abde526342625887a8be5f99ae0a2c04a0bcc | 0 | ansible/roles/rails-app | 1,599 | [
"no_license"
] | [
{
"path": "ansible/roles/rails-app/tasks/main.yml",
"content": "---\n- name: Create release directory\n file:\n path: \"{{ deploy_path }}/{{ rails_env }}/releases/{{ ansible_date_time.epoch }}\"\n state: directory\n owner: \"{{ deploy_user }}\"\n group: \"{{ deploy_user }}\"\n mode: '0755'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3685,
"all_permissive": false
} |
ansible_role | chetan-patil7/ruby-hello-world | e12abde526342625887a8be5f99ae0a2c04a0bcc | 0 | ansible/roles/user-management | 1,599 | [
"no_license"
] | [
{
"path": "ansible/roles/user-management/tasks/main.yml",
"content": "---\n- name: Create user groups\n group:\n name: \"{{ item.value.name }}\"\n state: present\n loop: \"{{ user_groups | dict2items }}\"\n become: yes\n\n- name: Create user with specified access level\n user:\n name: \"{{ new_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2086,
"all_permissive": false
} |
ansible_role | duyvk99/khoaluan | efc0d428343a1d5e66ab1f21a8530f8e3b1c9dcf | 0 | ansible/roles/add_ssl | 1,599 | [
"no_license"
] | [
{
"path": "ansible/roles/add_ssl/vars/main.yml",
"content": "---\ndomain_name: \"isphone.ga\"\nhttp_port: \"80\"\nhttps_port: \"443\"\nhttp_conf: \"isphone.ga.conf\"\nroot_folder: \"/home/{{ domain_name }}/public_html\"\nlog_folder: \"/home/{{ domain_name }}/logs\"\nssl_folder: \"/home/{{ domain_name }}/ssl... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4111,
"all_permissive": false
} |
ansible_role | Muneer94/elk-docker | cbba470c4b8a7bb405fa5746eedd3e37c142c034 | 0 | roles/docker | 1,599 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Update apt packages\n apt:\n update_cache: yes\n\n- name: Docker is present\n apt:\n name: docker.io\n state: present\n\n- name: Python3-docker is present\n apt:\n name: python3-docker\n state: present\n\n- name: Ensure do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | Muneer94/elk-docker | cbba470c4b8a7bb405fa5746eedd3e37c142c034 | 0 | roles/elasticsearch | 1,599 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: Create elastic search volume\n docker_volume:\n name: dataes\n driver: local\n\n- name: Start elastic search container\n docker_container:\n name: \"{{ elasticsearch_hostname }}\"\n image: \"{{ elasticsearch_image }}\"\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | Muneer94/elk-docker | cbba470c4b8a7bb405fa5746eedd3e37c142c034 | 0 | roles/jenkins | 1,599 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n\n- name: Copy Jenkins Dockerfile\n copy:\n src: ./Dockerfile\n dest: \"{{ jenkins_docker_path }}\"\n mode: '0644'\n\n- name: Build Jenkins image with ansible from Dockerfile\n docker_image:\n build:\n path: \"{{ jenkins_docker_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1927,
"all_permissive": false
} |
ansible_role | Muneer94/elk-docker | cbba470c4b8a7bb405fa5746eedd3e37c142c034 | 0 | roles/kibana | 1,599 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: Start kibana container\n docker_container:\n name: \"{{ kibana_hostname }}\"\n image: \"{{ kibana_image }}\"\n env:\n servername: \"{{ server_name }}\"\n ELASTICSEARCH_HOSTS: \"http://{{ elasticsearch_hostname }}:9200\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | Muneer94/elk-docker | cbba470c4b8a7bb405fa5746eedd3e37c142c034 | 0 | roles/sonarqube | 1,599 | [
"no_license"
] | [
{
"path": "roles/sonarqube/tasks/main.yml",
"content": "---\n\n- name: Pull PostgreSQL image\n docker_image:\n name: \"{{ postgres_docker_image }}\"\n tag: \"{{ postgres_docker_image_tag }}\"\n\n- name: Create data container\n docker_container:\n name: \"{{ postgres_container_name }}-data\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | spookypeanut/justplayit | 8a2c4dab1875c8d928c81c0c3abdac20da56f127 | 0 | ansible/roles/audiobooks | 1,599 | [
"no_license"
] | [
{
"path": "ansible/roles/audiobooks/tasks/main.yml",
"content": "---\n\n- name: Remove pi user\n user:\n name: pi\n state: absent\n become: true\n\n- name: Add justplayit user\n become: true\n user:\n name: \"justplayit\"\n\n- name: Install required packages\n package:\n name:\n - git\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2473,
"all_permissive": false
} |
ansible_role | spookypeanut/justplayit | 8a2c4dab1875c8d928c81c0c3abdac20da56f127 | 0 | ansible/roles/raspberrypi-prep | 1,599 | [
"no_license"
] | [
{
"path": "ansible/roles/raspberrypi-prep/handlers/main.yml",
"content": "---\n\n- name: reboot now\n become: true\n reboot:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/roles/raspberrypi-prep/tasks/main.yml",
"content": "---\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | vvardany/01-ansible | 43b7faf4f5be8eeb1eb4d3888647cc3594c6241a | 0 | roles/check-sudo-privilege | 1,599 | [
"no_license"
] | [
{
"path": "roles/check-sudo-privilege/tasks/main.yml",
"content": "---\n - name: Check sudo privilege\n command: sudo -l -U \"{{ ansible_user_id }}\"\n args:\n warn: false\n register: result_sudo\n changed_when: false\n become: yes\n\n - fail: msg=\"Sudo privilege is missing!\"\n wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | vvardany/01-ansible | 43b7faf4f5be8eeb1eb4d3888647cc3594c6241a | 0 | roles/reboot | 1,599 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n - name: Reboot OS\n shell: \"sleep 5 && /usr/sbin/reboot\"\n async: 1\n poll: 0\n\n - name: Wait for Reboot\n wait_for_connection:\n connect_timeout: 20\n sleep: 5\n delay: 5\n timeout: 300\n\n - name: Check server... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | vvardany/01-ansible | 43b7faf4f5be8eeb1eb4d3888647cc3594c6241a | 0 | roles/stop-start-service | 1,599 | [
"no_license"
] | [
{
"path": "roles/stop-start-service/tasks/stop.yml",
"content": "---\n - name: Stopping httpd\n service:\n name: httpd\n state: stopped\n\n - name: Verify httpd state after stopping\n command: systemctl status httpd\n #ignore_errors: yes\n changed_when: false\n register: result_st... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | vvardany/01-ansible | 43b7faf4f5be8eeb1eb4d3888647cc3594c6241a | 0 | roles/upgrade-os | 1,599 | [
"no_license"
] | [
{
"path": "roles/upgrade-os/tasks/RedHat.yml",
"content": " - name: \"Installing updates using yum\"\r\n yum:\r\n name: \"*\"\r\n state: latest\r\n update_only: \"yes\"\r\n async: 600\r\n poll: 5\r\n register: update_result\r\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | trix1985/ansiblemysql | e6ec84c59b9b4becb47075f1401878f6c6903fe4 | 0 | roles/mysql | 1,599 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/install_mysql_python.yml",
"content": "---\n- name: Install mysql python\n become: yes\n yum: name=MySQL-python.x86_64 state=latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/mysql/files/newcheck_mysql.... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 3594,
"all_permissive": false
} |
ansible_role | rneillj/pokedex-build | 306a4fe2ad2e8537091806dc23cf92e899e26a0b | 0 | ansible/playbooks/roles/ec2 | 1,599 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/ec2/tasks/main.yml",
"content": "---\n# tasks file for ec2\n\n- name: launch ec2 instance\n ec2:\n assign_public_ip: \"{{ ec2_assign_public_ip }}\"\n aws_access_key: \"{{ ec2_access_key }}\"\n aws_secret_key: \"{{ ec2_secret_key }}\"\n count: \"{{ ec2_count }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2387,
"all_permissive": false
} |
ansible_role | rneillj/pokedex-build | 306a4fe2ad2e8537091806dc23cf92e899e26a0b | 0 | ansible/playbooks/roles/jenkins | 1,599 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins/\n\n- name: add jenkins repo\n become: yes\n copy: src=jenkins.repo\n dest=/etc/yum.repos.d/jenkins.repo\n owner=root\n group=root\n mode=0644\n\n- name: add jenkins key\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | AymaneLahnin/test25 | 0d60ae60bc378e6a7a5cf94cf5affb485b82c52b | 0 | roles/bucardo | 1,679 | [
"no_license"
] | [
{
"path": "roles/bucardo/tasks/main.yml",
"content": "---\n- name: Create Bucardo user if it does not exist\n shell: |\n sudo -u postgres psql -c \"CREATE USER {{ postgres_user }} WITH SUPERUSER;\"\n when: user_exists.stdout.strip() != '1'\n\n- name: Create Bucardo database if it does not exist\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | AymaneLahnin/test25 | 0d60ae60bc378e6a7a5cf94cf5affb485b82c52b | 0 | roles/common | 1,679 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Configure /etc/hosts\n lineinfile:\n path: /etc/hosts\n line: \"{{ item }}\"\n loop:\n - \"192.168.56.201 db\"\n - \"192.168.56.199 fedora\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | AymaneLahnin/test25 | 0d60ae60bc378e6a7a5cf94cf5affb485b82c52b | 0 | roles/data_population | 1,679 | [
"no_license"
] | [
{
"path": "roles/data_population/tasks/main.yml",
"content": "---\n- name: Add data to users table on postgres01\n shell: |\n sudo -u postgres psql -d {{ test_db }} -c \"\n INSERT INTO users(id, first_name, last_name, city)\n VALUES \n (1, 'Alice', 'Wonderland', 'Sweden'),\n (2, 'Bob', 'Rist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | AymaneLahnin/test25 | 0d60ae60bc378e6a7a5cf94cf5affb485b82c52b | 0 | roles/postgresql | 1,679 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/ubuntu.yml",
"content": "---\n- name: Install PostgreSQL on Ubuntu\n apt:\n name:\n - postgresql\n - postgresql-plperl-15\n state: present\n update_cache: yes\n\n- name: Configure postgresql.conf on Ubuntu\n lineinfile:\n path: /etc/postgresql/15/mai... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | AymaneLahnin/test25 | 0d60ae60bc378e6a7a5cf94cf5affb485b82c52b | 0 | roles/replication | 1,679 | [
"no_license"
] | [
{
"path": "roles/replication/tasks/main.yml",
"content": "---\n- name: Add databases to Bucardo\n shell: |\n bucardo add database server1 dbname={{ test_db }}\n bucardo add database server2 dbname={{ test_db }} host=192.168.56.199\n args:\n executable: /bin/bash\n when: inventory_hostname == 'db... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | AymaneLahnin/test25 | 0d60ae60bc378e6a7a5cf94cf5affb485b82c52b | 0 | roles/ufw | 1,679 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "---\n- name: Install UFW\n ansible.builtin.package:\n name: \"ufw\"\n state: present\n when: ansible_distribution in ['Ubuntu', 'Fedora']\n\n- name: Stop and disable firewalld (Fedora only)\n service:\n name: firewalld\n state: stopped\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | AymaneLahnin/test25 | 0d60ae60bc378e6a7a5cf94cf5affb485b82c52b | 0 | roles/verification | 1,679 | [
"no_license"
] | [
{
"path": "roles/verification/tasks/main.yml",
"content": "---\n- name: Verify PostgreSQL service\n service:\n name: postgresql\n state: restarted\n\n- name: Verify Bucardo status\n shell: bucardo status\n register: bucardo_status\n failed_when: \"'Good' not in bucardo_status.stdout\"\n\n- debug:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | anseifert/install-ignition-rhel8 | 14ae581555e9f0a5c2bf97be344a4d0ba89961bb | 0 | roles/install-ignition | 1,679 | [
"no_license"
] | [
{
"path": "roles/install-ignition/tasks/main.yml",
"content": "---\n\n- name: install ignition demo\n hosts: [ignition]\n gather_facts: false\n vars:\n ignition_version: 'Ignition-Edge-linux-x86-64-8'\n ignition_source: '/usr/local/'\n ignition_home: '/usr/local/ignition/'\n user: 'ignition'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1658,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.