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
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/appenlight_init
2,738
[ "no_license" ]
[ { "path": "ansible/roles/appenlight_init/templates/appenlight.service.jinja2", "content": "[Unit]\nDescription=Appenlight\n\n# Requirements\nRequires=network.target\n\n# Dependency ordering\nAfter=network.target\n\n[Service]\n# Let processes take awhile to start up\nTimeoutStartSec=0\n\nRestartSec=10\nResta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5216, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/basic
2,738
[ "no_license" ]
[ { "path": "ansible/roles/basic/templates/sysctl.jinja2", "content": "vm.swappiness = 1\nvm.max_map_count = 262144\nvm.overcommit_memory = 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/basic/tasks/main.yml", "content": "- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1632, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/bind
2,738
[ "no_license" ]
[ { "path": "ansible/roles/bind/templates/zone-template.jinja2", "content": "{% set nameservers = item.nameservers | default(bind_default_nameservers) %}\n{% set in_a = item.in_a | default(bind_default_in_a) %}\n{% set zone_serial = item.serial | default(zone_serial['stdout']) %}\n{% set refresh = item.refr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3281, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/channelstream
2,738
[ "no_license" ]
[ { "path": "ansible/roles/channelstream/defaults/main.yaml", "content": "channelstream_version: 0.7.0\nchannelstream_admin_secret: admin_secret\nchannelstream_secret: secret\nchannelstream_rundir: /home/channelstream/channelstream\nchannelstream_virtualenv_dir: /home/channelstream/env\nchannelstream_virtuale...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1342, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/channelstream_init
2,738
[ "no_license" ]
[ { "path": "ansible/roles/channelstream_init/tasks/main.yml", "content": "---\n- block:\n - name: Deploy channelstream service\n template:\n src: channelstream.service.jinja2\n dest: /etc/systemd/system/channelstream.service\n notify:\n - reload systemd\n - restart ch...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1444, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/elasticsearch
2,738
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yaml", "content": "- block:\n - name: install basic packages\n apt:\n update_cache: true\n autoclean: true\n pkg:\n - build-essential\n - openjdk-8-jre\n\n - name: check if package exists\n shell: dpkg -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1253, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/fail2ban
2,738
[ "no_license" ]
[ { "path": "ansible/roles/fail2ban/tasks/main.yaml", "content": "- name: install fail2ban\n apt: pkg=fail2ban state=present\n notify:\n - restart fail2ban\n tags: ['fail2ban']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansible/roles/fail...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 153, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/hostname
2,738
[ "no_license" ]
[ { "path": "ansible/roles/hostname/tasks/main.yaml", "content": "- name: changing hostnames\n block:\n - name: change hostname\n lineinfile:\n dest: \"/etc/hosts\"\n line: \"127.0.0.1 {{hostname}}\"\n\n - name: hostnamectl\n hostname:\n name: \"{{hostname}}\"\n tags: ['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/iptables
2,738
[ "no_license" ]
[ { "path": "ansible/roles/iptables/defaults/main.yaml", "content": "iptables_allow_established_conns: true\niptables_allow_ping: true\ncustom_ssh_port: 22\niptables_rules:\n - comment: allow containers - TCP FTP/TLS, DNS, ntp, postfix, http/s\n rule: -A INPUT -s 192.168.0.0/8 -i lxcbr0 -p tcp -m multipor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3606, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/letsencrypt
2,738
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt/tasks/main.yaml", "content": "- name: installing iptables\n block:\n - name: get certbot\n get_url:\n url: https://dl.eff.org/certbot-auto\n dest: /root/certbot-auto\n\n - name: chmod certbot\n file:\n path: /root/certbot-auto\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 910, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/login_notification
2,738
[ "no_license" ]
[ { "path": "ansible/roles/login_notification/templates/mail_notification.jinja2", "content": "#!/bin/bash\nsender=\"{{ security_mailer }}\"\nrecipient=\"{{ security_recipient }}\"\nhost=\"host1.webreactor.eu\"\n\ntime=$(date)\nif [ \"$PAM_TYPE\" != \"close_session\" ]; then\n\nsubject=\"SSH Login: $PAM_USER ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/nginx
2,738
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yaml", "content": "nginx_default_listen: 80\nnginx_user: nginx\nnginx_dist: mainline\nnginx_default_page_enabled: true\nnginx_default_page: nginx/default\nnginx_processes: \"{{ ansible_processor_vcpus * 2 }}\"\nnginx_connections: 2048\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4137, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/nginx_certificates
2,738
[ "no_license" ]
[ { "path": "ansible/roles/nginx_certificates/tasks/main.yaml", "content": "- name: nginx certificates\n block:\n - name: create self signed domain certs\n command: openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -keyout /etc/nginx/keys/{{item}}.key -out /etc/nginx/keys/{{item}}.crt -subj \"/C=P...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4242, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/nginx_vhost_simple
2,738
[ "no_license" ]
[ { "path": "ansible/roles/nginx_vhost_simple/defaults/main.yaml", "content": "nginx_vhost_ssl_certs: []\nnginx_vhost_self_signed_domains: []\nnginx_vhost_simple_vhost_dir: \"*\"\nnginx_vhost_simple_remote_src: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 551, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/nodejs
2,738
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yaml", "content": "- name: installing nodejs\n block:\n\n - name: Add an Apt signing key, uses whichever key is at the URL\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n - name: add nodejs repo\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/postfix
2,738
[ "no_license" ]
[ { "path": "ansible/roles/postfix/tasks/main.yaml", "content": "- name: installing postfix\n block:\n - name: Set Postfix option hostname\n debconf:\n name: postifx\n question: \"postfix/mailname\"\n value: \"{{postfix_fqdn}}\"\n vtype: \"string\"\n\n - name: Set Postf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/postgresql
2,738
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/defaults/main.yaml", "content": "postgresql_users: []\npostgresql_databases: []\npostgresql_config_location: /etc/postgresql/12/main\npostgresql_version: \"12\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1796, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/rabbitmq
2,738
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yaml", "content": "- block:\n - name: install basic packages\n apt:\n state: present\n update_cache: true\n pkg:\n - rabbitmq-server\n\n - name: create vhosts\n rabbitmq_vhost:\n name: \"{{item}}\"\n state: present\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/redis
2,738
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yaml", "content": "- block:\n - name: install basic packages\n apt:\n state: present\n update_cache: true\n pkg:\n - redis-server\n\n - name: Make sure a service is running\n service:\n state: started\n name: redis\n enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/users
2,738
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yaml", "content": "- name: installing nginx\n block:\n - include_tasks: actions.yaml\n with_items: \"{{users_accounts}}\"\n loop_control:\n loop_var: user\n\n tags: ['users']\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 800, "all_permissive": false }
ansible_role
denysaleksandrov/atos_poc
8d6fd5bd2dbc26d98d485c816d4cdcf9a55e2699
0
roles/build-config
2,738
[ "no_license" ]
[ { "path": "roles/build-config/tasks/main.yaml", "content": "---\n- name: Assembling configurations and copying to conf/\n assemble: src={{ playbook_dir }}/tmp/{{ inventory_hostname }}/ dest={{ junos_conf }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 343, "all_permissive": false }
ansible_role
denysaleksandrov/atos_poc
8d6fd5bd2dbc26d98d485c816d4cdcf9a55e2699
0
roles/evpn
2,738
[ "no_license" ]
[ { "path": "roles/evpn/tasks/main.yaml", "content": "---\n- name: create evpn\n template: >\n src={{ playbook_dir }}/templates/evpn/evpn-protocol.j2\n dest={{ playbook_dir }}/tmp/{{ inventory_hostname }}/evpn-protocol.conf.part\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
denysaleksandrov/atos_poc
8d6fd5bd2dbc26d98d485c816d4cdcf9a55e2699
0
roles/interfaces
2,738
[ "no_license" ]
[ { "path": "roles/interfaces/tasks/main.yaml", "content": "---\n- name: create interfaces\n template: >\n src={{ playbook_dir }}/templates/evpn/interfaces.j2\n dest={{ playbook_dir }}/tmp/{{ inventory_hostname }}/interfaces.conf.part\n \n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
denysaleksandrov/atos_poc
8d6fd5bd2dbc26d98d485c816d4cdcf9a55e2699
0
roles/policy
2,738
[ "no_license" ]
[ { "path": "roles/policy/tasks/main.yaml", "content": "---\n- name: create policy\n template: >\n src={{ playbook_dir }}/templates/evpn/policies.j2\n dest={{ playbook_dir }}/tmp/{{ inventory_hostname }}/policy.conf.part\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": 168, "all_permissive": false }
ansible_role
denysaleksandrov/atos_poc
8d6fd5bd2dbc26d98d485c816d4cdcf9a55e2699
0
roles/routing-instances
2,738
[ "no_license" ]
[ { "path": "roles/routing-instances/tasks/main.yaml", "content": "---\n- name: create vlans\n template: >\n src={{ playbook_dir }}/templates/evpn/routing-instances.j2\n dest={{ playbook_dir }}/tmp/{{ inventory_hostname }}/routing-instances.conf.part\n \n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
denysaleksandrov/atos_poc
8d6fd5bd2dbc26d98d485c816d4cdcf9a55e2699
0
roles/vlans
2,738
[ "no_license" ]
[ { "path": "roles/vlans/tasks/main.yaml", "content": "---\n- name: create vlans\n template: >\n src={{ playbook_dir }}/templates/evpn/vlans.j2\n dest={{ playbook_dir }}/tmp/{{ inventory_hostname }}/vlans.conf.part\n \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": 166, "all_permissive": false }
ansible_role
tideways/php-benchmarks
aaf626bb354b80d56b713798f440985db120fedf
2
ansible/roles/common
2,738
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Use Etc/UTC as the time zone.\n timezone:\n name: Etc/UTC\n- name: Use a proper SSHd configuration.\n template:\n src: sshd_config\n dest: /etc/ssh/sshd_config.d/custom.conf\n owner: root\n group: root\n mode: 0644...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
tideways/php-benchmarks
aaf626bb354b80d56b713798f440985db120fedf
2
ansible/roles/haproxy
2,738
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg", "content": "{{ ansible_managed | comment }}\n\nglobal\n\tlog /dev/log local0\n\tchroot /var/lib/haproxy\n\tstats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n\tstats timeout 30s\n\tuser haproxy\n\tgroup haproxy\n\tdaemon\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1769, "all_permissive": false }
ansible_role
tideways/php-benchmarks
aaf626bb354b80d56b713798f440985db120fedf
2
ansible/roles/mysql
2,738
[ "no_license" ]
[ { "path": "ansible/roles/mysql/defaults/main.yml", "content": "---\nmysqld:\n skip_name_resolve: \"off\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/mysql/templates/my.cnf", "content": "{{ ansible_managed | comment }}\n\n[m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1445, "all_permissive": false }
ansible_role
tideways/php-benchmarks
aaf626bb354b80d56b713798f440985db120fedf
2
ansible/roles/php
2,738
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install Sury's GPG key.\n copy:\n src: sury.gpg\n dest: /usr/share/keyrings/deb.sury.org-php.gpg\n owner: root\n group: root\n mode: 0644\n- name: Install Sury's repository\n apt_repository:\n repo: \"deb [signed-by=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1742, "all_permissive": false }
ansible_role
tideways/php-benchmarks
aaf626bb354b80d56b713798f440985db120fedf
2
ansible/roles/tideways
2,738
[ "no_license" ]
[ { "path": "ansible/roles/tideways/tasks/main.yml", "content": "---\n- name: Install Tideways GPG key.\n copy:\n src: tideways.asc\n dest: /usr/share/keyrings/tideways.asc\n owner: root\n group: root\n mode: 0644\n- name: Install Tideways repository\n apt_repository:\n repo: \"deb [signed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
tideways/php-benchmarks
aaf626bb354b80d56b713798f440985db120fedf
2
ansible/roles/vegeta
2,738
[ "no_license" ]
[ { "path": "ansible/roles/vegeta/tasks/main.yml", "content": "---\n- name: Download Vegeta.\n ansible.builtin.get_url:\n url: https://github.com/tsenart/vegeta/releases/download/v12.12.0/vegeta_12.12.0_linux_amd64.tar.gz\n dest: /root/vegeta.tar.gz\n checksum: sha256:e7ce26c8fa4b9e1a3668aa7f82a4d77...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/app
2,738
[ "no_license" ]
[ { "path": "roles/app/templates/secrets.yml.j2", "content": "{{app_env}}:\n {{app_secrets|to_nice_yaml}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/app/templates/database.yml.j2", "content": "{{app_env}}:\n adapter: {{app_database...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3144, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/database
2,738
[ "no_license" ]
[ { "path": "roles/database/meta/main.yml", "content": "---\ndependencies:\n - { role: 'postgresql', tags: 'postgresql' }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/database/defaults/main.yml", "content": "---\ndatabase_encoding: UT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1839, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/essential_system
2,738
[ "no_license" ]
[ { "path": "roles/essential_system/tasks/main.yml", "content": "---\n- name: Update sources and upgrade packages\n tags: setup\n apt: upgrade=safe update_cache=yes cache_valid_time={{system_apt_cache_ttl}}\n\n- name: Install base packages\n tags: setup\n apt: name={{item}} state=latest\n with_items: ess...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1361, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/ffmpeg
2,738
[ "no_license" ]
[ { "path": "roles/ffmpeg/tasks/main.yml", "content": "# http://askubuntu.com/a/148567\n# https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide\n# http://juliensimon.blogspot.ca/2013/08/howto-compiling-ffmpeg-x264-mp3-aac.html\n---\n- name: Install dependent packages\n tags: setup\n apt: name={{item}} state=l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4348, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/firewall
2,738
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Install UFW\n tags: setup\n apt: name=ufw state=latest\n\n- name: Reset UFW\n tags: config\n ufw: state=reset\n\n- name: Configure defaults\n tags: config\n ufw: policy=deny logging=on\n\n- name: Allow SSH\n tags: config\n ufw: rule...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1304, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/imagemagick
2,738
[ "no_license" ]
[ { "path": "roles/imagemagick/tasks/main.yml", "content": "---\n- name: Install packages\n tags: setup\n apt: name={{item}} state=latest update_cache=yes\n with_items:\n - imagemagick\n - libmagickwand-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/networking
2,738
[ "no_license" ]
[ { "path": "roles/networking/defaults/main.yml", "content": "---\nfqdn: '{{inventory_hostname}}'\nhostname: '{{inventory_hostname_short}}'\npublic_ip: '{{ansible_default_ipv4.address}}'\npublic_netmask: '{{ansible_default_ipv4.netmask}}'\ngateway: '{{ansible_default_ipv4.gateway}}'\ndns_servers:\n - 208.67....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 961, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/nginx
2,738
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx package repository\n tags: setup\n apt_repository: repo=ppa:nginx/stable\n\n- name: Install Nginx\n tags: setup\n apt: name=nginx-full state=latest update_cache=yes\n\n- name: Remove Nginx default enabled site\n tags: setup\n f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5553, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/nodejs
2,738
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Add Node.js package source\n tags: setup\n apt_repository: repo=ppa:chris-lea/node.js state=present update_cache=yes\n\n- name: Install Node.js\n tags: setup\n apt: name=nodejs state=latest\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/postgresql
2,738
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Add PostgreSQL package repository\n tags: setup\n apt_repository:\n repo: deb http://apt.postgresql.org/pub/repos/apt/ {{ansible_distribution_release}}-pgdg main\n\n- name: Add PostgreSQL package repository key\n tags: setup\n apt_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2459, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/postgresql_client
2,738
[ "no_license" ]
[ { "path": "roles/postgresql_client/defaults/main.yml", "content": "---\npostgresql_version: 9.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/postgresql_client/tasks/main.yml", "content": "---\n- name: Add package repository\n tags: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 554, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/redis
2,738
[ "no_license" ]
[ { "path": "roles/redis/templates/upstart.j2", "content": "description \"Redis\"\n\nstart on runlevel [23]\nstop on shutdown\n\nexec sudo -u {{redis_user}} /usr/local/bin/redis-server {{redis_conf}}\n\nrespawn\nrespawn limit 5 60\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3322, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/remote_auth
2,738
[ "no_license" ]
[ { "path": "roles/remote_auth/defaults/main.yml", "content": "---\nadmin_user: admin\nadmin_authorized_githubbers: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/remote_auth/tasks/main.yml", "content": "---\n- name: Verify admin pass...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1738, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/rvm
2,738
[ "no_license" ]
[ { "path": "roles/rvm/defaults/main.yml", "content": "---\nrvm_channel: stable\nrvm_ruby_version: 2.1.2\nrvm_install_user: '{{mandatory}}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/rvm/tasks/main.yml", "content": "---\n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/rvm_app_puma
2,738
[ "no_license" ]
[ { "path": "roles/rvm_app_puma/meta/main.yml", "content": "---\ndependencies:\n - { role: 'rvm_app', tags: 'rvm_app' }\n - { role: 'nginx', tags: 'nginx' }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/rvm_app_puma/templates/logrotate.j2...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4290, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/rvm_app_sidekiq
2,738
[ "no_license" ]
[ { "path": "roles/rvm_app_sidekiq/templates/worker-cluster-upstart.conf.j2", "content": "# {{ansible_managed}}\n\ndescription \"Sidekiq Worker Cluster ({{app_domain}})\"\n\nstart on started network-services\nstop on stopping network-services\n\npre-start script\n for i in `seq 0 $(({{sidekiq_cluster_size}} ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2071, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/vagrant_helpful
2,738
[ "no_license" ]
[ { "path": "roles/vagrant_helpful/tasks/main.yml", "content": "---\n- name: Install manpages\n tags: setup\n apt: name=man state=latest\n\n- name: Add profile helpers to home directory\n tags: setup\n template:\n src: aliases.j2\n dest: /home/{{vagrant_user}}/.profile-helpers\n owner: '{{vagrant...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/vagrant_nginx
2,738
[ "no_license" ]
[ { "path": "roles/vagrant_nginx/templates/vagrant.j2", "content": "# {{ansible_managed}}\n\nupstream vagrant_rack_app {\n server 127.0.0.1:3000 fail_timeout=0;\n}\n\nserver {\n root {{vagrant_data_directory}}/public;\n\n access_log /dev/null;\n error_log /dev/null;\n\n try_files $uri/index.html $uri.htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 833, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/vagrant_postgresql
2,738
[ "no_license" ]
[ { "path": "roles/vagrant_postgresql/tasks/main.yml", "content": "---\n- name: Add PostgreSQL user for {{vagrant_user}}\n tags: setup\n postgresql_user: name={{vagrant_user}} role_attr_flags=SUPERUSER state=present\n sudo: yes\n sudo_user: postgres\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
heycarsten/propro-ansible
06b7cac70a969a874e74cae24a01dc597859c24c
3
roles/vips
2,738
[ "no_license" ]
[ { "path": "roles/vips/tasks/main.yml", "content": "---\n- name: Install packages\n tags: setup\n apt: name={{item}} state=latest update_cache=yes install_recommends=no\n with_items:\n - libvips-dev\n - libvips-tools\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": 168, "all_permissive": false }
ansible_role
theevocater/dotfiles
31015e38177d0455a395e5cc0626bf49321852a6
3
ansible/roles/brew
2,738
[ "no_license" ]
[ { "path": "ansible/roles/brew/tasks/main.yml", "content": "- name: Install brew packages\n import_tasks: osx.yml\n when: ansible_system == \"Darwin\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/brew/tasks/osx.yml", "conten...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 454, "all_permissive": false }
ansible_role
theevocater/dotfiles
31015e38177d0455a395e5cc0626bf49321852a6
3
ansible/roles/common
2,738
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/ubuntu.yml", "content": "- name: Install gh cli apt keyring\n get_url:\n url: \"https://cli.github.com/packages/githubcli-archive-keyring.gpg\"\n dest: /usr/share/keyrings/githubcli-archive-keyring.gpg\n mode: u=rw,g=r,o=r\n- name: Add gh cli apt repo\n ansib...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2249, "all_permissive": false }
ansible_role
theevocater/dotfiles
31015e38177d0455a395e5cc0626bf49321852a6
3
ansible/roles/languages
2,738
[ "no_license" ]
[ { "path": "ansible/roles/languages/tasks/pyenv.yml", "content": "- name: Ensure {{ tmp_dir }}\n file:\n path: \"{{ tmp_dir }}\"\n state: directory\n mode: '0755'\n- name: Download pyenv\n get_url:\n url: https://pyenv.run\n dest: \"{{ tmp_dir }}/pyenv-run\"\n mode: '0755'\n register: do...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2561, "all_permissive": false }
ansible_role
theevocater/dotfiles
31015e38177d0455a395e5cc0626bf49321852a6
3
ansible/roles/tools
2,738
[ "no_license" ]
[ { "path": "ansible/roles/tools/vars/osx.yml", "content": "tools_font_dir: \"{{ ansible_env.HOME }}/Library/Fonts\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/roles/tools/vars/main.yml", "content": "tools_tmp_hasklig_zip: \"{{ tmp...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1854, "all_permissive": false }
ansible_role
Strassengezwitscher/deployment
e42b98137dee8a9e89c12fe5662d17d544ac426d
0
roles/configuration
2,738
[ "no_license" ]
[ { "path": "roles/configuration/templates/reload.sh.j2", "content": "#!/bin/bash\n\nuwsgi --reload /run/uwsgi/{{ item }}.pid", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/configuration/tasks/wordpress.yml", "content": "- name: Install ht...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8814, "all_permissive": false }
ansible_role
Strassengezwitscher/deployment
e42b98137dee8a9e89c12fe5662d17d544ac426d
0
roles/strassengezwitscher
2,738
[ "no_license" ]
[ { "path": "roles/strassengezwitscher/tasks/main.yml", "content": "---\n\n- name: Fetch repository\n git:\n accept_hostkey: yes\n force: yes\n repo: <EMAIL>:Strassengezwitscher/Strassengezwitscher.git\n dest: '{{ project_path }}/{{ dir }}/'\n version: '{{ branch }}'\n notify: restart uwsgi\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5013, "all_permissive": false }
ansible_role
Strassengezwitscher/deployment
e42b98137dee8a9e89c12fe5662d17d544ac426d
0
roles/tls_certificates
2,738
[ "no_license" ]
[ { "path": "roles/tls_certificates/templates/nginx_no_tls.site.j2", "content": "# configuration of the server\nserver {\n # the port your site will be served on\n listen 80;\n # the domain name it will serve for\n server_name {{ item.server_name }};\n charset utf-8;\n\n access_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2195, "all_permissive": false }
ansible_role
mihwar/ansible-centos-clamav-install
689a7ff086008fd51ea6bd05220c2929f9c862bf
0
roles/clamav
2,738
[ "no_license" ]
[ { "path": "roles/clamav/tasks/main.yml", "content": "- name: install clamd package\n yum:\n name:\n - clamd\n - clamav\n - clamav-data\n - clamav-update\n# ignore_errors: \"{{ ansible_check_mode }}\"\n\n- name: install config for clamd service\n template:\n src: \"files/clamd.sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3519, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/common_prep_repo
2,738
[ "no_license" ]
[ { "path": "roles/common_prep_repo/tasks/pull.yml", "content": "---\r\n\r\n- block:\r\n\r\n - name: create local repo file directory\r\n local_action:\r\n module: file\r\n path: \"/repos/{{ repo_source }}/{{ repo_dir }}\"\r\n state: directory\r\n group: PortalAdmin\r\n mode: 0770...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1710, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/patch_java
2,738
[ "no_license" ]
[ { "path": "roles/patch_java/tasks/windows.yml", "content": "---\r\n## Tasks for patching java\r\n\r\n##=====================================================\r\n## Pre patch/rollback actions\r\n##=====================================================\r\n\r\n- name: placeholder\r\n debug:\r\n msg: \"test -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5456, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/patch_osb
2,738
[ "no_license" ]
[ { "path": "roles/patch_osb/vars/main.yml", "content": "---\r\n\r\n## Default mountpoints used for disk space check\r\nmounts_used:\r\n ## minimum space needed in bytes\r\n /data: 314572800\r\n /var: 314572800\r\n\r\n## Default tmp location for extracted opatch patches\r\npatch_tmp_dir: \"/var/tmp/osb_pat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6076, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/patch_soa
2,738
[ "no_license" ]
[ { "path": "roles/patch_soa/vars/main.yml", "content": "---\r\n\r\n## Default mountpoints used for disk space check\r\nmounts_used:\r\n ## minimum space needed in bytes\r\n /data: 1256291200\r\n /var: 1258291200\r\n\r\n## Default tmp location for extracted opatch patches\r\npatch_tmp_dir: \"/var/tmp/soa_p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7303, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/patch_webgate
2,738
[ "no_license" ]
[ { "path": "roles/patch_webgate/tasks/windows.yml", "content": "---\r\n## Tasks for patching webgate\r\n\r\n\r\n##=====================================================\r\n## Pre patch/rollback actions\r\n##=====================================================\r\n\r\n- name: placeholder\r\n debug:\r\n msg...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11342, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/patch_wls
2,738
[ "no_license" ]
[ { "path": "roles/patch_wls/tasks/linux.yml", "content": "---\r\n## Tasks for patching wls\r\n\r\n\r\n##=====================================================\r\n## Pre patch/rollback actions\r\n##=====================================================\r\n\r\n- name: check if enough disk space is available\r\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8199, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/restore_backup
2,738
[ "no_license" ]
[ { "path": "roles/restore_backup/tasks/windows.yml", "content": "---\r\n## Tasks for restoring backups\r\n\r\n\r\n##=====================================================\r\n## Pre patch/rollback actions\r\n##=====================================================\r\n\r\n- name: placeholder\r\n debug:\r\n m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2767, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/webgate_start
2,738
[ "no_license" ]
[ { "path": "roles/webgate_start/tasks/linux.yml", "content": "---\r\n## Tasks for starting the web servers configured with a WebGate agent\r\n\r\n\r\n##=====================================================\r\n## Initial check\r\n##=====================================================\r\n\r\n- block:\r\n\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1954, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/webgate_stop
2,738
[ "no_license" ]
[ { "path": "roles/webgate_stop/tasks/windows.yml", "content": "---\r\n## Tasks for stopping the web servers configured with a WebGate agent\r\n\r\n\r\n##=====================================================\r\n## Initial check\r\n##=====================================================\r\n\r\n- name: placehol...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2598, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/wls_start
2,738
[ "no_license" ]
[ { "path": "roles/wls_start/tasks/linux.yml", "content": "---\r\n## Tasks for starting the application servers\r\n\r\n\r\n##=====================================================\r\n## Initial check\r\n##=====================================================\r\n\r\n- name: check if there are running WebLogic p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3303, "all_permissive": false }
ansible_role
mdroogendijk/WebLogic_Automation
33cf3bb863b432b17874980be48c8f49816964a4
5
roles/wls_stop
2,738
[ "no_license" ]
[ { "path": "roles/wls_stop/tasks/linux.yml", "content": "---\r\n## Tasks for stopping the application servers\r\n\r\n\r\n##=====================================================\r\n## Initial check\r\n##=====================================================\r\n\r\n- name: check if there are running WebLogic pr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3647, "all_permissive": false }
ansible_role
stuartgmilton/cloud_proxy
ea7e01f942f01209221ac57cacdc6159695c2c15
0
provisioning/roles/certbot
2,738
[ "no_license" ]
[ { "path": "provisioning/roles/certbot/defaults/main.yml", "content": "---\n\n certbot_auto_renew: true\n certbot_auto_renew_user: \"{{ ansible_user | default(lookup('env', 'USER')) }}\"\n certbot_auto_renew_hour: \"2\"\n certbot_auto_renew_minute: \"15\"\n certbot_auto_renew_options: \"--quiet --no-self-upg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1262, "all_permissive": false }
ansible_role
stuartgmilton/cloud_proxy
ea7e01f942f01209221ac57cacdc6159695c2c15
0
provisioning/roles/ec2_destroy
2,738
[ "no_license" ]
[ { "path": "provisioning/roles/ec2_destroy/tasks/main.yml", "content": "---\n\n - name: Gather EC2 Facts\n ec2_instance_info:\n region: eu-west-2\n filters:\n instance-state-name: running\n \"tag:Name\": \"proxy\"\n register: ec2\n\n - name: Delete Server\n with_items: \"{{ec2.insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
stuartgmilton/cloud_proxy
ea7e01f942f01209221ac57cacdc6159695c2c15
0
provisioning/roles/nginx
2,738
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "---\n\n - name: pull\n docker_image:\n name: \"{{nginx_image_name}}\"\n source: pull\n\n - name: Ensure bind mount directories exist\n file:\n path: \"{{ item.split(':')[0] }}\"\n state: directory\n with_items:\n - \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1436, "all_permissive": false }
ansible_role
takayukioda/ansible-initialize
bdf8885823d042eb3b708870540b4ca01b30bf87
0
roles/development
2,738
[ "no_license" ]
[ { "path": "roles/development/tasks/debconf.yml", "content": "- name: Install debconf\n apt:\n pkg: debconf-utils\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/development/tasks/dropbox.yml", "content": "- name: ...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 9249, "all_permissive": false }
ansible_role
takayukioda/ansible-initialize
bdf8885823d042eb3b708870540b4ca01b30bf87
0
roles/languages
2,738
[ "no_license" ]
[ { "path": "roles/languages/tasks/testframeworks-js.yml", "content": "- name: Install altjs\n npm:\n name: \"{{ item.name }}\"\n global: \"{{ item.global }}\"\n with_items:\n - { name: mocha, global: yes }\n - { name: karma, global: yes }\n - { name: jasmine, global: yes }\n\n", "license...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 5739, "all_permissive": false }
ansible_role
takayukioda/ansible-initialize
bdf8885823d042eb3b708870540b4ca01b30bf87
0
roles/packages
2,738
[ "no_license" ]
[ { "path": "roles/packages/tasks/aptitude.yml", "content": "- name: Install aptitude\n become: yes\n apt:\n pkg: aptitude\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/packages/tasks/update.yml", "content": "- n...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 2136, "all_permissive": false }
ansible_role
drerik/ansible-collection-step-ca
a09829f3266883a0a6a5da2c35242d4e8f3adea8
2
roles/certificate
2,738
[ "no_license" ]
[ { "path": "roles/certificate/handlers/main.yml", "content": "---\n# handlers file for certificate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/certificate/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5854, "all_permissive": false }
ansible_role
drerik/ansible-collection-step-ca
a09829f3266883a0a6a5da2c35242d4e8f3adea8
2
roles/step_ca_compose
2,738
[ "no_license" ]
[ { "path": "roles/step_ca_compose/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - step_ca_compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/step_ca_compose/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4470, "all_permissive": false }
ansible_role
drerik/ansible-collection-step-ca
a09829f3266883a0a6a5da2c35242d4e8f3adea8
2
roles/step_cli
2,738
[ "no_license" ]
[ { "path": "roles/step_cli/defaults/main.yml", "content": "---\ngithub_latest_release_url: \"https://api.github.com/repos/smallstep/cli/releases/latest\"\ndeb_package_url: \"https://github.com/smallstep/cli/releases/download/v{{ step_cli_version | default(latest_version) }}/step-cli_{{ step_cli_version | def...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3439, "all_permissive": false }
ansible_role
openhacku-saboten/OmnisCode-infra
2f906faa11a6235ff06d7aef345ee99529ebb4ff
0
ansible/roles/gcr-auth
2,838
[ "no_license" ]
[ { "path": "ansible/roles/gcr-auth/files/README.md", "content": "# files\n- cred.json - gcr pullの権限のみをつけたサービスアカウント\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/gcr-auth/tasks/main.yml", "content": "- name: deploy\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 427, "all_permissive": false }
ansible_role
openhacku-saboten/OmnisCode-infra
2f906faa11a6235ff06d7aef345ee99529ebb4ff
0
ansible/roles/monitor
2,838
[ "no_license" ]
[ { "path": "ansible/roles/monitor/files/README.md", "content": "# files\n- cred.json - モニタリング用の権限のみをつけたサービスアカウント\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/monitor/tasks/main.yml", "content": "- name: create directory\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 379, "all_permissive": false }
ansible_role
didiercapozzi/couscous
c98669a479869c18647abca234f19824a9b5bc2a
1
tools/ansible/playbook/roles/build_back
2,838
[ "no_license" ]
[ { "path": "tools/ansible/playbook/roles/build_back/tasks/main.yml", "content": "---\n- name: Erase build folder\n shell: \"rm -rf {{ PROJECT_PATH }}/software/build/*\"\n- name: CMAKE\n command: \"/usr/bin/cmake --no-warn-unused-cli -DCMAKE_TOOLCHAIN_FILE:STRING=/tmp/toolchain.cmake -DProtobuf_DIR:STRING=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
didiercapozzi/couscous
c98669a479869c18647abca234f19824a9b5bc2a
1
tools/ansible/playbook/roles/build_front
2,838
[ "no_license" ]
[ { "path": "tools/ansible/playbook/roles/build_front/tasks/main.yml", "content": "---\n- name: Build front end\n command:\n chdir: \"{{ PROJECT_PATH }}/software/modules/gui/web\"\n cmd: yarn build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
didiercapozzi/couscous
c98669a479869c18647abca234f19824a9b5bc2a
1
tools/ansible/playbook/roles/push_back
2,838
[ "no_license" ]
[ { "path": "tools/ansible/playbook/roles/push_back/tasks/main.yml", "content": "---\n- name: Push couscous_app_exe\n copy:\n src: \"{{ PROJECT_PATH }}/software/build/applications/couscous/couscous_app_exe\"\n dest: \"/home/{{ PI_USERNAME }}\"\n mode: \"755\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
didiercapozzi/couscous
c98669a479869c18647abca234f19824a9b5bc2a
1
tools/ansible/playbook/roles/push_front
2,838
[ "no_license" ]
[ { "path": "tools/ansible/playbook/roles/push_front/tasks/main.yml", "content": "---\n- name: Create web directory if it does not exist\n file:\n path: \"/home/{{ PI_USERNAME }}/web\"\n state: directory\n- name: Push front sources\n copy:\n src: \"{{ PROJECT_PATH }}/software/modules/gui/web/build\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
didiercapozzi/couscous
c98669a479869c18647abca234f19824a9b5bc2a
1
tools/ansible/playbook/roles/run
2,838
[ "no_license" ]
[ { "path": "tools/ansible/playbook/roles/run/tasks/main.yml", "content": "---\n- name: Push mission.json\n copy:\n src: \"{{ PROJECT_PATH }}/software/applications/couscous/mission.json\"\n dest: \"/home/{{ PI_USERNAME }}\"\n mode: \"755\"\n- name: Restart couscous_app\n service:\n name: couscou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
didiercapozzi/couscous
c98669a479869c18647abca234f19824a9b5bc2a
1
tools/ansible/playbook/roles/setup_env
2,838
[ "no_license" ]
[ { "path": "tools/ansible/playbook/roles/setup_env/templates/.env.production.j2", "content": "REACT_APP_PROXY_URL=http://{{ PI_IP }}\nREACT_APP_PROXY_PORT=8080\nGENERATE_SOURCEMAP=false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "tools/ansible/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2141, "all_permissive": false }
ansible_role
didiercapozzi/couscous
c98669a479869c18647abca234f19824a9b5bc2a
1
tools/ansible/playbook/roles/setup_pi
2,838
[ "no_license" ]
[ { "path": "tools/ansible/playbook/roles/setup_pi/tasks/main.yml", "content": "---\n- name: Download and unarchive grpcwebproxy\n ansible.builtin.unarchive:\n src: https://github.com/improbable-eng/grpc-web/releases/download/v0.13.0/grpcwebproxy-v0.13.0-arm6.zip\n dest: /usr/bin\n remote_src: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1050, "all_permissive": false }
ansible_role
NagababuNalluri/roboshop-jenkins
b40f3dc6e6b796fc9454e4bc3250efde8e76757c
0
roles/jenkins
2,838
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/sbranch-pipeline.yml", "content": "- name: Create Config file - {{item.dir}}/{{item.name}}\n ansible.builtin.template:\n src: s-jobs.xml\n dest: /tmp/s-jobs.xml\n\n\n- name: Create Job - {{item.dir}}/{{item.name}}\n community.general.jenkins_job:\n config: \"{{ look...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1373, "all_permissive": false }
ansible_role
harsha-commit/expense-ansible-terraform-practice
09401418d3340d7b3f3de7da96d35e8b580beb0d
0
roles/backend
2,838
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "# DB_HOST: db.harshadevops.site\n\nLOGIN_HOST: \"db-{{env}}.harshadevops.site\"\nlogin_user: root\napp_location: /app\nMY_SQL_PASSWORD: <PASSWORD>\n\napp_location: /app\ncomponent: backend\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1816, "all_permissive": false }
ansible_role
harsha-commit/expense-ansible-terraform-practice
09401418d3340d7b3f3de7da96d35e8b580beb0d
0
roles/common
2,838
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: \"Delete {{app_location}} directory if already exists\"\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: absent\n ignore_errors: true\n\n- name: \"Create {{app_location}} directory\"\n ansible.builtin.file:\n path: \"{{ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
harsha-commit/expense-ansible-terraform-practice
09401418d3340d7b3f3de7da96d35e8b580beb0d
0
roles/frontend
2,838
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: Install nginx server\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: Start and Enable nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: \"Run Common Deployment Processe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
orthrus1775/kali
b2fc07c927bee43db1b23656e8b6c62fda615e0c
2
roles/build-tools
2,838
[ "no_license" ]
[ { "path": "roles/build-tools/files/covenant.sh", "content": "#!/bin/bash\n\n# Check if the user is running as root\nif [[ $EUID -ne 0 ]]; then\n echo \"This script must be run as root.\"\n exit 1\nfi\n\n# Check for the correct number of arguments\nif [[ $# -ne 1 ]]; then\n echo \"Usage: $0 <start|s...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 26065, "all_permissive": false }
ansible_role
orthrus1775/kali
b2fc07c927bee43db1b23656e8b6c62fda615e0c
2
roles/cleanup
2,838
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n- import_tasks: \"cleanup.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/cleanup/defaults/main.yml", "content": "---\n# defaults file for cleanup\n", "license_type": ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 549, "all_permissive": false }
ansible_role
orthrus1775/kali
b2fc07c927bee43db1b23656e8b6c62fda615e0c
2
roles/customize-browser
2,838
[ "no_license" ]
[ { "path": "roles/customize-browser/tasks/burp.yml", "content": "- name: \"Check if BurpSuiteCA.der exists\"\n stat:\n path: /usr/local/share/ca-certificates/BurpSuiteCA.der\n register: burp_cert\n\n- name: \"Copying Burp Script\"\n copy:\n src: files/getburpcert.sh\n dest: /tmp/getburpcert.sh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3700, "all_permissive": false }
ansible_role
orthrus1775/kali
b2fc07c927bee43db1b23656e8b6c62fda615e0c
2
roles/customize-desktop
2,838
[ "no_license" ]
[ { "path": "roles/customize-desktop/files/thunar.xml", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<channel name=\"thunar\" version=\"1.0\">\n <property name=\"last-location-bar\" type=\"empty\"/>\n <property name=\"last-view\" type=\"string\" value=\"ThunarIconView\"/>\n</channel>\n", "l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 605, "all_permissive": false }
ansible_role
orthrus1775/kali
b2fc07c927bee43db1b23656e8b6c62fda615e0c
2
roles/customize-terminal
2,838
[ "no_license" ]
[ { "path": "roles/customize-terminal/tasks/main.yml", "content": "---\n# - name: \"Copy ZshRC\"\n# copy:\n# src: \"{{ role_path }}/files/.zshrc\"\n# dest: \"{{ ansible_env.HOME }}\"\n# force: yes\n\n# - name: \"Copy Root ZshRC\"\n# copy:\n# src: \"{{ role_path }}/files/.zshrc\"\n# des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1936, "all_permissive": false }
ansible_role
orthrus1775/kali
b2fc07c927bee43db1b23656e8b6c62fda615e0c
2
roles/install-tools
2,838
[ "no_license" ]
[ { "path": "roles/install-tools/files/gomod.sh", "content": "#!/bin/bash\n\ngo install github.com/ropnop/kerbrute@latest\ngo install mvdan.cc/garble@latest\ngo install github.com/fatih/color@latest\ngo install github.com/yeka/zip@latest\ngo install github.com/josephspurrier/goversioninfo@latest\ngo install g...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 22669, "all_permissive": false }
ansible_role
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/apps
2,838
[ "no_license" ]
[ { "path": "roles/apps/tasks/main.yml", "content": "---\n- name: install dev apps\n homebrew_cask:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ cask_dev_apps }}\"\n\n- name: install personal apps\n homebrew_cask:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ cask_pe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 373, "all_permissive": false }