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 | brownkurts/AnsibleControl | 4dc592a07eba332a1fffbbb3d5df1f5fccebe0b6 | 0 | playbooks/roles/wazuh_agent | 3,658 | [
"no_license"
] | [
{
"path": "playbooks/roles/wazuh_agent/vars/main.yml",
"content": "wazuh_server_ip: 10.3.1.30\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "playbooks/roles/wazuh_agent/tasks/main.yml",
"content": "---\n- name: Add Wazuh repository key\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | brownkurts/AnsibleControl | 4dc592a07eba332a1fffbbb3d5df1f5fccebe0b6 | 0 | playbooks/roles/windowsdesktops | 3,658 | [
"no_license"
] | [
{
"path": "playbooks/roles/windowsdesktops/tasks/main.yml",
"content": "---\n - name: Install Choco Packages\n win_chocolatey:\n name: \n - googlechrome\n - adobereader\n - notepadplusplus.install\n - forticlientvpn\n - vscode\n - putty\n - cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | brownkurts/AnsibleControl | 4dc592a07eba332a1fffbbb3d5df1f5fccebe0b6 | 0 | playbooks/roles/windowsservers | 3,658 | [
"no_license"
] | [
{
"path": "playbooks/roles/windowsservers/tasks/main.yml",
"content": "---\n - name: Install Apps with Choco\n win_chocolatey:\n name: \n - googlechrome\n - adobereader\n - notepadplusplus.install\n state: present",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | ruslan-naryzhnyi/basic-backend-interview-test | 3a1fc8ca403dcf4ed46760ec2b6a8aeab04232a0 | 0 | ansible/roles/php | 3,658 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/configure.yml",
"content": "---\n- stat: path=/etc/php/php7.0/apache2/php.ini\n register: modphp\n\n- stat: path=/etc/php/php7.0/fpm/php.ini\n register: phpfpm\n\n- stat: path=/etc/php/php7.0/cli/php.ini\n register: phpcli\n\n- include: php-fpm.yml\n when: phpfpm.stat.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | adrian555/pachyderm-operator | 799144b9a1e62af0dedbd3940452170c0bd5da26 | 0 | roles/pachyderm | 3,658 | [
"permissive"
] | [
{
"path": "roles/pachyderm/defaults/main.yml",
"content": "---\n# defaults file for pachyderm\npachyderm:\n pachctl_version: \"{{ lookup('env','PACHCTL_VERSION') | default('1.8.7', true) }}\"\n kubectl_version: \"{{ lookup('env','KUBECTL_VERSION') | default('v1.13.4', true) }}\"",
"license_type": "per... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1222,
"all_permissive": true
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/alertmanager | 3,658 | [
"no_license"
] | [
{
"path": "roles/alertmanager/tasks/main.yml",
"content": "---\n\n- name: Create Alertmanager user\n ansible.builtin.user:\n name: alertmanager\n system: true\n shell: /bin/false\n\n- name: Create directories for Alertmanager\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3125,
"all_permissive": false
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/elasticsearch | 3,658 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/defaults/main.yml",
"content": "---\n\nelasticsearch_version: \"8.17.0\"\n\nelasticsearch_user: \"elastic\"\n# elasticsearch_password: \"<PASSWORD>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/elasticsea... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/firewall | 3,658 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n\n- name: Ensure UFW is installed\n ansible.builtin.apt:\n name: ufw\n state: present\n\n- name: Enable UFW\n community.general.ufw:\n state: enabled\n\n- name: Ensure outgoing traffic is allowed\n community.general.ufw:\n default: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/grafana | 3,658 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/dashboards.yml",
"content": "---\n\n- name: Import Node Exporter dashboard to Grafana\n community.grafana.grafana_dashboard:\n grafana_url: \"http://{{ grafana_ip }}:3000\"\n grafana_user: \"{{ grafana_admin_user }}\"\n grafana_password: \"{{ <PASSWORD> }}\"\n sta... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2600,
"all_permissive": false
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/kibana | 3,658 | [
"no_license"
] | [
{
"path": "roles/kibana/defaults/main.yml",
"content": "---\n\nkibana_version: \"8.17.0\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n\n- name: Add Kibana GPG key\n ansible.builtin.apt_key:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/logstash | 3,658 | [
"no_license"
] | [
{
"path": "roles/logstash/templates/logstash.conf.j2",
"content": "input {\n beats {\n port => 5044\n }\n}\n\nfilter {\n grok {\n match => { \"message\" => \"%{COMBINEDAPACHELOG}\" }\n }\n}\n\noutput {\n elasticsearch {\n hosts => [\"localhost:9200\"]\n manage_template => false\n index =... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/node_exporter | 3,658 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n\n- name: Download Node Exporter\n ansible.builtin.get_url:\n url: \"https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-amd64.tar.gz\"\n dest: \"/tm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | bingops-com/monitoring-provisioning | cfc4b2092cd4b44ac76d10269ceb7018ff2a736f | 0 | roles/prometheus | 3,658 | [
"no_license"
] | [
{
"path": "roles/prometheus/files/info_rules.yml",
"content": "---\ngroups:\n - name: info_alerts\n rules:\n # Disk\n - alert: HighDiskUsage\n expr: node_filesystem_avail_bytes / node_filesystem_size_bytes * 100 < 10\n for: 5m\n labels:\n severity: info\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9902,
"all_permissive": false
} |
ansible_role | sagilechaitanya/nodejs | 55b6162e8054878dd2a1109392bd65565d426939 | 0 | nodejs.service/roles/nodejs | 3,658 | [
"no_license"
] | [
{
"path": "nodejs.service/roles/nodejs/tasks/main.yml",
"content": "---\n# tasks file for ping\n- name: updating cache\n ansible.builtin.apt:\n update_cache: yes\n when: ansible_facts['distribution'] == \"Ubuntu\"\n- name: getting curl\n ansible.builtin.get_url:\n url: -sL https://rpm.nodesource.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | pavel-lucik/iac_graduation_work | ed5af21bcd85154679618f5f29489c799d770e5c | 0 | playbooks/roles/pavellucik.build_docker | 3,658 | [
"no_license"
] | [
{
"path": "playbooks/roles/pavellucik.build_docker/README.md",
"content": "Role Name\n=========\n\nRole for building docker image using openjdk:8-jre-alpine and latest maven artifact from the Nexus repository. Then the image is being pushed into Nexus DTR with 'latest' and 'build_number' tags.\n\nRequiremen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3682,
"all_permissive": false
} |
ansible_role | pavel-lucik/iac_graduation_work | ed5af21bcd85154679618f5f29489c799d770e5c | 0 | playbooks/roles/pavellucik.deploy_docker | 3,658 | [
"no_license"
] | [
{
"path": "playbooks/roles/pavellucik.deploy_docker/README.md",
"content": "Role Name\n=========\n\nRole for deploying docker container with latest maven artifact from Nexus docker registry\n\nRequirements\n------------\n\nAny pre-requisites that may not be covered by Ansible itself or the role should be me... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2435,
"all_permissive": false
} |
ansible_role | pavel-lucik/iac_graduation_work | ed5af21bcd85154679618f5f29489c799d770e5c | 0 | playbooks/roles/pavellucik.deploy_jar | 3,658 | [
"no_license"
] | [
{
"path": "playbooks/roles/pavellucik.deploy_jar/README.md",
"content": "Role Name\n=========\n\nRole for deployment of the latest artifact from Nexus repository to QA and CI environment\n\nRequirements\n------------\n\nAny pre-requisites that may not be covered by Ansible itself or the role should be menti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2652,
"all_permissive": false
} |
ansible_role | pavel-lucik/iac_graduation_work | ed5af21bcd85154679618f5f29489c799d770e5c | 0 | roles/pavellucik.docker | 3,658 | [
"no_license"
] | [
{
"path": "roles/pavellucik.docker/tasks/uninstall.yml",
"content": "- include: stop.yml\n\n- include: uninstall_old.yml\n\n- name: uninstall newer versions of Docker\n yum:\n name: \"{{ item }}\"\n state: absent\n update_cache: yes\n loop:\n \"{{ install_uninstall_list }}\"\n when: ansible_os_f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | pavel-lucik/iac_graduation_work | ed5af21bcd85154679618f5f29489c799d770e5c | 0 | roles/pavellucik.java8 | 3,658 | [
"no_license"
] | [
{
"path": "roles/pavellucik.java8/vars/main.yml",
"content": "---\n# vars file for /home/pasha/.ansible/roles/pavellucik.java8",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/pavellucik.java8/handlers/main.yml",
"content": "---\n# handler... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | ManikantGV/roboshop-ansible | d47c3abf51a5d9f4cd9ae22842f521be0e3de022 | 0 | roles/common | 3,658 | [
"no_license"
] | [
{
"path": "roles/common/tasks/python.yml",
"content": "#print_head \"Python installing \"\n#dnf install python36 gcc python3-devel -y &>>$log_file\n#stat_check $?\n#\n#app_prereq\n#\n#print_head \"pip install the requirements \"\n#pip3 install -r requirements.txt &>>$log_file\n#stat_check $?\n#\n#print_head... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4649,
"all_permissive": false
} |
ansible_role | ManikantGV/roboshop-ansible | d47c3abf51a5d9f4cd9ae22842f521be0e3de022 | 0 | roles/frontend | 3,658 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install the nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Copy roboshop-config file\n ansible.builtin.template:\n src: roboshop.conf\n dest: /etc/nginx/default.d/roboshop.conf\n\n- name: Copy Nginx file\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | ManikantGV/roboshop-ansible | d47c3abf51a5d9f4cd9ae22842f521be0e3de022 | 0 | roles/prometheus | 3,658 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "- name: Copy prometheus configuration\n ansible.builtin.template:\n src: prometheus.yml\n dest: /opt/prometheus/prometheus.yml\n\n- name: Restart prometheus\n ansible.builtin.systemd:\n name: prometheus\n state: restarted\n\n- name: wait... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | lhhl915/ansible-docker | 379f26dae4141970241284246dd982991808f9de | 1 | roles/docker_install | 3,578 | [
"no_license"
] | [
{
"path": "roles/docker_install/ci/playbook.yml",
"content": "---\n- hosts: local\n sudo: yes\n roles:\n - {role: ../../}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/docker_install/tasks/RedHat.yml",
"content": "\n#- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | lhhl915/ansible-docker | 379f26dae4141970241284246dd982991808f9de | 1 | roles/open-falcon_node_install | 3,578 | [
"no_license"
] | [
{
"path": "roles/open-falcon_node_install/tasks/main.yml",
"content": "- name: copy package to host\n copy: src=agent_node.tar.gz dest=/usr/local mode=755\n\n- name: check open-falcon state\n shell: netstat -ntlp | grep falcon | grep 1988 | wc -l\n register: result\n\n- name: release compression tar.gz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | lhhl915/ansible-docker | 379f26dae4141970241284246dd982991808f9de | 1 | roles/openshift_install | 3,578 | [
"no_license"
] | [
{
"path": "roles/openshift_install/tasks/main.yml",
"content": "- name: yum update\n yum: name=* state=latest\n\n- name: remove firewalld service\n service: name=firewalld state=stopped enabled=no\n\n- name: yum install Environmental package\n yum: name={{item}} state=present\n with_items:\n - wget\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | lhhl915/ansible-docker | 379f26dae4141970241284246dd982991808f9de | 1 | roles/openssl_repair | 3,578 | [
"no_license"
] | [
{
"path": "roles/openssl_repair/handlers/main.yml",
"content": "- name: restart sshd\n service: name=sshd state=restarted sleep=5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/openssl_repair/tasks/main.yml",
"content": "- name: yum ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | SupriyaPrasad/Scaling-Kafka-nodes | 347a2f92741cb2e1b2295b28e4436ecf9f8e7a85 | 4 | roles/ansible-java | 3,578 | [
"no_license"
] | [
{
"path": "roles/ansible-java/tasks/Debian.yml",
"content": "- name: Check if Java is already installed\n command: java -version\n register: java_version\n failed_when: java_version.rc not in [0, 1, 2]\n changed_when: False\n tags: java\n\n- name: Add JRE ppa\n apt_repository: repo=ppa:webupd8team/jav... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | SupriyaPrasad/Scaling-Kafka-nodes | 347a2f92741cb2e1b2295b28e4436ecf9f8e7a85 | 4 | roles/ansible-kafka | 3,578 | [
"no_license"
] | [
{
"path": "roles/ansible-kafka/templates/kafka-systemd.j2",
"content": "[Unit]\nDescription=Kafka\nBefore=\nAfter=network.target\n\n[Service]\nUser=kafka\nEnvironment=JAVA_HOME=/usr/lib/jvm/java-7-oracle\nCHDIR= {{ kafka.data_dir }}\nExecStart={{ kafka_dir }}/bin/kafka-server-start.sh {{ kafka_dir }}/config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3579,
"all_permissive": false
} |
ansible_role | SupriyaPrasad/Scaling-Kafka-nodes | 347a2f92741cb2e1b2295b28e4436ecf9f8e7a85 | 4 | roles/ansible-zookeeper | 3,578 | [
"no_license"
] | [
{
"path": "roles/ansible-zookeeper/tasks/Debian.yml",
"content": "- name: Update apt cache\n apt: update_cache=yes cache_valid_time={{apt_cache_timeout}}\n tags: bootstrap\n\n- name: create group\n group:\n name: zookeeper\n state: present\n tags: zookeeper\n\n- name: create user\n user:\n nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4966,
"all_permissive": false
} |
ansible_role | SupriyaPrasad/Scaling-Kafka-nodes | 347a2f92741cb2e1b2295b28e4436ecf9f8e7a85 | 4 | roles/remove-kafka | 3,578 | [
"no_license"
] | [
{
"path": "roles/remove-kafka/defaults/main.yml",
"content": "apt_cache_timeout: 3600\nkafka:\n version: \"0.8.2.1\"\n scala_version: \"2.10\"\n mirror: \"http://mirrors.koehn.com/apache\"\n download_dir: \"/tmp\"\n install_dir: \"/usr/local\"\n data_dir: \"/usr/local/var/run/kafka/data\"\n server_pr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | gfeun/blog | b9b7e31028d41eb63ccc4185449a289b6914191e | 0 | deploy/roles/nginx | 3,578 | [
"no_license"
] | [
{
"path": "deploy/roles/nginx/meta/requirements.yml",
"content": "- name: community.crypto\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "deploy/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n ansible.builtin.package:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | gfeun/blog | b9b7e31028d41eb63ccc4185449a289b6914191e | 0 | deploy/roles/ovh-dyndns | 3,578 | [
"no_license"
] | [
{
"path": "deploy/roles/ovh-dyndns/README.md",
"content": "OVH DynDNS\n=========\n\nCustom dynamic DNS implementation using https://www.ipify.org/ and OVH API\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "deploy/roles/ovh-dyndns/files/dyndns_ov... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3335,
"all_permissive": false
} |
ansible_role | miuel/shot-share | 7dec19a37dca9331d2eac44a747d2fb02caa2268 | 0 | shsh-deploy/roles/shsh | 3,578 | [
"no_license"
] | [
{
"path": "shsh-deploy/roles/shsh/files/shsh/src/index.js",
"content": "require(\"babel-polyfill\");\nvar page = require('page');\n\nrequire('./homepage');\nrequire('./signup');\nrequire('./signin');\n//requiero la pagina del usuario:\nrequire('./user-page');\nrequire('./footer');\n\n\n\npage();",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9748,
"all_permissive": false
} |
ansible_role | oscziryak/ansible | ca14d62131b2f0044571ba2ac31ab99252c4f984 | 0 | roles/common | 3,578 | [
"no_license"
] | [
{
"path": "roles/common/vars/Fedora.yml",
"content": "common_pkgs:\n - 'vim'\n - 'bind-utils'\n - 'rsync'\n - 'sudo'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/common/vars/Ubuntu.yml",
"content": "common_pkgs:\n - 'vim'\n - '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2898,
"all_permissive": false
} |
ansible_role | oscziryak/ansible | ca14d62131b2f0044571ba2ac31ab99252c4f984 | 0 | roles/container_host | 3,578 | [
"no_license"
] | [
{
"path": "roles/container_host/handlers/main.yml",
"content": "---\n# handlers file for container_host",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/container_host/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5001,
"all_permissive": false
} |
ansible_role | oscziryak/ansible | ca14d62131b2f0044571ba2ac31ab99252c4f984 | 0 | roles/dns_manage | 3,578 | [
"no_license"
] | [
{
"path": "roles/dns_manage/handlers/main.yml",
"content": "---\n# handlers file for dns_manage",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/dns_manage/defaults/main.yml",
"content": "---\n# defaults file for dns_manage\n\n############... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6235,
"all_permissive": false
} |
ansible_role | oscziryak/ansible | ca14d62131b2f0044571ba2ac31ab99252c4f984 | 0 | roles/ldap_host | 3,578 | [
"no_license"
] | [
{
"path": "roles/ldap_host/vars/bld.yml",
"content": "ldap_host_server: 'ldapconin01fbto.bld.{{ global_network_domain }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/ldap_host/vars/Fedora.yml",
"content": "ldap_host_files:\n - sr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9181,
"all_permissive": false
} |
ansible_role | oscziryak/ansible | ca14d62131b2f0044571ba2ac31ab99252c4f984 | 0 | roles/ldap_user | 3,578 | [
"no_license"
] | [
{
"path": "roles/ldap_user/handlers/main.yml",
"content": "---\n# handlers file for ldap_user",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/ldap_user/tasks/main.yml",
"content": "---\n# tasks file for ldap_user\n\n# We're using the host... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9203,
"all_permissive": false
} |
ansible_role | aerickson/ansible_copy_bug | 117da63adb12194cd8976d5dfa249194faf38964 | 0 | roles/test_role_file | 3,578 | [
"no_license"
] | [
{
"path": "roles/test_role_file/tasks/main.yml",
"content": "---\n\n# always works as it's never hard linked\n- name: copy file\n copy: src=test_file dest=/etc/test_file_noprob owner=root group=root mode=644\n\n- name: copy test file to system\n copy: src=test_file dest=/etc/test_file owner=root group=roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | aerickson/ansible_copy_bug | 117da63adb12194cd8976d5dfa249194faf38964 | 0 | roles/test_role_template | 3,578 | [
"no_license"
] | [
{
"path": "roles/test_role_template/templates/example.txt.j2",
"content": "test 1444499999\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16
},
{
"path": "roles/test_role_template/tasks/main.yml",
"content": "\n## ```\n## First run is OK : two tasks appeare... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | RITSPARSA/Competition-InfrastructureConfiguration | db3f620006c3ae3f76632e947d756696e9f79030 | 0 | roles/accounts-predeploy | 3,578 | [
"permissive"
] | [
{
"path": "roles/accounts-predeploy/tasks/main.yml",
"content": "---\n# tasks file for accounts-predeploy\n\n\n- name: Include user list\n include_vars: \"local_accounts.yml\"\n tags: linux_accounts\n\n- name: Add user accounts - Linux\n user:\n name: \"{{ item }}\"\n password: \"{{ <PASSWORD>_<PAS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1482,
"all_permissive": true
} |
ansible_role | RITSPARSA/Competition-InfrastructureConfiguration | db3f620006c3ae3f76632e947d756696e9f79030 | 0 | roles/accounts-predeploy-percei | 3,578 | [
"permissive"
] | [
{
"path": "roles/accounts-predeploy-percei/tasks/main.yml",
"content": "---\n# tasks file for accounts-predeploy\n\n\n- name: Include user list\n include_vars: \"local_accounts.yml\"\n tags: linux_accounts\n\n- name: Add user accounts - Linux\n user:\n name: \"{{ item }}\"\n password: \"{{ <PASSWOR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 459,
"all_permissive": true
} |
ansible_role | RITSPARSA/Competition-InfrastructureConfiguration | db3f620006c3ae3f76632e947d756696e9f79030 | 0 | roles/bsdusers-deploy | 3,578 | [
"permissive"
] | [
{
"path": "roles/bsdusers-deploy/tasks/main.yml",
"content": "---\n# Install sudo via 'pkg'\n- name: Installing sudo\n pkgng:\n name: '{{ item }}'\n state: present\n with_items:\n - \"sudo\"\n\n- name: \"Allow wheel in sudoers\"\n copy:\n content: \"%wheel ALL=(ALL) ALL\"\n dest: \"/usr/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 981,
"all_permissive": true
} |
ansible_role | RITSPARSA/Competition-InfrastructureConfiguration | db3f620006c3ae3f76632e947d756696e9f79030 | 0 | roles/command-center-deploy | 3,578 | [
"permissive"
] | [
{
"path": "roles/command-center-deploy/tasks/main.yml",
"content": "---\n# tasks file for command-center-deploy\n#\n\n - name: deploy Ryans ssh key\n authorized_key:\n user: root\n key: https://github.com/koalatea.keys\n state: present\n\n - name: create ssh directory\n file:\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4198,
"all_permissive": true
} |
ansible_role | bushj/dotfiles | 0f777c9a6547d03477fb068a3c022646eac30758 | 0 | ansible/roles/git_setup | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/git_setup/tasks/main.yml",
"content": "---\n- name: Set git_credential_helper to osxkeychain if on OSX\n set_fact:\n git_credential_helper: osxkeychain\n when:\n ansible_system == \"Darwin\"\n\n- name: Create gitconfig.symlink with appropriate credentials\n template:\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | bushj/dotfiles | 0f777c9a6547d03477fb068a3c022646eac30758 | 0 | ansible/roles/homebrew | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/homebrew/tasks/main.yml",
"content": "---\n- name: Install items in brewfile\n command: brew bundle\n args:\n chdir: \"{{ dotfiles_installation_path }}/files/homebrew/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | bushj/dotfiles | 0f777c9a6547d03477fb068a3c022646eac30758 | 0 | ansible/roles/osx_defaults | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/osx_defaults/tasks/main.yml",
"content": "---\n###############################################################\n# Keyboard #\n###############################################################\n\n# Set fast ke repeat rate\n- name: Keyb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6401,
"all_permissive": false
} |
ansible_role | bushj/dotfiles | 0f777c9a6547d03477fb068a3c022646eac30758 | 0 | ansible/roles/osx_updates | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/osx_updates/tasks/main.yml",
"content": "---\n- name: Install any outstanding Apple updates with 'sudo softwareupdate -i -a'\n command: sudo softwareupdate -i -a\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 | bushj/dotfiles | 0f777c9a6547d03477fb068a3c022646eac30758 | 0 | ansible/roles/symlink_dotfiles | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/symlink_dotfiles/tasks/main.yml",
"content": "---\n- name: Find *.symlink files in /dotfiles\n find:\n paths: \"{{ dotfiles_installation_path }}/files/\"\n patterns: '*.symlink'\n recurse: yes\n file_type: any\n register: files_to_symlink\n\n- name: Create symlinks to ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1250,
"all_permissive": false
} |
ansible_role | bushj/dotfiles | 0f777c9a6547d03477fb068a3c022646eac30758 | 0 | ansible/roles/system_settings | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/system_settings/tasks/main.yml",
"content": "---\n- name: Set default shell\n command: chsh -s \"{{ default_shell }}\"\n\n- name: Create local_bin folder\n file:\n path: ~/local_bin\n state: directory\n force: no\n\n- name: Create ~/DEV folder\n file:\n path: ~/DEV\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | jckleiner/ci-cd-examples | c891c97639f5890182ffc50b9dab7fe4ad9b38ac | 0 | packer/02-provisioners-ansible/roles/nginx | 3,578 | [
"no_license"
] | [
{
"path": "packer/02-provisioners-ansible/roles/nginx/tasks/main.yaml",
"content": "---\n\n# The following error occurs (ubuntu/images/*ubuntu-xenial-16.04-amd64-server-*), apperantly because the instance is not yet been finished booting:\n# failed: E: Unable to correct problems, you have held broken pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | jckleiner/ci-cd-examples | c891c97639f5890182ffc50b9dab7fe4ad9b38ac | 0 | terraform/fundamentals/provisioners-ansible/roles/nginx | 3,578 | [
"no_license"
] | [
{
"path": "terraform/fundamentals/provisioners-ansible/roles/nginx/tasks/main.yaml",
"content": "---\n- name: Make sure Nginx is installed and is at the latest version\n apt:\n name: nginx\n state: latest\n update_cache: yes # run 'apt get update' before\n\n- name: Make sure Nginx is running\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | jckleiner/ci-cd-examples | c891c97639f5890182ffc50b9dab7fe4ad9b38ac | 0 | vagrant/provider-docker-prometheus-grafana-setup/ansible/roles/custom_python_exporter | 3,578 | [
"no_license"
] | [
{
"path": "vagrant/provider-docker-prometheus-grafana-setup/ansible/roles/custom_python_exporter/files/example_custom_exporter.py",
"content": "from prometheus_client import start_http_server, Gauge\nimport random\nimport time\n\n# create a gauge to track the number of requests\nrequests_total = Gauge('myap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3218,
"all_permissive": false
} |
ansible_role | jckleiner/ci-cd-examples | c891c97639f5890182ffc50b9dab7fe4ad9b38ac | 0 | vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/backend | 3,578 | [
"no_license"
] | [
{
"path": "vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/backend/handlers/main.yml",
"content": "---\n\n- name: reload systemd\n systemd:\n daemon_reload: true\n\n- name: start demo_app\n service:\n name: demo_app\n enabled: true\n state: started\n notify: wait for demo_app p... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1612,
"all_permissive": false
} |
ansible_role | jckleiner/ci-cd-examples | c891c97639f5890182ffc50b9dab7fe4ad9b38ac | 0 | vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/custom_varnish_exporter | 3,578 | [
"no_license"
] | [
{
"path": "vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/custom_varnish_exporter/tasks/main.yml",
"content": "---\n\n- name: copy python file\n copy:\n src: files/custom_varnish_exporter.py\n dest: \"/home/vagrant/\"\n\n- name: copy requirements file\n copy:\n src: files/requirem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2149,
"all_permissive": false
} |
ansible_role | jckleiner/ci-cd-examples | c891c97639f5890182ffc50b9dab7fe4ad9b38ac | 0 | vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/prometheus_varnish_exporter | 3,578 | [
"no_license"
] | [
{
"path": "vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/prometheus_varnish_exporter/templates/etc/systemd/system/prometheus_varnish_exporter.service.j2",
"content": "[Unit]\nDescription=Prometheus Varnish Exporter\nAfter=varnish.service\n\n[Service]\nType=simple\nUser=varnishlog\nGroup=var... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3314,
"all_permissive": false
} |
ansible_role | jckleiner/ci-cd-examples | c891c97639f5890182ffc50b9dab7fe4ad9b38ac | 0 | vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/varnish | 3,578 | [
"no_license"
] | [
{
"path": "vagrant/provider-docker-varnish-monitoring-setup/ansible/roles/varnish/tasks/main.yml",
"content": "---\n\n- import_tasks: install.yml\n- import_tasks: config.yml\n- import_tasks: logging.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9641,
"all_permissive": false
} |
ansible_role | MouhamadouGaye/ansible | be99713ae431eda540ead205b48e8bebf359b98e | 0 | roles/web | 3,578 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name: ['python3-pip', 'gunicorn']\n update_cache: yes\n\n- name: Deploy app files\n copy:\n src: /local/path/to/your/app/\n dest: /var/www/myapp/\n\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/base | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/base/files/deb_builder.sh",
"content": "#!/bin/bash\n\nPKG_NAME=$1\n\nset -e\nset -x\n\nif [[ -e deb/${PKG_NAME:?} ]]; then \n rm -rf deb/$PKG_NAME\nfi\nmkdir -p deb/$PKG_NAME\ncd deb/$PKG_NAME\napt-get source -b $PKG_NAME\nDEBIAN_FRONTE... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1810,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/crypton_db | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/crypton_db/files/setup.sql",
"content": "../../../../server/lib/stores/postgres/sql/setup.sql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "cryptography/crypton-master/crypton-ma... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5260,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/crypton_server | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/crypton_server/templates/crypton.conf.json.j2",
"content": "{\n \"database\": {\n \"type\": \"postgres\",\n \"user\": \"{{ item.1.db.user|default(item.1.user) }}\",\n \"password\": \"{{ <PASSWORD> }}\",\n \"database\": \"{{ ite... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9911,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/dev_proxy | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/dev_proxy/templates/squid.conf.j2",
"content": "# {{ ansible_managed }}\nacl manager proto cache_object\nacl localhost src 127.0.0.1/32 ::1\nacl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1\nacl to_public_address dst {{ ansible_default_ipv4.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/nginx | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/nginx/templates/fastcgi_params_auth.conf.j2",
"content": "\ninclude components/fastcgi_params_base;\nfastcgi_param REMOTE_USER $remote_user;\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3718,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/nodejs | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/nodejs/tasks/main.yml",
"content": "---\n\n- include: tagged.yml tags=role_nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "cryptography/crypton-master/crypton-master/ansib... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/postgresql | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/postgresql/templates/pg_hba.conf.j2",
"content": "# {{ ansible_managed }}\n# TYPE DATABASE USER CIDR-ADDRESS METHOD\n#\n# Database administrative login by Unix domain socket\nlocal all postgres ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7868,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/crypton-master/crypton-master/ansible/roles/redis | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/crypton-master/crypton-master/ansible/roles/redis/tasks/tagged.yml",
"content": "---\n\n- name: add the apt keys for redis PPA\n sudo: True\n apt_key: >\n state=present\n id=C7917B12\n data=\"{{ lookup('file', inventory_dir + '/../files/launchpad.net.chris-lea.key_C7917B12... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/app | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/app/defaults/main.yml",
"content": "---\n# By default the role should install the SD app-code package from the repo,\n# but staging hosts will override this setting to prefer locally-built\n# deb packages. Develop... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 12762,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/app-test | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/app-test/tasks/dev_setup_xvfb_for_functional_tests.yml",
"content": "---\n- name: Install pip dependencies for running the unit and functional tests.\n pip:\n requirements: \"{{ test_pip_requirements }}\"\n t... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7784,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/backup | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/backup/tasks/restore.yml",
"content": "---\n- name: copy restore script to app server\n copy:\n src: restore.py\n dest: /tmp/\n owner: root\n mode: \"0770\"\n\n- name: copy restore file to app server\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 12319,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/build-generic-pkg | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/build-generic-pkg/files/build_generic_package.sh",
"content": "#!/bin/bash\n## Usage:\n## ./build_package.sh securedrop-ossec-server\n## ./build_package.sh securedrop-ossec-agent\n\n\nset -u\nset -e\nset -x\n\nP... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1811,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/build-ossec-deb-pkg | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/build-ossec-deb-pkg/library/ossec_urls.py",
"content": "#!/usr/bin/env python\nDOCUMENTATION = '''\n---\nmodule: ossec_urls\nshort_description: Gather facts for OSSEC download URLs\ndescription:\n - Gather versio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9825,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/tasks/main.yml",
"content": "---\n- name: Update apt cache.\n apt:\n update_cache: yes\n cache_valid_time: 3600\n tags:\n - apt\n - build\n\n- include: build_secured... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3859,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/common | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/common/tasks/sysctl.yml",
"content": "---\n # These are not the same sysctl flags as\n # {{ grsec_sysctl_flags }}, thus the separate task.\n- name: Set sysctl flags for net.ipv4 config.\n sysctl:\n name: \"{... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9071,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/development | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/development/tasks/main.yml",
"content": "---\n- name: Install apt package dependencies for Development environment.\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ development_dependencie... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1630,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/grsecurity | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/grsecurity/tasks/main.yml",
"content": "---\n # Check whether grsecurity is already configured,\n # since that fact will be used in multiple includes.\n- include: check_installation.yml\n\n- include: paxctl.yml\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5274,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/install-fpf-repo | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/install-fpf-repo/defaults/main.yml",
"content": "---\napt_repo_url: https://apt.freedom.press\n\n# By default, install packages from the apt-repo, but under\n# staging hosts we'll prefer locally-built deb packages... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/install-local-packages | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/install-local-packages/tasks/hold_debs.yml",
"content": "---\n# The Ansible config runs an aptitude safe-upgrade on every playbook invocation,\n# which will clobber the locally built packages with prod packages fr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2891,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/ossec-agent | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/ossec-agent/tasks/main.yml",
"content": "---\n- include: agent_config.yml\n\n- include: cleanup_authd.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4140,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/ossec-server | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/ossec-server/templates/send_encrypted_alarm.sh",
"content": "#!/bin/bash\n# Handler script to encrypt OSSEC alerts prior to mailing.\n# Called via the `.procmailrc` for user `ossec`.\n\n# Intentionally NOT setting... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9505,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/reboot | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/reboot/tasks/main.yml",
"content": "---\n- name: Restart machine.\n command: shutdown -r now \"Ansible restart to boot into grsec kernel\"\n async: 0\n poll: 0\n ignore_errors: true\n sudo: yes\n tags:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/restrict-direct-access | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/restrict-direct-access/tasks/ssh.yml",
"content": "---\n- name: Install 2FA pam module.\n apt:\n name: libpam-google-authenticator\n state: latest\n tags:\n - apt\n - 2fa\n - ssh\n - pam\n\n- n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5445,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/tails-config | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/tails-config/handlers/main.yml",
"content": "---\n# Run the SecureDrop init script, which implements the torrc additions\n# so the ATHS Onion URLs are accessible. See `securedrop_init.py` for details.\n- name: run... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 8930,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/tor-hidden-services | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/tor-hidden-services/tasks/main.yml",
"content": "---\n- include: install_tor.yml\n\n- include: configure_tor_hidden_services.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3558,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/upgrade | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/upgrade/tasks/main.yml",
"content": "---\n- include: 0-3pre-upgrade.yml\n tags: 0-3pre-upgrade\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "cryptog... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9580,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/validate | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/securedrop-develop/securedrop-develop/install_files/ansible-base/roles/validate/tasks/validate_tails_environment.yml",
"content": "---\n- name: Confirm host OS is Tails.\n assert:\n that:\n - ansible_lsb.id == \"Tails\"\n - ansible_lsb.major_release >= 9\n msg: >-\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9628,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/azure-security-group | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/azure-security-group/tasks/main.yml",
"content": "---\n- name: Create Azure resource group\n azure_rm_resourcegroup:\n name: \"{{ azure_resource_group_name }}\"\n location: \"{{ azure_region }}\"\n\n- name: Create Azure virtual... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4494,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/common | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/common/templates/languages.md.j2",
"content": "- - -\n{% for key, value in streisand_languages.iteritems() %}\n [{{ value.language_name }}](index{{ value.file_suffix }}.html) \n{% endfor %}\n- - -\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3945,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/diffie-hellman-group | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/diffie-hellman-group/tasks/main.yml",
"content": "---\n- name: Generate a new and unique Diffie-Hellman group (this will take a while)\n command: openssl dhparam -out {{ dhparams_location }} {{ dhparams_size }}\n args:\n creates:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/dnsmasq | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: Ensure that BIND is not installed in order to avoid conflicts with dnsmasq\n apt:\n name: bind9\n state: absent\n\n- name: Install dnsmasq\n apt:\n name: dnsmasq\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 920,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/download-and-verify | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/download-and-verify/tasks/main.yml",
"content": "---\n- name: \"{{ project_signer }} signs the {{ project_name }} downloads. Import the correct GPG key.\"\n command: gpg --keyserver {{ gpg_key_server_address }} --recv-keys {{ project... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/ec2-security-group | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/ec2-security-group/tasks/main.yml",
"content": "---\n- name: Create the EC2 security group\n ec2_group:\n name: \"{{ aws_security_group }}\"\n description: Security group for Streisand\n region: \"{{ aws_region }}\"\n vpc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3006,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/gce-network | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/gce-network/tasks/main.yml",
"content": "---\n- name: Create network\n gce_net:\n name: \"{{ gce_network }}\"\n state: \"present\"\n mode: auto\n ipv4_range: \"{{ gce_ipv4_range }}\"\n credentials_file: \"{{ gce_json_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3280,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/genesis-digitalocean | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/genesis-digitalocean/defaults/main.yml",
"content": "---\ndo_ubuntu_x64_image_id: \"ubuntu-16-04-x64\"\ndo_small_droplet_size_id: \"512mb\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2254,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/genesis-linode | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/genesis-linode/tasks/main.yml",
"content": "---\n- name: Get the default SSH key\n command: cat ~/.ssh/id_rsa.pub\n register: ssh_key\n\n- name: Create the server\n linode:\n api_key: \"{{ linode_api_key }}\"\n name: \"{{ lin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/ip-forwarding | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/ip-forwarding/tasks/main.yml",
"content": "---\n- name: Enable IPv4 traffic forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n when: ansible_virtualization_type != 'lxc'\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/l2tp-ipsec | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/l2tp-ipsec/tasks/main.yml",
"content": "---\n- name: Install the Libreswan dependencies that are required for compilation\n apt:\n name: \"{{ item }}\"\n with_items: \"{{ libreswan_compilation_dependencies }}\"\n\n- name: Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 24295,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/monit | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/monit/templates/monitrc.j2",
"content": "set daemon 30\nwith start delay 120\nset logfile /var/log/monit.log\nset idfile /var/lib/monit/id\nset statefile /var/lib/monit/state\n\nset httpd port 2812 and\n use address localhost # Bi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4055,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/nginx | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/nginx/vars/main.yml",
"content": "---\napache_packages_to_remove:\n - apache2\n - apache2.2-bin\n - apache2.2-common\n - apache2-mpm-event\n - apache2-mpm-itk\n - apache2-mpm-prefork\n - apache2-mpm-worker\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/openconnect | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/openconnect/templates/ca.tmpl.j2",
"content": "cn = \"{{ ocserv_ca_cn }}\"\norganization = \"{{ ocserv_ca_organization }}\"\nserial = 1\nexpiration_days = {{ ocserv_days_valid }}\nca\nsigning_key\ncert_signing_key\ncrl_signing_key\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 37407,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/openvpn | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/openvpn/meta/main.yml",
"content": "---\ndependencies:\n - { role: diffie-hellman-group }\n - { role: dnsmasq }\n - { role: ip-forwarding }\n - { role: rc-local }\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 27764,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.