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
fjourdren/VPS-Kubernetes-Setup-Ansible
9a586037f5d1e916cafee1f0e2451c3aa269b5c5
0
roles/apps-nodes-settings
7,303
[ "no_license" ]
[ { "path": "roles/apps-nodes-settings/tasks/elasticsearch-requirements.yml", "content": "# Needed by elasticsearch to run\n- name: Ensure vm.max_map_count is set\n become: true\n ansible.builtin.sysctl:\n name: vm.max_map_count\n value: \"262144\"\n state: present\n reload: yes", "license_t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 779, "all_permissive": false }
ansible_role
fjourdren/VPS-Kubernetes-Setup-Ansible
9a586037f5d1e916cafee1f0e2451c3aa269b5c5
0
roles/apps-passwords
7,303
[ "no_license" ]
[ { "path": "roles/apps-passwords/tasks/main.yml", "content": "##########################################################################\n# Elasticsearch (kibana)\n##########################################################################\n- name: Get Elasticsearch (kibana) password\n ansible.builtin.shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1220, "all_permissive": false }
ansible_role
fjourdren/VPS-Kubernetes-Setup-Ansible
9a586037f5d1e916cafee1f0e2451c3aa269b5c5
0
roles/kube-config-download
7,303
[ "no_license" ]
[ { "path": "roles/kube-config-download/tasks/main.yml", "content": "- name: Ensure .kube client file exists on the control plane\n become: yes\n file:\n path: /var/snap/microk8s/current/credentials/client.config\n state: file\n mode: \"0755\"\n\n- name: Copy kubeconfig to Ansible control node\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
fjourdren/VPS-Kubernetes-Setup-Ansible
9a586037f5d1e916cafee1f0e2451c3aa269b5c5
0
roles/kube-dependencies
7,303
[ "no_license" ]
[ { "path": "roles/kube-dependencies/tasks/main.yml", "content": "# Needed to run kubernetes commands from ansible\n- name: Upgrade packages\n apt:\n upgrade: safe\n update_cache: yes\n cache_valid_time: 300\n become: yes\n\n- name: Install python3 packages\n apt:\n name:\n - python3\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
fjourdren/VPS-Kubernetes-Setup-Ansible
9a586037f5d1e916cafee1f0e2451c3aa269b5c5
0
roles/kube-services-setup
7,303
[ "no_license" ]
[ { "path": "roles/kube-services-setup/tasks/traefik.yml", "content": "################################################################################\n# Helm Repository & Chart Installation\n################################################################################\n- name: Add the Traefik Helm repos...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 40313, "all_permissive": false }
ansible_role
fjourdren/VPS-Kubernetes-Setup-Ansible
9a586037f5d1e916cafee1f0e2451c3aa269b5c5
0
roles/kube-user-setup
7,303
[ "no_license" ]
[ { "path": "roles/kube-user-setup/tasks/main.yml", "content": "---\n- name: Ensure alias for kubectl is set in .bashrc\n ansible.builtin.lineinfile:\n path: ~/.bashrc\n line: \"alias kubectl='microk8s kubectl'\"\n create: yes\n become: no\n\n- name: Apply changes to current shell\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1415, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/apache
7,303
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Install apache\n apt: pkg=apache2 state=present update_cache=yes\n- name: custom healthstatus\n copy: dest=/var/www/isup.html content='ALIVE'\n- name: set file stats on healthstatus\n file: path=/var/www/isup.html owner=root group=root mode=064...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1295, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/bazaar
7,303
[ "no_license" ]
[ { "path": "roles/bazaar/tasks/main.yml", "content": "- name: install bazaar\n apt: pkg=bzr state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/gce
7,303
[ "no_license" ]
[ { "path": "roles/gce/tasks/main.yml", "content": "- name: Launch instances\n local_action:\n module: gce\n instance_names: \"{{ names }}\"\n machine_type: \"{{ type }}\"\n image: \"{{ image }}\"\n zone: \"{{ zone }}\"\n project_id: \"{{ project_id }}\"\n pem_file: \"{{ pem_file }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 821, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/mercurial
7,303
[ "no_license" ]
[ { "path": "roles/mercurial/tasks/main.yml", "content": "- name: install mercurial\n apt: pkg=mercurial state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/mysql
7,303
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL\n apt: pkg=mysql-server state=present\n- name: Install Mysql package\n apt: pkg={{ item }} state=present\n with_items:\n - python-mysqldb\n- name: Create Database\n mysql_db: name={{ mysql_db_name }} state=present\n when:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/php
7,303
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Install PHP and several packages\n apt: pkg={{ item }} state=present\n with_items:\n - php5\n - libapache2-mod-php5\n - php-pear\n - php5-mysql\n - php5-gd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/timezone_locale
7,303
[ "no_license" ]
[ { "path": "roles/timezone_locale/tasks/main.yml", "content": "- name: Set timezone variables\n copy: content='{{ timezone_name }}'\n dest=/etc/timezone\n owner=root\n group=root\n mode=0644\n backup=yes\n notify:\n - update timezone\n- name: update Locale\n locale_ge...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 327, "all_permissive": false }
ansible_role
curious-eyes/ansible-gce
cc302709d610056633cb7a2998441266e5b25816
6
roles/wordpress
7,303
[ "no_license" ]
[ { "path": "roles/wordpress/templates/githook-post-receive", "content": "#!/bin/sh\n#\ncd /var/www\nsudo git reset --hard\nsudo git --git-dir=.git pull origin master\nsudo chown -R www-data:www-data .\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2744, "all_permissive": false }
ansible_role
asura/asciidoc_template
d742bf0d14f763b29ecdf63f33c1b294443277c9
0
ansible/roles/editor
7,303
[ "no_license" ]
[ { "path": "ansible/roles/editor/tasks/main.yml", "content": "- name: ensure exist redpen directory\n file:\n path: ../vendor/redpen\n state: directory\n\n- name: Get latest RedPen version\n uri:\n url: 'https://api.github.com/repos/redpen-cc/redpen/releases/latest'\n return_content: yes\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
silentli/ansible-multinode-monitoring
c16d5706be92ed86f493a192702462293a3f1d28
0
roles/common
7,303
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1\tlocalhost\n127.0.1.1\t{{ ansible_hostname }}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 ip6-localhost ip6-loopback\nfc00:e968:6179::de52:7100 ip6-localnet\nfc00:db20:35b:7399::5 ip6-mcastprefix\nfdf8:f53e:61e4::1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 848, "all_permissive": false }
ansible_role
silentli/ansible-multinode-monitoring
c16d5706be92ed86f493a192702462293a3f1d28
0
roles/grafana
7,303
[ "no_license" ]
[ { "path": "roles/grafana/defaults/main.yml", "content": "---\n# Grafana Configuration Variables\n\n# Service description\ngrafana_description: \"Grafana Dashboard Server\"\n\n# Service name (used for systemd service name)\ngrafana_service_name: \"grafana-server\"\n\n# User and group for the service\ngrafana...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8957, "all_permissive": false }
ansible_role
silentli/ansible-multinode-monitoring
c16d5706be92ed86f493a192702462293a3f1d28
0
roles/mariadb
7,303
[ "no_license" ]
[ { "path": "roles/mariadb/defaults/main.yml", "content": "---\n# MariaDB Configuration Variables\n\n# Service description\nmariadb_description: \"MariaDB Database Server\"\n\n# Service name (used for systemd service name)\nmariadb_service_name: \"mariadb\"\n\n# User and group for the service\nmariadb_user: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4954, "all_permissive": false }
ansible_role
silentli/ansible-multinode-monitoring
c16d5706be92ed86f493a192702462293a3f1d28
0
roles/mock_service
7,303
[ "no_license" ]
[ { "path": "roles/mock_service/handlers/main.yml", "content": "---\n- name: restart mock-service\n ansible.builtin.systemd:\n name: \"{{ mock_service_name }}\"\n state: restarted\n daemon_reload: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7732, "all_permissive": false }
ansible_role
silentli/ansible-multinode-monitoring
c16d5706be92ed86f493a192702462293a3f1d28
0
roles/node_exporter
7,303
[ "no_license" ]
[ { "path": "roles/node_exporter/defaults/main.yml", "content": "---\n# Node Exporter Configuration Variables\n\n# Service description\nnode_exporter_description: \"Prometheus Node Exporter\"\n\n# Service name (used for systemd service name)\nnode_exporter_service_name: \"node-exporter\"\n\n# User and group f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3106, "all_permissive": false }
ansible_role
silentli/ansible-multinode-monitoring
c16d5706be92ed86f493a192702462293a3f1d28
0
roles/prometheus
7,303
[ "no_license" ]
[ { "path": "roles/prometheus/defaults/main.yml", "content": "---\n# Prometheus Configuration Variables\n\n# Service description\nprometheus_description: \"Prometheus Monitoring Server\"\n\n# Service name (used for systemd service name)\nprometheus_service_name: \"prometheus\"\n\n# User and group for the serv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4588, "all_permissive": false }
ansible_role
edwardtheharris/ansible-prometheus
e4faacb002d361f96972ef8704f8bad8725eabe1
0
roles/prometheus-ping-exporter
7,303
[ "permissive" ]
[ { "path": "roles/prometheus-ping-exporter/files/config.yml", "content": "# List of target hosts (IP addresses or host names) to ping.\ntargets:\n - 8.8.8.8\n - 8.8.4.4\n - aws.amazon.com\n - cloud.google.com\n - github.com\n - google.com\n - 127.0.0.1\n - ad.breeze-blocks.net\n - grafana.breeze-blo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1502, "all_permissive": true }
ansible_role
LukyLuke/ansible-elk
f29ef5ce0e73b164ed001c83374f4405ee1aeb1b
0
roles/config-elasticsearch
7,302
[ "permissive" ]
[ { "path": "roles/config-elasticsearch/tasks/main.yml", "content": "---\n# Elasticsearch Configuration\n\n- name: JVM-HeapSize for Elasticsearch\n lineinfile:\n dest: /etc/elasticsearch/jvm.options\n regex: \"^-Xms\"\n line: \"-Xms{{ elasticsearch_jvm_xms }}\"\n when: elasticsearch_jvm_xms is defi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1390, "all_permissive": true }
ansible_role
LukyLuke/ansible-elk
f29ef5ce0e73b164ed001c83374f4405ee1aeb1b
0
roles/elastic-metricbeat
7,302
[ "permissive" ]
[ { "path": "roles/elastic-metricbeat/tasks/main.yml", "content": "---\n# Install Elasticsearch Metricbeat\n\n- name: Install Metricbeat\n ansible.builtin.apt:\n deb: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{{ metricbeat_version | default(\"7.16.2\") }}-amd64.deb\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": true }
ansible_role
LukyLuke/ansible-elk
f29ef5ce0e73b164ed001c83374f4405ee1aeb1b
0
roles/elasticsearch
7,302
[ "permissive" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n# Install Elasticsearch\n\n- name: Install Elasticsearch\n ansible.builtin.apt:\n deb: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ elasticsearch_version | default(\"7.16.2\") }}-amd64.deb\n state: present\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": true }
ansible_role
LukyLuke/ansible-elk
f29ef5ce0e73b164ed001c83374f4405ee1aeb1b
0
roles/kibana
7,302
[ "permissive" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n# Install Kibana\n\n- name: Install kibana\n ansible.builtin.apt:\n deb: https://artifacts.elastic.co/downloads/kibana/kibana-{{ kibana_version | default(\"7.16.2\") }}-amd64.deb\n state: present\n\n- name: Configure Kibana\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": true }
ansible_role
LukyLuke/ansible-elk
f29ef5ce0e73b164ed001c83374f4405ee1aeb1b
0
roles/logstash
7,302
[ "permissive" ]
[ { "path": "roles/logstash/tasks/templates/filter.conf.j2", "content": "\nfilter {\n #if [type] == \"syslog\" {\n # grok {\n # match => {\n # \"message\" => \"%{SYSLOGTIMESTAMP:syslog_timestamp} %{SYSLOGHOST:syslog_hostname} %{DATA:syslog_program}(?:\\[%{POSINT:syslog_pid}\\])?: %{GREEDYDATA:sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4046, "all_permissive": true }
ansible_role
LukyLuke/ansible-elk
f29ef5ce0e73b164ed001c83374f4405ee1aeb1b
0
roles/system-elasticsearch
7,302
[ "permissive" ]
[ { "path": "roles/system-elasticsearch/tasks/main.yml", "content": "---\n# Configure the Elasticsearch user iwth memlock, hard/softlimit, ...\n- name: Pam_Limit-ting Elasticsearch user\n pam_limits:\n domain: elasticsearch\n limit_type: \"-\"\n limit_item: memlock\n value: unlimited\n comment...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": true }
ansible_role
Otus-DevOps-2021-08/aeagit01_infra
df7099014ee4e83ef72ad37e2170d7922a7793e6
0
ansible/roles/app
7,302
[ "no_license" ]
[ { "path": "ansible/roles/app/templates/appserver.conf.j2", "content": "# nginx gonfig templ\nupstream backend {\n server 10.10.10.20;\n}\nserver {\n server_name appserver;\n location / {\n proxy_pass http://127.0.0.1:9292;\n }\n}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
Otus-DevOps-2021-08/aeagit01_infra
df7099014ee4e83ef72ad37e2170d7922a7793e6
0
ansible/roles/db
7,302
[ "no_license" ]
[ { "path": "ansible/roles/db/molecule/default/tests/test_default.py", "content": "import os\nimport testinfra.utils.ansible_runner\nimport testinfra.modules.addr\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n# check if MongoDB is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1492, "all_permissive": false }
ansible_role
mtakahashiif/ansible-collection-sample
7810d1700d2322dcfa8a3cf2694fd968db6ff49e
0
roles/add
7,302
[ "permissive" ]
[ { "path": "roles/add/tasks/main.yml", "content": "- name: add \"{{ value }}\" (role version)\n ac_sample.calc.publish_request:\n value: \"{{ value }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": true }
ansible_role
mtakahashiif/ansible-collection-sample
7810d1700d2322dcfa8a3cf2694fd968db6ff49e
0
roles/clear
7,302
[ "permissive" ]
[ { "path": "roles/clear/tasks/main.yml", "content": "- name: clear (role version)\n ac_sample.calc.publish_request:\n command: clear\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": true }
ansible_role
phoebebright/equistatue
9c2d3becc1fdc64b746affcb32637a195b1f170d
0
devops/roles/this_host
7,302
[ "no_license" ]
[ { "path": "devops/roles/this_host/tasks/main.yml", "content": "---\n- when: papertrail_destination is defined\n include_role: \n name: papertrail\n vars:\n nginx_le_primary_domain: \"{{ this_hostname }}\"\n papertrail_rule_name: \"95-devops\"\n papertrail_prefixes: \n - setup\n - bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/age
7,302
[ "no_license" ]
[ { "path": "roles/age/tasks/main.yml", "content": "---\n- name: \"Utils | age :: get checksum\"\n ansible.builtin.stat:\n path: /usr/local/bin/age\n checksum_algorithm: sha256\n register: age_stat\n ignore_errors: true\n changed_when: false\n tags:\n - utils\n - age\n\n- name: \"Utils | age ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1163, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/chrome
7,302
[ "no_license" ]
[ { "path": "roles/chrome/vars/main.yml", "content": "apt:\n key: https://dl.google.com/linux/linux_signing_key.pub\n sha256: 05ee0181a70b39bd5c71630bc9a828856c22cebd9449602759dd4fd89338e54d\n name: google-chrome\n url: https://dl.google.com/linux/chrome/deb/\n suite: stable\n component: main\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1911, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/docker
7,302
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "---\napt:\n key: https://download.docker.com/linux/ubuntu/gpg\n sha256: 1500c1f56fa9e26b9b8f42452a553675796ade0807cdce11975eb98170b3a570\n name: docker\n url: https://download.docker.com/linux/ubuntu\n suite: \"{{ ansible_distribution_release }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1782, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/firefox
7,302
[ "no_license" ]
[ { "path": "roles/firefox/vars/main.yml", "content": "apt:\n key: https://packages.mozilla.org/apt/repo-signing-key.gpg\n sha256: 3ce6a27fe0538464191eebb9ff1a0b8a269af16d872524822b25198328263e84\n name: firefox\n url: https://packages.mozilla.org/apt\n suite: mozilla\n component: main\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2390, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/flameshot
7,302
[ "no_license" ]
[ { "path": "roles/flameshot/tasks/main.yml", "content": "---\n- name: \"Special | Flameshot :: installation\"\n ansible.builtin.apt:\n name: flameshot\n state: latest\n tags:\n - never\n - special\n - flameshot\n\n- name: \"Special | Flameshot :: favorite\"\n tags:\n - never\n - speci...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/fonts
7,302
[ "no_license" ]
[ { "path": "roles/fonts/vars/main.yml", "content": "---\nfonts:\n cascadia:\n version: 2111.01\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/fonts/tasks/main.yml", "content": "---\n- name: \"Fonts | Ubuntu Mono :: installation\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1906, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/gcloud
7,302
[ "no_license" ]
[ { "path": "roles/gcloud/vars/main.yml", "content": "---\napt:\n key: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n sha256: aa26cfdf2640ea1e02e8959b77957491cf5fb78964f06a5921e2c79607872797\n name: google-cloud-sdk\n url: https://packages.cloud.google.com/apt\n suite: cloud-sdk\n component: ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1299, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/gdm_background
7,302
[ "no_license" ]
[ { "path": "roles/gdm_background/vars/main.yml", "content": "---\nbackground: mybackground.jpg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/gdm_background/tasks/main.yml", "content": "---\n- name: \"Special | download gdm background c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1446, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/git
7,302
[ "no_license" ]
[ { "path": "roles/git/templates/home/.gitconfig.j2", "content": "{{ ansible_managed | comment }}\n\n[user]\nname = {{ firstname|title }} {{ lastname|upper }}\nemail = {{ email }}\n\n[core]\neditor = vim\npager = more\n\n[github]\nuser = {{ githubuser }}\n\n[color]\ndiff = always\n\n[color \"diff\"]\nmeta = y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/git_cliff
7,302
[ "no_license" ]
[ { "path": "roles/git_cliff/tasks/main.yml", "content": "---\n- name: \"SCM | git-cliff :: check version\"\n ansible.builtin.command:\n cmd: /usr/local/bin/git-cliff --version\n ignore_errors: true\n no_log: true\n register: git_cliff_version\n changed_when: false\n tags:\n - scm\n - git-cliff...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1860, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/go
7,302
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- name: \"Lang | Go :: check version\"\n ansible.builtin.command:\n cmd: /usr/local/go/bin/go version\n ignore_errors: true\n no_log: true\n register: go_version\n changed_when: false\n tags:\n - lang\n - go\n\n- name: \"Lang | Go :: downl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1569, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/helm
7,302
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "---\n- name: \"Kubernetes | helm :: check\"\n ansible.builtin.command:\n cmd: helm version --short\n ignore_errors: true\n no_log: true\n register: helm_version\n changed_when: false\n tags:\n - kubernetes\n - helm\n\n- name: \"Kubernetes | h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/httpie
7,302
[ "no_license" ]
[ { "path": "roles/httpie/vars/main.yml", "content": "---\nversion: 3.2.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/httpie/tasks/main.yml", "content": "---\n- name: \"Utils | httpie :: remove os version\"\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/k3d
7,302
[ "no_license" ]
[ { "path": "roles/k3d/tasks/main.yml", "content": "---\n- name: \"Kubernetes | k3d :: installation\"\n ansible.builtin.get_url:\n url: https://github.com/{{ repo }}/releases/download/v{{ version }}/k3d-{{ platform }}\n dest: /usr/local/bin/k3d\n owner: root\n group: root\n mode: 0755\n che...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/k9s
7,302
[ "no_license" ]
[ { "path": "roles/k9s/tasks/main.yml", "content": "---\n- name: \"Kubernetes | k9s :: check\"\n ansible.builtin.command:\n cmd: k9s version --short\n ignore_errors: true\n no_log: true\n register: k9s_version\n changed_when: false\n tags:\n - kubernetes\n - k9s\n\n- name: \"Kubernetes | k9s ::...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/kubectl
7,302
[ "no_license" ]
[ { "path": "roles/kubectl/vars/main.yml", "content": "apt:\n key: https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key\n sha256: 5fe267a9ae47ffd566624057f2c8f64ab8a786a9c650e92cc22135381b04f12b\n name: kubernetes\n url: https://pkgs.k8s.io/core:/stable:/v1.29/deb/\n suite:\n component: /\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1232, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/kubectx
7,302
[ "no_license" ]
[ { "path": "roles/kubectx/tasks/main.yml", "content": "---\n- name: \"Kubernetes | kubectx :: download\"\n ansible.builtin.get_url:\n url: https://github.com/{{ repo }}/releases/download/v{{ version }}/kubectx_v{{ version }}_{{ platform }}.tar.gz\n dest: \"{{ dlcache }}/kubectx-{{ version }}.tar.gz\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/locale
7,302
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n- name: Generate needed languages\n community.general.locale_gen:\n name: \"{{ item }}\"\n state: present\n with_items:\n - en_US.UTF-8\n - fr_FR.UTF-8\n tags:\n - always\n - locale\n\n- name: Set locale\n ansible.builtin.templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 930, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/node
7,302
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: \"Lang | Node :: repository key\"\n ansible.builtin.get_url:\n url: \"{{ apt.key }}\"\n dest: \"{{ keyrings_dir }}/{{ apt.name }}.asc\"\n checksum: sha256:{{ apt.sha256 }}\n owner: root\n group: root\n mode: 0644\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1550, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/obs
7,302
[ "no_license" ]
[ { "path": "roles/obs/tasks/main.yml", "content": "---\n- name: \"Special | OBS :: repository\"\n ansible.builtin.apt_repository:\n repo: ppa:obsproject/obs-studio\n filename: obs-studio\n mode: 0644\n tags:\n - never\n - special\n - obs\n\n- name: \"Special | OBS :: installation\"\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1031, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/protoc
7,302
[ "no_license" ]
[ { "path": "roles/protoc/tasks/main.yml", "content": "---\n- name: \"Lang | Protoc :: check\"\n ansible.builtin.command:\n cmd: protoc --version\n ignore_errors: true\n no_log: true\n register: protoc_version\n changed_when: false\n tags:\n - lang\n - protoc\n\n- name: \"Lang | Protoc :: downl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2057, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/remina
7,302
[ "no_license" ]
[ { "path": "roles/remina/tasks/main.yml", "content": "---\n- name: \"Special | Remmina :: installation\"\n ansible.builtin.apt:\n name:\n - remmina\n state: latest\n tags:\n - never\n - special\n - remmina\n\n- name: \"Special | Remmina :: favorite\"\n tags:\n - never\n - special...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/skaffold
7,302
[ "no_license" ]
[ { "path": "roles/skaffold/vars/main.yml", "content": "---\nrepo: GoogleContainerTools/skaffold\nversion: 2.0.5\nchecksum: 6d2ea38a7905cd1b8c86977fbc04cc18449b00f5c12d538b2e70dd9e5ce69663\nplatform: linux-amd64\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 641, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/sops
7,302
[ "no_license" ]
[ { "path": "roles/sops/tasks/main.yml", "content": "---\n- name: \"Utils | SOPS :: download\"\n ansible.builtin.get_url:\n url: https://github.com/{{ repo }}/releases/download/v{{ version }}/sops-v{{ version }}.linux.amd64\n dest: /usr/local/bin/sops\n owner: root\n group: root\n mode: 0755\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/spotify
7,302
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "---\n# If Play/Pause keyboard buttons do not work with Spotify if Chrome is started\n# chrome://flags/#hardware-media-key-handling to disable media key handler\n\n- name: \"Special | Spotify :: repository key\"\n ansible.builtin.get_url:\n url: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2179, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/syncthing
7,302
[ "no_license" ]
[ { "path": "roles/syncthing/tasks/main.yml", "content": "---\n- name: \"Utils | Syncthing :: repository key\"\n ansible.builtin.get_url:\n url: \"{{ apt.key }}\"\n dest: \"{{ keyrings_dir }}/{{ apt.name }}.gpg\"\n checksum: sha256:{{ apt.sha256 }}\n owner: root\n group: root\n mode: 0644\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1127, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/teamviewer
7,302
[ "no_license" ]
[ { "path": "roles/teamviewer/tasks/main.yml", "content": "---\n- name: \"Special | Teamviewer :: repository key\"\n ansible.builtin.get_url:\n url: \"{{ apt.key }}\"\n dest: \"{{ keyrings_dir }}/{{ apt.name }}.asc\"\n checksum: sha256:{{ apt.sha256 }}\n owner: root\n group: root\n mode: 06...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2009, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/terraform
7,302
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: \"Kubernetes | terraform :: get installed version\"\n ansible.builtin.command:\n cmd: terraform version\n ignore_errors: true\n no_log: true\n register: terraform_version\n changed_when: false\n tags:\n - kubernetes\n - terr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1182, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/tilix
7,302
[ "no_license" ]
[ { "path": "roles/tilix/templates/home/.config/tilix/schemes/dotfiles.json.j2", "content": "{\n \"background-color\": \"{{ terminal.background.color }}\",\n \"badge-color\": \"#FFFFFF\",\n \"bold-color\": \"#FFFFFF\",\n \"comment\": \"\",\n \"cursor-background-color\": \"{{ terminal.cursor.col...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7095, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/tmux
7,302
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: \"Utils | Tmux :: installation\"\n ansible.builtin.apt:\n name: tmux\n state: latest\n tags:\n - utils\n - tmux\n\n- name: \"Utils | Tmux :: configuration\"\n ansible.builtin.template:\n src: home/.tmux.conf.j2\n dest: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/transmission
7,302
[ "no_license" ]
[ { "path": "roles/transmission/templates/home/.config/transmission/settings.json.j2", "content": "{\n \"alt-speed-down\": 256,\n \"alt-speed-enabled\": false,\n \"alt-speed-time-begin\": 540,\n \"alt-speed-time-day\": 127,\n \"alt-speed-time-enabled\": false,\n \"alt-speed-time-end\": 1020,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5607, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/variety
7,302
[ "no_license" ]
[ { "path": "roles/variety/templates/home/.config/variety/.firstrun.j2", "content": "{{ ansible_date_time.date }} {{ ansible_date_time.time }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/variety/tasks/main.yml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1411, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/vim
7,302
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: \"Editor | Vim :: installation\"\n ansible.builtin.apt:\n name: vim\n state: latest\n tags:\n - editor\n - vim\n\n- name: \"Editor | Vim :: configuration\"\n ansible.builtin.template:\n src: home/.vimrc.j2\n dest: \"{{ homed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/vlc
7,302
[ "no_license" ]
[ { "path": "roles/vlc/tasks/main.yml", "content": "---\n- name: \"Special | VLC :: installation\"\n ansible.builtin.apt:\n name: vlc\n state: latest\n tags:\n - never\n - special\n - vlc\n\n- name: \"Special | VLC :: favorite\"\n tags:\n - never\n - special\n - vlc\n block:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/vscode
7,302
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: \"Editor | Code :: repository key\"\n ansible.builtin.get_url:\n url: \"{{ apt.key }}\"\n dest: \"{{ keyrings_dir }}/{{ apt.name }}.asc\"\n checksum: sha256:{{ apt.sha256 }}\n owner: root\n group: root\n mode: 0644\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6471, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/yq
7,302
[ "no_license" ]
[ { "path": "roles/yq/tasks/main.yml", "content": "---\n- name: \"Utils | Yq :: remove python version\"\n ansible.builtin.pip:\n name: yq\n state: absent\n umask: \"0022\"\n tags:\n - utils\n - yq\n\n- name: \"Utils | Yq :: remove apt version\"\n ansible.builtin.apt:\n name: yq\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
lrobinot/dotfiles
9971991b35d662d941d00e956f6cd522f3e9f59b
0
roles/zsh
7,302
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: \"Shell | Zsh :: installation\"\n ansible.builtin.apt:\n name: zsh\n state: latest\n\n- name: \"Shell | Zsh :: configuration\"\n ansible.builtin.template:\n src: home/.zshrc.j2\n dest: \"{{ homedir }}/.zshrc\"\n owner: \"{{ user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2384, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace/mock_collection/roles/mock_api_role
7,302
[ "no_license" ]
[ { "path": "mock_namespace/mock_collection/roles/mock_api_role/handlers/main.yml", "content": "---\n# handlers file for mock_api_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "mock_namespace/mock_collection/roles/mock_api_role/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 979, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace/mock_collection/roles/mock_azure_role
7,302
[ "no_license" ]
[ { "path": "mock_namespace/mock_collection/roles/mock_azure_role/tasks/main.yml", "content": "---\n# tasks file for mock_azure_role\n- name: Fetch Credential from Azure Key Vault\n hosts: localhost\n gather_facts: false\n\n vars:\n ansible_python_interpreter: /home/myusername123/pyvirt/azure/bin/python...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2433, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace/mock_collection/roles/mock_db_role
7,302
[ "no_license" ]
[ { "path": "mock_namespace/mock_collection/roles/mock_db_role/tasks/main.yml", "content": "---\n# tasks file for mock_db_role\n\n- name: Create database users\n hosts: database_servers\n vars:\n db_users:\n - user: dbadmin-john-doe\n password: \"{{ <PASSWORD> }}\"\n - user: dbuser-alex-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 798, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace/mock_collection/roles/mock_osi_role
7,302
[ "no_license" ]
[ { "path": "mock_namespace/mock_collection/roles/mock_osi_role/tasks/main.yml", "content": "---\n# tasks file for mock_osi_role# mock_osi_role/tasks/main.yml\n\n- name: Deploy OSI App\n hosts: customer-X-osi-app-server\n vars:\n # Load variables from vars/main.yml\n - \"{{ lookup('vars', 'osi_app_nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1067, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace_2/mock_collection_2/roles/mock_custom_credentials
7,302
[ "no_license" ]
[ { "path": "mock_namespace_2/mock_collection_2/roles/mock_custom_credentials/handlers/main.yml", "content": "---\n# handlers file for mock_custom_credentials\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "mock_namespace_2/mock_collection_2/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 432, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace_2/mock_collection_2/roles/mock_email_role
7,302
[ "no_license" ]
[ { "path": "mock_namespace_2/mock_collection_2/roles/mock_email_role/handlers/main.yml", "content": "---\n# handlers file for mock_email_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "mock_namespace_2/mock_collection_2/roles/mock_email_role/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 404, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace_3/mock_collection_3/roles/mock_template_role
7,302
[ "no_license" ]
[ { "path": "mock_namespace_3/mock_collection_3/roles/mock_template_role/handlers/main.yml", "content": "---\n# handlers file for mock_template_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "mock_namespace_3/mock_collection_3/roles/mock_templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
abenavid/mock-collection
aa4fc209c27d576366d73b30d1556769686cc9a5
0
mock_namespace_3/mock_collection_3/roles/mock_user_role
7,302
[ "no_license" ]
[ { "path": "mock_namespace_3/mock_collection_3/roles/mock_user_role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mock_user_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "mock_namespace_3/mock_col...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 668, "all_permissive": false }
ansible_role
keigo-brook/isucon-startdash-ansible
fa9ab28e116f1989744e1ea1ed246716bf095220
0
roles/common
7,302
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- import_tasks: ssh.yml\n- import_tasks: install.yml\n- import_tasks: collect_basic_info.yml\n- import_tasks: backup.yml\n- import_tasks: mysql.yml\n- import_tasks: nginx.yml\n- import_tasks: various_setup.yml\n#- import_tasks: python.yml\n", "li...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 12450, "all_permissive": false }
ansible_role
Peco602/rusthunter
8eacb431a5805f4eb25edac7df16da7398fe4137
18
launcher/ansible/roles/macos
7,302
[ "no_license" ]
[ { "path": "launcher/ansible/roles/macos/tasks/main.yml", "content": "- name: Clean-up\r\n file:\r\n path: \"{{ remote_path }}\"\r\n state: absent\r\n \r\n- name: Remote path creation\r\n file:\r\n path: \"{{ remote_path }}\"\r\n state: directory\r\n mode: '0777'\r\n\r\n- name: Files uplo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1276, "all_permissive": false }
ansible_role
Peco602/rusthunter
8eacb431a5805f4eb25edac7df16da7398fe4137
18
launcher/ansible/roles/windows
7,302
[ "no_license" ]
[ { "path": "launcher/ansible/roles/windows/vars/main.yml", "content": "debug: false\r\nremote_path: c:\\Windows\\Temp\\rusthunter\\\r\nrusthunter_executable: rusthunter.exe\r\nrusthunter_run_subcommand: run\r\nsnapshots_path: /snapshots/\r\nsnapshot_tag: snapshot\r\nsnapshot_extension: json", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1502, "all_permissive": false }
ansible_role
tmoritoki0227/mattermost-cf-playbook
9c9489970cba062a04fe0f13d0c5bcdfdc5d159c
0
roles/common
7,302
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- include_tasks: common.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/common/tasks/common.yml", "content": "---\n- name: yum install multi-list\n yum:\n name:\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1134, "all_permissive": false }
ansible_role
tmoritoki0227/mattermost-cf-playbook
9c9489970cba062a04fe0f13d0c5bcdfdc5d159c
0
roles/mattermost
7,302
[ "no_license" ]
[ { "path": "roles/mattermost/tasks/main.yml", "content": "---\n- include_tasks: mattermost.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/mattermost/tasks/mattermost.yml", "content": "---\n- name: initial-setup-confirm\n stat:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4662, "all_permissive": false }
ansible_role
YAD87/ansible_django_uwsgi_nginx_supervisor
b2415bdb89eeb969e9b6ae88be5c9dcd5355cde8
0
roles/django
7,302
[ "no_license" ]
[ { "path": "roles/django/tasks/main.yml", "content": "---\n\n- name: create project directory\n file: path={{project_dir}} state=directory\n\n- name: create logs directory\n file: path={{ project_dir }}/logs state=directory\n\n#- name: create project home directory\n# file: path={{ project_homedir }} stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1193, "all_permissive": false }
ansible_role
YAD87/ansible_django_uwsgi_nginx_supervisor
b2415bdb89eeb969e9b6ae88be5c9dcd5355cde8
0
roles/services
7,302
[ "no_license" ]
[ { "path": "roles/services/tasks/main.yml", "content": "---\n\n- name: supervisor restart\n shell: service supervisor restart\n\n# - name: DB restart\n \n- name: nginx restart\n shell: service nginx restart\n\n#- name: start uwsgi\n# shell: cd /etc/uwsgi/apps-available/ && uwsgi --ini uwsgi.ini\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
YAD87/ansible_django_uwsgi_nginx_supervisor
b2415bdb89eeb969e9b6ae88be5c9dcd5355cde8
0
roles/system
7,302
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n\n- name: Update cache\n apt: update_cache=yes\n\n- name: Install system packages\n apt: pkg={{ item }} update_cache=yes state=present\n with_items:\n - \"{{ system_packages }}\"\n\n- name: Update pip\n pip: name=pip state=latest\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2684, "all_permissive": false }
ansible_role
YAD87/ansible_django_uwsgi_nginx_supervisor
b2415bdb89eeb969e9b6ae88be5c9dcd5355cde8
0
roles/virt
7,302
[ "no_license" ]
[ { "path": "roles/virt/tasks/main.yml", "content": "---\n\n- name: create virtualenv\n command: virtualenv {{ env }} creates={{ env }}/bin/activate\n\n#- name: Install packages requirements into virtualenv\n# shell: pip install -r {{ project_homedir }}/LOGINKA/{{ requirements }}\n\n- pip:\n name: django...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
dwighteb/ansible-provision
a38b143a80de0db9a3cb199068c40caf98340a43
0
playbook/roles/common
7,302
[ "no_license" ]
[ { "path": "playbook/roles/common/tasks/main.yml", "content": "---\n- include_vars: vault.yml\n no_log: true\n\n- name: ensure packages are installed\n apt:\n name: \"{{ item }}\"\n state: installed\n update_cache: yes\n with_items:\n - acpid\n - git\n - libpam-google-authenticator\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2291, "all_permissive": false }
ansible_role
dwighteb/ansible-provision
a38b143a80de0db9a3cb199068c40caf98340a43
0
playbook/roles/docker
7,302
[ "no_license" ]
[ { "path": "playbook/roles/docker/handlers/main.yml", "content": "---\n- name: run update-grub\n command: /usr/sbin/update-grub\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "playbook/roles/docker/tasks/main.yml", "content": "---\n- name: en...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1020, "all_permissive": false }
ansible_role
dwighteb/ansible-provision
a38b143a80de0db9a3cb199068c40caf98340a43
0
playbook/roles/dockercloud
7,302
[ "no_license" ]
[ { "path": "playbook/roles/dockercloud/tasks/main.yml", "content": "---\n- name: add af_key kernel module to startup configuration\n copy:\n src: af_key.conf\n dest: /etc/modules-load.d/af_key.conf\n owner: root\n group: root\n mode: 0644\n notify:\n - run modprobe af_key\n\n- name: configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 785, "all_permissive": false }
ansible_role
dwighteb/ansible-provision
a38b143a80de0db9a3cb199068c40caf98340a43
0
playbook/roles/ec2
7,302
[ "no_license" ]
[ { "path": "playbook/roles/ec2/vars/main.yml", "content": "---\naws_access_key: \"{{ vault_aws_access_key }}\"\naws_secret_key: \"{{ vault_aws_secret_key }}\"\naws_key_name: \"{{ vault_aws_key_name }}\"\naws_region: \"{{ vault_aws_region }}\"\naws_vpc_subnet_id: \"{{ vault_aws_vpc_subnet_id }}\"\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 677, "all_permissive": false }
ansible_role
dwighteb/ansible-provision
a38b143a80de0db9a3cb199068c40caf98340a43
0
playbook/roles/openvpn
7,302
[ "no_license" ]
[ { "path": "playbook/roles/openvpn/files/configure-pat.sh", "content": "#!/bin/bash\n\n# Configure the instance to run as a Port Address Translator (PAT) to provide\n# Internet connectivity to private instances.\n#\n\nset -x\necho \"Determining the MAC address on eth0\"\nETH0_MAC=`/sbin/ifconfig | /bin/grep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5189, "all_permissive": false }
ansible_role
dwighteb/ansible-provision
a38b143a80de0db9a3cb199068c40caf98340a43
0
playbook/roles/physical
7,302
[ "no_license" ]
[ { "path": "playbook/roles/physical/tasks/main.yml", "content": "---\n- name: ensure packages are installed\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - anacron\n - avahi-daemon\n - smartmontools\n\n- name: enable smartmontools\n lineinfile:\n dest: /etc/default/sma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
fdoradof/sesion_08
8ad3a5f27ded1337a352c4d8f3dca3cf84da832f
0
roles/apache_install
7,302
[ "no_license" ]
[ { "path": "roles/apache_install/tasks/main.yml", "content": "---\n- name: \"Instalacion de servico httpd\"\n yum:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ paquetes }}\"\n tags: apache\n\n- name: \"Habilitar el firewall\"\n firewalld:\n service: \"{{ item }}\"\n permanent: yes\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1081, "all_permissive": false }
ansible_role
romeOz/rock-app-basic
054c3daf146829e8283616910ca4041bf718e2a0
0
provisioning/roles/demo
7,302
[ "no_license" ]
[ { "path": "provisioning/roles/demo/tasks/main.yml", "content": "- name: Installing composer dependencies\n composer: command=install working_dir={{ root_dir }} prefer_dist=yes no_dev=yes\n tags: demo\n\n- name: Installing bower dependencies\n shell: bower install --allow-root -F chdir={{ root_dir }}\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
romeOz/rock-app-basic
054c3daf146829e8283616910ca4041bf718e2a0
0
provisioning/roles/mysql
7,302
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/templates/my.cnf.j2", "content": "[client]\nuser={{ mysql.root_user }}\npassword={{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "provisioning/roles/mysql/templates/mysqld-ansible.cnf.j2", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1729, "all_permissive": false }
ansible_role
romeOz/rock-app-basic
054c3daf146829e8283616910ca4041bf718e2a0
0
provisioning/roles/php
7,302
[ "no_license" ]
[ { "path": "provisioning/roles/php/templates/php.ini", "content": "cgi.fix_pathinfo = 0;\nerror_reporting = E_ALL;\ndisplay_errors = on;\n\napc.enable_cli = 1;", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "provisioning/roles/php/handlers/main.yml"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1211, "all_permissive": false }
ansible_role
nhan-123/udacity-project3
2fd3ba9abfb70190c8ed841e43a92e8d1f338ed6
0
.circleci/ansible/roles/deploy
7,302
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: create directory \n become: yes\n file: \n path: /home/app\n state: directory\n mode: 0755\n\n- name: copy artifact to app directory\n become: yes\n copy: \n src: ~/project/artifact.tar.gz\n dest: /home/app/art...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
bben974/theodo-test-infra
b4d66b20c598f5c55abc3d88b50df052cc16f7ba
0
ansible/roles/docker
7,302
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Update the apt package index\n become: true\n apt:\n update_cache: yes\n\n- name: Install packages for apt add repository over HTTPS\n become: true\n apt:\n name: \"{{ packagesdep }}\"\n force_apt_get: true\n state: pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1993, "all_permissive": false }
ansible_role
bben974/theodo-test-infra
b4d66b20c598f5c55abc3d88b50df052cc16f7ba
0
ansible/roles/postgres
7,302
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "- name: Create postgresql data directory\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ postgres_path }}/data\"\n - \"{{ postgres_path }}/init\"\n\n- name: Create postgresql container\n do...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 661, "all_permissive": false }