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
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Healthweb/roles/healthweb
570
[ "no_license" ]
[ { "path": "Healthweb/roles/healthweb/defaults/main.yml", "content": "spring_boot_host: \"localhost\"\n\nrest_comp_name: \"Healthweb\"\nrest_service_name: \"healthweb\"\nrest_user: \"healthweb\"\nrest_group: \"healthweb\"\nrest_dir: \"{{ datalake_dir }}/{{ rest_comp_name }}\"\nrest_version: \"2.1.0\"\nrest_j...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4021, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Healthweb/roles/init
570
[ "no_license" ]
[ { "path": "Healthweb/roles/init/files/initialize_kafka_offsets.sql", "content": "insert into kafka_offset_info with (rowlock) (topic, partition, offset, group_id)\n select 'healthweb-orig', 0, 0, 'stream-to-hdfs'\n where not exists (select * from kafka_offset_info where topic = 'healthweb-orig');\n\ninser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1592, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
InitializeStatusDb/roles/headnode
570
[ "no_license" ]
[ { "path": "InitializeStatusDb/roles/headnode/tasks/main.yml", "content": "---\n- name: Directory for Component integration\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
LoadTool/roles/headnode
570
[ "no_license" ]
[ { "path": "LoadTool/roles/headnode/templates/config.sh.j2", "content": "source \"{{ datalake_dir }}/Metadata/config/config.sh\"\nsource \"{{ datalake_dir }}/StatusDb/config/config.sh\"\nexport SPARK_MAIN_CLASS=\"fi.tietoallas.integration.load.LoadToolApplication\"\nexport SPARK_LOADTOOL_JAR=\"{{ datalake_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 783, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Opera/roles/lib
570
[ "no_license" ]
[ { "path": "Opera/roles/lib/tasks/main.yml", "content": "---\n\n- name: Copy java lib files\n synchronize:\n src: \"java\"\n dest: \"{{ comp_dir }}\"\n recursive: yes\n perms: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Opera/roles/manager
570
[ "no_license" ]
[ { "path": "Opera/roles/manager/tasks/main.yml", "content": "---\n- name: Directory for Component integration\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n\n- name: Create confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 955, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
QPati/roles/headnode
570
[ "no_license" ]
[ { "path": "QPati/roles/headnode/tasks/main.yml", "content": "---\n\n- name: Ensure clean start\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: absent\n\n- name: Directory for QPati\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1056, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
QPati/roles/manager
570
[ "no_license" ]
[ { "path": "QPati/roles/manager/templates/config.sh.j2", "content": "# This is a configuration file for Component manager-vm\n# It is filled with parameters suitable for a particular environment\n# at installation time\nexport COMP_NAME='{{ comp_name }}'\nexport COMP_DIR='{{ comp_dir }}'\nexport COMP_JAR='{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1632, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
QPati/roles/set_facts
570
[ "no_license" ]
[ { "path": "QPati/roles/set_facts/tasks/main.yml", "content": "- name: Set host IPs of nodes\n set_fact:\n manager_ip: \"{{hostvars[groups['manager'][0]].ansible_eth0.ipv4.address}}\"\n sftp_vm_ip: \"{{hostvars[groups['sftp'][0]].ansible_eth0.ipv4.address}}\"\n headnode_ip: \"{{hostvars[groups['hea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
QPati/roles/sftp
570
[ "no_license" ]
[ { "path": "QPati/roles/sftp/templates/config.sh.j2", "content": "# This is a configuration file for QPati manager-vm\n# It is filled with parameters suitable for a particular environment\n# at installation time\n\nexport COMP_NAME='{{ comp_name }}'\nexport COMP_DIR='{{ comp_dir }}'\nexport COMP_JAR='{{ comp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5307, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
QPati_inkr/roles/add_kafka_topic
570
[ "no_license" ]
[ { "path": "QPati_inkr/roles/add_kafka_topic/tasks/main.yml", "content": "- name: Add Kafka topic for the component\n command: /opt/DataLake/kafka/bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 2 --partitions 1 --topic {{ comp_kafka_topic }}\n ignore_errors: yes\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
QPati_inkr/roles/incremental_import
570
[ "no_license" ]
[ { "path": "QPati_inkr/roles/incremental_import/templates/application.properties.j2", "content": "fi.datalake.comp.sftp.datapath={{ comp_sftp_datapath }}\nfi.datalake.comp.sftp.refpath={{ comp_sftp_refpath }}\nfi.datalake.comp.wakeup.interval={{ comp_wakeup_interval }}\nfi.datalake.comp.readyflag=_TIETOALLAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2774, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
husradu/roles/husradu
570
[ "no_license" ]
[ { "path": "husradu/roles/husradu/templates/rest.service.j2", "content": "[Unit]\nDescription={{ rest_comp_name }} Integration\nBefore=\nAfter=network.target\n\n[Service]\nUser={{ rest_user }}\nWorkingDirectory={{ rest_dir }}\nExecStart=/usr/bin/java -Xmx2g -jar {{ rest_jar_name }}\nRestart=on-abort\n\n[Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7681, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
staginstreamconsumer/roles/install
570
[ "no_license" ]
[ { "path": "staginstreamconsumer/roles/install/tasks/main.yml", "content": "- name: Directory for Component integration\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n\n- name: Copy setup files\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7996, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
stream-to-hdfs/roles/headnode
570
[ "no_license" ]
[ { "path": "stream-to-hdfs/roles/headnode/tasks/main.yml", "content": "---\n- name: Ensure clean start\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: absent\n\n- name: Create component direcoty\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ datalak...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2614, "all_permissive": false }
ansible_role
guettoit/ope3
23fca9683d64b582427930538610c7970eec6575
0
ansible/roles/docker
570
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/refrundeck.yml", "content": "---\n# tasks file for rundeck\n\n- name: Instalando as dependencias do Rundeck\n apt:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - openjdk-8-jre-headless\n - curl\n - uui...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1944, "all_permissive": false }
ansible_role
guettoit/ope3
23fca9683d64b582427930538610c7970eec6575
0
ansible/roles/gitlab
570
[ "no_license" ]
[ { "path": "ansible/roles/gitlab/tasks/main.yml", "content": "---\n# tasks file for gitlab\n\n- name: Instalacao das dependencias o gitLab\n apt: name={{item}} update_cache=yes state=present\n with_items:\n - curl\n - openssh-server\n - postfix\n - ca-certificates\n\n- name: Baixar o pacote do ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
guettoit/ope3
23fca9683d64b582427930538610c7970eec6575
0
ansible/roles/jenkins
570
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n\n- name: Instalando as Dependencias do Jenkins\n apt:\n name: openjdk-8-jdk\n update_cache: yes\n state: present\n\n- name: Criando o diretorio do Jenkins\n file:\n path: /etc/jenkins\n\n- name: Fazen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
honzaulrych/kiv-dce-sp1-ulrych
343ae541d2c662bf77170ed971701f16a4d3ee11
0
ansible/roles/backend
569
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "- name: Install backend in Docker container\n docker_container:\n name: backend\n image: ghcr.io/honzaulrych/kiv-dce-sp1-ulrych-backend:latest\n state: started\n restart_policy: unless-stopped\n pull: yes\n ports:\n - \"5000...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
honzaulrych/kiv-dce-sp1-ulrych
343ae541d2c662bf77170ed971701f16a4d3ee11
0
ansible/roles/nginx
569
[ "no_license" ]
[ { "path": "ansible/roles/nginx/config/nginx.conf", "content": "events {}\n\nhttp {\n upstream backend {\n {% for host in groups['backend'] %}\n server {{ host }}:5000;\n {% endfor %}\n }\n\n server {\n listen 80;\n\n location / {\n proxy_pass http://bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
honzaulrych/kiv-dce-sp1-ulrych
343ae541d2c662bf77170ed971701f16a4d3ee11
0
ansible/roles/python3
569
[ "no_license" ]
[ { "path": "ansible/roles/python3/tasks/main.yml", "content": "- name: Install Python with PIP\n apt:\n update_cache: yes\n pkg:\n - python3\n - python3-pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning-template/roles/main
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning-template/roles/main/tasks/main.yml", "content": "---\n- name: Main | Example project-specific role\n debug:\n msg: \"{{ example_var }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning/roles/common
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning/roles/common/tasks/main.yml", "content": "---\n\n# These steps (\"Update Yarn apt key\" and \"Remove Duplicity PPA repo\") were added to fix issues with\n# updating the apt cache on older boxes. Once the older versions (1.4.0 and below) are no longer supported,\n# these ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2357, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning/roles/drupal-check
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning/roles/drupal-check/tasks/main.yml", "content": "---\n\n- name: Drupal Check | Install drupal-check\n get_url:\n url: https://github.com/mglaman/drupal-check/releases/download/1.0.9/drupal-check.phar\n dest: /home/vagrant/bin/drupal-check\n mode: '0700'\n tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning/roles/gulp
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning/roles/gulp/tasks/main.yml", "content": "---\n- name: Gulp | Install Gulp globally\n become: true\n command: npm install --global gulp-cli\n tags: gulp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning/roles/https
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning/roles/https/defaults/main.yml", "content": "---\nhttps_enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "conf/vagrant/provisioning/roles/https/templates/san.cnf", "content": "[req]\ndistinguis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2384, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning/roles/php
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning/roles/php/defaults/main.yml", "content": "---\nphp_ini_memory_limit: 256M\nphp_ini_error_reporting: \"E_ALL\"\nphp_ini_display_errors: \"true\"\nphp_ini_upload_max_filesize: 64M\nphp_ini_post_max_size: 64M\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2141, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning/roles/solr
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning/roles/solr/defaults/main.yml", "content": "---\nsolr_enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "conf/vagrant/provisioning/roles/solr/tasks/main.yml", "content": "---\n\n- name: Solr | S...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
palantirnet/the-vagrant
d5302bfcfe79371567341070844cd3dde11187bf
2
conf/vagrant/provisioning/roles/vhost
569
[ "no_license" ]
[ { "path": "conf/vagrant/provisioning/roles/vhost/tasks/main.yml", "content": "---\n- name: Install Apache vhost\n become: true\n template: src=drupal8-skeleton.conf dest=/etc/apache2/sites-available/{{ hostname }}.conf\n tags: vhost\n\n- name: Stat {{ hostname }} vhost conf\n stat: path=/etc/apache2/sit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1020, "all_permissive": false }
ansible_role
maazpatel24/Ansible
6ac109651780c6511fb961d980b1776c59a04db0
0
OS-Task/roles/osversion
569
[ "no_license" ]
[ { "path": "OS-Task/roles/osversion/tasks/main.yml", "content": "---\n- name: Check the operating system\n ansible.builtin.setup:\n filter: \"ansible_distribution*\"\n\n- name: Create OS-specific text file\n ansible.builtin.block:\n name: \"Create OS-specific text file\"\n block:\n - name: Ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
gordonmurray/tofu_aws_apache_flink
c932060c1802b07190bdfda4a04e13da6aa63c2f
0
roles/flink_jobs
569
[ "no_license" ]
[ { "path": "roles/flink_jobs/tasks/main.yml", "content": "- name: Interpolate the query template and upload it to a Job Manager host\n ansible.builtin.template:\n src: queries.sql.j2\n dest: /home/ubuntu/queries.sql\n owner: ubuntu\n group: ubuntu\n mode: \"0644\"\n\n- name: Submit the Job to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
DiegoBulhoes/minicurso-ERAD-SBPC
7ee9704a940ef9b0b4762bd162160c3eb666967a
1
ansible/roles/criticancia
569
[ "no_license" ]
[ { "path": "ansible/roles/criticancia/defaults/main.yml", "content": "---\n# defaults file for criticancia\n# variaveis serão sobrescrita\nmanager: 127.0.0.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/criticancia/files/swarm-compo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2121, "all_permissive": false }
ansible_role
DiegoBulhoes/minicurso-ERAD-SBPC
7ee9704a940ef9b0b4762bd162160c3eb666967a
1
ansible/roles/stack-monitoring
569
[ "no_license" ]
[ { "path": "ansible/roles/stack-monitoring/templates/prometheus.yml", "content": "global:\n scrape_interval: 15s \n evaluation_interval: 15s \n\nalerting:\n alertmanagers:\n - static_configs:\n - targets:\n {% for target in targets_alertmanager %}\n - {{target}}:{{port_alertmanager}}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5169, "all_permissive": false }
ansible_role
zherman0/ss-gluster-apb
e851dd5878a1b8ba80ffe16654bb5bbcc62d51d5
0
roles/deprovision-ss-gluster-apb
569
[ "no_license" ]
[ { "path": "roles/deprovision-ss-gluster-apb/tasks/main.yml", "content": "##############################################################################\n## Deprovision ss-gluster\n## This role executes much of the needed functionality to deprovision an\n## application using an Ansible Playbook Bundle and de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2344, "all_permissive": false }
ansible_role
zherman0/ss-gluster-apb
e851dd5878a1b8ba80ffe16654bb5bbcc62d51d5
0
roles/provision-ss-gluster-apb
569
[ "no_license" ]
[ { "path": "roles/provision-ss-gluster-apb/templates/ss-gluster-statefulset.yaml", "content": "---\nkind: StatefulSet\napiVersion: apps/v1beta2\nmetadata:\n name: glusterfs\n labels:\n glusterfs: statefulset\n annotations:\n description: GlusterFS StatefulSet\n tags: glusterfs\nspec:\n selector:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9601, "all_permissive": false }
ansible_role
ageis/anondns
9d7b14cf36289d37cbb94a5c70057a820261b59d
17
roles/anondns
569
[ "no_license" ]
[ { "path": "roles/anondns/templates/torrc.j2", "content": "ControlPort 9051\nCookieAuthentication 1\n\nAutomapHostsOnResolve 1\nAutomapHostsSuffixes .onion\nDNSPort 127.0.0.1:5354\nVirtualAddrNetworkIPv4 10.192.0.0/10\n\nHiddenServiceDir /var/lib/tor/dns/\nHiddenServicePort 53 127.0.0.1:53\nHiddenServiceVers...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10295, "all_permissive": false }
ansible_role
ageis/anondns
9d7b14cf36289d37cbb94a5c70057a820261b59d
17
roles/certbot
569
[ "no_license" ]
[ { "path": "roles/certbot/tasks/main.yml", "content": "---\n- name: Install certbot.\n pip:\n name: certbot\n state: latest\n\n- name: Ensure webservers are stopped.\n service:\n name: \"{{ item }}\"\n state: stopped\n ignore_errors: yes\n with_items:\n - nginx\n - apache2\n\n- name: Ge...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 879, "all_permissive": false }
ansible_role
ageis/anondns
9d7b14cf36289d37cbb94a5c70057a820261b59d
17
roles/common
569
[ "no_license" ]
[ { "path": "roles/common/tasks/timezone.yml", "content": "---\n- name: Set timezone in /etc/timezone.\n copy:\n content: |\n {{ timezone }}\n dest: /etc/timezone\n owner: root\n group: root\n mode: \"0644\"\n notify: update timezone\n", "license_type": "no_license", "detected_li...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 11158, "all_permissive": false }
ansible_role
joshking1/ansible-project
5bdc0dfe93e147b8da922cc769008ac0a7a48634
0
roles/docker
569
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Update apt package index\n apt:\n update_cache: yes\n become: yes\n\n- name: Install prerequisites\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 852, "all_permissive": false }
ansible_role
m-cherni/iac-automation
c037ce52f91b9b0ab82f62442af9d3579729f98e
0
terraform/ansible/roles/install_terraform
571
[ "no_license" ]
[ { "path": "terraform/ansible/roles/install_terraform/tasks/main.yml", "content": "---\n- name: \"Debug: print MANUAL_INSTALLATION variable\"\n ansible.builtin.debug:\n var: manual_installation\n- name: Installation using package manager for Ubuntu or Debian distribution\n ansible.builtin.import_tasks: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 9042, "all_permissive": false }
ansible_role
colinrymer/jenkins_with_docker
10982fb5bb05bc1fcb45d27617c17e37ef3f5df5
0
roles/ANXS.nginx
571
[ "no_license" ]
[ { "path": "roles/ANXS.nginx/tasks/default_site.yml", "content": "# file: nginx/tasks/default_site.yml\n\n- name: Nginx | Make sure the default site root directory is present\n file:\n path: \"{{nginx_default_root}}\"\n state: directory\n owner: \"{{nginx_user}}\"\n group: \"{{nginx_user}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
colinrymer/jenkins_with_docker
10982fb5bb05bc1fcb45d27617c17e37ef3f5df5
0
roles/Stouts.jenkins
571
[ "no_license" ]
[ { "path": "roles/Stouts.jenkins/tasks/configure.yml", "content": "---\n\n- name: jenkins-configure | Configure Jenkins\n template: src=jenkins.j2 dest={{jenkins_configuration}}\n register: jenkins_configure\n\n- name: jenkins-configure | Ensure Jenkins restarted\n service: name=jenkins state=restarted\n ...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 16109, "all_permissive": false }
ansible_role
colinrymer/jenkins_with_docker
10982fb5bb05bc1fcb45d27617c17e37ef3f5df5
0
roles/jenkins
571
[ "no_license" ]
[ { "path": "roles/jenkins/meta/main.yml", "content": "---\ndependencies:\n - ANXS.nginx\n - Stouts.jenkins\n - angstwad.docker_ubuntu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: je...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 304, "all_permissive": false }
ansible_role
KMahankali/Ansible
f836fdfc0428f929257d6355141f1aba0aae309c
0
roles/provision-ec2
571
[ "no_license" ]
[ { "path": "roles/provision-ec2/tasks/main.yml", "content": "---\n - name: Provision an EC2 Instance\n local_action:\n module: ec2\n aws_access_key: \n aws_secret_key: \n key_name: MKK\n instance_type: m3.medium\n image: ami-97785bed\n wait: yes\n #ec2_tag_Name: we...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
liveaverage/ansible-module-failure
79671a67a17f4ced1be1a93d182916c30e70a6b5
0
roles/test
571
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n# tasks file for test\n- name: Check No_Log and Algosec SDK\n sdk_check:\n ip: '10.243.54.4'\n username: '{{ username }}'\n password: '{{ <PASSWORD> }}'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1275, "all_permissive": false }
ansible_role
adhikya/ansible-roboshop-roles
9dcd836d04e4a3b5400453f6bddfe5319aca0781
0
roles/payment
571
[ "no_license" ]
[ { "path": "roles/payment/vars.yaml/main.yaml", "content": "CART_HOST: cart.adhikya.site\nUSER_HOST: user.adhikya.site\nRABBITMQ_HOST: rabbitmq.adhikya.site\nRABBITMQ_USER: roboshop\nRABBITMQ_PASSWORD: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
hayashibaraEcyber/provision_keycloak_demo
5d4805e73d69a17ce2d570fa374e501c7cbb2782
0
ansible/roles/common
571
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# common main\n- include: package_update.yml\n# - include: users.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/common/tasks/package_update.yml", "content": "\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2175, "all_permissive": false }
ansible_role
hayashibaraEcyber/provision_keycloak_demo
5d4805e73d69a17ce2d570fa374e501c7cbb2782
0
ansible/roles/docker
571
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/docker_compose.yml", "content": "- name: set OS name\n shell: uname -s\n register: os_name\n tags: docker\n\n- name: show OS name\n debug:\n msg: \"{{ os_name }}\"\n tags: docker\n\n- name: set CPU name\n shell: uname -m\n register: cpu_name\n tags: docker\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2314, "all_permissive": false }
ansible_role
hayashibaraEcyber/provision_keycloak_demo
5d4805e73d69a17ce2d570fa374e501c7cbb2782
0
ansible/roles/fess
571
[ "no_license" ]
[ { "path": "ansible/roles/fess/tasks/main.yml", "content": "# fess main\n- include: fess.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/fess/templates/docker-compose.j2", "content": "version: '3'\nservices:\n nginx-proxy:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3024, "all_permissive": false }
ansible_role
hayashibaraEcyber/provision_keycloak_demo
5d4805e73d69a17ce2d570fa374e501c7cbb2782
0
ansible/roles/keycloak
571
[ "no_license" ]
[ { "path": "ansible/roles/keycloak/templates/docker-compose.j2", "content": "version: '3'\nservices:\n nginx-proxy:\n image: jwilder/nginx-proxy:{{ nginx_proxy_ver }}\n container_name: nginx-proxy\n ports:\n - 80:80\n - 443:443\n volumes:\n - certs:/etc/nginx/certs:ro\n - vho...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2642, "all_permissive": false }
ansible_role
hayashibaraEcyber/provision_keycloak_demo
5d4805e73d69a17ce2d570fa374e501c7cbb2782
0
ansible/roles/ldap
571
[ "no_license" ]
[ { "path": "ansible/roles/ldap/templates/docker-compose.j2", "content": "version: '3'\n\nservices:\n ldap-server:\n image: osixia/openldap:{{ openldap_ver }}\n restart: always\n container_name: ldap-server\n environment:\n LDAP_ORGANISATION: \"people\"\n LDAP_DOMAIN: {{ ldap_admin_doma...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1607, "all_permissive": false }
ansible_role
hayashibaraEcyber/provision_keycloak_demo
5d4805e73d69a17ce2d570fa374e501c7cbb2782
0
ansible/roles/web
571
[ "no_license" ]
[ { "path": "ansible/roles/web/templates/docker-compose.j2", "content": "version: '3'\nservices:\n nginx-proxy:\n image: jwilder/nginx-proxy:{{ nginx_proxy_ver }}\n container_name: nginx-proxy\n ports:\n - 80:80\n - 443:443\n volumes:\n - certs:/etc/nginx/certs:ro\n - vhost:/e...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3623, "all_permissive": false }
ansible_role
mello-vanessa/ansible
5547e1e3c77df7a4cc4e1a50b4d7a5470c15481a
0
roles/addUser
571
[ "no_license" ]
[ { "path": "roles/addUser/handlers/main.yml", "content": "---\n- name: Restart ssh\n become: true\n systemd:\n state: restarted\n name: sshd\n enabled: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/addUser/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 975, "all_permissive": false }
ansible_role
mello-vanessa/ansible
5547e1e3c77df7a4cc4e1a50b4d7a5470c15481a
0
roles/domain
571
[ "no_license" ]
[ { "path": "roles/domain/templates/vhosts/domain-ssl-conf.j2", "content": " server {\n listen 80;\n listen [::]:80;\n server_name {{ DOMAIN }};\n root /usr/share/nginx/html;\n\n include /etc/nginx/default.d/*.conf;\n\n location / {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2918, "all_permissive": false }
ansible_role
mello-vanessa/ansible
5547e1e3c77df7a4cc4e1a50b4d7a5470c15481a
0
roles/nginx
571
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n become: true\n yum:\n name:\n - nginx\n\n- name: Copy template nginx.conf to nginx directory\n become: true\n template:\n src: ./templates/vhosts/nginx-conf.j2\n dest: /etc/nginx/nginx.conf\n\n- name: Verify if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
mello-vanessa/ansible
5547e1e3c77df7a4cc4e1a50b4d7a5470c15481a
0
roles/server
571
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Alter hostname server\n shell: \"/usr/bin/hostnamectl set-hostname \\\"{{ HOSTNAME }}\\\"\"\n become: yes \n when: ansible_nodename != \"{{ HOSTNAME }}\" \n register: nomeHost\n\n- name: Restart hostnamectl\n systemd:\n state: restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 988, "all_permissive": false }
ansible_role
ismc/ansible-infraops
feee49de34e09fdac5ad423c58ebf7a937ad73db
0
roles/net-aaa
571
[ "no_license" ]
[ { "path": "roles/net-aaa/tasks/net-aaa-nxos.yml", "content": "---\n- name: Adding Trusted Networks to admin-access ACL\n nxos_config:\n lines:\n - \"permit ip {{ item }} any \"\n parents: ip access-list admin-access\n provider: \"{{ netops_provider }}\"\n with_items: \"{{ admin_access_list |...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 899, "all_permissive": false }
ansible_role
ismc/ansible-infraops
feee49de34e09fdac5ad423c58ebf7a937ad73db
0
roles/net-dns
571
[ "no_license" ]
[ { "path": "roles/net-dns/tasks/main.yml", "content": "---\n- include: \"net-dns-{{ net_os }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/net-dns/tasks/net-dns-ios.yml", "content": "---\n- name: Configure domain name on IOS Dev...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 623, "all_permissive": false }
ansible_role
ismc/ansible-infraops
feee49de34e09fdac5ad423c58ebf7a937ad73db
0
roles/net-ntp
571
[ "no_license" ]
[ { "path": "roles/net-ntp/tasks/net-ntp-nxos.yml", "content": "---\n- name: Configure NTP on NXOS Device\n nxos_config:\n provider: \"{{ netops_provider }}\"\n lines:\n - \"ntp server {{ item }}\"\n with_items: \"{{ ntp_config_server | default([]) }}\"\n\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 423, "all_permissive": false }
ansible_role
kacrosby/CSC510Project
f88966ad336c08d0805740bd3a0df0554efc6f16
0
CSC510-1-main/CSC510-1-main/ansible-files/roles/copy_config_file
571
[ "no_license" ]
[ { "path": "CSC510-1-main/CSC510-1-main/ansible-files/roles/copy_config_file/tasks/main.yaml", "content": "---\n\n- name: Copy Custom Config File when Specified\n copy:\n src: \"{{ src_config_path }}\"\n dest: \"{{ config_file_dest }}\"\n mode: '0644'\n when: src_config_path is defined\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
kacrosby/CSC510Project
f88966ad336c08d0805740bd3a0df0554efc6f16
0
CSC510-1-main/CSC510-1-main/ansible-files/roles/get_repo
571
[ "no_license" ]
[ { "path": "CSC510-1-main/CSC510-1-main/ansible-files/roles/get_repo/tasks/main.yaml", "content": "---\n\n- name: Install git.\n apt:\n name: git\n state: present\n update_cache: yes\n become: yes\n\n- name: Ensure the Directory to hold the Private Key Exists.\n file:\n path: \"{{ deploy_key_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
kacrosby/CSC510Project
f88966ad336c08d0805740bd3a0df0554efc6f16
0
CSC510-1-main/CSC510-1-main/ansible-files/roles/install_bot
571
[ "no_license" ]
[ { "path": "CSC510-1-main/CSC510-1-main/ansible-files/roles/install_bot/tasks/main.yaml", "content": "---\n- name: Install the required NPM packages for the bot\n npm:\n path: \"{{ git_repo_dest }}\"\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
kacrosby/CSC510Project
f88966ad336c08d0805740bd3a0df0554efc6f16
0
CSC510-1-main/CSC510-1-main/ansible-files/roles/install_npm
571
[ "no_license" ]
[ { "path": "CSC510-1-main/CSC510-1-main/ansible-files/roles/install_npm/tasks/main.yaml", "content": "---\n\n# Idea for atp_key and apt_repository from:\n# https://kyle.pericak.com/nodejs-ansible.html\n\n- name: \"Add nodejs apt key\"\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
kacrosby/CSC510Project
f88966ad336c08d0805740bd3a0df0554efc6f16
0
CSC510-1-main/CSC510-1-main/ansible-files/roles/start_bot
571
[ "no_license" ]
[ { "path": "CSC510-1-main/CSC510-1-main/ansible-files/roles/start_bot/templates/reward_bot.service.j2", "content": "[Unit]\nDescription=The Service for Reward-Bot.\n\n[Service]\nExecStart=node {{ git_repo_dest }}/index.js --config {{ config_file_dest }}\nEnvironment=BOTTOKEN={{ BOTTOKEN }}\nEnvironment=GITHU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/bootstrap
571
[ "no_license" ]
[ { "path": "playbooks/roles/bootstrap/tasks/bootstrap.yml", "content": "- name: Install vim\n apt: name=vim state=present\n\n- name: Add deploy user\n action: user name=deploy shell=/bin/bash append=yes state=present password={{ <PASSWORD>_password }}\n\n- name: set up authorized_keys for the deploy user\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1168, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/deploy
571
[ "no_license" ]
[ { "path": "playbooks/roles/deploy/tasks/main.yml", "content": "- include: deploy.yml tags=deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "playbooks/roles/deploy/templates/database.yml.j2", "content": "production:\n adapter: postgresql\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2689, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/nginx
571
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/templates/mybema.conf.j2", "content": "upstream mybema {\n server unix:/home/deploy/mybema/tmp/sockets/puma.sock;\n}\n\nserver {\n listen 80;\n server_name '{{ ansible_default_ipv4.address }}';\n root /home/deploy/mybema/public;\n\n location / {\n proxy_pass http://m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1624, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/postgresql
571
[ "no_license" ]
[ { "path": "playbooks/roles/postgresql/tasks/main.yml", "content": "---\n- name: Install PostgreSQL dependencies\n action: apt pkg={{item}} state=latest\n sudo : yes\n with_items:\n - python-pycurl\n - python-psycopg2\n\n- name: Add PostgreSQL repo key\n sudo: yes\n apt_key: url=http://apt.postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/puma
571
[ "no_license" ]
[ { "path": "playbooks/roles/puma/templates/puma.rb.j2", "content": "environment 'production'\ndaemonize\npidfile \"{{app_directory}}tmp/puma/pid\"\nstate_path \"{{app_directory}}tmp/puma/state\"\nbind 'unix:///tmp/mybema.sock'\n\nactivate_control_app", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1713, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/redis
571
[ "no_license" ]
[ { "path": "playbooks/roles/redis/tasks/main.yml", "content": "---\n - name: download latest stable redis\n get_url: url=http://download.redis.io/redis-stable.tar.gz dest=/tmp/redis-stable.tar.gz\n\n - name: untar redis\n command: tar zxf /tmp/redis-stable.tar.gz -C /tmp\n\n - name: build redis\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1909, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/setup
571
[ "no_license" ]
[ { "path": "playbooks/roles/setup/templates/sidekiq.conf.j2", "content": "# /etc/init/sidekiq.conf - Sidekiq config\n\n# Save this config as /etc/init/sidekiq.conf then manage sidekiq with:\n# sudo start sidekiq index=0\n# sudo stop sidekiq index=0\n# sudo status sidekiq index=0\n#\n# or use the servic...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2318, "all_permissive": false }
ansible_role
mybema/mybema-config
48ccd7e7764f063f4a16a94b5a4cc9940436b44c
4
playbooks/roles/upload_latest
571
[ "no_license" ]
[ { "path": "playbooks/roles/upload_latest/handlers/main.yml", "content": "---\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: restart sidekiq\n service: name=sidekiq state=restarted\n sudo: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 947, "all_permissive": false }
ansible_role
JeffLabonte/learning_ansible
c2fdc9c4f037ce15c04dc2aeade3e1babeec3a15
0
chapter05/lemp/roles/stack-config
571
[ "no_license" ]
[ { "path": "chapter05/lemp/roles/stack-config/defaults/main.yml", "content": "---\n# defaults file for roles/stack-config\n\nwordpress_system:\n user: \"wordpress\"\n group: \"php-fpm\"\n comment: \"wordpress system user\"\n home: \"/var/www/wordpress\"\n state: \"present\"", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1267, "all_permissive": false }
ansible_role
perepelitsyn-alexei/devops-netology
a9b1cbf1bfa13040426d10551a3364d5c02c1a79
0
08-ansible-04-role/playbook/roles/lighthouse-role
571
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/lighthouse-role/lighthouse-role/terraform-04/src/vpc/outputs.tf", "content": "output \"network_id\" {\n value = yandex_vpc_network.vpc.id\n}\n\noutput \"subnet_id\" {\n value = yandex_vpc_subnet.subnet.id\n}", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 26, "total_bytes": 42512, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/cli_tools
571
[ "no_license" ]
[ { "path": "roles/cli_tools/vars/main.yml", "content": "cli_tools_yq_archs:\n x86_64: amd64\n amd64: amd64\n aarch64: arm64\n arm64: arm64\n\ncli_tools_yq_os: \"{{ ansible_facts.system | lower }}\"\ncli_tools_yq_arch: \"{{ cli_tools_yq_archs[ansible_facts.architecture] }}\"\ncli_tools_yq_release_nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8567, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/docker
571
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install dependencies\n become: true\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n\n- name: Make sure the folder of the keyrings exists\n become: true\n ansible.builtin.file:\n state: directory\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4385, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/hello_world
571
[ "no_license" ]
[ { "path": "roles/hello_world/tasks/main.yml", "content": "- name: Create Hello World file\n ansible.builtin.copy:\n content: \"Hello World\"\n dest: \"{{ hello_world_dest }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/hello_worl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/lxd_install
571
[ "no_license" ]
[ { "path": "roles/lxd_install/defaults/main.yml", "content": "lxd_install_snap_channel: 5.0/stable\nlxd_install_init_enabled: true\nlxd_install_init_config_dir: /opt/lxd\nlxd_install_init_config_file_name: init.yml\nlxd_install_init_config_file_path: \"{{ lxd_install_init_config_dir }}/{{ lxd_install_init_co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1541, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/lxd_remove
571
[ "no_license" ]
[ { "path": "roles/lxd_remove/defaults/main.yml", "content": "lxd_remove_init_config_file_path: /opt/lxd/init.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/lxd_remove/tasks/main.yml", "content": "- name: Remove LXD snap package\n b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 854, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/portainer
571
[ "no_license" ]
[ { "path": "roles/portainer/tasks/main.yml", "content": "- name: Install Python requirements\n become: true\n ansible.builtin.pip:\n name: docker\n\n- name: Install portainer\n become: true\n community.docker.docker_container:\n name: \"{{ portainer_name }}\"\n state: started\n container_defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1242, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/zfs_destroy_pool
571
[ "no_license" ]
[ { "path": "roles/zfs_destroy_pool/tasks/main.yml", "content": "- name: Fail if pool name is not provided\n when: zfs_destroy_pool_name | default('', true) | trim == ''\n ansible.builtin.fail:\n msg: \"zfs_destroy_pool_name must not be empty\"\n\n- name: Confirmation of destroying the pool and purging t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1781, "all_permissive": false }
ansible_role
rimelek/homelab
d9c95de39f7b344aed61d5e7ee7e2442f539d73a
12
roles/zfs_pool
571
[ "no_license" ]
[ { "path": "roles/zfs_pool/tasks/main.yml", "content": "- name: Install zfslinux-utils\n become: true\n ansible.builtin.package:\n name: zfsutils-linux\n state: present\n\n- name: Get zpool facts\n ignore_errors: true\n community.general.zpool_facts:\n name: \"{{ zfs_pool_name }}\"\n register: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 491, "all_permissive": false }
ansible_role
meck93/dotfiles
75c2166ebdf423af2792ebbd6edd4051867f235b
0
ansible/roles/ubuntu
572
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu/vars/main.yml", "content": "apt_packages:\n - ca-certificates\n - cowsay\n - curl\n - git\n - gnupg-agent\n - htop\n - jq\n - nodejs\n - software-properties-common\n - traceroute\n - tree\n - vim\n - whois\n - zsh\n - g++\n - gcc\n - libinput-tools\n - libto...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3834, "all_permissive": false }
ansible_role
ipl-thefinalcountdown/food-at-home
1ad1b9c2f24792efd58d671447eb1e568403b98f
2
deploy/roles/certbot
572
[ "no_license" ]
[ { "path": "deploy/roles/certbot/tasks/main.yml", "content": "---\n\n- name: install certbot\n apt:\n name: certbot\n state: present\n\n- name: install letsencrypt hook\n copy:\n src: hook.sh\n dest: /etc/letsencrypt/hook.sh\n owner: root\n group: root\n mode: 0755\n\n- name: create le...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 746, "all_permissive": false }
ansible_role
ipl-thefinalcountdown/food-at-home
1ad1b9c2f24792efd58d671447eb1e568403b98f
2
deploy/roles/nginx
572
[ "no_license" ]
[ { "path": "deploy/roles/nginx/templates/nginx-hostname-vhost.conf.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n root /srv/http;\n\n include snippets/letsencrypt.conf;\n\n location / {\n return 404;\n }\n}\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5155, "all_permissive": false }
ansible_role
ipl-thefinalcountdown/food-at-home
1ad1b9c2f24792efd58d671447eb1e568403b98f
2
deploy/roles/php_fpm
572
[ "no_license" ]
[ { "path": "deploy/roles/php_fpm/tasks/main.yaml", "content": "---\n\n- name: install php-fpm\n apt:\n name:\n - php-fpm\n - php-gd\n - php-pgsql\n - php-xml\n - php-mbstring\n - php-mysql\n state: present\n\n- name: install php-fpm units\n copy:\n src: \"{{ item }}\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 670, "all_permissive": false }
ansible_role
ipl-thefinalcountdown/food-at-home
1ad1b9c2f24792efd58d671447eb1e568403b98f
2
deploy/roles/webapp
572
[ "no_license" ]
[ { "path": "deploy/roles/webapp/handlers/main.yml", "content": "---\n\n- name: daemon reload\n systemd:\n daemon-reload: yes\n\n- name: restart php-fpm@{{ webapp_user }}\n service:\n name: php-fpm@{{ webapp_user }}\n state: restarted\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8167, "all_permissive": false }
ansible_role
binbashroot/provision_proxmox
09cbfb89134ff8885ed188fcd6b32fabedc9dcc8
3
roles/provision_proxmox_containers
572
[ "no_license" ]
[ { "path": "roles/provision_proxmox_containers/templates/proxmox_vm_name.j2", "content": "{% if domain is undefined %}\n {% if 'local.lan' in inventory_hostname %}\n {{ inventory_hostname }}\n {% else %} \n {{ inventory_hostname + '.local.lan' }}\n {% endif %} \n{% elif domain is defin...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9054, "all_permissive": false }
ansible_role
binbashroot/provision_proxmox
09cbfb89134ff8885ed188fcd6b32fabedc9dcc8
3
roles/provision_proxmox_vms
572
[ "no_license" ]
[ { "path": "roles/provision_proxmox_vms/vars/main.yml", "content": "---\n# vars file for provision_proxmox_vms\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/provision_proxmox_vms/templates/subscribe.j2", "content": "{% if 'rhel8' in ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 16873, "all_permissive": false }
ansible_role
66gmc1000/baleen
a3dffb2f016406ce6dd85efb0135fadc3d2a5255
0
ansible/roles/deploy
572
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: Remove registry, if it exists\n docker_container:\n name: \"{{ registry_name }}\"\n state: absent\n\n- name: Copy template\n template: src=request.conf.j2 dest=\"{{ registry_cert_path }}/request.conf\"\n when: registry_crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3709, "all_permissive": false }
ansible_role
drerik/ansible-collection-kubernetes
357bcd72f16410ceaf8239106094bb9f4e8bfdfb
2
roles/helm
572
[ "no_license" ]
[ { "path": "roles/helm/defaults/main.yml", "content": "---\nhelm_release_platform: \"{{ ansible_system | lower }}\"\nhelm_release_architecture: amd64\nhelm_github_release_api_url: https://api.github.com/repos/helm/helm/releases\nhelm_download_url: https://get.helm.sh/helm-{{ helm_release_version }}-{{ helm_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3524, "all_permissive": false }
ansible_role
drerik/ansible-collection-kubernetes
357bcd72f16410ceaf8239106094bb9f4e8bfdfb
2
roles/k3s
572
[ "no_license" ]
[ { "path": "roles/k3s/meta/main.yml", "content": "galaxy_info:\n author: <NAME> <<EMAIL>>\n description: Installs a kubernetes instance based on k3s on a server.\n license: Apache-2.0\n min_ansible_version: '2.9'\n galaxy_tags:\n - k3s\n - kubernetes\n dependencies: []\n platforms:\n - name: Ub...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 8005, "all_permissive": false }
ansible_role
drerik/ansible-collection-kubernetes
357bcd72f16410ceaf8239106094bb9f4e8bfdfb
2
roles/kubectl
572
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n# tasks file for kubectl\n- name: Detect which binary architecture we should get if not specified\n block:\n - name: Set kubectl_arch_type fact when amd64 architecture\n ansible.builtin.set_fact:\n kubectl_arch_type: amd64\n when: ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2557, "all_permissive": false }
ansible_role
drerik/ansible-collection-kubernetes
357bcd72f16410ceaf8239106094bb9f4e8bfdfb
2
roles/kustomize
572
[ "no_license" ]
[ { "path": "roles/kustomize/vars/main.yml", "content": "---\n# vars file for kustomize\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/kustomize/tasks/main.yml", "content": "---\n- name: Get latest release version if release_version is n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2441, "all_permissive": false }
ansible_role
ydjin-k/example-app
4dae49175a6a4bbb73768012e571c6bb688045fb
0
Ansible/roles/common.role
572
[ "no_license" ]
[ { "path": "Ansible/roles/common.role/templates/vimrc.j2", "content": "{% if vimrc is defined %}\n{% for rule in vimrc %}\n{{ (rule.keys() | list)[0] }} {{ rule[(rule.keys() | list)[0]] }}\n{% endfor %}\n{% endif %}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 ...
{ "task_files": 16, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 14195, "all_permissive": false }
ansible_role
ydjin-k/example-app
4dae49175a6a4bbb73768012e571c6bb688045fb
0
Ansible/roles/credentials.role
572
[ "no_license" ]
[ { "path": "Ansible/roles/credentials.role/meta/main.yml", "content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: credentials\n author: Managed\n description: \"Role for rolling out admin keys in Selectel Managed\"\n company: Selectel\n license: GPLv2\n min_ansible_version: 1.5\n platforms:\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 11983, "all_permissive": false }
ansible_role
ydjin-k/example-app
4dae49175a6a4bbb73768012e571c6bb688045fb
0
Ansible/roles/docker.role
572
[ "no_license" ]
[ { "path": "Ansible/roles/docker.role/templates/daemon.json.j2", "content": "\n {{ docker_json_opts | to_nice_json }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "Ansible/roles/docker.role/tasks/container-healthcheck.yml", "content": "---\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4689, "all_permissive": false }
ansible_role
ydjin-k/example-app
4dae49175a6a4bbb73768012e571c6bb688045fb
0
Ansible/roles/fail2ban.role
572
[ "no_license" ]
[ { "path": "Ansible/roles/fail2ban.role/defaults/main.yml", "content": "fail2ban_whitelist:\n - \"127.0.0.1/8\"\n - \"192.168.127.12\" # SelectelVPN\n - \"172.16.17.32\" # ЦВТ-1\n - \"192.168.127.12\" # ЦВТ-2\n - \"172.16.31.10/29\" # Managed services\n # - \"172.16.17.32\" # git.adm....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1945, "all_permissive": false }
ansible_role
ydjin-k/example-app
4dae49175a6a4bbb73768012e571c6bb688045fb
0
Ansible/roles/firewall.role
572
[ "no_license" ]
[ { "path": "Ansible/roles/firewall.role/tasks/main.yml", "content": "---\n- name: Populate service facts\n service_facts:\n\n- name: Disable ufw\n service:\n name: ufw\n state: stopped\n enabled: no\n when: \"'ufw' in services\"\n\n- name: Install iptables-persistent Ubuntu\n apt:\n name: \"i...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 13601, "all_permissive": false }
ansible_role
filex5/ansible-test
b08aeb235be06ad16df25d2c7903575374f6f012
0
roles/nginx
572
[ "no_license" ]
[ { "path": "roles/nginx/templates/service.http.conf.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n\n root /var/www/{{ site_name }};\n index index.php index.html index.htm index.nginx-debian.html;\n\n server_name {{ ip_address }};\n\n location / {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3438, "all_permissive": false }