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
mitshel/ceph-ansible-setup
b664b492e5510ccf2624547819495ce8f19512e2
0
roles/ceph-admin
8,117
[ "no_license" ]
[ { "path": "roles/ceph-admin/tasks/main.yml", "content": "- name: Create admin directory\n file:\n path: ~/ceph-admin\n mode: 0744\n state: directory\n become: yes\n become_user: ceph\n\n- name: ceph-deploy-new\n command: ceph-deploy new {{ groups['ceph-mon'] | join(\" \") }} \n args:\n chdi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1773, "all_permissive": false }
ansible_role
mitshel/ceph-ansible-setup
b664b492e5510ccf2624547819495ce8f19512e2
0
roles/ceph-mon
8,117
[ "no_license" ]
[ { "path": "roles/ceph-mon/tasks/main.yml", "content": "- name: Yum update\n yum:\n name: '*'\n state: latest\n\n- name: ceph-deploy mon\n command: ceph-deploy mon create-initial\n args:\n creates: ~/ceph-admin/deploy_mon.flag\n become: yes\n become_user: ceph\n\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
mitshel/ceph-ansible-setup
b664b492e5510ccf2624547819495ce8f19512e2
0
roles/common
8,117
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": " - name: Creates destination directory for ssh keys\n # Workaround for #2372\n file: state=directory mode=0700 dest=/root/.ssh/\n tags:\n - disable\n \n - name: Pushes current user rsa key to k8s nodes\n copy: src=~/.ssh/id_rsa.pub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3590, "all_permissive": false }
ansible_role
bgyu/ansible_tutorial
7f6e65a46fee437a07c4b1c6f7d783617efcb74b
0
roles/webservers
8,117
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "- name: install apache and php\n tags: web\n package:\n name:\n - \"{{ apache_package }}\"\n - \"{{ php_package }}\"\n state: latest\n update_cache: yes\n\n- name: copy default html file for site\n tags: apache,apache2,httpd\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
Scandr/ansible-collection-create-file
f4f4de62f01a51b93cd0e1b687f060c6ae29378b
0
roles/create_file
8,112
[ "no_license" ]
[ { "path": "roles/create_file/tasks/main.yml", "content": "---\n# tasks file for create_file\n#\n- name: Create a file\n my_own_module:\n file_path: \"{{ file_path }}\"\n file_content: \"{{ file_content }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
kalilkeral/servier
aeba86eb1fce6afb0cef6369e5416fd737d95dae
0
roles/linux_flexnet_install
8,112
[ "no_license" ]
[ { "path": "roles/linux_flexnet_install/tasks/main.yml", "content": "---\n# tasks file for linux_ctlm_install\n\n- name: Add Host to Cache Inventory\n add_host:\n #hostname: '{{ vm_name }}'\n hostname: POCSERVIER1\n #ansible_host: '{{ vm_ip }}'\n ansible_host: 192.168.3.11\n groups: just_crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1811, "all_permissive": false }
ansible_role
bbuddies/bbuddy-20170802
2b969bba3ff405f78f8e45629c0ba83c77c0c95b
0
roles/jdk8
8,112
[ "no_license" ]
[ { "path": "roles/jdk8/tasks/main.yml", "content": "---\n- block:\n - name: Obtain JDK\n unarchive: >\n src=\"{{ jdk8.download_url }}\" remote_src=true\n dest=\"{{ jdk8.home | dirname }}\"\n creates=\"{{ jdk8.home }}/bin/java\"\n validate_certs=no\n\n - name: JDK profil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 797, "all_permissive": false }
ansible_role
bbuddies/bbuddy-20170802
2b969bba3ff405f78f8e45629c0ba83c77c0c95b
0
roles/mysql
8,112
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- block:\n - name: Ensure mysql server\n apt: name=\"{{ item }}\" update_cache=Yes cache_valid_time=259200\n with_items:\n - mysql-server\n - python-mysqldb\n\n - name: Ensure mysql service\n service: name=mysql state=sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
license2e/complion-coding-challenge
7197501cc1f26dd0e97eb7fc9401caf6d5a0c683
0
provisioning/roles/general
8,112
[ "no_license" ]
[ { "path": "provisioning/roles/general/tasks/main.yml", "content": "---\n- name: install development packages\n apt: name={{ item }} state=present\n with_items:\n - bash-completion\n tags:\n - development\n - apt\n\n- name: copy up autocomplete config files\n copy:\n src: \"etc/bash_completio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
license2e/complion-coding-challenge
7197501cc1f26dd0e97eb7fc9401caf6d5a0c683
0
provisioning/roles/nginx
8,112
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/defaults/main.yml", "content": "---\nnginx_worker_processes: 2\nnginx_worker_connections: 2048\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "provisioning/roles/nginx/templates/etc/nginx/nginx.conf.j2", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2248, "all_permissive": false }
ansible_role
license2e/complion-coding-challenge
7197501cc1f26dd0e97eb7fc9401caf6d5a0c683
0
provisioning/roles/nodejs
8,112
[ "no_license" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "---\n- name: install nodejs package\n apt: name={{ item }} state=present\n with_items:\n - nodejs\n - npm\n tags:\n - nodejs\n - apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
license2e/complion-coding-challenge
7197501cc1f26dd0e97eb7fc9401caf6d5a0c683
0
provisioning/roles/python-project
8,112
[ "no_license" ]
[ { "path": "provisioning/roles/python-project/tasks/main.yml", "content": "---\n\n- name: create .bash_profile\n copy: src=home/vagrant/.bash_profile dest=/home/vagrant/.bash_profile owner=vagrant group=vagrant\n\n- name: install python libraries using pip\n pip: name={{ item }}\n with_items:\n - virtu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2642, "all_permissive": false }
ansible_role
ViktorSheverdin/acit_4640
f14b7384cf7ef69f088037e569f529836ddfe668
0
module08/ansible/roles/base
8,112
[ "no_license" ]
[ { "path": "module08/ansible/roles/base/tasks/main.yml", "content": "---\r\n - name: Install Git\r\n include_role:\r\n name: git\r\n\r\n - name: Install Node\r\n include_role:\r\n name: node\r\n\r\n - name: Install Nginx\r\n include_role:\r\n name: nginx\r\n\r\n - name: Install Mongodb\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
ViktorSheverdin/acit_4640
f14b7384cf7ef69f088037e569f529836ddfe668
0
module08/ansible/roles/firewall
8,112
[ "no_license" ]
[ { "path": "module08/ansible/roles/firewall/tasks/main.yml", "content": "---\r\n- name: Setup firewall\r\n firewalld:\r\n zone: public\r\n service: http\r\n permanent: yes\r\n state: enabled\r\n immediate: yes", "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": 138, "all_permissive": false }
ansible_role
ViktorSheverdin/acit_4640
f14b7384cf7ef69f088037e569f529836ddfe668
0
module08/ansible/roles/mongodb
8,112
[ "no_license" ]
[ { "path": "module08/ansible/roles/mongodb/tasks/main.yml", "content": "---\r\n- name: install Mongo\r\n yum:\r\n name: mongodb-server\r\n state: installed", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
ViktorSheverdin/acit_4640
f14b7384cf7ef69f088037e569f529836ddfe668
0
module08/ansible/roles/node
8,112
[ "no_license" ]
[ { "path": "module08/ansible/roles/node/tasks/main.yml", "content": "---\r\n- name: install Node\r\n yum:\r\n name: nodejs\r\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
ViktorSheverdin/acit_4640
f14b7384cf7ef69f088037e569f529836ddfe668
0
module08/ansible/roles/npm
8,112
[ "no_license" ]
[ { "path": "module08/ansible/roles/npm/tasks/main.yml", "content": "---\r\n- name: install Npm\r\n yum:\r\n name: npm\r\n state: installed", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
ViktorSheverdin/acit_4640
f14b7384cf7ef69f088037e569f529836ddfe668
0
module08/ansible/roles/start_services
8,112
[ "no_license" ]
[ { "path": "module08/ansible/roles/start_services/tasks/main.yml", "content": "---\r\n- name: start mongodb\r\n service:\r\n name: mongod\r\n enabled: yes\r\n state: started\r\n\r\n- name: start Nginx\r\n service:\r\n name: nginx\r\n enabled: yes\r\n state: started", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
ViktorSheverdin/acit_4640
f14b7384cf7ef69f088037e569f529836ddfe668
0
module08/ansible/roles/todoapp
8,112
[ "no_license" ]
[ { "path": "module08/ansible/roles/todoapp/templates/database.j2", "content": "module.exports = {\n localUrl: '{{ local_db_url }}'\n};", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "module08/ansible/roles/todoapp/tasks/move_files.yml", "cont...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2938, "all_permissive": false }
ansible_role
saitejagovindaram/ansible-roboshop-roles
f5168fa93d4dd85cc4b15872a8216245d488db79
0
roles/common
8,112
[ "no_license" ]
[ { "path": "roles/common/tasks/startService.yaml", "content": "# - name: \"copy {{component}} svc file\"\n# ansible.builtin.copy:\n# src: \"{{component}}.service\" # copy module looks for files in files directory by default\n# dest: /etc/systemd/system\n\n- name: \"copy {{component}} svc file\"\n...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4231, "all_permissive": false }
ansible_role
saitejagovindaram/ansible-roboshop-roles
f5168fa93d4dd85cc4b15872a8216245d488db79
0
roles/shipping
8,112
[ "no_license" ]
[ { "path": "roles/shipping/vars/main.yaml", "content": "mysql_password: \"<PASSWORD>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/shipping/tasks/main.yaml", "content": "- name: Install maven\n ansible.builtin.package:\n name: mave...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 827, "all_permissive": false }
ansible_role
saitejagovindaram/ansible-roboshop-roles
f5168fa93d4dd85cc4b15872a8216245d488db79
0
roles/web
8,112
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "- name: Installing Nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: remove default html directory\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: create directory html directory\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1460, "all_permissive": false }
ansible_role
hermano/elasticsearch_training
28625626f4b2a998a4cc0d7bc5906a87fcc59e61
0
roles/role_deploy_beats
8,112
[ "no_license" ]
[ { "path": "roles/role_deploy_beats/tasks/main.yml", "content": "---\n- name: Install filebeat\n yum:\n name: filebeat\n state: present\n\n- name: configure filebeat\n template:\n src: filebeat.yml.j2\n dest: /etc/filebeat/filebeat.yml\n owner: root\n group: root\n mode: '0600'\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
hermano/elasticsearch_training
28625626f4b2a998a4cc0d7bc5906a87fcc59e61
0
roles/role_deploy_elasticsearch
8,112
[ "no_license" ]
[ { "path": "roles/role_deploy_elasticsearch/tasks/main.yml", "content": "---\n- name: setup repo\n template:\n src: elastic.repo.j2\n dest: /etc/yum.repos.d/elastic.repo\n owner: root\n group: root\n mode: '0644'\n- name: configure ElasticSearch yml\n template:\n src: elasticsearch.yml.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 833, "all_permissive": false }
ansible_role
hermano/elasticsearch_training
28625626f4b2a998a4cc0d7bc5906a87fcc59e61
0
roles/role_deploy_kibana
8,112
[ "no_license" ]
[ { "path": "roles/role_deploy_kibana/tasks/main.yml", "content": "---\n- name: Install Kibana\n yum:\n name: kibana\n state: present\n- name: Setup Kibana Konfig\n template:\n src: kibana.yml.j2\n dest: /etc/kibana/kibana.yml\n owner: root\n group: kibana\n mode: '0660'\n- name: Start ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
hermano/elasticsearch_training
28625626f4b2a998a4cc0d7bc5906a87fcc59e61
0
roles/role_deploy_logstash
8,112
[ "no_license" ]
[ { "path": "roles/role_deploy_logstash/templates/01_input.conf.j2", "content": "input {\n file {\n path => [\"/tmp/apache.log\"]\n type => \"application1\"\n }\n}\n\nfilter {\n grok {\n match => {\n \"message\" => [\"%{IP:ipadress} - - \\[%{HTTPDATE:date}\\] \\\"%{WORD:method} %{URIPATHPARAM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3915, "all_permissive": false }
ansible_role
gangsta/vagrant-RELK-ansible
b2109b91d60aec05b14642c20a23bbe24ba595da
0
roles/elastic
8,112
[ "no_license" ]
[ { "path": "roles/elastic/templates/elasticsearch.yml.j2", "content": "# ======================== Elasticsearch Configuration =========================\n#\n# NOTE: Elasticsearch comes with reasonable defaults for most settings.\n# Before you set out to tweak and tune the configuration, make sure you\n#...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7206, "all_permissive": false }
ansible_role
gangsta/vagrant-RELK-ansible
b2109b91d60aec05b14642c20a23bbe24ba595da
0
roles/kibana
8,112
[ "no_license" ]
[ { "path": "roles/kibana/defaults/main.yml", "content": "---\nkibana_bind_host: 0.0.0.0\nkibana_logs_dir: /var/log/kibana\nkibana_log_file: /var/log/kibana/kibana.log\nelasticsearch_master: localhost\nelasticsearch_url: http://localhost:9201\n#server_port: 5601 #setting up kibana server ip address\n#elastics...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 848, "all_permissive": false }
ansible_role
gangsta/vagrant-RELK-ansible
b2109b91d60aec05b14642c20a23bbe24ba595da
0
roles/nginx
8,112
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.conf.j2", "content": "upstream elasticsearch {\n server 192.168.33.10:9200;\n server 192.168.33.11:9200;\n}\n\nserver {\n listen 9201;\n\n location / {\n proxy_pass http://elasticsearch;\n }\n}\n\nserver {\n listen 80;\n\n location / {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 730, "all_permissive": false }
ansible_role
gangsta/vagrant-RELK-ansible
b2109b91d60aec05b14642c20a23bbe24ba595da
0
roles/redis
8,112
[ "no_license" ]
[ { "path": "roles/redis/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure Epel is installed.\n yum: name=epel-release state=installed\n\n- name: Ensure redis is installed.\n yum: name=redis state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
ansible/automation_services_catalog_client
034785e3acb162d2ae5c152f7fb7139426cfc7da
0
roles/automation_services_catalog_client
8,122
[ "permissive" ]
[ { "path": "roles/automation_services_catalog_client/tasks/generate_token.yml", "content": "---\n- name: Set the application and token name\n set_fact:\n service_catalog_controller_app_name: \"Service Catalog - {{ service_catalog_controller_user }}\"\n\n- name: Retrieve install uuid\n uri:\n url: htt...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8481, "all_permissive": true }
ansible_role
AET-DevOps25/team-git-happens
1d0d9c6c2494a697a4236e7a591a878bb00ba948
0
ansible/roles/application
8,122
[ "no_license" ]
[ { "path": "ansible/roles/application/templates/env.j2", "content": "# Environment variables for the application\nDB_USERNAME={{ db_username }}\nDB_PASSWORD={{ <PASSWORD> }}\nIMAGE_TAG={{ image_tag }}\n\n# GitHub Container Registry credentials\nGITHUB_USERNAME={{ github_username }}\nGITHUB_TOKEN={{ github_to...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3839, "all_permissive": false }
ansible_role
AET-DevOps25/team-git-happens
1d0d9c6c2494a697a4236e7a591a878bb00ba948
0
ansible/roles/docker
8,122
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# Docker role tasks\n- name: Update system packages\n yum:\n name: \"*\"\n state: latest\n update_cache: yes\n\n- name: Install required packages\n yum:\n name:\n - docker\n - git\n - curl\n - wget\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1847, "all_permissive": false }
ansible_role
multi-cloud-devops/ansible_soft_workspace
a79c581f7d02d485183a2c1ef27e4e936399b08f
0
lamp/roles/nginx
8,122
[ "no_license" ]
[ { "path": "lamp/roles/nginx/vars/main.yml", "content": "---\n# vars file for nginx\n#\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "lamp/roles/nginx/files/index.php", "content": "<?php\n/**\n * php 写日志 高并发处理方式 利用随机分散并发写的可能,在fwrite用锁并设置超时时...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2840, "all_permissive": false }
ansible_role
multi-cloud-devops/ansible_soft_workspace
a79c581f7d02d485183a2c1ef27e4e936399b08f
0
lamp/roles/php
8,122
[ "no_license" ]
[ { "path": "lamp/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n\n- name: install php\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - php\n - php-fpm\n- name: www template\n template: src=www.conf dest=/etc/php-fpm.d/\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
multi-cloud-devops/ansible_soft_workspace
a79c581f7d02d485183a2c1ef27e4e936399b08f
0
lnmp/roles/common
8,122
[ "no_license" ]
[ { "path": "lnmp/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Install epel\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - epel-release\n\n- name: install libselinux-python\n yum:\n name: libselinux-python\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
multi-cloud-devops/ansible_soft_workspace
a79c581f7d02d485183a2c1ef27e4e936399b08f
0
lnmp/roles/lnmp
8,122
[ "no_license" ]
[ { "path": "lnmp/roles/lnmp/tasks/main.yml", "content": "---\n# tasks file for lnmp\n\n- name: start service\n systemd: name={{ item }} state=restarted\n with_items:\n - nginx\n - php-fpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
msfidelis/elk-cluster
5a3667738a797bc7ad5a93e21611e36b7392d782
8
ansible/playbooks/roles/apm
8,122
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/apm/tasks/main.yml", "content": "- name: Add Elasticsearch apt key\n apt_key:\n url: \"https://packages.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n- name: update apt\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install HTTPS transp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 907, "all_permissive": false }
ansible_role
msfidelis/elk-cluster
5a3667738a797bc7ad5a93e21611e36b7392d782
8
ansible/playbooks/roles/bootstrap
8,122
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/bootstrap/tasks/main.yml", "content": "\n- name: Install python for Ansible\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n changed_when: False\n- setup:\n\n\n- name: update apt\n apt:\n update_cache: yes\n cache_valid_time: 36...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
msfidelis/elk-cluster
5a3667738a797bc7ad5a93e21611e36b7392d782
8
ansible/playbooks/roles/kibana
8,122
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kibana/tasks/main.yml", "content": "---\n#\n# Installing Kibana\n#\n\n- name: Add Elasticsearch apt key\n apt_key:\n url: \"https://packages.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n# Add the Elasticsearch apt repo. For versions 6 of the stack - use '6.x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1446, "all_permissive": false }
ansible_role
msfidelis/elk-cluster
5a3667738a797bc7ad5a93e21611e36b7392d782
8
ansible/playbooks/roles/metricbeat
8,122
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/metricbeat/tasks/main.yml", "content": "- name: Install Metricbeat with apt\n apt:\n name: metricbeat\n update_cache: yes\n\n- name: Starting Metricbeat\n service:\n name: metricbeat\n state: started", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/alertmanager
8,122
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/install.yml", "content": "---\n- name: Create alertmanager system group\n ansible.builtin.group:\n name: \"{{ alertmanager_group }}\"\n system: true\n state: present\n tags: [monitoring, alertmanager, alertmanager-install]\n\n- name: Create alertmanager system ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8629, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/aplos
8,122
[ "no_license" ]
[ { "path": "roles/aplos/defaults/main.yaml", "content": "---\naplos_group: aplos\naplos_user: aplos\naplos_data_dir: /srv/aplos\n\naplos_config: \"\"\naplos_disabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/aplos/tasks/main.ya...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1772, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/automatic_sysupdates
8,122
[ "no_license" ]
[ { "path": "roles/automatic_sysupdates/templates/auto-upgrades.j2", "content": "APT::Periodic::Unattended-Upgrade \"1\";\n\n{% if automatic_sysupdates_unattended_update_package_list is defined %}\nAPT::Periodic::Update-Package-Lists \"{{automatic_sysupdates_unattended_update_package_list}}\";\n{% endif %}\n\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 12440, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/baseline
8,122
[ "no_license" ]
[ { "path": "roles/baseline/tasks/journald.yaml", "content": "---\n- name: \"Fail if storage value is invalid\"\n ansible.builtin.fail:\n msg: \"baseline_systemd_journal_storage must be either auto, persistent or volatile\"\n when: baseline_systemd_journal_storage not in ['persistent', 'volatile', 'auto'...
{ "task_files": 15, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 21052, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/certbot
8,122
[ "no_license" ]
[ { "path": "roles/certbot/defaults/main.yml", "content": "---\n# certbot_email: \"\"\ncertbot_domains: []\ncertbot_http_domains: []\ncertbot_dns_domains: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/certbot/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2610, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/device_stalker
8,122
[ "no_license" ]
[ { "path": "roles/device_stalker/tasks/main.yml", "content": "---\n- name: Add group\n ansible.builtin.group:\n name: \"{{ device_stalker_group }}\"\n system: true\n tags: [device-stalker, device-stalker-install]\n\n- name: Add user\n ansible.builtin.user:\n name: \"{{ device_stalker_user }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2525, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/directory_exporter
8,122
[ "no_license" ]
[ { "path": "roles/directory_exporter/templates/directory-exporter.service.j2", "content": "# {{ ansible_managed }}\n[Unit]\nDescription=shutdown-listener\nAfter=network.target\n\n# restart forever\nStartLimitIntervalSec=0\n\n[Service]\nType=simple\nUser={{ directory_exporter_user }}\nGroup={{ directory_expor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2501, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/docker
8,122
[ "no_license" ]
[ { "path": "roles/docker/templates/docker-prune.timer.j2", "content": "[Unit]\nDescription=Runs docker prune\nAfter=docker.target\n\n[Timer]\nUnit=docker-prune.service\nOnBootSec=15min\nOnUnitActiveSec=1d\nPersistent=true\n\n[Install]\nWantedBy=timers.target\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1311, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/dufs
8,122
[ "no_license" ]
[ { "path": "roles/dufs/handlers/main.yaml", "content": "---\n- name: Restart dufs\n ansible.builtin.systemd:\n name: dufs\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/dufs/tasks/main.yml", "content": "---\n- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8380, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/dyndns
8,122
[ "no_license" ]
[ { "path": "roles/dyndns/templates/dyndns-client.service.j2", "content": "[Unit]\nDescription=\"dyndns-client\"\nDocumentation=https://www.github.com/soerenschneider/dyndns\nRequires=network-online.target\nAfter=network-online.target\nStartLimitIntervalSec=0\n\n[Service]\nUser={{ dyndns_user }}\nGroup={{ dyn...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7734, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/fail2ban
8,122
[ "no_license" ]
[ { "path": "roles/fail2ban/templates/fail2ban-exporter.service.j2", "content": "[Unit]\nDescription=fail2ban prometheus exporter\nWants=fail2ban.target\nStartLimitIntervalSec=3600\nStartLimitBurst=720\n\n[Service]\nUser=root\nExecStart={{ fail2ban_exporter_path }}/fail2ban-exporter\nRestart=always\nRestartSe...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4786, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/fetcharr
8,122
[ "no_license" ]
[ { "path": "roles/fetcharr/templates/fetcharr.service.j2", "content": "[Unit]\nDescription=fetcharr\n# restart forever\nStartLimitIntervalSec=0\n{% if fetcharr_systemd_condition_path_exists | length > 0 %}\nConditionPathExists={{ fetcharr_systemd_condition_path_exists }}\n{% endif %}\n{% if fetcharr_required...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2339, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/flac_converter
8,122
[ "no_license" ]
[ { "path": "roles/flac_converter/files/flac-converter.sh", "content": "#!/usr/bin/env bash\n\n# Directory containing your FLAC files\ninput_dir=\"$1\"\n# Directory to store the converted Opus files\noutput_dir=\"$2\"\n# \"opus\" or \"vorbis\"\ncodec=\"${3:-opus}\"\nbitrate=\"${4:-128k}\"\nquality_mode=\"${5:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7187, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/git_server
8,122
[ "no_license" ]
[ { "path": "roles/git_server/tasks/main.yaml", "content": "---\n- name: \"Install git\"\n ansible.builtin.package:\n name: \"git\"\n tags: [git-server]\n\n- name: \"Ensure git-shell is available\"\n ansible.builtin.command: \"which git-shell\"\n register: \"_git_shell\"\n changed_when: false\n tags:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3117, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/git_sync
8,122
[ "no_license" ]
[ { "path": "roles/git_sync/tasks/main.yaml", "content": "---\n- name: \"Install git\"\n ansible.builtin.package:\n name: \"git\"\n tags: [git-sync]\n\n- name: \"Fetch git-sync script\"\n ansible.builtin.git:\n repo: \"https://github.com/simonthum/git-sync.git\"\n dest: \"/opt/git-sync\"\n vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/gobot_bme280
8,122
[ "no_license" ]
[ { "path": "roles/gobot_bme280/templates/gobot-bme280.service.j2", "content": "# {{ ansible_managed }}\n[Unit]\nDescription=gobot-bme280\nAfter=network.target\n# restart forerver\nStartLimitIntervalSec=0\n\n[Service]\nType=simple\nUser={{ gobot_bme280_user }}\nGroup={{ gobot_bme280_group | default(gobot_bme2...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7037, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/gobot_lux
8,122
[ "no_license" ]
[ { "path": "roles/gobot_lux/handlers/main.yml", "content": "---\n- name: Restart gobot-lux\n ansible.builtin.service:\n name: gobot-lux\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/gobot_lux/templates/gobot-lux.s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1913, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/gobot_pir
8,122
[ "no_license" ]
[ { "path": "roles/gobot_pir/defaults/main.yml", "content": "---\ngobot_pir_user: sensor\ngobot_pir_group: sensor\ngobot_pir_service_name: gobot-pir\n\ngobot_pir_config_file: /etc/gobot-pir.json\n\ngobot_pir_config:\n location: undefined\n metrics_addr: :9091\n gpio_pin: \"7\"\n polling_interval_ms: 100\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1951, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/gocryptfs
8,122
[ "no_license" ]
[ { "path": "roles/gocryptfs/tasks/gpg.yml", "content": "---\n- name: Make sure GPG key is imported\n become: false\n tags: [gocryptfs]\n block:\n - name: Check if key is already in keyring\n ansible.builtin.command: gpg2 --list-keys FFF3E01444FED7C316A3545A895F5BC123A02740\n changed_when: fal...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5747, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/haproxy
8,122
[ "no_license" ]
[ { "path": "roles/haproxy/defaults/main.yml", "content": "---\nhaproxy_systemd_restart_s: 20\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/haproxy/handlers/main.yml", "content": "---\n- name: Reload systemd\n ansible.builtin.systemd:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1696, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/ip_plz
8,122
[ "no_license" ]
[ { "path": "roles/ip_plz/defaults/main.yml", "content": "---\n# renovate: datasource=github-releases depName=soerenschneider/ip-plz\nip_plz_version: v1.4.0\n\nip_plz_user: ip-plz\nip_plz_group: ip-plz\nip_plz_service_name: ip-plz\n\nip_plz_metrics_addr: 127.0.0.1:9166\nip_plz_path: /ip-plz\nip_plz_addr: 0.0....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2616, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/jellyfin
8,122
[ "no_license" ]
[ { "path": "roles/jellyfin/tasks/install.yaml", "content": "---\n- name: Create jellyfin user\n ansible.builtin.user:\n name: \"{{ jellyfin_user }}\"\n system: true\n tags: [jellyfin]\n\n- name: Create jellyfin dirs\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1911, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/k0s
8,122
[ "no_license" ]
[ { "path": "roles/k0s/defaults/main.yml", "content": "---\n# renovate: datasource=github-releases depName=k0sproject/k0s\nk0s_version: v1.33.2+k0s.0\n\nk0s_labels: []\n\nk0s_kubelet_args:\n - --max-pods=150\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6415, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/keepalived
8,122
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf.j2", "content": "{% for group in keepalived_sync_groups %}\nvrrp_sync_group {{ group.name }} {\n group {\n {% for instance in group.instances %}\n {{ instance }}\n {% endfor %}\n }\n}\n{% endfor %}\n\n{% for instance in keepalived_vrrp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1540, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/keycloak
8,122
[ "no_license" ]
[ { "path": "roles/keycloak/tasks/main.yaml", "content": "---\n- name: \"Run tasks install.yaml\"\n ansible.builtin.include_tasks: install.yaml\n tags: [keycloak]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/keycloak/tasks/install.yaml"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2643, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/libvirt
8,122
[ "no_license" ]
[ { "path": "roles/libvirt/tasks/main.yml", "content": "---\n- name: Install libvirt\n ansible.builtin.package:\n name: [qemu-kvm, libvirt-daemon-system, libvirt-clients, bridge-utils, virtinst, qemu-utils, prometheus-libvirt-exporter, ncat]\n tags: [libvirt]\n when: ansible_os_family == 'Debian'\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1309, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/lootorganizer
8,122
[ "no_license" ]
[ { "path": "roles/lootorganizer/tasks/configure.yml", "content": "---\n- name: Create configuration file\n ansible.builtin.template:\n src: conf.yml.j2\n dest: /etc/default/lootorganizer.yml\n owner: root\n group: root\n mode: \"0644\"\n tags: [lootorganizer, lootorganizer-configure]\n", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1435, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/magnetotactic
8,122
[ "no_license" ]
[ { "path": "roles/magnetotactic/defaults/main.yml", "content": "---\nmagnetotactic_git_dir: /opt/magnetotactic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/magnetotactic/tasks/main.yml", "content": "---\n- name: Install python3\n ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/metrics_emitter
8,122
[ "no_license" ]
[ { "path": "roles/metrics_emitter/templates/metricsemitter.bsd.j2", "content": "#!/bin/ksh\n\ndaemon=\"/usr/local/bin/metrics-emitter\"\n\n. /etc/rc.d/rc.subr\n\npexp=\"/bin/sh ${daemon}\"\nrc_reload=NO\nrc_bg=YES\nrc_cmd $1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4290, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/minio
8,122
[ "no_license" ]
[ { "path": "roles/minio/handlers/main.yml", "content": "---\n- name: Restart minio\n ansible.builtin.systemd:\n name: minio\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/minio/templates/minio.conf.j2", "conten...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 10804, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/mosquitto
8,122
[ "no_license" ]
[ { "path": "roles/mosquitto/tasks/install.yml", "content": "---\n- name: Install mosquitto\n ansible.builtin.package:\n name: mosquitto\n tags: [mosquitto, mosquitto-install]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/mosquitto/ta...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 6116, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/mpd
8,122
[ "no_license" ]
[ { "path": "roles/mpd/tasks/install.yml", "content": "---\n- name: Install mpd\n ansible.builtin.package:\n name: [mpd]\n tags: [mpd, mpd-install]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/mpd/tasks/configure.yml", "content": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5044, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/navidrome
8,122
[ "no_license" ]
[ { "path": "roles/navidrome/templates/navidrome-override.conf.j2", "content": "[Service]\n{% for key, value in navidrome_env.items() %}\n Environment=\"{{ key }}={{ value }}\"\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9030, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/needrestart
8,122
[ "no_license" ]
[ { "path": "roles/needrestart/tasks/main.yml", "content": "---\n- name: Install packages\n when: [ansible_os_family | lower == \"redhat\", ansible_distribution | lower != \"fedora\"]\n tags: [automatic-sysupdates, needrestart]\n block:\n - name: Enable crb/powertools repo for redhat\n ansible.buil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2923, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/node_exporter
8,122
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "---\n- name: \"Run tasks install.yml\"\n ansible.builtin.include_tasks: install.yml\n tags: always\n\n- name: \"Run tasks configure.yml\"\n ansible.builtin.include_tasks: configure.yml\n tags: always\n", "license_type": "no_license", "d...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 11453, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/oauth2_proxy
8,122
[ "no_license" ]
[ { "path": "roles/oauth2_proxy/tasks/main.yml", "content": "---\n- name: Including tasks\n ansible.builtin.include_tasks: install-github.yml\n vars:\n binary_name: oauth2-proxy\n github_repo: oauth2-proxy/oauth2-proxy\n service_name: oauth2-proxy\n tags: [oauth2-proxy, oauth2-proxy-install]\n\n- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7556, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/occult
8,122
[ "no_license" ]
[ { "path": "roles/occult/defaults/main.yml", "content": "---\noccult_service_enabled: false\n\noccult_repo_dest: /opt/occult-git\noccult_user: root\noccult_group: root\noccult_run_on_boot: true\n# renovate: datasource=github-releases depName=soerenschneider/occult\noccult_version: v2.1.0\n\noccult_config_fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2032, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/platform
8,122
[ "no_license" ]
[ { "path": "roles/platform/tasks/main.yml", "content": "---\n- name: Including role 'baseline'\n ansible.builtin.include_role:\n name: baseline\n tags: always\n\n- name: Including role 'ssh'\n ansible.builtin.include_role:\n name: ssh\n tags: always\n\n- name: Including role 'node_exporter'\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/printer
8,122
[ "no_license" ]
[ { "path": "roles/printer/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.dnf:\n name: [cups, foomatic-filters, foomatic-db-ppds]\n\n- name: Copy printers.conf\n ansible.builtin.copy:\n src: files/printers.conf\n dest: /etc/cups/printers.conf\n owner: root\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/raspberry
8,122
[ "no_license" ]
[ { "path": "roles/raspberry/tasks/main.yml", "content": "---\n- name: Set hardware parameters\n ansible.builtin.include_tasks: hw.yml\n when: ansible_distribution != \"Ubuntu\"\n tags: always\n\n- name: Delete microsoft stuff\n ansible.builtin.include_tasks: microsoft.yml\n tags: always\n\n- name: Delet...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2670, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/rclone
8,122
[ "no_license" ]
[ { "path": "roles/rclone/tasks/configure.yml", "content": "---\n- name: Create rclone config directory\n become: false\n ansible.builtin.file:\n path: ~/.config/rclone\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: \"0700\"\n tags: [rclone, rclone...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 13212, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/restic
8,122
[ "no_license" ]
[ { "path": "roles/restic/templates/restic-backup@.service.j2", "content": "[Unit]\nDescription=Restic backup service\n\n[Service]\nType=oneshot\nExecStart=python3 /opt/scripts/restic/restic_backup.py -i %I\nEnvironmentFile=/etc/restic-%I.conf\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6635, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/samba
8,122
[ "no_license" ]
[ { "path": "roles/samba/templates/smb.conf.j2", "content": "[global]\n\tworkgroup = SAMBA\n\tsecurity = user\n\tpassdb backend = tdbsam\n\tprinting = cups\n\tprintcap name = cups\n\tload printers = no\n\n{% for share in samba.shares %} \n[{{ share.name }}]\n\tcomment = {{ share.desc | default(share.name) }}\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2640, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/sc_agent
8,122
[ "no_license" ]
[ { "path": "roles/sc_agent/tasks/install-github.yml", "content": "---\n- name: \"Set variables\"\n ansible.builtin.set_fact:\n local_binary: \"\"\n installed_version: \"\"\n sc_agent_desired_version: \"{{ sc_agent_version | default('') }}\"\n download_archive: \"\"\n download_signature: \"\"\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8820, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/smartctl_exporter
8,122
[ "no_license" ]
[ { "path": "roles/smartctl_exporter/tasks/main.yml", "content": "---\n- name: \"Install smartctl\"\n ansible.builtin.package:\n name: smartmontools\n tags: [smartctl-exporter, smartmon]\n\n- name: \"Copy script\"\n ansible.builtin.copy:\n src: \"files/smartmon.sh\"\n dest: \"/usr/local/sbin/smart...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2128, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/ssh
8,122
[ "no_license" ]
[ { "path": "roles/ssh/files/totphelper.py", "content": "#!/usr/bin/env python3\n\nimport base64\nimport binascii\nimport sys\nimport socket\nimport os\nimport getpass\nimport subprocess\nimport argparse\n\nfrom pathlib import Path\n\n\nclass TotpHelper:\n def __init__(self, args: argparse.Namespace):\n ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 15064, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/ssh_aegis
8,122
[ "no_license" ]
[ { "path": "roles/ssh_aegis/tasks/main.yml", "content": "---\n- name: \"Run tasks install-github.yml\"\n ansible.builtin.include_tasks: install-github.yml\n vars:\n binary_name: ssh-aegis\n github_repo: soerenschneider/ssh-aegis\n service_name: ssh-aegis\n tags: [ssh-aegis, ssh-aegis-configure]\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7506, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/syncthing
8,122
[ "no_license" ]
[ { "path": "roles/syncthing/files/syncthing_dirs_metrics.py", "content": "#!/usr/bin/env python3\n\nimport io\nimport os\nimport re\nimport sys\nimport shutil\nimport xml.etree.ElementTree as ET\n\nfrom datetime import datetime\nfrom pathlib import Path\nfrom typing import Tuple, List\n\nregex_deletion = r\"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 14881, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/transmission
8,122
[ "no_license" ]
[ { "path": "roles/transmission/templates/settings.json.j2", "content": "{\n \"alt-speed-down\": 50,\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,\n \"alt-speed-up\": 0,\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9117, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/tunnelguard
8,122
[ "no_license" ]
[ { "path": "roles/tunnelguard/defaults/main.yml", "content": "---\n# renovate: datasource=github-releases depName=soerenschneider/tunnelguard\ntunnelguard_version: v1.1.0\n\ntunnelguard_config_file: \"/etc/tunnelguard.json\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7871, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/unbound
8,122
[ "no_license" ]
[ { "path": "roles/unbound/templates/unbound-update-adblocker-db.timer.j2", "content": "[Unit]\nDescription=Trigger updating unbound's adblocker database\nAfter=network-online.target\n\n[Timer]\nUnit=unbound-update-adblocker-db\nOnCalendar=weekly\nPersistent=true\n\n[Install]\nWantedBy=timers.target\n", "...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 17265, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/vault
8,122
[ "no_license" ]
[ { "path": "roles/vault/tasks/hardening.yml", "content": "---\n- name: Disable core dumps (sysctl)\n ansible.builtin.lineinfile:\n path: /etc/sysctl.conf\n line: kernel.core_pattern=|/bin/true\n regexp: ^kernel.core_pattern=\n tags: [vault, vault-configure, vault-hardening]\n\n- name: Disable core...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 15918, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/vault_approle
8,122
[ "no_license" ]
[ { "path": "roles/vault_approle/tasks/main.yml", "content": "---\n- name: Install dependencies\n ansible.builtin.package:\n name: [python3-iso8601, python3-requests]\n tags: [vault-approle, vault-approle-install]\n\n- name: Fetch scripts repo\n ansible.builtin.git:\n repo: https://github.com/soerens...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5395, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/vault_pki_cli
8,122
[ "no_license" ]
[ { "path": "roles/vault_pki_cli/tasks/main.yml", "content": "---\n- name: Manage group to share pki keys\n ansible.builtin.group:\n name: \"{{ vault_pki_cli_group }}\"\n system: true\n state: \"{% if vault_pki_cli_create_group %}present{% else %}absent{% endif %}\"\n tags: [vault-pki-cli, vault-pk...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 13775, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/vault_ssh_cli
8,122
[ "no_license" ]
[ { "path": "roles/vault_ssh_cli/tasks/main.yml", "content": "---\n- name: Delete old stuff\n ansible.builtin.systemd:\n enabled: false\n name: \"{{ item }}\"\n state: stopped\n failed_when: false\n tags: [vault-ssh-cli, vault-ssh-cli-configure]\n with_items: [ssh-key-signer.service, ssh-key-sign...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9180, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/vault_unsealer
8,122
[ "no_license" ]
[ { "path": "roles/vault_unsealer/tasks/main.yml", "content": "---\n- name: Add group\n ansible.builtin.group:\n name: \"{{ vault_unsealer_group }}\"\n system: true\n tags: [vault-unsealer, vault-unsealer-install]\n\n- name: Add user\n ansible.builtin.user:\n name: \"{{ vault_unsealer_user }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2438, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/vector
8,122
[ "no_license" ]
[ { "path": "roles/vector/templates/vector.service.j2", "content": "[Unit]\nDescription=Vector\nDocumentation=https://vector.dev\nAfter=network-online.target\nRequires=network-online.target\n\n# restart forever\nStartLimitIntervalSec=0\n\n[Service]\nUser=vector\nGroup=vector\nExecStartPre=/usr/local/bin/vecto...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 10234, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/virsh
8,122
[ "no_license" ]
[ { "path": "roles/virsh/templates/ifcfg.j2", "content": "DEVICE={{ ansible_default_ipv4.interface }}\nTYPE=Ethernet\nHWADDR={{ ansible_default_ipv4.macaddress }}\nBOOTPROTO=none\nONBOOT=yes\nBRIDGE=br0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 728, "all_permissive": false }
ansible_role
soerenschneider/ansible
4e31fd6584bd955a553a4b3c925e620232dec4eb
0
roles/wireguard
8,122
[ "no_license" ]
[ { "path": "roles/wireguard/templates/tunnelguard.j2", "content": "#!/bin/bash\n# SPDX-License-Identifier: GPL-2.0\n#\n# Copyright (C) 2015-2020 <NAME> <<EMAIL>>. All Rights Reserved.\n\nset -e\nshopt -s nocasematch\nshopt -s extglob\nexport LC_ALL=C\n\nCONFIG_FILE=\"$1\"\n[[ $CONFIG_FILE =~ ^[a-zA-Z0-9_=+.-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8011, "all_permissive": false }