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 | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/add_users | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/add_users/defaults/main.yml",
"content": "---\n# defaults file for add_users",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "lesson1/roles/add_users/tasks/main.yml",
"content": "---\n# tasks file for add_users\n- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/apache_uninstall | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/apache_uninstall/tasks/main.yml",
"content": "---\n# tasks file for apache_uninstall\n\n- package:\n name: \"httpd\"\n state: absent\n\n- name: Create a symbolic link\n file:\n path: /var/www/html/index.html\n state: absent \n\n\n- command: firewall-cmd --permanent --zo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/copy_str_node1 | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/copy_str_node1/tasks/main.yml",
"content": "---\n# tasks file for copy_str_node1\n- name: copy str to server\n copy:\n src: grub_file_str\n dest: /home/ansible/grub_file_str\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/edit_grub | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/edit_grub/handlers/main.yml",
"content": "---\n# handlers file for edit_grub",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "lesson1/roles/edit_grub/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: r... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/ftp_server | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/ftp_server/tasks/main.yml",
"content": "---\n# tasks file for ftp_server\n- name: Install FTP Server \n package:\n name: \"vsftpd\"\n state: present\n\n- name: start FTP\n service:\n name: \"vsftpd\"\n state: started\n- name: enable FTP\n service:\n name: \"vsftpd\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1903,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/local_parsing | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/local_parsing/handlers/main.yml",
"content": "---\n# handlers file for local_parsing",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "lesson1/roles/local_parsing/defaults/main.yml",
"content": "---\n# defaults file for l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/my_apache | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/my_apache/defaults/main.yml",
"content": "---\n# defaults file for my_apache",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "lesson1/roles/my_apache/handlers/main.yml",
"content": "---\n- name: restart apache\n service... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1428,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | lesson1/roles/write_grub | 7,528 | [
"no_license"
] | [
{
"path": "lesson1/roles/write_grub/tasks/main.yml",
"content": "---\n# tasks file for write_grub\n- shell: cat /home/ansible/grub_file_str \n register: output \n- ansible.builtin.lineinfile:\n path: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX='\n# insertafter: '^#GRB_CMDLINE_LINUX='\n# li... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | roles/git | 7,528 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Git checkout\n ansible.builtin.git:\n repo: 'https://github.com/andrei-shtanakov/singlpage.git'\n dest: /var/www/single\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | roles/nginx | 7,528 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.j2",
"content": "server {\n listen 80 default_server;\n root /var/www/single;\n index index.html;\n server_name localhost;\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/nginx/templates/inde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | roles/sshkey | 7,528 | [
"no_license"
] | [
{
"path": "roles/sshkey/tasks/main.yml",
"content": "- name: Generate an OpenSSH rsa keypair with a different size (2048 bits)\n community.crypto.openssh_keypair:\n path: /root/.ssh/id_ssh_rsa2\n size: 2048\n\n- name: Generate an OpenSSH rsa keypair with a different size (4096 bits)\n community.cryp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | roles/sysctl | 7,528 | [
"no_license"
] | [
{
"path": "roles/sysctl/tasks/scripts/sysctl_change.sh",
"content": "#!/bin/bash\nsysctl -w fs.file-max=1204000\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/sysctl/tasks/scripts/somaxconn_change.sh",
"content": "#!/bin/bash\nsysctl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | andrei-shtanakov/ansible-test | eaa989c97f53dc7d039b9d9730df84b84be95a02 | 0 | roles/utils | 7,528 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "- name: Install Wget, zsh, git\n apt:\n name=wget\n state=latest\n name=zsh\n state=latest\n name=git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/backend | 7,528 | [
"no_license"
] | [
{
"path": "roles/backend/templates/dolphinscheduler_env.sh.j2",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 13731,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/backend_db | 7,528 | [
"no_license"
] | [
{
"path": "roles/backend_db/tasks/main.yml",
"content": "---\n\n- name: ds backend init db\n shell: \"source ~/.bash_profile && sh {{ deploy_dir }}/backend/apache-dolphinscheduler-incubating-{{ dolphinscheduler_backend_version }}/script/create-dolphinscheduler.sh\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/check_config_static | 7,528 | [
"no_license"
] | [
{
"path": "roles/check_config_static/tasks/main.yml",
"content": "---\n\n#- name: Ensure only one monitoring host exists\n# fail: msg=\"One monitoring host should be specified.\"\n# when: groups['monitoring_servers'] | length != 1\n\n#- name: Ensure monitored_servers exists\n# fail: msg=\"monitored_serve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3592,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/check_system_static | 7,528 | [
"no_license"
] | [
{
"path": "roles/check_system_static/tasks/main.yml",
"content": "---\n\n- name: close fuck firewall\n shell: \"systemctl stop firewalld.service && systemctl disable firewalld.service\"\n\n- name: Disk space check - Fail task when disk is full\n shell: df -h . | tail -n1\n register: disk_space_st\n fail... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3004,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/dancer | 7,528 | [
"no_license"
] | [
{
"path": "roles/dancer/templates/easy_packages.yml.j2",
"content": "---\n\nnginx_packages:\n - name: nginx\n version: {{ nginx_version }}\n url: \"http://nginx.org/download/nginx-{{ nginx_version }}.tar.gz\"\n\njdk_packages:\n - name: jdk\n version: {{ jdk_version }}\n url: \"https://github.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6808,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/front | 7,528 | [
"no_license"
] | [
{
"path": "roles/front/templates/dolphinscheduler.conf.j2",
"content": "server {\n listen {{ nginx_conf.nginx.esc_proxy_port }};# access port\n server_name localhost;\n\n location / {\n root {{ ds_front_deploy_path }}/dist; # static file directory\n index index.html index.ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1896,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/jdk | 7,528 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "---\n\n- name: jdk create related folders\n file: name={{ deploy_dir }}/jdk state=directory mode=755\n\n- name: jdk install\n unarchive:\n src={{ pkg_dir }}/{{ jdk_version }}.tar.gz\n dest={{ deploy_dir }}/jdk/\n mode=755\n\n- name: jdk setting pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/mysql | 7,528 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/mysqld.service.j2",
"content": "[Unit]\nDescription=MySQL Server\nAfter=network.target\nAfter=syslog.target\n\n[Install]\nWantedBy=multi-user.target\n\n[Service]\nUser={{ db_username }}\nGroup={{ db_username }}\nExecStart={{ mysql_deploy_path }}/bin/mysqld --defaults-file=/e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4428,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/nginx | 7,528 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "user root;\nworker_processes auto;\nerror_log {{ nginx_log }}/error.log;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n log_format main '$remote_addr - $remote_user [$time_local] \"$request\" '\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3134,
"all_permissive": false
} |
ansible_role | edwardhuanghz/ds-yibasuo | e2848a0ac533eb13c2033c6057a8a0818d0a0d21 | 9 | roles/zookeeper | 7,528 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/main.yml",
"content": "---\n\n- name: zookeeper create related folders\n file: name={{ item }} state=directory mode=755\n with_items:\n - \"{{ zookeeper_dir }}\"\n - \"{{ zookeeper_data }}\"\n - \"{{ zookeeper_log }}\"\n\n- name: zookeeper install\n unarchive:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | ihassin/alexa-on-rails | ddc2478d0a367fe020c48c089358d0ad7a99ec4a | 5 | infra/playbooks/roles/alexa | 7,528 | [
"permissive"
] | [
{
"path": "infra/playbooks/roles/alexa/templates/prod-database.yml",
"content": "default: &default\n adapter: sqlite3\n pool: <%= ENV.fetch(\"RAILS_MAX_THREADS\") { 5 } %>\n timeout: 5000\n\nproduction:\n <<: *default\n database: db/production.sqlite3\n",
"license_type": "permissive",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2350,
"all_permissive": true
} |
ansible_role | ihassin/alexa-on-rails | ddc2478d0a367fe020c48c089358d0ad7a99ec4a | 5 | infra/playbooks/roles/nginx | 7,528 | [
"permissive"
] | [
{
"path": "infra/playbooks/roles/nginx/templates/nginx.conf",
"content": "upstream unicorn-{{appname}} {\n server unix:/tmp/unicorn.{{appname}}.sock;\n}\n\nserver {\n listen 80;\n server_name {{appname}}.com www.{{appname}}.com;\n listen [::]:80;\n root /home/{{user}}/{{appname}}/current/public... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2190,
"all_permissive": true
} |
ansible_role | ihassin/alexa-on-rails | ddc2478d0a367fe020c48c089358d0ad7a99ec4a | 5 | infra/playbooks/roles/pi | 7,528 | [
"permissive"
] | [
{
"path": "infra/playbooks/roles/pi/tasks/main.yml",
"content": "---\n - name: Update apt cache if needed\n apt: update_cache=yes cache_valid_time=3600\n\n# - name: Upgrade OS\n# apt: upgrade=dist force=yes\n\n - name: Remove components\n apt: pkg={{item}} state=absent purge=yes force=yes\n w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2652,
"all_permissive": true
} |
ansible_role | iahmad94/testflux | 9ff2af7d46606acf7e9df46e4672493dcfb302ea | 0 | design_1/ansible/roles/helm_install_item | 7,528 | [
"no_license"
] | [
{
"path": "design_1/ansible/roles/helm_install_item/tasks/main.yml",
"content": "---\n- name: Validate that all cluster components are healthy\n shell: |\n {{ kubectl_command }} --context {{ context }} \\\n get nodes --no-headers | \\\n grep -v Ready\n ignore_errors: true\n register: cluster_sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1845,
"all_permissive": false
} |
ansible_role | iahmad94/testflux | 9ff2af7d46606acf7e9df46e4672493dcfb302ea | 0 | design_2/ansible/roles/helm_install_item | 7,528 | [
"no_license"
] | [
{
"path": "design_2/ansible/roles/helm_install_item/tasks/main.yml",
"content": "---\n- name: Validate that all cluster components are healthy\n shell: |\n {{ kubectl_command }} --context {{ context }} \\\n get nodes --no-headers | \\\n grep -v Ready\n ignore_errors: true\n register: cluster_sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2513,
"all_permissive": false
} |
ansible_role | iahmad94/testflux | 9ff2af7d46606acf7e9df46e4672493dcfb302ea | 0 | design_2/ansible/roles/install_bitnami_sealed_secrets | 7,528 | [
"no_license"
] | [
{
"path": "design_2/ansible/roles/install_bitnami_sealed_secrets/tasks/main.yml",
"content": "- name: Install bitnami sealed secrets\n shell: kubectl apply -f roles/install_bitnami_sealed_secrets/files/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | iahmad94/testflux | 9ff2af7d46606acf7e9df46e4672493dcfb302ea | 0 | design_2/ansible/roles/install_flux | 7,528 | [
"no_license"
] | [
{
"path": "design_2/ansible/roles/install_flux/templates/memcache-dep.yaml.j2",
"content": "---\n# You can optionally deploy memcache, for the Flux daemon to cache\n# container image metadata.\napiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\n name: memcached\n namespace: {{ flux_name_space }}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3392,
"all_permissive": false
} |
ansible_role | iahmad94/testflux | 9ff2af7d46606acf7e9df46e4672493dcfb302ea | 0 | design_3/ansible/roles/helm_install_item | 7,528 | [
"no_license"
] | [
{
"path": "design_3/ansible/roles/helm_install_item/tasks/main.yml",
"content": "---\n- name: Validate that all cluster components are healthy\n shell: |\n {{ kubectl_command }} --context {{ context }} \\\n get nodes --no-headers | \\\n grep -v Ready\n ignore_errors: true\n register: cluster_sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | dynatrace-ace/ace-box-sandbox-github-actions | 22ffbf361ab3d93df14cb1c25a3f14419d741cad | 1 | roles/github | 7,528 | [
"no_license"
] | [
{
"path": "roles/github/default/main.yml",
"content": "---\ngithub_repo_name: \"ace-box-sandbox-github-actions\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/github/tasks/ensure-repo.yml",
"content": "---\n- name: Create Github repos... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2041,
"all_permissive": false
} |
ansible_role | dynatrace-ace/ace-box-sandbox-github-actions | 22ffbf361ab3d93df14cb1c25a3f14419d741cad | 1 | roles/my-use-case | 7,528 | [
"no_license"
] | [
{
"path": "roles/my-use-case/templates/sonarqube-dashboard.yml.j2",
"content": "---\nextRefs:\n Sonarqube:\n url: \"{{ ingress_protocol }}://sonarqube.{{ ingress_domain }}\"\n description: \"Sonarqube is deployed and availabe at {{ ingress_protocol }}://sonarqube.{{ ingress_domain }}\"\n creds:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2737,
"all_permissive": false
} |
ansible_role | dynatrace-ace/ace-box-sandbox-github-actions | 22ffbf361ab3d93df14cb1c25a3f14419d741cad | 1 | roles/sonarqube | 7,528 | [
"no_license"
] | [
{
"path": "roles/sonarqube/defaults/main.yml",
"content": "---\nsonarqube_namespace: sonarqube\nsonarqube_admin_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/sonarqube/tasks/main.yml",
"content": "---\n- name: Add... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | jbradach/blueprint-wp | 5bc50afc03e9c5aeee993d7bc954803d2bec0bd4 | 0 | trellis/roles/composer | 7,529 | [
"no_license"
] | [
{
"path": "trellis/roles/composer/tasks/main.yml",
"content": "---\n- name: Add Composer PPA\n apt_repository: repo=\"ppa:duggan/composer\" update_cache=yes\n\n- name: Install Composer\n apt: name=php5-composer state=present force=yes\n\n- name: Composer self update\n command: composer self-update\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | jbradach/blueprint-wp | 5bc50afc03e9c5aeee993d7bc954803d2bec0bd4 | 0 | trellis/roles/deploy | 7,529 | [
"no_license"
] | [
{
"path": "trellis/roles/deploy/tasks/prepare.yml",
"content": "---\n- include: \"{{ deploy_prepare_before | default('../hooks/example.yml') }} tags=deploy-prepare-before\"\n\n- name: write unfinished file\n file:\n path: \"{{ project_source_path }}/{{ deploy_helper.unfinished_filename }}\"\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1540,
"all_permissive": false
} |
ansible_role | 1drop/shopware52-docker | f9f9ca6c0e4e098866930f54c8243467da6026e5 | 2 | provision/roles/boilerplate-main | 7,529 | [
"no_license"
] | [
{
"path": "provision/roles/boilerplate-main/tasks/entrypoint/cron.yml",
"content": "\n- name: Generate cron environment file\n shell: printenv | sed 's/^\\(.*\\)$/export \\1/g' > /opt/project_env.sh\n\n- name: Permissions of cron env file\n file:\n path: '/opt/project_env.sh'\n state: touch\n mod... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2078,
"all_permissive": false
} |
ansible_role | 1drop/shopware52-docker | f9f9ca6c0e4e098866930f54c8243467da6026e5 | 2 | provision/roles/boilerplate-main-development | 7,529 | [
"no_license"
] | [
{
"path": "provision/roles/boilerplate-main-development/tasks/bootstrap.yml",
"content": "---\n\n- include: bootstrap/php-blackfire/debian.yml\n when: ansible_distribution == 'Debian' and PROVISION.install.phpBlackfire is defined and PROVISION.install.phpBlackfire\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | jmoore53/ansible-restore | 360c5b2ab501554e3c13853cd9d1b352f2307f0d | 0 | roles/restore | 7,529 | [
"no_license"
] | [
{
"path": "roles/restore/tasks/main.yml",
"content": "---\n- name: Restic list snapshots\n ansible.builtin.shell: restic snapshots\n # ansible.builtin.shell: restic restore $SNAPSHOT_ID --target /tmp/restore-work\n # See https://restic.readthedocs.io/en/latest/050_restore.html\n environment: \n AWS_A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | scholarsportal/sp_ask_admin_dashboard | 0aa99197a74d30f6b2634ce4d4e9a4654828e2ba | 1 | ansible/roles/baseconf | 7,529 | [
"no_license"
] | [
{
"path": "ansible/roles/baseconf/tasks/quickstart.yml",
"content": "---\n - name: \"Playing with Ansible and Git\"\n hosts: localhost\n connection: local\n become: true\n tasks:\n\n - name: System details\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == \"2... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6584,
"all_permissive": false
} |
ansible_role | scholarsportal/sp_ask_admin_dashboard | 0aa99197a74d30f6b2634ce4d4e9a4654828e2ba | 1 | ansible/roles/systemd | 7,529 | [
"no_license"
] | [
{
"path": "ansible/roles/systemd/handlers/main.yml",
"content": "---\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: restart supervisor\n become: true\n service: name=supervisor state=restarted\n\n- name: restart gunicorn\n systemd:\n name=gunicorn.service\n daemon_rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3102,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/backup | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/backup/tasks/main.yml",
"content": "---\n\n- name: Create disc\n filesystem: dev=/dev/vdb fstype=ext3 opts=\"-L backup\"\n\n- name: Create mountpoint\n file: path=/store state=directory\n\n- name: Mount extra disc\n mount: name=/store state=mounted fstype=ext3 src=/dev/vdb\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/bots | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/bots/tasks/main.yml",
"content": "- name: Install virtualenv\n apt:\n state: latest\n name: virtualenv\n- name: Add user\n user: name=bots shell=/bin/bash state=present\n- name: Make sure sympl is in the group\n user: name=sympl append=yes groups=bots\n- name: Create data di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2426,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/labs | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/labs/tasks/files.yml",
"content": "- name: Create site dir {{ domain }}\n file: path=/srv/{{ domain }} state=directory owner=sympl group=theatricalia mode=0775\n\n- name: Create site config dir {{ domain }}\n file: path=/srv/{{ domain }}/config state=directory owner=sympl group=sym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/nginx | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/nginx/templates/site.j2",
"content": "{% if site is defined %}\nupstream app_server-{{ domain }} {\n server unix:/run/uwsgi/app/{{ site }}/socket fail_timeout=0;\n}\n{% endif %}\n\nserver {\n{% if ssl %}\n listen 443 ssl;\n listen [::]:443 ssl;\n\n ssl_certificate /srv/{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4895,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/pepysshows | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/pepysshows/tasks/main.yml",
"content": "- name: Install needed packages\n apt:\n state: latest\n name:\n - php-mysql\n\n- name: Create site dir\n file: path=/srv/pepysshows.dracos.co.uk state=directory owner=sympl group=sympl\n\n- name: Create site config dir\n file: pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/postboxes | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/postboxes/files/schema.sql",
"content": "CREATE TABLE IF NOT EXISTS postbox (\n ref character varying(10) UNIQUE NOT NULL,\n postcode character varying(10) NOT NULL,\n loc1 character varying(255) NOT NULL,\n loc2 character varying(255) NOT NULL,\n lat double precision,... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1915,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/radio3 | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/radio3/tasks/main.yml",
"content": "- include: files.yml\n vars:\n domain: radio3.theatricalia.com\n\n- name: Set up nginx\n template: src=roles/nginx/templates/site.j2 dest=/etc/nginx/sites-enabled/radio3\n vars:\n domain: radio3.theatricalia.com\n php: 1\n ssl: 1\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/symbiosis-tidy | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/symbiosis-tidy/handlers/main.yml",
"content": "- name: Remake Exim config\n make: chdir=/etc/exim4\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "boreas/roles/symbiosis-tidy/tasks/main.yml",
"content": "---\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/theatricalia | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/theatricalia/templates/config.py.j2",
"content": "#import sys\n\nDATABASES = {\n 'default': {\n 'ENGINE': 'django.db.backends.mysql',\n 'NAME': '{{ db_name }}',\n 'USER': 'theatricalia',\n 'PASSWORD': '',\n 'HOST': '',\n 'PORT': '',\n }... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6148,
"all_permissive": false
} |
ansible_role | dracos/ansible-server | b39538f839a4f411c5fd669f60c1087cb8620fad | 1 | boreas/roles/uwsgi | 7,529 | [
"no_license"
] | [
{
"path": "boreas/roles/uwsgi/tasks/main.yml",
"content": "- name: Install uwsgi\n apt:\n state: latest\n name:\n - uwsgi\n - uwsgi-plugin-python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "boreas/roles/uwsgi/templates/uwsg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | lyangli/ansible-ovirt-snapshot | 84fd0e90ab345cf73465374017ae1b4ee9e05d02 | 0 | roles/mail_report_send | 7,529 | [
"no_license"
] | [
{
"path": "roles/mail_report_send/vars/main.yml",
"content": "---\n# vars file for mail_report_send",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/mail_report_send/tasks/main.yml",
"content": "---\n# tasks file for mail_report_send\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | lyangli/ansible-ovirt-snapshot | 84fd0e90ab345cf73465374017ae1b4ee9e05d02 | 0 | roles/ovirt_auth_post | 7,529 | [
"no_license"
] | [
{
"path": "roles/ovirt_auth_post/defaults/main.yml",
"content": "---\n# defaults file for ovirt_auth_post",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/ovirt_auth_post/vars/main.yml",
"content": "---\n# vars file for ovirt_auth_post",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | lyangli/ansible-ovirt-snapshot | 84fd0e90ab345cf73465374017ae1b4ee9e05d02 | 0 | roles/ovirt_auth_pre | 7,529 | [
"no_license"
] | [
{
"path": "roles/ovirt_auth_pre/tasks/main.yml",
"content": "---\n# tasks file for ovirt_auth_pre\n- name: Obtain SSO token\n ovirt.ovirt.ovirt_auth:\n url: \"{{ ovirt_credential.url }}\"\n username: \"{{ ovirt_credential.username }}\"\n password: \"{{ <PASSWORD> }}\"\n #ca_file: \"{{ ovirt_cre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | lyangli/ansible-ovirt-snapshot | 84fd0e90ab345cf73465374017ae1b4ee9e05d02 | 0 | roles/ovirt_snapshots_create | 7,529 | [
"no_license"
] | [
{
"path": "roles/ovirt_snapshots_create/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ovirt",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/ovirt_snapshots_create/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1114,
"all_permissive": false
} |
ansible_role | lyangli/ansible-ovirt-snapshot | 84fd0e90ab345cf73465374017ae1b4ee9e05d02 | 0 | roles/ovirt_snapshots_delete | 7,529 | [
"no_license"
] | [
{
"path": "roles/ovirt_snapshots_delete/tasks/main.yml",
"content": "---\n# file: roles/ovirt/tasks/main.yml\n- name: Get snapshots info (created by Ansible) \n ovirt.ovirt.ovirt_snapshot_info:\n auth: \"{{ ovirt_auth }}\"\n vm: \"{{ item }}\"\n description: \"{{ snapshot_description }}\"\n regis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | lyangli/ansible-ovirt-snapshot | 84fd0e90ab345cf73465374017ae1b4ee9e05d02 | 0 | roles/ovirt_snapshots_report_by_description | 7,529 | [
"no_license"
] | [
{
"path": "roles/ovirt_snapshots_report_by_description/vars/main.yml",
"content": "---\n# vars file for ovirt_snapshot_report",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/ovirt_snapshots_report_by_description/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1264,
"all_permissive": false
} |
ansible_role | lyangli/ansible-ovirt-snapshot | 84fd0e90ab345cf73465374017ae1b4ee9e05d02 | 0 | roles/ovirt_snapshots_report_list_all | 7,529 | [
"no_license"
] | [
{
"path": "roles/ovirt_snapshots_report_list_all/tasks/main.yml",
"content": "---\n# tasks file for ovirt_snapshots_report_list_all\n- name: Get snapshots info \n ovirt.ovirt.ovirt_snapshot_info:\n auth: \"{{ ovirt_auth }}\"\n vm: \"{{ item }}\"\n #description: \"*_by_Ansible\"\n register: result... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | mesam6/openstack-ansible | 719e4f91d3a4d141e0c25a9f9a9a35a43484f145 | 0 | roles/common | 7,529 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update and upgrade packages\n apt:\n update_cache: yes\n upgrade: dist\n\n- name: Install OpenStack client and dependencies\n apt:\n name:\n - python3-openstackclient\n - python3-pip\n - git\n state: present\n\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | mesam6/openstack-ansible | 719e4f91d3a4d141e0c25a9f9a9a35a43484f145 | 0 | roles/glance | 7,529 | [
"no_license"
] | [
{
"path": "roles/glance/tasks/main.yml",
"content": "---\n- name: Install Glance\n apt:\n name:\n - glance\n state: present\n\n- name: Configure Glance\n template:\n src: glance-api.conf.j2\n dest: /etc/glance/glance-api.conf\n\n- name: Restart Glance Services\n systemd:\n name: glanc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | mesam6/openstack-ansible | 719e4f91d3a4d141e0c25a9f9a9a35a43484f145 | 0 | roles/neutron | 7,529 | [
"no_license"
] | [
{
"path": "roles/neutron/tasks/main.yml",
"content": "---\n- name: Install Neutron\n apt:\n name:\n - neutron-server\n - neutron-plugin-ml2\n - neutron-linuxbridge-agent\n - neutron-dhcp-agent\n - neutron-metadata-agent\n state: present\n\n- name: Configure Neutron\n templat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | mesam6/openstack-ansible | 719e4f91d3a4d141e0c25a9f9a9a35a43484f145 | 0 | roles/nova | 7,529 | [
"no_license"
] | [
{
"path": "roles/nova/tasks/main.yml",
"content": "---\n- name: Install Nova\n apt:\n name:\n - nova-api\n - nova-conductor\n - nova-scheduler\n - nova-compute\n state: present\n\n- name: Configure Nova\n template:\n src: nova.conf.j2\n dest: /etc/nova/nova.conf\n owner:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | mesam6/openstack-ansible | 719e4f91d3a4d141e0c25a9f9a9a35a43484f145 | 0 | roles/swift | 7,529 | [
"no_license"
] | [
{
"path": "roles/swift/templates/swift.conf.j2",
"content": "[swift-hash]\nswift_hash_path_prefix = {{ swift_hash_path_prefix }}\nswift_hash_path_suffix = {{ swift_hash_path_suffix }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/swift/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | mesam6/openstack-ansible | 719e4f91d3a4d141e0c25a9f9a9a35a43484f145 | 0 | roles/trove | 7,529 | [
"no_license"
] | [
{
"path": "roles/trove/tasks/main.yml",
"content": "---\n- name: Install Trove\n apt:\n name:\n - trove-api\n - trove-taskmanager\n - trove-conductor\n state: present\n\n- name: Configure Trove\n template:\n src: trove.conf.j2\n dest: /etc/trove/trove.conf\n owner: trove\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | hemzaz/ansible-lamp-drupal | 1bc134d2fa9dfd3435f43b9e37a18a84c0db82bc | 0 | roles/drupal_install | 7,529 | [
"no_license"
] | [
{
"path": "roles/drupal_install/templates/drupal.conf.j2",
"content": "<VirtualHost *:80>\nServerAdmin <EMAIL>\nDocumentRoot /var/www/html/drupal/\nServerName {{ drupal_server_name }}\nServerAlias {{ drupal_server_alias }}\nErrorLog ${APACHE_LOG_DIR}/error.log\nCustomLog ${APACHE_LOG_DIR}/access.log combine... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2288,
"all_permissive": false
} |
ansible_role | hemzaz/ansible-lamp-drupal | 1bc134d2fa9dfd3435f43b9e37a18a84c0db82bc | 0 | roles/lamp_install | 7,529 | [
"no_license"
] | [
{
"path": "roles/lamp_install/handlers/main.yml",
"content": "---\n- name: restart apache\n systemd:\n name: httpd\n state: restarted\n\n- name: restart php-fpm\n systemd:\n name: php-fpm\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2046,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/accounts | 7,529 | [
"no_license"
] | [
{
"path": "roles/accounts/tasks/main.yml",
"content": "---\n# Tasks file for mariadb\n- name: Hash mail user password\n command:\n argv:\n - doveadm\n - pw \n - -p\n - \"{{ mail_user_pass }}\"\n - -s\n - SHA512-CRYPT\n register: mail_user_hash_output\n become: true\n\n- name: C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/dns | 7,529 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "---\n# Tasks file for unbound (dns)\n- name: Install packages\n apt:\n state: latest\n pkg:\n - unbound\n - openresolv\n update_cache: yes\n\n- name: Add openresolv conf\n copy:\n src: files/resolvconf.conf\n dest: /etc/resolvconf.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/dovecot | 7,529 | [
"no_license"
] | [
{
"path": "roles/dovecot/tasks/main.yml",
"content": "---\n# Tasks file for dovecot\n- name: Install packages\n apt:\n state: latest\n pkg:\n - dovecot-core\n - dovecot-imapd\n - dovecot-lmtpd\n - dovecot-mysql\n - dovecot-sieve\n - dovecot-managesieved\n update_cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/firewall | 7,529 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n# Firewall tasks\n# @see /etc/ufw/applications.d\n- name: Install fail2ban\n apt:\n pkg:\n - fail2ban\n state: latest\n tags: fail2ban\n\n- name: Enable SSH access\n community.general.ufw:\n rule: allow\n app: OpenSSH\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/mariadb | 7,529 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n# Tasks file for mariadb\n\n- name: Install packages\n apt:\n state: latest\n pkg:\n - mariadb-server\n update_cache: yes\n\n- name: Make sure pymysql is present\n pip:\n name: pymysql\n state: present\n\n- name: Create user vm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/postfix | 7,529 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/main.yml",
"content": "---\n# Tasks file for postfix\n\n- name: Install packages\n apt:\n state: latest\n pkg:\n - postfix\n - postfix-mysql\n update_cache: yes\n\n- name: Delete default config\n file:\n state: absent\n path: /etc/postfix/sasl/\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/redis | 7,529 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n# Redis tasks\n- name: Install packages\n apt:\n state: latest\n pkg:\n - redis-server\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/rspamd | 7,529 | [
"no_license"
] | [
{
"path": "roles/rspamd/templates/worker-controller.j2",
"content": "password = \"{{ rspamd_hash_output.stdout }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/rspamd/tasks/main.yml",
"content": "---\n# Tasks file for rspamd\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2532,
"all_permissive": false
} |
ansible_role | cmaddalozzo/ansible-ks | 0117b442b2297ef9f553b5486bf8ca10ec618a63 | 0 | roles/ssh | 7,529 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Add identity key to authorized keys on host\n authorized_key: user={{ ssh_user }}\n key=\"{{ lookup('file', ssh_identity_key) }}\"\n register: add_identity_key\n when: ssh_identity_key is defined and ssh_user is defined\n\n- name: Disable ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | HerveRiviere/nightclazz_spark_ml | eb64d07e45983c58c1a85b90de849e70d96e0f0b | 0 | ansible/roles/common | 7,529 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install the latest version of Docker\n yum: name=docker state=latest\n\n- name: Check docker service\n service: name=docker state=started\n\n- name: Install pip\n easy_install: \n name=pip \n\n- name: Install docker-py\n pip:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | HerveRiviere/nightclazz_spark_ml | eb64d07e45983c58c1a85b90de849e70d96e0f0b | 0 | ansible/roles/spark_zeppelin | 7,529 | [
"no_license"
] | [
{
"path": "ansible/roles/spark_zeppelin/tasks/main.yml",
"content": "---\n- name: run container \n docker:\n name: nightclazz_spark_ml\n image: zenika/spark_zeppelin_standalone:latest\n state: started\n ports:\n - \"8080:8080\"\n - \"4040:4040\"\n - \"8084:8084\"\n env:\n SPA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2552,
"all_permissive": false
} |
ansible_role | walace-Nascimento/api-cep-vagrant-ansible | 7c50506c81360c67965ba3751149262f70e4bb97 | 0 | ansible/roles/ansible-role-nginx | 7,529 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-role-nginx/tasks/main.yml",
"content": "---\n- name: Instalando nginx\n apt: \n name: nginx\n state: latest\n\n- name: Copiando arquivo de configuração do nginx\n copy:\n src: \"./files/default.conf\"\n dest: \"/etc/nginx/conf.d\"\n\n- name: Copiando arquivo ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | vicchi/vaguely-rude-places | 721d056e88412240f989b8db7ebc4a42ee54a199 | 22 | playbooks/roles/deploy | 7,529 | [
"no_license"
] | [
{
"path": "playbooks/roles/deploy/tasks/main.yml",
"content": "---\n# Deployment tasks\n\n- name: Create deployment directory\n become: true\n ansible.builtin.file:\n path: \"{{ deploy_root }}/{{ site_bare }}\"\n state: directory\n owner: \"{{ deploy_user }}\"\n group: \"{{ deploy_group }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1775,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/agent_restart | 7,529 | [
"no_license"
] | [
{
"path": "roles/agent_restart/tasks/main.yml",
"content": "- name: Start \"{{ agent_name }}\" service\n service:\n name: \"{{ agent_name }}\"\n enabled: yes\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/consul_agent_configure | 7,529 | [
"no_license"
] | [
{
"path": "roles/consul_agent_configure/defaults/main.yml",
"content": "---\n\nconsul_transaction_api_url: \"v1/txn\"\nconsul_data_file: \"/tmp/consul_kv_txn.json\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/consul_agent_configure/task... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4069,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/consul_agent_down | 7,529 | [
"no_license"
] | [
{
"path": "roles/consul_agent_down/tasks/main.yml",
"content": "- name: Stop service\n service:\n name: consul\n state: stopped\n when: ansible_facts.services['consul.service'] is defined\n\n- name: Clear data\n file:\n path: \"{{ consul_data_directory }}\"\n state: absent\n",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/consul_agent_up | 7,529 | [
"no_license"
] | [
{
"path": "roles/consul_agent_up/templates/consul.service.tpl",
"content": "[Unit]\nDescription=\"HashiCorp Consul - A service mesh solution\"\nDocumentation=https://www.consul.io/\nRequires=network-online.target\nAfter=network-online.target\nConditionFileNotEmpty=\"{{ consul_config_directory }}/{{ consul_c... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3744,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/consul_dns_configure | 7,529 | [
"no_license"
] | [
{
"path": "roles/consul_dns_configure/defaults/main.yml",
"content": "---\n\nsystemd_resolved_directory: \"/etc/systemd/resolved.conf.d\"\nconsul_dns_config_file_path: \"consul.conf\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/consul_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 861,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/consul_template_up | 7,529 | [
"no_license"
] | [
{
"path": "roles/consul_template_up/tasks/main.yml",
"content": "- name: Install unzip\n apt:\n name: unzip\n update_cache: yes\n\n- name: Download consul-template\n get_url:\n url: \"https://releases.hashicorp.com/consul-template/{{ consul_template_version }}/consul-template_{{ consul_template_v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/dch_vault_login_up | 7,529 | [
"no_license"
] | [
{
"path": "roles/dch_vault_login_up/tasks/configure_docker_public.yml",
"content": "- name: Ensure Docker configuration directory exists (public)\n file:\n path: \"{{ docker_config_directory_public }}\"\n state: directory\n owner: docker\n group: docker\n\n- name: Setup Docker configuration (pu... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3701,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/docker_up | 7,529 | [
"no_license"
] | [
{
"path": "roles/docker_up/defaults/main.yml",
"content": "---\n\ndocker_config_file_path: \"/etc/docker/daemon.json\"\n\nbase_packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\ndocker_packages:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1215,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/file_share_mount | 7,529 | [
"no_license"
] | [
{
"path": "roles/file_share_mount/defaults/main.yml",
"content": "---\n\nremote_share_packages:\n - keyutils\n - cifs-utils\n\nfstab_config_path: /etc/fstab\nmounts_list_path: /proc/mounts\n\nremote_share_file_permissions: \"0777\"\nremote_share_directory_permissions: \"0775\"\n\nmount_path_owner: \"root\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2334,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/file_share_unmount | 7,529 | [
"no_license"
] | [
{
"path": "roles/file_share_unmount/defaults/main.yml",
"content": "---\n\nfstab_config_path: /etc/fstab\nmounts_list_path: /proc/mounts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/file_share_unmount/tasks/main.yml",
"content": "- n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/nomad_agent_configure | 7,529 | [
"no_license"
] | [
{
"path": "roles/nomad_agent_configure/tasks/set_acl_policies.yml",
"content": "- name: Render policy template\n set_fact:\n policy_content: \"{{ lookup('template', 'policy.hcl.tpl') }}\"\n vars:\n policy_data: \"{{ item }}\"\n\n- name: Upload policy to Nomad\n uri:\n url: \"{{ nomad_address }}/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1909,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/nomad_agent_down | 7,529 | [
"no_license"
] | [
{
"path": "roles/nomad_agent_down/defaults/main.yml",
"content": "---\n\nnomad_data_directory: \"/opt/nomad/data\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/nomad_agent_down/tasks/main.yml",
"content": "- name: Stop service\n ser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/nomad_agent_up | 7,529 | [
"no_license"
] | [
{
"path": "roles/nomad_agent_up/tasks/configure_server.yml",
"content": "- name: Get stat of config file\n stat:\n path: \"{{ nomad_config_directory }}/{{ nomad_config_file_name }}\"\n register: nomad_config_stat\n\n- name: Backup old config\n ansible.builtin.copy:\n src: \"{{ nomad_config_director... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9027,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/samba_agent_up | 7,529 | [
"no_license"
] | [
{
"path": "roles/samba_agent_up/defaults/main.yml",
"content": "---\n\nsamba_packages:\n - samba\n\nsamba_config_path: /etc/samba/smb.conf\n\nshare_file_permissions: \"0777\"\nshare_directory_permissions: \"0777\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2322,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/upgrade_os | 7,529 | [
"no_license"
] | [
{
"path": "roles/upgrade_os/tasks/main.yml",
"content": "---\n- name: Update package list\n apt:\n update_cache: yes\n\n- name: Perform OS upgrade\n apt:\n upgrade: dist\n autoremove: yes\n autoclean: yes\n\n- name: Get upgradable packages\n command: \"apt list --upgradable\"\n register: upg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/vault_agent_configure | 7,529 | [
"no_license"
] | [
{
"path": "roles/vault_agent_configure/files/placards_policy.hcl",
"content": "path \"security/data/placards/*\" {\n capabilities = [\"create\", \"read\", \"update\",\"patch\", \"delete\", \"list\"]\n}\npath \"security/metadata/placards/*\" {\n capabilities = [\"read\"]\n}",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 22,
"total_bytes": 11659,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/vault_agent_down | 7,529 | [
"no_license"
] | [
{
"path": "roles/vault_agent_down/defaults/main.yml",
"content": "---\n\nvault_data_directory: \"/opt/vault/data\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/vault_agent_down/tasks/main.yml",
"content": "- name: Stop service\n ser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/vault_agent_init | 7,529 | [
"no_license"
] | [
{
"path": "roles/vault_agent_init/tasks/main.yml",
"content": "- name: Get Vault initial status\n shell: vault status -format json\n register: vault_initial_status_result\n ignore_errors: true\n\n- name: Parse Vault initial status\n set_fact:\n vault_initial_status: \"{{ vault_initial_status_result.s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2276,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/vault_agent_unseal | 7,529 | [
"no_license"
] | [
{
"path": "roles/vault_agent_unseal/tasks/main.yml",
"content": "- name: Unseal Vault with seal keys\n shell: vault operator unseal {{ item }}\n with_items: \"{{ vault_unseal_keys[:vault_key_threshold] }}\"\n no_log: yes\n\n- name: Get Vault status\n shell: vault status -format json\n register: vault_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/vault_agent_up | 7,529 | [
"no_license"
] | [
{
"path": "roles/vault_agent_up/defaults/main.yml",
"content": "---\n\nvault_data_root_directory: \"/opt/vault\"\nvault_data_directory: \"/opt/vault/data\"\nvault_log_directory: \"/var/log/vault/\"\nvault_log_level: \"INFO\"\nvault_log_format: \"standard\"\nvault_config_directory: \"/etc/vault.d\"\nvault_co... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3490,
"all_permissive": false
} |
ansible_role | tomas94tomas/environment-cluster | b984409df3e7dc8dd0bd53e9ac99828555770b49 | 0 | roles/vault_role_secret_update | 7,529 | [
"no_license"
] | [
{
"path": "roles/vault_role_secret_update/tasks/main.yml",
"content": "- name: Get Vault role id\n uri:\n url: \"{{ vault_address }}/{{ vault_api_approle_path }}/{{ vault_role_name }}/role-id\"\n method: GET\n headers:\n X-Vault-Token: \"{{ vault_admin_token }}\"\n register: vault_role_id_re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 790,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.