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 | dancavallaro/rpi-config | 3ac4e9e6c407032453e8cbb9a9f38db4482dd51f | 1 | ansible/roles/ups | 435 | [
"no_license"
] | [
{
"path": "ansible/roles/ups/defaults/main.yaml",
"content": "monitor_ups: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "ansible/roles/ups/handlers/main.yaml",
"content": "- name: Start UPS driver\n become: true\n ansible.builtin.comm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | g0lg0-93/ansible-role-maintenance_man | 5b0662e1dfd824effe7253b6e29b22e4521d2ecd | 0 | roles/fail2ban | 435 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/install.yml",
"content": "---\n- name: Install fail2ban - Debian\n apt:\n name: fail2ban\n state: present\n when: ansible_os_family == 'Debian'\n become: true\n\n- name: Install fail2ban - RedHat\n package:\n name: fail2ban\n state: present\n when: ansible_os... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2378,
"all_permissive": false
} |
ansible_role | g0lg0-93/ansible-role-maintenance_man | 5b0662e1dfd824effe7253b6e29b22e4521d2ecd | 0 | roles/maintenance_man | 435 | [
"no_license"
] | [
{
"path": "roles/maintenance_man/tasks/reboot-required.yml",
"content": "---\n\n - name: Perform a dist-upgrade.\n ansible.builtin.apt:\n upgrade: dist\n update_cache: yes\n tags: installation\n\n - name: Check if a reboot is required.\n ansible.builtin.stat:\n path... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | g0lg0-93/ansible-role-maintenance_man | 5b0662e1dfd824effe7253b6e29b22e4521d2ecd | 0 | roles/unbound_man | 435 | [
"no_license"
] | [
{
"path": "roles/unbound_man/tasks/install-unbound.yml",
"content": "---\n - name: Update all installed packages using APT module\n apt:\n name: '*'\n state: latest\n update_cache: yes\n only_upgrade: yes\n cache_valid_time: 86400 # 1 day\n register: apt_update_status\n ta... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/cache | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/cache/tasks/main.yml",
"content": "---\n\n# Install memcached\n- name: install memcached\n yum: pkg=memcached state=installed\n tags: memcached\n\n- name: Ensure memcached is running now and on boot\n service: name=memcached state=started enabled=yes",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/common | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/common/tasks/main.yml",
"content": "\n# Init tasks\n- name: ensure iptables is stopped and is not running at boot time.\n action: service name=iptables state=stopped enabled=no\n\n# Configuration for yum\n- name: Provision yum.conf\n ini_file: dest=/etc/yum.conf\n sect... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2776,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/database | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/database/tasks/main.yml",
"content": "---\n# file: roles/database/tasks/main.yml\n # Create repo\n - name: Create the repository for MariaDB\n copy: src=mariadb.repo dest=/etc/yum.repos.d/mariadb.repo\n # Install packages\n - name: Install mariadb server\n yum: pk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5875,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/devtools | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/devtools/tasks/main.yml",
"content": "##\n# CSS compiling tools.\n#\n- name: CSS | Install rubygems package\n yum: pkg=rubygems state=installed\n tags: css\n\n- name: RUBY | Install Bundler\n shell: gem install bundler\n\n- name: Development packages\n yum: pkg={{ item ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2844,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/drupal | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/drupal/defaults/main.yml",
"content": "# This Playbook will setup and install Drush\n\ncomposer: {\n path: \"/usr/lib/composer\",\n}\n\ndrush: {\n# Specify which version of Drush to install - comment to disable\n# See a list of versions at http://pear.drush.org/\n version... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/monitoring | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/monitoring/handlers/main.yml",
"content": "---\n# file: roles/monitoring/handlers/main.yml\n- name: restart newrelic-sysmond\n service: name=newrelic-sysmond state=restarted\n- name: restart sensu-client\n service: name=sensu-client state=restarted",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2272,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/solr | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/solr/defaults/main.yml",
"content": "\n\nsolr_user: tomcat\nsolr_group: tomcat\n\ncache_path: /tmp/vagrant-cache\n\n# Container folder for solr downloads\n#solr_url: http://www.nic.funet.fi/pub/mirrors/apache.org/lucene/solr/\nsolr_url: ftp://www.nic.funet.fi/pub/mirrors/ap... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2299,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/vagrant | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/vagrant/tasks/main.yml",
"content": "---\n# file: roles/vagrant/tasks/main.yml\n\n - name: Vagrant | Add nginx user to the games group to prevent access problems to the drupal files directory.\n user: name=nginx\n state=present\n groups=\"nginx,games\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/varnish | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/varnish/templates/default.vcl.j2",
"content": "{% if ssl_ip_fix == \"true\" %}\nC{\n#include <netinet/in.h>\n#include <string.h>\n#include <sys/socket.h>\n#include <arpa/inet.h>\n}C\n{% endif %}\n\n# Customized VCL file for serving a Drupal site.\n# Wunderkraut / 2013\n\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11184,
"all_permissive": false
} |
ansible_role | wunderio/wundersites_dev | b909b99288cdf31193470049b362b094b0719ea4 | 0 | ansible/playbook/roles/web-front | 435 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/web-front/handlers/main.yml",
"content": "---\n# file: roles/web-front/handlers/main.yml\n- name: restart nginx\n service: name=nginx state=restarted\n- name: restart php-fpm\n service: name=php-fpm state=restarted\n- name: restart rsyslog\n service: name=rsyslog state=r... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 16809,
"all_permissive": false
} |
ansible_role | david-joy-ds/Ansible-DSE-Setup | d16c0f620773597303fd41d1c32ab0f07519f167 | 0 | roles/basic | 435 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "- name: Create New Directory\n file: path={{ item }} state=directory\n with_items:\n - /home/automaton/test\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | doc-E-brown/AnsibleReverseProxy | 1ce8ed5edd6733b245900be11487e386f8d4e1f5 | 0 | roles/dns_page | 435 | [
"no_license"
] | [
{
"path": "roles/dns_page/tasks/main.yml",
"content": "- name: Update aptitude\n apt:\n upgrade: full\n update_cache: yes\n autoclean: yes\n autoremove: yes\n\n- name: Install nginx\n apt:\n name: nginx\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | doc-E-brown/AnsibleReverseProxy | 1ce8ed5edd6733b245900be11487e386f8d4e1f5 | 0 | roles/dns_server | 435 | [
"no_license"
] | [
{
"path": "roles/dns_server/tasks/dns_records.yml",
"content": "- name: bind9.conf.options\n copy:\n src: \"named.conf.options\"\n dest: \"/etc/bind/named.conf.options\"\n group: \"root\"\n owner: \"root\"\n force: true\n\n- name: Add zones\n file:\n path: \"/etc/bind/zones\"\n state:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | doc-E-brown/AnsibleReverseProxy | 1ce8ed5edd6733b245900be11487e386f8d4e1f5 | 0 | roles/proxy | 435 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "---\n- include_tasks: proxy.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/proxy/tasks/proxy.yml",
"content": "- name: Update aptitude\n apt:\n upgrade: full\n update_cache... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/quiz51 | e48ad2473622e521722065313efe4abaee181546 | 0 | roles/Elasticsearch | 435 | [
"no_license"
] | [
{
"path": "roles/Elasticsearch/tasks/main.yml",
"content": "---\n# tasks file for Elasticsearch\n\n\n- name: Install elasticsearch\n apt:\n name: elasticsearch\n state: present\n update_cache: yes\n \n \n- name: Start Elasticsearch Service\n systemd:\n state: started\n name: elasticse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/quiz51 | e48ad2473622e521722065313efe4abaee181546 | 0 | roles/Kibana | 435 | [
"no_license"
] | [
{
"path": "roles/Kibana/tasks/main.yml",
"content": "---\n# tasks file for Kibana\n\n\n- name: Install Kibana\n apt:\n name: kibana\n state: present\n update_cache: yes\n\n- name: Start and Enable Kibana\n service:\n name: kibana\n state: started\n enabled: yes\n\n\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/quiz51 | e48ad2473622e521722065313efe4abaee181546 | 0 | roles/Logstash | 435 | [
"no_license"
] | [
{
"path": "roles/Logstash/tasks/main.yml",
"content": "---\n# tasks file for Logstash\n\n\n- name: Install Logstash\n apt: \n name: logstash\n state: present\n update_cache: yes\n\n- name: Start and enable Logstash\n service:\n name: logstash\n state: started\n enabled: yes\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | hjuva/ansible-home | 9fe63587ab22d7cd2950a0e7943c2e30e6c41aa7 | 0 | roles/common | 435 | [
"no_license"
] | [
{
"path": "roles/common/tasks/yum.yml",
"content": "- yum: name=epel-release\n- yum: name=xorg-x11-xauth\n- yum: name=telnet\n- yum: name=gedit\n- yum: name=wget\n- yum: name=ftp\n- yum: name=curl\n- yum: name=sshpass\n- yum: name=bash-completion",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2422,
"all_permissive": false
} |
ansible_role | 2scorpio/Strange_ansible | 9f6938e228a4814e96026481d28a1ff38fe66fd9 | 0 | roles/apache | 435 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: System - Install Apache\n apt:\n pkg: ['apache2', 'php7.3', 'php7.3-mysql', 'php7.3-memcache', 'php7.3-memcached', 'php7.3-gd', 'php7.3-opcache']\n state: present\n\n notify:\n - Restart Apache2\n\n- include: vhost.yml host=example.d7c.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | 2scorpio/Strange_ansible | 9f6938e228a4814e96026481d28a1ff38fe66fd9 | 0 | roles/common | 435 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "#- name: apt-get update the server\n# apt: update_cache=yes\n\n- name: apt-get upgrade the server\n apt:\n force_apt_get: yes\n upgrade: \"yes\"\n update_cache: yes\n cache_valid_time: 432000\n\n- name: System - Install base packages\n apt:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | 2scorpio/Strange_ansible | 9f6938e228a4814e96026481d28a1ff38fe66fd9 | 0 | roles/database | 435 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n- name: register mysql repository key\n apt_key: keyserver=pgp.mit.edu id=5072E1F5 state=present\n\n- name: Install MySQL repo\n apt_repository:\n repo: \"deb http://repo.mysql.com/apt/debian buster mysql-8.0\"\n state: present\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | 2scorpio/Strange_ansible | 9f6938e228a4814e96026481d28a1ff38fe66fd9 | 0 | roles/database1 | 435 | [
"no_license"
] | [
{
"path": "roles/database1/tasks/main.2yml",
"content": "- name: include variable file for MySQL\n include_vars:\n file: mysql.yml\n\n- name: Set MySQL root password before installing\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{MySQL_root_pass | quote}}' vtype='passw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | 2scorpio/Strange_ansible | 9f6938e228a4814e96026481d28a1ff38fe66fd9 | 0 | roles/local_users | 435 | [
"no_license"
] | [
{
"path": "roles/local_users/vars/main.yml",
"content": "---\n# vars file for Local_Users",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/local_users/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | gkoukis/CODECO_edgenet_node | 88f3c98473a39d5bbdbddf4df00466136529b3ba | 0 | roles/edgenet-kubernetes | 435 | [
"no_license"
] | [
{
"path": "roles/edgenet-kubernetes/tasks/main.yml",
"content": "---\n\n# This is to simplify future Ansible calls, since by default\n# it uses /usr/bin/python which does not exist on Ubuntu.\n- name: Ensure python is python3 on Ubuntu\n apt:\n name: python-is-python3\n state: present\n # TODO: Symb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | teroVF/ansible_project | f23f162db380b27147614789d4fefadd8751b153 | 0 | ansible/roles/apache | 435 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/README.md",
"content": "Apache Role\n=========\n\nThis role installs and configures the Apache web server to permit and host the wordpress website.\n\nRequirements\n------------\n\nThis role requires Ansible to be installed on the target system. Additionally, the target syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3919,
"all_permissive": false
} |
ansible_role | teroVF/ansible_project | f23f162db380b27147614789d4fefadd8751b153 | 0 | ansible/roles/mysql_server | 435 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql_server/handlers/main.yml",
"content": "---\n# handlers file for mysql_server\n\n- name: Restart MySQL Service\n service:\n name: mysql\n state: restarted\n become: true\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4018,
"all_permissive": false
} |
ansible_role | teroVF/ansible_project | f23f162db380b27147614789d4fefadd8751b153 | 0 | ansible/roles/mysql_workbench | 435 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql_workbench/tasks/main.yml",
"content": "---\n#Tasks to install Mysql Workbench his prerequisites and verify the installation\n\n- name: Download Latest Microsoft Visual C++ Redistributable\n ansible.windows.win_shell: |\n $url = \"https://aka.ms/vs/17/release/vc_redist.x64.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2082,
"all_permissive": false
} |
ansible_role | teroVF/ansible_project | f23f162db380b27147614789d4fefadd8751b153 | 0 | ansible/roles/php | 435 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install PHP\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php # This will install PHP 7.4\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1853,
"all_permissive": false
} |
ansible_role | teroVF/ansible_project | f23f162db380b27147614789d4fefadd8751b153 | 0 | ansible/roles/wordpress | 435 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/handlers/main.yml",
"content": "---\n# handlers file for wordpress\n- name: Restart Apache\n ansible.builtin.service:\n name: apache2\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4226,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-failed-complete/roles/role1 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-failed-complete/roles/role1/tasks/main.yml",
"content": "---\n- name: Use local module 1\n test_module_1_failed_complete:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-failed-complete/roles/role2 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-failed-complete/roles/role2/tasks/main.yml",
"content": "---\n- name: Use local module from other role that has been included before this one\n # If it has not been included before, loading this role fails!\n test_module_1_failed_complete:\n- name: Use local module... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-failed-complete/roles/role3 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-failed-complete/roles/role3/tasks/main.yml",
"content": "---\n- name: Use local module 3\n test_module_3_failed_complete:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-failed/roles/role1 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-failed/roles/role1/tasks/main.yml",
"content": "---\n- name: Use local module 1\n test_module_1_failed:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 55,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-failed/roles/role2 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-failed/roles/role2/tasks/main.yml",
"content": "---\n- name: Use local module from other role that has been included before this one\n # If it has not been included before, loading this role fails!\n test_module_1_failed:\n- name: Use local module from other role t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-failed/roles/role3 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-failed/roles/role3/tasks/main.yml",
"content": "---\n- name: Use local module 3\n test_module_3_failed:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 55,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-success/roles/role1 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-success/roles/role1/tasks/main.yml",
"content": "---\n- name: Use local module 1\n test_module_1_success:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 56,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-success/roles/role2 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-success/roles/role2/tasks/main.yml",
"content": "---\n- name: Use local module from other role that has been included before this one\n # If it has not been included before, loading this role fails!\n test_module_1_success:\n- name: Use local module from other role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | sourya-deepsource/og-ansible-lint | 12a175dbebfe5b1fb90b3139480b31d03f664ffa | 0 | test/local-content/test-roles-success/roles/role3 | 438 | [
"no_license"
] | [
{
"path": "test/local-content/test-roles-success/roles/role3/tasks/main.yml",
"content": "---\n- name: Use local module 3\n test_module_3_success:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 56,
"all_permissive": false
} |
ansible_role | utrains/Ansible-tutorial-codes | e5fadd26c5ba16afa2660c24026e15ef9a0bb391 | 1 | Roles/apache | 438 | [
"no_license"
] | [
{
"path": "Roles/apache/tasks/service.yml",
"content": "---\n# tasks file for apache\n- name: start apache2 server\n service: name=httpd state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "Roles/apache/tasks/install.yml",
"content"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | tuche72/525-sicredi | 6a72faccb2041c3dbad20703d343088a975fff3e | 0 | roles/apache | 438 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/site.yaml",
"content": "\n- name: enviando o meu site\n template:\n src: templates/index\n dest: /var/www/html/index.html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/apache/tasks/packages.yaml",
"c... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | tuche72/525-sicredi | 6a72faccb2041c3dbad20703d343088a975fff3e | 0 | roles/puppet | 438 | [
"no_license"
] | [
{
"path": "roles/puppet/tasks/main.yml",
"content": "---\n# tasks file for puppet\n- name: instalando repositorios\n include: repo.yaml\n\n- name: instalando puppetserver\n include: server.yaml\n\n- name: instalando puppet-agent\n include: agent.yaml\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/apache | 438 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: Install Apache\n apt:\n name:\n - apache2\n - apache2-utils\n state: present\n update_cache: yes\n become: yes\n \n- name: Enable Apache modules\n apache2_module:\n state: present\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/grafana | 438 | [
"no_license"
] | [
{
"path": "roles/grafana/handlers/main.yml",
"content": "---\n# handlers file for grafana\n- name: Restart Grafana\n systemd:\n name: grafana-server\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/grafana/vars/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/influxdb | 438 | [
"no_license"
] | [
{
"path": "roles/influxdb/vars/main.yml",
"content": "---\n# vars file for influxdb\ninfluxdb_meta_dir: /var/lib/influxdb/meta\ninfluxdb_data_dir: /var/lib/influxdb/data\ninfluxdb_http_bind_address: \"0.0.0.0:8086\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/kibana | 438 | [
"no_license"
] | [
{
"path": "roles/kibana/templates/kibana.yml",
"content": "---\nserver.port: {{ server_port }}\n\nserver.host: \"{{ server_host }}\"\n\nserver.name: \"{{ server_name }}\"\n\nelasticsearch.hosts: [\"{{ elasticsearch_host }}\"]\n\nelasticsearch.username: \"{{ kibana_username }}\"\nelasticsearch.password: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/logstash | 438 | [
"no_license"
] | [
{
"path": "roles/logstash/templates/logstash.conf.j2",
"content": "{\n \"index_patterns\": [\"my_index-*],\n \"mappings\": {\n \"properties\": {\n \"@timestamp\": {\n \"type\": \"date\"\n },\n \"message\": {\n \"type\": \"text\"\n }\n }\n }\n}\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/mariadb | 438 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/main.yml",
"content": "---\n# vars file for mariadb\nmysql_database: test_db\nmysql_user: admin\nmysql_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/mariadb/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/nagios | 438 | [
"no_license"
] | [
{
"path": "roles/nagios/files/nagios.init",
"content": "#!/bin/bash\n. /lib/lsb/init-functions\n\nNAGIOS_HOME=\"/usr/local/nagios\"\nNAGIOS_USER=\"nagios\"\nNAGIOS_GROUP=\"nagios\"\nNAGIOS_CONFIG=\"/usr/local/nagios/etc/nagios.cfg\"\nNAGIOS_LOG=\"/usr/local/nagios/var/nagios.log\"\nNAGIOS_LOCKFILE=\"/var/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2500,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/php | 438 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install PHP\n apt:\n name:\n - php\n - libapache2-mod-php\n - php-mysql\n state: present\n update_cache: yes\n become: yes\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": 174,
"all_permissive": false
} |
ansible_role | kairu/CPE_MIDEXAM_AGUILA | 51cf4807bdb2b68634d346e576091afa083655d0 | 0 | roles/prometheus | 438 | [
"no_license"
] | [
{
"path": "roles/prometheus/handlers/main.yml",
"content": "---\n# handlers file for prometheus\n- name: Restart Prometheus\n systemd:\n name: prometheus\n state: restarted\n \n- name: Reload systemd and Restart Prometheus\n systemd:\n daemon_reload: true\n name: prometheus\n state: rest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2153,
"all_permissive": false
} |
ansible_role | kharandziuk/terraform-and-ci | 1448cc1d318b312c51c536c692ed422e9e0a56b4 | 1 | roles/webservers | 438 | [
"no_license"
] | [
{
"path": "roles/webservers/files/simplehttp.service.j2",
"content": "[Unit]\nDescription=My Miscellaneous Service\nAfter=network.target\n\n[Service]\nType=simple\nUser={{ user_name }}\nWorkingDirectory=/home/{{user_name}}\nExecStart=/usr/bin/python3 -m http.server {{server_port}}\nRestart=on-abort\n\n[Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | Zwergpro/devlab.ansible | b2dcbc3afc3759dda027d2220c6f0e5578944311 | 0 | roles/docker | 438 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/docker.yaml",
"content": "---\n- name: Install libs for docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n - gnupg\n state: latest\n update_cache: true\n\n- name: Add signing key\n apt_key:\n url: \"https://down... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1116,
"all_permissive": false
} |
ansible_role | Zwergpro/devlab.ansible | b2dcbc3afc3759dda027d2220c6f0e5578944311 | 0 | roles/gitea | 438 | [
"no_license"
] | [
{
"path": "roles/gitea/tasks/main.yaml",
"content": "---\n- name: Add 'gitea' user\n user:\n name: gitea\n groups:\n - sudo\n - docker\n append: yes\n state: present\n shell: /bin/bash\n createhome: yes\n\n- name: Create volume directories if it does not exist\n file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1867,
"all_permissive": false
} |
ansible_role | Zwergpro/devlab.ansible | b2dcbc3afc3759dda027d2220c6f0e5578944311 | 0 | roles/system | 438 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yaml",
"content": "---\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: dist\n update_cache: yes\n force_apt_get: yes\n\n- name: Install libs\n apt: \n name: \"{{ item }}\"\n state: present\n with_items:\n - acl\n - sudo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | Zwergpro/devlab.ansible | b2dcbc3afc3759dda027d2220c6f0e5578944311 | 0 | roles/ufw | 438 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yaml",
"content": "---\n- name: Install ufw\n apt: package=ufw state=present\n\n- name: Configure ufw defaults\n ufw: direction={{ item.direction }} policy={{ item.policy }}\n with_items:\n - { direction: 'incoming', policy: 'deny' }\n - { direction: 'outgoing', poli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | Zwergpro/devlab.ansible | b2dcbc3afc3759dda027d2220c6f0e5578944311 | 0 | roles/vaultwarden | 438 | [
"no_license"
] | [
{
"path": "roles/vaultwarden/tasks/main.yaml",
"content": "---\n- name: Add 'vaultwarden' user\n user:\n name: vaultwarden\n groups:\n - sudo\n - docker\n append: yes\n state: present\n shell: /bin/bash\n createhome: yes\n\n- name: Create volume directories if it does not exist\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | Zwergpro/devlab.ansible | b2dcbc3afc3759dda027d2220c6f0e5578944311 | 0 | roles/wireguard_client | 438 | [
"no_license"
] | [
{
"path": "roles/wireguard_client/templates/client_wg0.conf.j2",
"content": "# {{ ansible_managed }}\n[Interface]\nPrivateKey = {{ wg_privatekey }}\nAddress = {{ wg_ip }}/24\n\n[Peer]\nPublicKey = {{ wg.server.publickey }}\nAllowedIPs = {{ wg.server.net }}\nEndpoint = {{ wg.server.ip }}:{{ wg.server.port }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1308,
"all_permissive": false
} |
ansible_role | Zwergpro/devlab.ansible | b2dcbc3afc3759dda027d2220c6f0e5578944311 | 0 | roles/wireguard_server | 438 | [
"no_license"
] | [
{
"path": "roles/wireguard_server/tasks/ufw_wireguard_server.yaml",
"content": "---\n- name: Enable ufw firewall for wireguard server\n ufw: rule={{ item.rule }} port={{ item.port }} proto={{ item.proto }}\n with_items:\n - { rule: 'limit', port: '{{ wg.server.port }}', proto: 'tcp' }\n - { rule: 'l... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1761,
"all_permissive": false
} |
ansible_role | Ashpan/macos-ansible-playbook | 7064e7ea8cde5921d2ec9679e5d14ff741dbe0e7 | 0 | roles/homebrew | 438 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/packages.yml",
"content": "---\n# Tasks for installing Homebrew packages and casks\n\n# Setup mapping for cask names to application names\n- name: Create mapping between cask names and app paths\n set_fact:\n cask_app_mapping:\n brave-browser: \"Brave Browser\"\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5184,
"all_permissive": false
} |
ansible_role | Ashpan/macos-ansible-playbook | 7064e7ea8cde5921d2ec9679e5d14ff741dbe0e7 | 0 | roles/jenv | 438 | [
"no_license"
] | [
{
"path": "roles/jenv/tasks/main.yml",
"content": "---\n# Tasks for installing jEnv and configuring Java environments\n\n- name: Check if jEnv is installed\n stat:\n path: \"{{ ansible_env.HOME }}/.jenv/bin/jenv\"\n register: jenv_installed\n\n- name: Install jEnv via Homebrew\n homebrew:\n name: j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1908,
"all_permissive": false
} |
ansible_role | Ashpan/macos-ansible-playbook | 7064e7ea8cde5921d2ec9679e5d14ff741dbe0e7 | 0 | roles/karabiner | 438 | [
"no_license"
] | [
{
"path": "roles/karabiner/tasks/main.yml",
"content": "---\n# Tasks for configuring Karabiner-Elements\n\n- name: Ensure Karabiner configuration directory exists\n file:\n path: \"{{ karabiner_config_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Check if karabiner.json exists in the playb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2013,
"all_permissive": false
} |
ansible_role | Ashpan/macos-ansible-playbook | 7064e7ea8cde5921d2ec9679e5d14ff741dbe0e7 | 0 | roles/macos | 438 | [
"no_license"
] | [
{
"path": "roles/macos/vars/exported_settings.yml",
"content": "---\n# macOS Settings exported on Tue 11 Mar 2025 01:59:35 EDT\n# These settings were exported from Ashpans-MacBook-Pro.local\n\nmacos_settings:\n # Show path bar in Finder\n - domain: \"com.apple.finder\"\n key: \"ShowPathbar\"\n type:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8350,
"all_permissive": false
} |
ansible_role | Ashpan/macos-ansible-playbook | 7064e7ea8cde5921d2ec9679e5d14ff741dbe0e7 | 0 | roles/mas | 438 | [
"no_license"
] | [
{
"path": "roles/mas/tasks/install.yml",
"content": "---\n# Tasks for installing Mac App Store apps\n\n- name: Display apps to be installed from Mac App Store\n debug:\n msg: \"Will attempt to install the following apps from Mac App Store: {{ mas_packages | map(attribute='name') | join(', ') }}\"\n\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2947,
"all_permissive": false
} |
ansible_role | Ashpan/macos-ansible-playbook | 7064e7ea8cde5921d2ec9679e5d14ff741dbe0e7 | 0 | roles/rust | 438 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "---\n# Tasks for installing Rust and Cargo\n\n- name: Check if Rust is installed\n shell: command -v rustc\n register: rustc_exists\n ignore_errors: true\n changed_when: false\n\n- name: Download rustup installer\n get_url:\n url: https://sh.rustup.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | Ashpan/macos-ansible-playbook | 7064e7ea8cde5921d2ec9679e5d14ff741dbe0e7 | 0 | roles/zsh | 438 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n# Tasks for setting up Oh My Zsh and zshrc configuration\n\n- name: Check if Oh My Zsh is installed\n stat:\n path: \"{{ ansible_env.HOME }}/.oh-my-zsh\"\n register: oh_my_zsh_installed\n\n- name: Install Oh My Zsh if not already installed\n shell... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2612,
"all_permissive": false
} |
ansible_role | mazzy89/aws-ec2 | 80d1a686fe16ef7ce88755ad6ac7c118c4486d03 | 1 | playbooks/roles/docker | 438 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker/tasks/main.yml",
"content": "---\n- name: Install wget package\n apt: name=wget update_cache=yes\n- name: Install Docker\n shell: wget -qO- https://get.docker.com/ | sh\n- name: Create the docker group and add the user\n user: name=ubuntu group=docker\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | ramrexx/na-west | 6162d32e8a94c74c473b3e3cfff3938cd8b2b637 | 2 | roles/manage-untagged-instances | 438 | [
"no_license"
] | [
{
"path": "roles/manage-untagged-instances/vars/main.yml",
"content": "aws_access_key:\naws_secret_key:\naws_region: us-west-2\naws_instance_ids: []\naws_instances: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/manage-untagged-instance... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | biharitomi/mesos-vagrant-ansible | 5903e9c667c7f2551a5b97dc42b052eb9a22f253 | 0 | ansible/roles/conf-etchosts-resolveconf | 438 | [
"no_license"
] | [
{
"path": "ansible/roles/conf-etchosts-resolveconf/templates/resolv.conf.j2",
"content": " {% for host in groups['master'] %}\nnameserver {{ hostvars[host]['ansible_ssh_host'] }}\n{% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | biharitomi/mesos-vagrant-ansible | 5903e9c667c7f2551a5b97dc42b052eb9a22f253 | 0 | ansible/roles/mesos-master | 438 | [
"no_license"
] | [
{
"path": "ansible/roles/mesos-master/tasks/main.yml",
"content": "---\n- name: install mesosphere yum repo\n yum: name=http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm state=present\n- name: install zookeeper yum repo\n yum: name=http://archive.cloudera.com/cdh4/one-click-in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | biharitomi/mesos-vagrant-ansible | 5903e9c667c7f2551a5b97dc42b052eb9a22f253 | 0 | ansible/roles/mesos-slave | 438 | [
"no_license"
] | [
{
"path": "ansible/roles/mesos-slave/tasks/main.yml",
"content": "---\n- name: install mesosphere yum repo\n yum: name=http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm state=present\n- name: install mesos and docker packages\n yum: pkg=device-mapper-event-libs,mesos,docker st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | NneomaBlessyn/stage-4-infra | dd4d275b6aa9430ed7c1877b32f89bfa2584453e | 0 | terraform/ansible/roles/dependencies | 438 | [
"no_license"
] | [
{
"path": "terraform/ansible/roles/dependencies/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name:\n - docker.io\n - docker-compose\n state: present\n update_cache: yes\n\n- name: Ensure Docker is running\n systemd:\n name: docker\n enabled: yes\n state: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | NneomaBlessyn/stage-4-infra | dd4d275b6aa9430ed7c1877b32f89bfa2584453e | 0 | terraform/ansible/roles/deployment | 438 | [
"no_license"
] | [
{
"path": "terraform/ansible/roles/deployment/tasks/main.yml",
"content": "- name: Clone the repository\n git:\n repo: \"https://github.com/NneomaBlessyn/DevOps-Stage-4.git\"\n dest: \"/home/ubuntu/todo-app\"\n version: main\n\n- name: Create Docker network 'web' if it doesn't exist\n docker_netw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | qcif/grants-bot | ec469646de3d4a49a6e8cb2680fa1ff9464207f9 | 0 | ansible/roles/postfix | 438 | [
"no_license"
] | [
{
"path": "ansible/roles/postfix/templates/10-master.conf.j2",
"content": "service imap-login {\n inet_listener imap {\n port = 143\n }\n inet_listener imaps {\n port = 993\n ssl = yes\n }\n}\n\nservice pop3-login {\n inet_listener pop3 {\n port = 110\n }\n inet_listener pop3s {\n port... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9186,
"all_permissive": false
} |
ansible_role | qcif/grants-bot | ec469646de3d4a49a6e8cb2680fa1ff9464207f9 | 0 | ansible/roles/tender_analysis | 438 | [
"no_license"
] | [
{
"path": "ansible/roles/tender_analysis/defaults/main.yml",
"content": "---\n# Application settings\napp_dir: /opt/tender_analysis\nlog_dir: /var/log/tender_analysis\n\n# Cron job settings\ncron_minute: \"0\"\ncron_hour: \"*/6\"",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1784,
"all_permissive": false
} |
ansible_role | SergSha/lab-04 | 95c4e4fa1c427ad6b4ba10b2a2ded8b5b2d1ab92 | 0 | roles/backend-servers | 438 | [
"no_license"
] | [
{
"path": "roles/backend-servers/tasks/multipath.yml",
"content": "---\n# mpathconf --enable --with_multipathd y\n- name: Setup multipath in PCS Servers\n ansible.builtin.command: mpathconf --enable --with_multipathd y\n\n# /usr/lib/udev/scsi_id --whitelisted --replace-whitespace --device=/dev/vdb\n- name:... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 11975,
"all_permissive": false
} |
ansible_role | SergSha/lab-04 | 95c4e4fa1c427ad6b4ba10b2a2ded8b5b2d1ab92 | 0 | roles/haproxy-servers | 438 | [
"no_license"
] | [
{
"path": "roles/haproxy-servers/tasks/install_packages.yml",
"content": "---\n- name: Debian OS\n block:\n\n # apt install keepalived haproxy -y\n - name: Install packages Debian\n ansible.builtin.apt:\n name:\n - keepalived\n - haproxy\n state: latest\n update_cache: tru... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3527,
"all_permissive": false
} |
ansible_role | SergSha/lab-04 | 95c4e4fa1c427ad6b4ba10b2a2ded8b5b2d1ab92 | 0 | roles/iscsi-servers | 438 | [
"no_license"
] | [
{
"path": "roles/iscsi-servers/tasks/iscsi-target.yml",
"content": "---\n#- name: Debian OS\n# block:\n \n# when: ansible_os_family == \"Debian\"\n\n- name: Redhat OS\n block:\n\n # dnf install targetcli -y\n - name: Install targetcli RedHat\n ansible.builtin.dnf:\n name:\n - targetcli\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3812,
"all_permissive": false
} |
ansible_role | SergSha/lab-04 | 95c4e4fa1c427ad6b4ba10b2a2ded8b5b2d1ab92 | 0 | roles/nginx-servers | 438 | [
"no_license"
] | [
{
"path": "roles/nginx-servers/tasks/main.yml",
"content": "---\n- name: Include nftables service\n include_tasks: nftables.yml\n\n- name: Include sysctl config\n include_tasks: sysctl.yml\n\n- name: Include nginx service\n include_tasks: nginx.yml\n\n- name: Include selinux setting\n include_tasks: sel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | mlandauer/cuttlefish | 884d690f82d6cb39d90c78d9bece67eea8823e00 | 1,600 | provisioning/roles/cuttlefish-app | 442 | [
"no_license"
] | [
{
"path": "provisioning/roles/cuttlefish-app/defaults/main.yml",
"content": "---\n# defaults file for cuttlefish-app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "provisioning/roles/cuttlefish-app/tasks/main.yml",
"content": "---\n- name: R... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11107,
"all_permissive": false
} |
ansible_role | mlandauer/cuttlefish | 884d690f82d6cb39d90c78d9bece67eea8823e00 | 1,600 | provisioning/roles/cuttlefish-backup | 442 | [
"no_license"
] | [
{
"path": "provisioning/roles/cuttlefish-backup/vars/main.yml",
"content": "---\n# vars file for backup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "provisioning/roles/cuttlefish-backup/handlers/main.yml",
"content": "---\n# handlers file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7794,
"all_permissive": false
} |
ansible_role | mlandauer/cuttlefish | 884d690f82d6cb39d90c78d9bece67eea8823e00 | 1,600 | provisioning/roles/cuttlefish-postfix | 442 | [
"no_license"
] | [
{
"path": "provisioning/roles/cuttlefish-postfix/vars/main.yml",
"content": "---\n# vars file for postfix\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "provisioning/roles/cuttlefish-postfix/defaults/main.yml",
"content": "---\n# defaults fi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1469,
"all_permissive": false
} |
ansible_role | mlandauer/cuttlefish | 884d690f82d6cb39d90c78d9bece67eea8823e00 | 1,600 | provisioning/roles/deploy-user | 442 | [
"no_license"
] | [
{
"path": "provisioning/roles/deploy-user/handlers/main.yml",
"content": "---\n- name: sshd restart\n service: name=ssh state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "provisioning/roles/deploy-user/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | wojtek0806/f5-rs-waf | 7e68aa0a1420f13ec6a1bcd0db6fa90195c021e6 | 0 | roles/waf_policies | 442 | [
"no_license"
] | [
{
"path": "roles/waf_policies/templates/dosl7_whitelist_address_list.j2",
"content": "{\n \"kind\": \"tm:security:shared-objects:address-list:address-liststate\",\n \"name\": \"dosl7_white_list_address_list\",\n \"addresses\": [\n {\n \"name\": \"{{ dosl7_whitelist_ip }}\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 27468,
"all_permissive": false
} |
ansible_role | pofo14/IaC | c4d012256b9ea0eed62885e01e5c4fb6ef9b88ae | 0 | ansible/roles/create_zfs_pool | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/create_zfs_pool/tasks/main.yml",
"content": "---\n- name: Get list of existing ZFS pools\n ansible.builtin.command: zpool list -H -o name\n register: existing_pools\n changed_when: false\n failed_when: false\n\n- name: Ensure ZFS pools exist\n ansible.builtin.include_tasks: cre... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | pofo14/IaC | c4d012256b9ea0eed62885e01e5c4fb6ef9b88ae | 0 | ansible/roles/install_fancontrol | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/install_fancontrol/defaults/main.yml",
"content": "install_fancontrol_enable: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/install_fancontrol/files/fancontrol.sh",
"content": "#!/bin/bash\n\nLOG_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2611,
"all_permissive": false
} |
ansible_role | pofo14/IaC | c4d012256b9ea0eed62885e01e5c4fb6ef9b88ae | 0 | ansible/roles/management_netbootxyz | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/management_netbootxyz/tasks/main.yml",
"content": "---\n- name: Ensure NetbootXYZ Root Directory Exists\n ansible.builtin.file:\n path: \"{{ docker_compose_generator_output_path }}/netboot_xyz\"\n state: directory\n mode: '0755'\n\n- name: Ensure Config Directory Exists\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2004,
"all_permissive": false
} |
ansible_role | pofo14/IaC | c4d012256b9ea0eed62885e01e5c4fb6ef9b88ae | 0 | ansible/roles/proxmox_update | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox_update/tasks/main.yml",
"content": "- name: Update Proxmox VE\n when: proxmox_update_enable | bool\n block:\n - name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n - name: Perform dist-upgrade\n ansible.builtin.apt:\n upgrade:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | pofo14/IaC | c4d012256b9ea0eed62885e01e5c4fb6ef9b88ae | 0 | ansible/roles/pxe_server | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/pxe_server/tasks/tftp.yml",
"content": "---\n- name: Configure TFTP server\n ansible.builtin.template:\n src: tftpd-hpa.j2\n dest: /etc/default/tftpd-hpa\n mode: '0644'\n notify: Restart tftpd\n\n- name: Copy PXE bootloader\n ansible.builtin.copy:\n src: \"{{ pxe_serv... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3029,
"all_permissive": false
} |
ansible_role | pofo14/IaC | c4d012256b9ea0eed62885e01e5c4fb6ef9b88ae | 0 | ansible/roles/truenas | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/truenas/tasks/domain.yml",
"content": "---\n- name: Configure Domain service\n arensb.truenas.domain:\n name: \"{{ truenas_domain }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "ansible/roles/truenas/tasks/servic... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 19060,
"all_permissive": false
} |
ansible_role | pofo14/IaC | c4d012256b9ea0eed62885e01e5c4fb6ef9b88ae | 0 | ansible/roles/zfs_detect | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/zfs_detect/README.md",
"content": "# Role Name: zfs_detect\n\n## Description\nThis role ensures that a specified ZFS pool exists before running Proxmox configuration.\n\n- If the pool already exists, it sets an empty disk list (`[]`).\n- If the pool does not exist, it attempts to im... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3524,
"all_permissive": false
} |
ansible_role | torshin5ergey/roadmapsh-configuration-management | 41fdd94fd441f8482d5a4a404b73f10e4cc4cd0c | 0 | roles/app | 442 | [
"no_license"
] | [
{
"path": "roles/app/defaults/main.yml",
"content": "---\napp_repo_url: https://github.com/torshin5ergey/roadmapsh-static-site-server.git\napp_temp_dir: /tmp/website_deploy\napp_website_dir: /var/www/html/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | torshin5ergey/roadmapsh-configuration-management | 41fdd94fd441f8482d5a4a404b73f10e4cc4cd0c | 0 | roles/base | 442 | [
"no_license"
] | [
{
"path": "roles/base/defaults/main.yml",
"content": "---\nbase_apt_packages:\n - vim\n - git\n - net-tools\n - curl\n - fail2ban\n - ufw\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | torshin5ergey/roadmapsh-configuration-management | 41fdd94fd441f8482d5a4a404b73f10e4cc4cd0c | 0 | roles/nginx | 442 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: Start and enable nginx service\n ansible.builtin.systemd:\n name: nginx\n state: started\n enabled: true\n\n- name: Check n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | torshin5ergey/roadmapsh-configuration-management | 41fdd94fd441f8482d5a4a404b73f10e4cc4cd0c | 0 | roles/ssh | 442 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Add public key to authorized_keys\n ansible.posix.authorized_key:\n user: \"{{ ssh_user }}\"\n state: present\n key: \"{{ lookup('file', ssh_pubkey_path) }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | menshikoff/linux-admin-pro-home-work | d056d5808b582bca6d5d3f0784c8bceaad896a31 | 0 | month-4/27. Архитектура сетей/ansible/roles/default-routes-add | 442 | [
"no_license"
] | [
{
"path": "month-4/27. Архитектура сетей/ansible/roles/default-routes-add/templates/50-vagrant_office2Router.yaml",
"content": "---\nnetwork:\n version: 2\n renderer: networkd\n ethernets:\n eth1:\n routes:\n - to: 0.0.0.0/0\n via: 192.168.255.5\n - to: 192.168.0.0/24\n vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1606,
"all_permissive": false
} |
ansible_role | menshikoff/linux-admin-pro-home-work | d056d5808b582bca6d5d3f0784c8bceaad896a31 | 0 | month-4/27. Архитектура сетей/ansible/roles/default-routes-off | 442 | [
"no_license"
] | [
{
"path": "month-4/27. Архитектура сетей/ansible/roles/default-routes-off/tasks/main.yml",
"content": "---\n- name: disable default routes\n template:\n src: 00-installer-config.yaml\n dest: /etc/netplan/00-installer-config.yaml\n owner: root\n group: root\n mode: 0644\n notify: apply netpl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.