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 | nazmang/packer | 5a9d85bfd534c1cf4237112e7ce1d729020895ff | 0 | windows/server/2019/ansible/roles/config | 7,096 | [
"no_license"
] | [
{
"path": "windows/server/2019/ansible/roles/config/tasks/main.yml",
"content": "# Disable Password Expiration for the Administrator Accounts - (Administrator and Build)\n- name: Disabling Local Administrator and it's Password Expiration...\n ansible.windows.win_user:\n name: Administrator\n password... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | foobarlab/webdev-packer | 925c240c2d1039ee83fe6b04418bfb7c573e3f53 | 1 | ansible/roles/apache | 7,096 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/dirs.yml",
"content": "---\n# vim: ts=2 sw=2 et syntax=yaml\n\n- name: Ensure log dir exists\n file:\n path: /var/log/apache2\n state: directory\n owner: '{{ apache_user }}'\n group: '{{ apache_group }}'\n mode: 0750\n\n- name: Set owner and group of '{{... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7675,
"all_permissive": false
} |
ansible_role | foobarlab/webdev-packer | 925c240c2d1039ee83fe6b04418bfb7c573e3f53 | 1 | ansible/roles/minica | 7,096 | [
"no_license"
] | [
{
"path": "ansible/roles/minica/tasks/install.yml",
"content": "---\n# vim: ts=2 sw=2 et syntax=yaml\n\n- name: install executable\n shell: 'go get github.com/jsha/minica'\n args:\n creates: '/opt/go/bin/minica'\n executable: /bin/bash\n\n- name: copy create-cert script\n copy:\n src: 'minica-cr... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6938,
"all_permissive": false
} |
ansible_role | foobarlab/webdev-packer | 925c240c2d1039ee83fe6b04418bfb7c573e3f53 | 1 | ansible/roles/mkcert | 7,096 | [
"no_license"
] | [
{
"path": "ansible/roles/mkcert/tasks/main.yml",
"content": "---\n# vim: ts=2 sw=2 et syntax=yaml\n\n- name: ensure certs dir exists\n file:\n path: \"{{ cert_dir }}\"\n owner: root\n group: root\n mode: 0755\n state: directory\n\n- name: try copying rootca files (if available)\n copy:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1766,
"all_permissive": false
} |
ansible_role | foobarlab/webdev-packer | 925c240c2d1039ee83fe6b04418bfb7c573e3f53 | 1 | ansible/roles/php | 7,096 | [
"no_license"
] | [
{
"path": "ansible/roles/php/vars/main.yml",
"content": "---\n# vim: ts=2 sw=2 et syntax=yaml\n\n#php_version: 7.4\n#php_timezone: \"Europe/Berlin\"\n\n#php_max_input_time: \"300\"\n#php_max_execution_time: \"300\"\n#php_memory_limit: \"256M\"\n#php_post_max_size: \"16M\"\n#php_upload_max... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 13152,
"all_permissive": false
} |
ansible_role | foobarlab/webdev-packer | 925c240c2d1039ee83fe6b04418bfb7c573e3f53 | 1 | ansible/roles/services | 7,096 | [
"no_license"
] | [
{
"path": "ansible/roles/services/tasks/apache2.yml",
"content": "---\n# vim: ts=2 sw=2 et syntax=yaml\n# LOG FILES: (root:root,644) access_log error_log ssl_access_log ssl_error_log ssl_request_log\n\n- name: apache2 - ensure log dir exists\n file:\n path: /var/log/apache2\n state: directory\n ... | {
"task_files": 29,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 59,
"total_bytes": 81183,
"all_permissive": false
} |
ansible_role | nzmichaelh/pipoint | 87985d3b9998111c368af1b52c63b19ce08376ba | 1 | ansible/roles/pi | 7,096 | [
"permissive"
] | [
{
"path": "ansible/roles/pi/tasks/accesspoint.yml",
"content": "---\n- name: Install access point packages\n apt: name=dnsmasq,hostapd\n- name: Rename the USB Wifi to a port name\n template: src=r8712u.conf dest=/etc/modprobe.d/r8712u.conf\n- name: Disable dhcpcd for the access point\n lineinfile: name=/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2211,
"all_permissive": true
} |
ansible_role | kylecrawshaw/ansible-laptop-config | 1f73710f390a1dc78846dc937e4ac92bcc612a7a | 5 | roles/zsh | 7,036 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n\n- name: Look for oh-my-zsh\n stat:\n path: \"~/.oh-my-zsh\"\n register: ohmyzsh\n \n- debug:\n msg: \"{{ ansible_user }}\"\n\n- block:\n - name: Download oh-my-zsh Installer\n get_url:\n url: https://raw.githubusercontent.com/robby... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | Bariter/VFWeb | da29ec4d561d9ed790126c12fc4c42765a91394e | 0 | roles/common | 7,036 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install locale\n apt: name=language-pack-ja update_cache=yes\n sudo: yes\n\n- name: Set timezone to Asia/Tokyo\n shell: echo \"Asia/Tokyo\" | tee /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata\n sudo: yes\n\n- name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | Bariter/VFWeb | da29ec4d561d9ed790126c12fc4c42765a91394e | 0 | roles/mongodb | 7,036 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n- name: Import the public key used by the package management system\n shell: apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10\n sudo: yes\n\n- name: Create a list file for MongoDB\n shell: echo \"deb http://repo.mongodb.org/apt/ubuntu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | Bariter/VFWeb | da29ec4d561d9ed790126c12fc4c42765a91394e | 0 | roles/nginx | 7,036 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: name=nginx state=present\n sudo: yes\n\n- name: Remove sites-available/default\n file: path=/etc/nginx/sites-available/default state=absent\n sudo: yes\n notify:\n - restart nginx\n\n- name: Place app-specific conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | Bariter/VFWeb | da29ec4d561d9ed790126c12fc4c42765a91394e | 0 | roles/rails4 | 7,036 | [
"no_license"
] | [
{
"path": "roles/rails4/tasks/cleanup.yml",
"content": "- name: Remove Gemfile\n file: path=~/Gemfile state=absent\n\n- name: Remove Gemfile.lock\n file: path=~/Gemfile.lock state=absent\n\n- name: Remove temp gems\n file: path=~/vendor state=absent\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1236,
"all_permissive": false
} |
ansible_role | Bariter/VFWeb | da29ec4d561d9ed790126c12fc4c42765a91394e | 0 | roles/rbenv | 7,036 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/main.yml",
"content": "---\n- include: prereqs.yml\n\n- name: Clone rbenv from GitHub\n git: repo=https://github.com/sstephenson/rbenv.git dest={{ rbenv_repo_dir }} \n\n- name: Copy the install script for rbenv\n copy: src=install_rbenv.bash dest=~/install_rbenv.bash mode=700\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | Bariter/VFWeb | da29ec4d561d9ed790126c12fc4c42765a91394e | 0 | roles/ruby | 7,036 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: Install Ruby {{ ruby_version }}\n shell: /bin/bash -lc \"rbenv install {{ ruby_version }} -v > ./install.log\"\n\n- name: Sets global ruby version\n shell: /bin/bash -lc \"rbenv global {{ ruby_version }} && rbenv rehash\"\n\n- name: Install b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | mattmccoy10/ansible_course | d9585143c0d6129f26c089eb6bd07c9ac12d78b3 | 0 | roles/db_servers | 7,036 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb package on db servers\n ansible.builtin.dnf:\n name: mariadb-server\n use_backend: dnf\n state: latest\n when: ansible_distribution == \"fedora\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | mattmccoy10/ansible_course | d9585143c0d6129f26c089eb6bd07c9ac12d78b3 | 0 | roles/web_servers | 7,036 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache on web servers\n tags: apache\n ansible.builtin.package:\n name:\n - \"{{ apache_package}}\"\n\n- name: ensure apache is running\n tags: apache\n ansible.builtin.service:\n name: \"{{ apache_service}}\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/app_java | 7,036 | [
"no_license"
] | [
{
"path": "roles/app_java/requirements.yml",
"content": "---\n\n - name: tomcat\n src: https://git.tray.net.br/infra/sre/iac-ansible/roles/tomcat/repository/master/archive.tar.gz?private_token=D2SZKVPuCg2Sks-yy8D7\n\n - name: jetty\n src: https://git.tray.net.br/infra/sre/iac-ansible/roles/jetty/rep... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3447,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/app_nodejs | 7,036 | [
"no_license"
] | [
{
"path": "roles/app_nodejs/defaults/main.yml",
"content": "---\n# defaults file for app_nodejs\napp_path: /data\napp_repository: https://github.com/azat-co/nodejs-hello-world.git\napp_start_file: \"{{ app_path }}/app/server.js\"\napp_default_port: 1337\n\napp_user: deploy\napp_group: \"{{ app_user }}\"\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3265,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/app_php | 7,036 | [
"no_license"
] | [
{
"path": "roles/app_php/tasks/main.yml",
"content": "---\n# tasks file for app_php\n\n - name: Install base packages\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - \"{{ app_base_packages }}\"\n tags:\n - app_php\n - deploy\n\n - name: Create {{ app_g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2700,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/app_python | 7,036 | [
"no_license"
] | [
{
"path": "roles/app_python/defaults/main.yml",
"content": "---\n# defaults file for app_python6\npython_version: 3.6.4\n\n\napp_path: /data\napp_repository: https://github.com/django-ve/helloworld.git\napp_default_port: 8000\n\napp_pyenv_cmd: \"{{ app_path }}/shared/pyver\"\napp_start_cmd: \"python manage.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6856,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/bind | 7,036 | [
"no_license"
] | [
{
"path": "roles/bind/defaults/main.yml",
"content": "---\nvpc_dns_ip: \"10.0.0.2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/bind/handlers/main.yml",
"content": "---\n - name: restart bind\n service:\n name: \"{{ bind_se... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6769,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/common | 7,036 | [
"no_license"
] | [
{
"path": "roles/common/docker-compose.yml",
"content": "---\n version: '2'\n services:\n centos6:\n image: deadc/ansible_centos6\n cap_add:\n - NET_ADMIN\n - SYS_ADMIN\n - SYS_NICE\n - SYS_RESOURCE\n - SYS_TIME\n security_opt:\n - seccomp:unconf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1794,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/common-extra | 7,036 | [
"no_license"
] | [
{
"path": "roles/common-extra/goss.yml",
"content": "---\n\n file:\n /etc/localtime:\n exists: true\n filetype: symlink\n linked-to: /usr/share/zoneinfo/America/Sao_Paulo\n\n package:\n {{ if eq .Vars.ansible_facts.ansible_distribution \"CentOS\" }}\n epel-release:\n installed... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2123,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/confluent-kafka-provisioner | 7,036 | [
"no_license"
] | [
{
"path": "roles/confluent-kafka-provisioner/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: <NAME>\n description: \"Role for provisioning a Kafka cluster\"\n company: Leonardo Fernandes Solutions\n license: license (Proprietary)\n min_ansible_version: 2.6\n platforms:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8147,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/consul | 7,036 | [
"no_license"
] | [
{
"path": "roles/consul/defaults/main.yml",
"content": "---\n# defaults file for consul\nconsul_download_url: \"https://releases.hashicorp.com/consul/1.0.2/consul_1.0.2_linux_amd64.zip\"\nconsul_binary_path: \"/usr/local/bin/\"\n\nis_server: \"true\"\nis_cluster: \"true\"\n\nconsul_bootstrap: \"false\"\nena... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5957,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/docker | 7,036 | [
"no_license"
] | [
{
"path": "roles/docker/goss.yml",
"content": "---\n file:\n /etc/yum.repos.d/docker.repo\n exists: true\n\n package:\n docker-engine:\n installed: true\n\n service:\n docker:\n running: true\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/docker-registry | 7,036 | [
"no_license"
] | [
{
"path": "roles/docker-registry/templates/nginx.conf.j2",
"content": "# For versions of Nginx > 1.3.9 that include chunked transfer encoding support\n# Replace with appropriate values where necessary\n\nupstream docker-registry {\n server registry:5000;\n}\n\nserver {\n listen 80;\n server_name _;\n\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4500,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/elasticsearch | 7,036 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/defaults/main.yml",
"content": "---\n# defaults file for elasticsearch\n\nelasticsearch_version: 7\n\n# Cluster configuration\nelasticsearch_cluster: true\nelasticsearch_minimum_master_nodes: 2\nelasticsearch_network_host: 0.0.0.0\nelasticsearch_http_host: _site_, _local_\nela... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6956,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/elasticsearch7 | 7,036 | [
"no_license"
] | [
{
"path": "roles/elasticsearch7/tasks/main.yml",
"content": "---\n# tasks file for elastic-search \n - name: Install Java 8\n yum:\n name: \"{{ java_package }}\"\n state: present\n \n - name: Set repository elastic search\n template:\n src: elasticsearch.repo.j2\n dest... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/epel | 7,036 | [
"no_license"
] | [
{
"path": "roles/epel/tasks/main.yml",
"content": "---\n- name: Ensure EPEL package is installed\n yum:\n name: \"{{ epel_package_name }}\"\n state: present\n\n- name: Ensure EPEL repository desired state\n ini_file:\n path: \"{{ epel_repo_file }}\"\n section: epel\n option: enabled\n va... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2073,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/gogs | 7,036 | [
"no_license"
] | [
{
"path": "roles/gogs/defaults/main.yml",
"content": "---\n# defaults file for gogs\ngogs_user: git\ngogs_user_home: /home/git\ngogs_repository: /home/git/gogs-repositories\ngogs_binary_url: https://dl.gogs.io/0.11.53/gogs_0.11.53_linux_amd64.tar.gz\ngogs_domain: localhost\ngog_root_url: localhost",
"li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6263,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/grafana | 7,036 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n# tasks file for grafana\n\n - name: Adding repository grafana\n template:\n src: grafana.repo.j2\n dest: /etc/yum.repos.d/grafana.repo\n\n - name: Install grafana\n yum:\n name: grafana\n state: present\n\n - name: Config grafan... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/graylog/roles/elasticsearch | 7,036 | [
"no_license"
] | [
{
"path": "roles/graylog/roles/elasticsearch/defaults/main.yml",
"content": "---\nelasticsearch_version: \"6.x\"\nelasticsearch_package_state: present\n\nelasticsearch_service_state: started\nelasticsearch_service_enabled: true\n\nelasticsearch_path_data: /var/lib/elasticsearch\n\nelasticsearch_network_host... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2538,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/graylog/roles/graylog | 7,036 | [
"no_license"
] | [
{
"path": "roles/graylog/roles/graylog/vars/plugins.yml",
"content": "---\n__graylog_stock_plugins:\n # Aggregates Plugin for Graylog\n - name: graylog-plugin-aggregates-2.4.0\n url: https://github.com/cvtienhoven/graylog-plugin-aggregates/releases/download/2.4.0/graylog-plugin-aggregates-2.4.0.jar\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 7199,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/graylog/roles/lvm | 7,036 | [
"no_license"
] | [
{
"path": "roles/graylog/roles/lvm/tasks/main.yml",
"content": "---\n- name: Ensure PV and VG exists\n lvg:\n vg: \"{{ lvm_vg_name }}\"\n vg_options: \"{{ lvm_vg_options | default(omit) }}\"\n pvs: \"{{ lvm_pv_devices | join(',') }}\"\n pv_options: \"{{ lvm_pv_options | default(omit) }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/graylog/roles/mongodb | 7,036 | [
"no_license"
] | [
{
"path": "roles/graylog/roles/mongodb/defaults/main.yml",
"content": "---\nmongodb_major_version: \"4.0\"\n\nmongodb_apt_repo_keys:\n \"3.6\": 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5\n \"4.0\": <KEY>\n\nmongodb_storage_dbpath: /var/lib/mongodb\n\nmongodb_net_port: 27017\nmongodb_net_bindip: 127.0.0.1\n\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3234,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/java | 7,036 | [
"no_license"
] | [
{
"path": "roles/java/vars/RedHat-7.yml",
"content": "---\n# Pacotes disponíveis:\n# - java-1.6.0-openjdk\n# - java-1.7.0-openjdk\n# - java-1.8.0-openjdk\n__java_packages:\n - java-1.8.0-openjdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
"path": "r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 3796,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/jenkins | 7,036 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/jenkins.centos.yml",
"content": "---\n\n - name: Install initscripts on Amazon Linux 2 Candidate\n package:\n name: initscripts\n state: latest\n when: ansible_os_family == 'RedHat'\n tags: jenkins\n\n - name: Install base packages\n yum:\n name:\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2415,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/jetty | 7,036 | [
"no_license"
] | [
{
"path": "roles/jetty/defaults/main.yml",
"content": "---\n# defaults file for jetty\n\njetty_version: 9.4.9.v20180320\n\njetty_enable_proxy: true\n\njetty_install_path: /opt\n\njetty_user: jetty\njetty_group: jetty\n\njetty_webapps_path: /webapps\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4771,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/kibana | 7,036 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n - name: Installing JDK (RedHat)\n yum:\n name: \"{{ item }}\"\n with_items:\n - \"{{ java_packages[ansible_os_family] }}\"\n when:\n ansible_os_family == \"RedHat\"\n tags: kibana\n\n - name: Installing JDK (Debian)\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2988,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/kubernetes | 7,036 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/configure_nodes.yml",
"content": "- name: get kubeadm join command\n command: grep 'kubeadm join' /tmp/kube_init\n register: kubeadm_join\n delegate_to: \"{{ master_node }}\"\n \n- name: add nodes on cluster\n shell: \"{{ kubeadm_join.stdout }}\"\n delegate_to: \"{{ i... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9460,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/logrotate | 7,036 | [
"no_license"
] | [
{
"path": "roles/logrotate/templates/logrotate.d.j2",
"content": "\n{% for value in logrotate_configs %}\n {% for key, v in value.iteritems() %}\n\n \"{{ key }}\" {\n {% for item in v %}\n\n {{ item }}\n \n {% endfor %}\n\n }\n\n {% endfor %}\n{% endfor %}\n",
"license_type":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/logstash | 7,036 | [
"no_license"
] | [
{
"path": "roles/logstash/goss.yml",
"content": "---\n file:\n /etc/logstash/logstash.yml:\n exists: true\n \n package:\n logstash:\n installed: true\n\n file:\n {{ if eq .Vars.ansible_facts.ansible_os_family \"RedHat\" }}\n /etc/java/java.conf:\n exists: true\n {{ end ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4394,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/mongodb | 7,036 | [
"no_license"
] | [
{
"path": "roles/mongodb/defaults/main.yml",
"content": "---\n# defaults file for mongodb\n\nmongodb_version: 3.4\n\nmongodb_debian_apt_repo: 'deb http://repo.mongodb.org/apt/{{ ansible_distribution|lower }} jessie/mongodb-org/{{ mongodb_version }} main'\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2246,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/mysql | 7,036 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n - import_tasks: mysql.centos.yml\n when: ansible_distribution == \"CentOS\"\n\n - import_tasks: mysql.debian.yml\n when: ansible_distribution == \"Debian\"\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": 162,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/netdata | 7,036 | [
"no_license"
] | [
{
"path": "roles/netdata/templates/consul.systemd.j2",
"content": "[Unit]\nDescription=consul server\nRequires=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ consul_user }}\nGroup={{ consul_group }}\nEnvironmentFile=-/etc/default/consul\nRestart=on-failure\nExecStart={{ consul_bina... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3327,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/nexus | 7,036 | [
"no_license"
] | [
{
"path": "roles/nexus/README.md",
"content": "Nexus\n================================================================================\n[](https://git.tray.net.br/infra/sre/iac-ansible/roles/nexus/commits... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5440,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/nfs-client | 7,036 | [
"no_license"
] | [
{
"path": "roles/nfs-client/defaults/main.yml",
"content": "---\n nfs_client_folder: \"/mnt/nfs/var/nfs/software\"\n nfs_server_ip: \"10.10.0.2\"\n nfs_server_folder: \"/var/nfs/software\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1277,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/nfs-server | 7,036 | [
"no_license"
] | [
{
"path": "roles/nfs-server/tasks/main.yml",
"content": "---\n - name: Includ tasks for nfsserver.ubuntu.yml\n include_tasks: nfsserver.ubuntu.yml\n when:\n ansible_os_family == \"Debian\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
"path... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3131,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/nginx-proxy-pass | 7,036 | [
"no_license"
] | [
{
"path": "roles/nginx-proxy-pass/defaults/main.yml",
"content": "---\n# defaults file for nginx-proxy-pass\nsource_port: 80\ndest_port: 4440\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/nginx-proxy-pass/meta/main.yml",
"content": "g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1780,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/nodejs | 7,036 | [
"no_license"
] | [
{
"path": "roles/nodejs/goss.yml",
"content": "---\n package:\n nodejs:\n installed: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n - name: Install cURL package\n package:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1650,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/openvpn | 7,036 | [
"no_license"
] | [
{
"path": "roles/openvpn/molecule/default/verify.yml",
"content": "---\n- name: Verify\n hosts: all\n become: true\n\n roles:\n - role: goss\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/openvpn/molecule/default/molecule.yml",
"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 10163,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/php-fpm | 7,036 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n\n - include_tasks: fpm.centos.yml\n when: ansible_distribution == \"CentOS\"\n\n - include_tasks: fpm.centos.yml\n when: ansible_distribution == \"Amazon\" and ansible_distribution_version == \"Candidate\"\n\n - import_tasks: fpm.debian.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/postgresql | 7,036 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/setup-Debian.yml",
"content": "---\n- name: Ensure PostgreSQL apt key is present.\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Ensure PostgreSQL repository is configured.\n apt_repository:\n repo: deb http://apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3783,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/python | 7,036 | [
"no_license"
] | [
{
"path": "roles/python/goss.yml",
"content": "---\n\n package:\n python36u:\n installed: true\n python36u-pip:\n installed: true\n python36u-devel:\n installed: true\n python36u-tools:\n installed: true\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1454,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/rabbitmq | 7,036 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: Include OS-specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n tags: rabbitmq:setup\n\n- name: Include Debian setup tasks\n include: setup-Debian.yml\n when: ansible_os_family == \"Debian\"\n tags: rabbitmq:setup\n\n- ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 13460,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/ruby | 7,036 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/debian.deps.yaml",
"content": "---\n\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install dependencies for Ruby\n apt: name={{ item }} state=installed\n with_items:\n - build-essential\n - libyaml-dev\n - libxml2-dev\n - libxslt-dev\n - aut... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2181,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/rundeck | 7,036 | [
"no_license"
] | [
{
"path": "roles/rundeck/tasks/rundeck.ubuntu.yml",
"content": "---\n\n - name: Download openjdk\n package:\n name: \"{{ jdk_package }}\"\n tags: rundeck\n\n - name: Download rundeck deb package\n get_url:\n url: http://dl.bintray.com/rundeck/rundeck-deb/{{ rundeck_package }}\n des... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2001,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/sftp | 7,036 | [
"no_license"
] | [
{
"path": "roles/sftp/.gitignore",
"content": ".vagrant\nubuntu-*\n.retry\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/sftp/tests/Vagrantfile",
"content": "# -*- mode: ruby -*-\n# vi: set ft=ruby :\n\nVagrant.configure(\"2\") do |con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3871,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/squid | 7,036 | [
"no_license"
] | [
{
"path": "roles/squid/goss.yml",
"content": "---\n\n package:\n squid:\n installed: true\n\n process:\n squid:\n running: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/squid/handlers/main.yml",
"content": "---\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2502,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/terraform | 7,036 | [
"no_license"
] | [
{
"path": "roles/terraform/defaults/main.yml",
"content": "---\n# defaults file for terraform\ntf_version: '0.11.7'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n# tasks file for terraform\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/tomcat | 7,036 | [
"no_license"
] | [
{
"path": "roles/tomcat/templates/tomcat.systemd.j2",
"content": "[Unit]\nDescription=Tomcat\nAfter=syslog.target network.target\n\n[Service]\nType=forking\n\nUser=tomcat\nGroup=tomcat\n\nWorkingDirectory={{ tomcat_dest }}/tomcat\n\n{% if ansible_distribution == 'Debian' %}\nEnvironment=\"JAVA_HOME=/usr/lib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3416,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/vault | 7,036 | [
"no_license"
] | [
{
"path": "roles/vault/templates/vault.systemd.j2",
"content": "[Unit]\nDescription=vault server\nRequires=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ vault_user }}\nGroup={{ vault_group }}\nEnvironmentFile=-/etc/default/vault\nRestart=on-failure\nExecStart={{ vault_binary_path ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8993,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/wildfly | 7,036 | [
"no_license"
] | [
{
"path": "roles/wildfly/handlers/main.yml",
"content": "---\n - name: restart wildfly\n service:\n name: wildfly\n state: restarted\n enabled: yes\n\n - name: fix permissions wildfly\n command: \"chown -R {{ wildfly_user }}:{{ wildfly_group }} {{ item }}\"\n with_items:\n - \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3478,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/wordpress | 7,036 | [
"no_license"
] | [
{
"path": "roles/wordpress/README.md",
"content": "Wordpress\n================================================================================\n\n[](https://git.tray.net.br/infra/sre/iac-ansible/roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4569,
"all_permissive": false
} |
ansible_role | ronaldnnr/iac-ansible | 90d76c22e1e19de9cab585d25e4ae3ee09ca1672 | 0 | roles/zabbix-server | 7,036 | [
"no_license"
] | [
{
"path": "roles/zabbix-server/README.md",
"content": "zabbix-server\n=========\n\n[](https://git.tray.net.br/infra/sre/iac-ansible/roles/zabbix-server/commits/master)\n\nServidor de monitoramento... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6023,
"all_permissive": false
} |
ansible_role | sanjaysureshmv/python_restful | 71d49b0b94bc09c09c19e95059b0f0791e6519d1 | 0 | provisioning/roles/flask_setup | 7,036 | [
"no_license"
] | [
{
"path": "provisioning/roles/flask_setup/tasks/main.yaml",
"content": "---\n - include: mysql.yaml\n - include: flask.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "provisioning/roles/flask_setup/files/py_flask.sql",
"content": "-- M... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3575,
"all_permissive": false
} |
ansible_role | andyneeb/ansible-hetzner | 06a47c2adbce727778936e25a10fe84f0a6bbdb0 | 17 | roles/provision-hetzner | 7,036 | [
"permissive"
] | [
{
"path": "roles/provision-hetzner/tasks/main.yml",
"content": "---\n- name: Set ansible variables\n include_vars: vars/main.yml\n\n- name: Retrieve first public key fingerprint \n uri:\n url: https://robot-ws.your-server.de/key\n return_content: yes\n method: GET\n user: \"{{ hetzner_webservi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3180,
"all_permissive": true
} |
ansible_role | cloudshell-colony/qa_automation | c6b3a451b9bbc5c4deb4e39ef439131dd4a76025 | 1 | ansible/roles/my_role | 7,036 | [
"no_license"
] | [
{
"path": "ansible/roles/my_role/tasks/task1.yaml",
"content": "---\n- name: Task 1\n debug:\n msg: \"This is task 1\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "ansible/roles/my_role/tasks/task2.yaml",
"content": "---\n- name: Task ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | antoi-ne/ansible-k8s | c8672068a9e9930069da4cd2db8b97ae5b67b5d0 | 0 | roles/common | 7,036 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: Remove swapfile from /etc/fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n with_items:\n - swap\n - none\n\n- name: Disable swap\n command: swapoff -a\n\n- name: Ensure br_netfilter is enabled.\n modprobe:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1874,
"all_permissive": false
} |
ansible_role | antoi-ne/ansible-k8s | c8672068a9e9930069da4cd2db8b97ae5b67b5d0 | 0 | roles/dashboard | 7,036 | [
"no_license"
] | [
{
"path": "roles/dashboard/tasks/main.yaml",
"content": "- name: Install metrics-server\n command: kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml\n\n- name: Install dashboard\n command: kubectl apply -f https://raw.githubusercontent.com/kubernet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | antoi-ne/ansible-k8s | c8672068a9e9930069da4cd2db8b97ae5b67b5d0 | 0 | roles/ingress | 7,036 | [
"no_license"
] | [
{
"path": "roles/ingress/tasks/main.yaml",
"content": "- name: Create ingress deploy file\n template:\n src: ingress.yaml.j2\n dest: /tmp/ingress.yaml\n\n- name: Install ingress\n command: kubectl apply -f /tmp/ingress.yaml\n\n- name: Install cert-manager\n command: kubectl apply -f https://github.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | antoi-ne/ansible-k8s | c8672068a9e9930069da4cd2db8b97ae5b67b5d0 | 0 | roles/metallb | 7,036 | [
"no_license"
] | [
{
"path": "roles/metallb/templates/config.yaml.j2",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n namespace: metallb-system\n name: config\ndata:\n config: |\n address-pools:\n - name: default\n protocol: layer2\n addresses:\n {% for host in groups['cluster'] %}\n - {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/common | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/common/tasks/main.yml",
"content": "- name: yum all update\r\n yum: name=* state=latest\r\n\r\n- name: yum_install_common_packages\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - wget\r\n - git\r\n - ctags\r\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/dotfiles | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/dotfiles/tasks/main.yml",
"content": "- name: Checkout my dotfiles\r\n git:\r\n repo: https://github.com/Teshima-Tatsuya/dotfiles.git\r\n dest: \"{{ vagrant_home }}/dotfiles\"\r\n\r\n- name: chmod .rbenv as vagrant\r\n file: path=\"{{ vagrant_home }}/dotfiles\" own... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/heroku | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/heroku/tasks/main.yml",
"content": "---\r\n- name: check heroku installed\r\n shell: \"which /usr/local/heroku/bin/heroku\"\r\n register: heroku_install\r\n failed_when: heroku_install.rc not in [0 ,1]\r\n changed_when: no\r\n\r\n- name: install heroku with wget\r\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/mysql | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/mysql/tasks/main.yml",
"content": "---\r\n- name: install MySQL(mariaDB)\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - mariadb\r\n - mariadb-server\r\n - mariadb-devel\r\n\r\n- name: enable mariaDB service\r\n service: name=mariadb enabled=yes\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/nodejs | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/nodejs/tasks/main.yml",
"content": "---\r\n- name: install nodejs\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - nodejs\r\n - npm\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/rbenv | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/rbenv/tasks/main.yml",
"content": "---\r\n- name: Install dependencies\r\n yum: pkg={{item}} state=latest\r\n become: yes\r\n with_items:\r\n - git\r\n - tar\r\n - gcc\r\n - gcc-c++\r\n - make\r\n - libffi-devel\r\n - zlib-devel\r\n - openssl-dev... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/sqlite | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/sqlite/tasks/main.yml",
"content": "---\r\n- name: install sqlite\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - sqlite-devel\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/tmux | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/tmux/tasks/main.yml",
"content": "---\r\n- include: libevent.yml\r\n- include: tmux.yml\r\n- include: tmuxinator.yml\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "CentOS7/provision/roles/tmux/tasks/tmuxinato... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1226,
"all_permissive": false
} |
ansible_role | Teshima-Tatsuya/vagrantfile | 92ac32593ca9980ff04154a14d73a1285897c594 | 0 | CentOS7/provision/roles/vim | 7,036 | [
"no_license"
] | [
{
"path": "CentOS7/provision/roles/vim/tasks/main.yml",
"content": "---\r\n- name: install dependencies package\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - lua-devel\r\n - ncurses-devel\r\n\r\n- name: git clone vim latest\r\n git: repo=https://github.com/vim/vim.git dest=\"{{ src_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | fmaced1/k8s-automatic-cluster-setup | 4a22de6ce630b0e7d03edbbefca288611ed97b04 | 0 | _site/roles/calico | 7,036 | [
"no_license"
] | [
{
"path": "_site/roles/calico/tasks/main.yml",
"content": "- name: Download calico pod network\r\n get_url:\r\n url: https://docs.projectcalico.org/v3.11/manifests/calico.yaml\r\n dest: /tmp/calico.yaml\r\n mode: '0777'\r\n\r\n- name: Replace pod-network-address in calico.yaml\r\n replace:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | fmaced1/k8s-automatic-cluster-setup | 4a22de6ce630b0e7d03edbbefca288611ed97b04 | 0 | _site/roles/helm | 7,036 | [
"no_license"
] | [
{
"path": "_site/roles/helm/tasks/main.yml",
"content": "- name: Get Helm manifest\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/master/scripts/get\n dest: /tmp/get.helm.sh\n\n- name: Install Helm\n shell: bash /tmp/get.helm.sh\n\n- name: Remove Helm manifest\n file:\n path: /tmp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | fmaced1/k8s-automatic-cluster-setup | 4a22de6ce630b0e7d03edbbefca288611ed97b04 | 0 | _site/roles/kubeadm | 7,036 | [
"no_license"
] | [
{
"path": "_site/roles/kubeadm/tasks/main.yml",
"content": "- name: Initialize the Kubernetes cluster using kubeadm\r\n command: kubeadm init --apiserver-advertise-address=\"192.168.50.21\" \\\r\n --apiserver-cert-extra-sans=\"192.168.50.21\" \\\r\n --pod-network-cidr=172.16.0.0/16 \\\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | fmaced1/k8s-automatic-cluster-setup | 4a22de6ce630b0e7d03edbbefca288611ed97b04 | 0 | _site/roles/kubectl | 7,036 | [
"no_license"
] | [
{
"path": "_site/roles/kubectl/tasks/main.yml",
"content": "- name: Kubectl aliases\n blockinfile:\n path: /home/vagrant/.bash_aliases\n state: present\n create: yes\n block: |\n alias k=\\\"kubectl\\\"\n source <(kubectl completion bash)",
"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 | fmaced1/k8s-automatic-cluster-setup | 4a22de6ce630b0e7d03edbbefca288611ed97b04 | 0 | _site/roles/sonarqube | 7,036 | [
"no_license"
] | [
{
"path": "_site/roles/sonarqube/tasks/main.yml",
"content": "- name: Install sonarqube on the cluster\n shell: |\n kubectl create -f sonar-pv-postgres.yml \\\n && kubectl create -f sonar-pvc-postgres.yml \\\n && kubectl create -f sonar-postgres-deployment.yml \\\n && kubectl create -f sonarqub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | PawarNileshR/ansible | cc88f068e36286fc2651168d0515cadf904b3160 | 0 | m2stack/roles/elastisearch | 7,036 | [
"no_license"
] | [
{
"path": "m2stack/roles/elastisearch/handlers/main.yml",
"content": "---\n# handlers file for elastisearch\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "m2stack/roles/elastisearch/tests/test.yml",
"content": "---\n- hosts: localhost\n rem... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | PawarNileshR/ansible | cc88f068e36286fc2651168d0515cadf904b3160 | 0 | m2stack/roles/nginx | 7,036 | [
"no_license"
] | [
{
"path": "m2stack/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx/\n\n - name: Delete a file\n shell: rm -rf /etc/nginx/conf.d/*.conf\n\n - name: change directory\n shell: cd /tmp/\n\n - name: download key\n shell: wget http://nginx.org/keys/nginx_signing.key\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2756,
"all_permissive": false
} |
ansible_role | PawarNileshR/ansible | cc88f068e36286fc2651168d0515cadf904b3160 | 0 | m2stack/roles/user | 7,036 | [
"no_license"
] | [
{
"path": "m2stack/roles/user/tasks/main.yml",
"content": "---\n# tasks file for user/\n# - name: Create user\n# user:\n# name: nilesh # Replace with the desired username\n# password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\" # Replace 'password' with the desired password\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | PawarNileshR/ansible | cc88f068e36286fc2651168d0515cadf904b3160 | 0 | m2stack/roles/varnish | 7,036 | [
"no_license"
] | [
{
"path": "m2stack/roles/varnish/defaults/main.yml",
"content": "---\n# defaults file for varnish/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "m2stack/roles/varnish/vars/main.yml",
"content": "---\n# vars file for varnish/\n",
"licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1338,
"all_permissive": false
} |
ansible_role | kangaroot/ansible-collection-kangaroot-foreman_content_rocky | c983d7759b5bc0a362ff40dc65c0e64656290141 | 0 | roles/foreman_content_rocky | 7,036 | [
"no_license"
] | [
{
"path": "roles/foreman_content_rocky/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: foreman_content_rocky\n author: \"<NAME> <<EMAIL>>\"\n description: \"Role for configuring Rocky Linux repositories and Rocky Linux OS related content in a Foreman/Katello installation\"\n license: GPL-3.0-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 63918,
"all_permissive": false
} |
ansible_role | dsreehas/ansible-kubernetes | c9239a027b64eba98a908ddcb0b525589d7e5442 | 0 | roles/docker | 7,036 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\ndocker_packages:\n - \"docker-25.0.3\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n# docker_service:\n# name: docker\n# state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | dsreehas/ansible-kubernetes | c9239a027b64eba98a908ddcb0b525589d7e5442 | 0 | roles/environment | 7,036 | [
"no_license"
] | [
{
"path": "roles/environment/tasks/main.yml",
"content": "---\n- name: Set SELinux in permissive mode\n selinux:\n policy: targeted\n state: permissive\n\n- name: Remove swapfile from /etc/fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n with_items:\n - swap\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | dsreehas/ansible-kubernetes | c9239a027b64eba98a908ddcb0b525589d7e5442 | 0 | roles/kubernetes | 7,036 | [
"no_license"
] | [
{
"path": "roles/kubernetes/vars/main.yml",
"content": "---\nkubernetes_packages:\n - \"kubelet-1.29.3\"\n - \"kubeadm-1.29.3\"\n - \"kubectl-1.29.3\"\n\napi_server_ip: \"172.31.84.167\"\n\npod_network_cidr: \"192.168.0.0/16\"\n\ncalico_tigera_operator_yaml_url: \"https://raw.githubusercontent.com/projec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3261,
"all_permissive": false
} |
ansible_role | dsreehas/ansible-kubernetes | c9239a027b64eba98a908ddcb0b525589d7e5442 | 0 | roles/nginx | 7,036 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Create NGINX deployment\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: apps/v1\n kind: Deployment\n metadata:\n name: nginx-deployment\n labels:\n app: nginx\n spec:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | cgraaaj/micro_k8s | 29e72e8c40617efa5e89d4292d63992ba6d9bf2f | 0 | roles/configure_hosts | 7,036 | [
"no_license"
] | [
{
"path": "roles/configure_hosts/tasks/main.yml",
"content": "---\n# tasks file for configure_hosts\n\n\n# Assign worker nodes hostnames\n- name: Assign hostname for worker 01\n hostname:\n name: \"{{ k8s_worker_01 }}\"\n use: systemd\n when: inventory_hostname == '192.168.1.69'\n tags:\n - worker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3547,
"all_permissive": false
} |
ansible_role | cgraaaj/micro_k8s | 29e72e8c40617efa5e89d4292d63992ba6d9bf2f | 0 | roles/configure_micro_k8s | 7,036 | [
"no_license"
] | [
{
"path": "roles/configure_micro_k8s/defaults/main.yml",
"content": "---\n# defaults file for configure_micro_k8s",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/configure_micro_k8s/handlers/main.yml",
"content": "---\n# handlers file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2053,
"all_permissive": false
} |
ansible_role | cgraaaj/micro_k8s | 29e72e8c40617efa5e89d4292d63992ba6d9bf2f | 0 | roles/fan_control | 7,036 | [
"no_license"
] | [
{
"path": "roles/fan_control/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - fan_control\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/fan_control/templates/fan_control.service.j2",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5142,
"all_permissive": false
} |
ansible_role | cgraaaj/micro_k8s | 29e72e8c40617efa5e89d4292d63992ba6d9bf2f | 0 | roles/micro_k8s_install | 7,036 | [
"no_license"
] | [
{
"path": "roles/micro_k8s_install/defaults/main.yml",
"content": "---\n# defaults file for micro_k8s_install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/micro_k8s_install/vars/main.yml",
"content": "---\n# vars file for micro_k8s_ins... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 706,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.