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 | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/rpmbuild | 418 | [
"no_license"
] | [
{
"path": "roles/rpmbuild/tasks/main.yml",
"content": "---\n\n- name: create os group for rpmbuild\n group: name={{ rpmbuild_group_name }} gid={{ rpmbuild_group_gid }} state=present\n\n- name: create os user for rpmbuild\n user: >\n name={{ rpmbuild_user_name }}\n uid={{ rpmbuild_user_uid }}\n gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/self_signed_certificate | 418 | [
"no_license"
] | [
{
"path": "roles/self_signed_certificate/tasks/main.yml",
"content": "- name: create private key for host\n shell: |\n creates=/etc/pki/tls/private/{{ ansible_fqdn }}.key\n umask 0277 &&\n openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 \\\n -out /etc/pki/tls/private/{{ ansible_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1381,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/set_hostname | 418 | [
"no_license"
] | [
{
"path": "roles/set_hostname/tasks/main.yml",
"content": "---\n\n- name: set hostname\n hostname: name={{ inventory_hostname }}{{ domain_to_set }}\n register: result\n\n- name: update ansible_fqdn and ansible_hostname\n set_fact:\n ansible_fqdn: \"{{ inventory_hostname }}{{ domain_to_set }}\"\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/spawn-fcgi | 418 | [
"no_license"
] | [
{
"path": "roles/spawn-fcgi/templates/spawn-fcgi.sysconfig.j2",
"content": "# /etc/sysconfig/spawn-fcgi\n# {{ ansible_managed }}\n# You must set some working options before the \"spawn-fcgi\" service will work.\n# If SOCKET points to a file, then this file is cleaned up by the init script.\n#\n# See spawn-f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 951,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/sysstat | 418 | [
"no_license"
] | [
{
"path": "roles/sysstat/tasks/main.yml",
"content": "---\n\n- name: install sysstat\n yum: pkg=sysstat state=installed\n\n- name: sysstat cron file\n template: >\n src=sysstat.cron.j2\n dest=/etc/cron.d/sysstat\n owner=root\n group=root\n mode=0644\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/td-agent | 418 | [
"no_license"
] | [
{
"path": "roles/td-agent/meta/main.yml",
"content": "---\ndependencies:\n - { role: ulimit_num_open_fd }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/td-agent/handlers/main.yml",
"content": "- name: reload td-agent\n service: name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1022,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/timezone | 418 | [
"no_license"
] | [
{
"path": "roles/timezone/tasks/main.yml",
"content": "---\n\n- name: set timezone\n copy: >\n src=/usr/share/zoneinfo/{{ timezone_filename }}\n dest=/etc/localtime\n owner=root\n group=root\n mode=0644\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/ulimit_num_open_fd | 418 | [
"no_license"
] | [
{
"path": "roles/ulimit_num_open_fd/tasks/main.yml",
"content": "---\n\n- name: set limit of the number of opened file descriptors.\n template: >\n src=ulimit_num_open_fd.conf.j2\n dest=/etc/security/limits.d/91-nfile.conf\n owner=root\n group=root\n mode=0644\n notify: notice you need to r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/xbuild | 418 | [
"no_license"
] | [
{
"path": "roles/xbuild/vars/main.yml",
"content": "xbuild_repo: git://github.com/tagomoris/xbuild.git\nxbuild_update: no\nxbuild_install_dir_prefix: /usr/local\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/xbuild/meta/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/xbuild-node | 418 | [
"no_license"
] | [
{
"path": "roles/xbuild-node/vars/main.yml",
"content": "xbuild_node_version: v0.10.17\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/xbuild-node/tasks/main.yaml",
"content": "---\n\n- name: build and install node.js\n command: >\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/xbuild-perl | 418 | [
"no_license"
] | [
{
"path": "roles/xbuild-perl/vars/main.yml",
"content": "xbuild_perl_version: 5.18.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/xbuild-perl/tasks/main.yml",
"content": "---\n\n- name: install dependent packages to build perl\n yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/xbuild-php | 418 | [
"no_license"
] | [
{
"path": "roles/xbuild-php/php-fpm/handlers/main.yml",
"content": "- name: reload php-fpm\n service: name=php-fpm state=reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/xbuild-php/php-fpm/vars/main.yml",
"content": "php_fpm_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4336,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/xbuild-python | 418 | [
"no_license"
] | [
{
"path": "roles/xbuild-python/tasks/main.yml",
"content": "---\n\n- name: install dependent packages to build python\n yum: name={{ item }} state=present\n with_items:\n - expat-devel\n - libGL-devel\n - tcl-devel\n - tk-devel\n - libX11-devel\n - glibc-devel\n - tix-devel\n - bzi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | hnakamur/ansible-playbooks | a8da0bdb31abb983d1e64329273ce46b6a87048e | 98 | roles/xbuild-ruby | 418 | [
"no_license"
] | [
{
"path": "roles/xbuild-ruby/tasks/main.yml",
"content": "---\n\n- name: install ruby\n command: >\n {{ xbuild_install_dir_prefix }}/xbuild/ruby-install {{ xbuild_ruby_version }}\n {{ xbuild_install_dir_prefix }}/ruby-{{ xbuild_ruby_version }}\n creates={{ xbuild_install_dir_prefix }}/ruby-{{ xbui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | server/roles/asg | 418 | [
"no_license"
] | [
{
"path": "server/roles/asg/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | Creati... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3130,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | server/roles/ec2 | 418 | [
"no_license"
] | [
{
"path": "server/roles/ec2/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | Creati... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | server/roles/flask_app | 418 | [
"no_license"
] | [
{
"path": "server/roles/flask_app/tasks/main.yml",
"content": "---\n- include: create_users_and_groups.yml\n- include: setup_virtualenv.yml\n- include: setup_git_repo.yml\n- include: setup_flask_app.yml\n- include: setup_supervisor.yml\n- include: setup_config.yml\n- include: set_file_permissions.yml\n\n",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2785,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | server/roles/key_pairs | 418 | [
"no_license"
] | [
{
"path": "server/roles/key_pairs/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\" \n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1147,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | server/roles/route53 | 418 | [
"no_license"
] | [
{
"path": "server/roles/route53/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | Cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | server/roles/security_group | 418 | [
"no_license"
] | [
{
"path": "server/roles/security_group/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1124,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/build_ami | 418 | [
"no_license"
] | [
{
"path": "web/roles/build_ami/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | Bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1116,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/ec2 | 418 | [
"no_license"
] | [
{
"path": "web/roles/ec2/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | Creating ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/elasticache | 418 | [
"no_license"
] | [
{
"path": "web/roles/elasticache/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2021,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/find_ami | 418 | [
"no_license"
] | [
{
"path": "web/roles/find_ami/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | Find... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/load_balancer | 418 | [
"no_license"
] | [
{
"path": "web/roles/load_balancer/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2430,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/nginx | 418 | [
"no_license"
] | [
{
"path": "web/roles/nginx/tasks/main.yml",
"content": "- name: Install Nginx\n apt: name=nginx update_cache=yes state=installed\n tags: packages\n\n- name: Create the Nginx configuration file\n template: src=nginx_site_config.j2\n dest=/etc/nginx/sites-available/{{ application_name }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3348,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/supervisor | 418 | [
"no_license"
] | [
{
"path": "web/roles/supervisor/tasks/install.yml",
"content": "---\n- name: Update the packages list\n sudo: yes\n when: ansible_os_family == 'Debian'\n apt:\n update_cache: yes\n cache_valid_time: 3600\n tags:\n - deps\n - supervisor\n - supervisord\n\n- name: Install Supervisord\n sud... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2399,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/vpc | 418 | [
"no_license"
] | [
{
"path": "web/roles/vpc/tasks/main.yml",
"content": " - name: \"{{ env }}-{{ server_role }} | Load variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"vars/{{ env }}_{{ server_role }}_settings.yml\"\n - \"vars/settings.yml\"\n\n - name: \"{{ env }}-{{ server_role }} | Creating ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1264,
"all_permissive": false
} |
ansible_role | skutylev/aws-devops | 3e871eccc27ab673c2c0175930a813dd932d5a0a | 0 | web/roles/web_flask_app | 418 | [
"no_license"
] | [
{
"path": "web/roles/web_flask_app/tasks/main.yml",
"content": "- include: create_users_and_groups.yml\n- include: setup_virtualenv.yml\n- include: setup_git_repo.yml\n- include: get_sitemap.yml\n- include: build_bundle.yml\n- include: setup_flask_app.yml\n#- include: setup_supervisor.yml\n- include: set_fi... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4647,
"all_permissive": false
} |
ansible_role | bgulla/pihole-ansible | 221d43aafd527d4c4309e7a08f215c6fbb47a9d6 | 2 | roles/pihole | 418 | [
"permissive"
] | [
{
"path": "roles/pihole/handlers/main.yml",
"content": "---\n# handlers file for pihole",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 30
},
{
"path": "roles/pihole/defaults/main.yml",
"content": "---\n# defaults file for pihole",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1098,
"all_permissive": true
} |
ansible_role | dacheung-rh/sqlserver-info | d975e13df44729871e56743f43c8f3fb21fe9589 | 0 | roles/mssql-query | 418 | [
"no_license"
] | [
{
"path": "roles/mssql-query/tasks/main.yml",
"content": "---\n- include_tasks: dependencies_install.yml\n\n- name: Select query to mysql with named_args\n community.mysql.mysql_query:\n login_host: '{{ mysql_host }}'\n login_db: '{{ mysql_db }}'\n login_port: '{{ mysql_port }}'\n login_user: '... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4494,
"all_permissive": false
} |
ansible_role | jfilip/moodledev-vagrant | 5928a6a5ff862fa711fab822e2f5ad5ce4a24415 | 0 | playbooks/roles/common | 418 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "- name: Enable user's locale\n locale_gen: name={{ user_locale }} state=present\n- name: Update APT cache\n apt:\n update_cache=yes\n cache_valid_time=3600\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | jfilip/moodledev-vagrant | 5928a6a5ff862fa711fab822e2f5ad5ce4a24415 | 0 | playbooks/roles/database | 418 | [
"no_license"
] | [
{
"path": "playbooks/roles/database/tasks/mariadb.yml",
"content": "---\n# mariadb-server and mysql-server conflict with each other\n- name: Uninstall MySQL\n apt: name=mysql-server state=absent\n ignore_errors: true\n\n- name: Autoremove packages\n command: apt-get autoremove -y\n\n- name: Install Maria... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2305,
"all_permissive": false
} |
ansible_role | jfilip/moodledev-vagrant | 5928a6a5ff862fa711fab822e2f5ad5ce4a24415 | 0 | playbooks/roles/httpd | 418 | [
"no_license"
] | [
{
"path": "playbooks/roles/httpd/tasks/lighttpd.yml",
"content": "---\n- name: Install Lighttpd\n apt: name=lighttpd state=present\n notify:\n - Disable Apache service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "playbooks/roles/httpd/vars... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | jfilip/moodledev-vagrant | 5928a6a5ff862fa711fab822e2f5ad5ce4a24415 | 0 | playbooks/roles/php | 418 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP\n apt: name={{ item }} state=present\n with_items:\n - php5\n - php5-cli\n - php5-mysql\n - php5-intl\n - php5-curl\n - php5-xmlrpc\n - php5-gd\n - php5-json\n - php5-mcrypt\n- name: Install CGI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | unuaunco/deno-pi-bot | c84aa1be6627aaa1e707a504b82f3a15ffa266fc | 0 | deployment/ansible_scripts/roles/deno | 418 | [
"no_license"
] | [
{
"path": "deployment/ansible_scripts/roles/deno/tasks/main.yml",
"content": "---\n# Install and configure deno\n\n- name: Install zip (used for deno)\n ansible.builtin.apt:\n name: zip\n update_cache: yes\n\n- name: Download deno installation script\n ansible.builtin.get_url:\n url: https://deno... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | unuaunco/deno-pi-bot | c84aa1be6627aaa1e707a504b82f3a15ffa266fc | 0 | deployment/ansible_scripts/roles/mongo | 418 | [
"no_license"
] | [
{
"path": "deployment/ansible_scripts/roles/mongo/tasks/main.yml",
"content": "---\n# Installation of mongodb\n# TODO: base on distributive when: ansible_facts['os_family'] == \"Ubuntu\"\n- name: Install gnupg\n ansible.builtin.apt:\n name: gnupg\n update_cache: yes\n\n- name: Add an Apt mongo signin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | unuaunco/deno-pi-bot | c84aa1be6627aaa1e707a504b82f3a15ffa266fc | 0 | deployment/ansible_scripts/roles/tg_bot | 418 | [
"no_license"
] | [
{
"path": "deployment/ansible_scripts/roles/tg_bot/templates/supervisor_denobot.conf.j2",
"content": "[program:denobot]\ncommand=/{{ ansible_user_id }}/.deno/bin/deno run --allow-net --allow-env --allow-read telega.ts\ndirectory=/opt/deno-pi-bot\nenvironment=TOKEN={{ telegram_bot_token }}\nstdout_logfile=/v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | layereight/MFRC522-trigger | 0eff564edd9cc13bd9fd631f71ced71432e3f91d | 1 | ansible/roles/systemd | 424 | [
"no_license"
] | [
{
"path": "ansible/roles/systemd/tasks/main.yml",
"content": "---\n\n - import_tasks: systemd.yml\n tags: [ systemd ]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/systemd/tasks/systemd.yml",
"content": "---\n\n - name: Cop... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/common | 424 | [
"permissive"
] | [
{
"path": "roles/common/tasks/confluent_cli.yml",
"content": "---\n- name: Confluent CLI system check\n assert:\n that: ansible_facts['system']|lower == \"linux\"\n fail_msg: \"Confluent CLI system not supported\"\n quiet: true\n\n- name: Confluent CLI architecture check\n assert:\n that: conf... | {
"task_files": 18,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 79517,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/control_center_next_gen | 424 | [
"permissive"
] | [
{
"path": "roles/control_center_next_gen/defaults/main.yml",
"content": "---\n# More control_center_next_gen variables are defined in the variables role\n\n### Boolean to reconfigure Control Center Next Gen's logging with RollingFileAppender and log cleanup\ncontrol_center_next_gen_custom_log4j2: \"{{ custo... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 26935,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/kafka_connect | 424 | [
"permissive"
] | [
{
"path": "roles/kafka_connect/templates/jaas.conf.j2",
"content": "KafkaConnect {\n org.apache.kafka.connect.rest.basic.auth.extension.PropertyFileLoginModule required\n file=\"{{kafka_connect.password_file}}\";\n};\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 56406,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/kafka_controller | 424 | [
"permissive"
] | [
{
"path": "roles/kafka_controller/templates/server.properties.j2",
"content": "# Maintained by Ansible\n{# kafka_controller_final_properties defined in the variables role #}\n{% for key, value in kafka_controller_final_properties|dictsort%}\n{{key}}={{value}}\n{% endfor %}\n",
"license_type": "permissiv... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 38571,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/kafka_rest | 424 | [
"permissive"
] | [
{
"path": "roles/kafka_rest/handlers/main.yml",
"content": "---\n- name: restart kafka-rest\n include_tasks: tasks/restart_and_wait.yml\n when:\n - not kafka_rest_skip_restarts\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 118
},
{
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 29735,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/kerberos | 424 | [
"permissive"
] | [
{
"path": "roles/kerberos/defaults/main.yml",
"content": "---\nkerberos:\n dns_lookup_realm: \"false\"\n dns_lookup_kdc: \"false\"\n ticket_lifetime: \"24h\"\n forwardable: \"true\"\n udp_preference_limit: 1\n default_tkt_enctypes: aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 arc-four-hmac rc4-hmac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3216,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/ksql | 424 | [
"permissive"
] | [
{
"path": "roles/ksql/templates/ksql_jolokia.properties.j2",
"content": "port={{ksql_jolokia_port}}\nhost=0.0.0.0\n{% if ksql_jolokia_ssl_enabled|bool %}\nkeystore={{ksql_keystore_path}}\nkeystorePassword={{ksql_keystore_storepass}}\nprotocol=https\nsslProtocol.1=TLSv1.2\nsslProtocol.2=TLSv1.3\n{% endif %}\... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 32801,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/schema_registry | 424 | [
"permissive"
] | [
{
"path": "roles/schema_registry/handlers/main.yml",
"content": "---\n- name: restart schema-registry\n include_tasks: tasks/restart_and_wait.yml\n when:\n - not schema_registry_skip_restarts\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 12... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 33390,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/ssl | 424 | [
"permissive"
] | [
{
"path": "roles/ssl/templates/openssl-san.cnf.j2",
"content": "[req]\ndistinguished_name = req_distinguished_name\nx509_extensions = v3_req\nprompt = no\n[req_distinguished_name]\nCN = {{service_name}}\n[v3_req]\nextendedKeyUsage = serverAuth , clientAuth\nsubjectAltName = @alt_names\n[alt_names]\n{% for i... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 17652,
"all_permissive": true
} |
ansible_role | confluentinc/cp-ansible | 721a706cfb9b3f90957dabf0808035f775c78084 | 60 | roles/variables | 424 | [
"permissive"
] | [
{
"path": "roles/variables/tasks/main.yml",
"content": "---\n- name: Ensure old and new mTLS variables are consistent\n include_tasks: mtls.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 87
},
{
"path": "roles/variables/meta/main.yml... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7710,
"all_permissive": true
} |
ansible_role | d191gorelikov/ansible | 75e153b547e11b5bb844d35db51d080954bef249 | 0 | roles/backend | 424 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "---\n# tasks file for backend\n# Установка JDK\n#\n- name: Update cache\n become: yes\n apt:\n update_cache: yes\n- name: Install openjdk-16-jdk\n apt:\n name: openjdk-16-jdk\n state: present\n update_cache: yes\n\n\n- name: Install Python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | d191gorelikov/ansible | 75e153b547e11b5bb844d35db51d080954bef249 | 0 | roles/frontend | 424 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "---\n# tasks file for frontend\n\n- name: Install nodejs\n become: yes\n apt:\n name: nodejs\n state: present\n update_cache: yes\n\n- name: Install npm\n become: yes\n apt:\n name: npm\n state: present\n\n- name: Install and configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | madcow234/ansible-playbooks | 94c869c26e9e5bd6ea1b79e99f12ce34d563b8ae | 0 | roles/discord_bot | 424 | [
"no_license"
] | [
{
"path": "roles/discord_bot/templates/env.j2",
"content": "DISCORD_CLIENT_ID={{ bot.discord_client_id }}\nDISCORD_TOKEN={{ bot.discord_bot_token }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/discord_bot/templates/ecosystem.config.j2",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1511,
"all_permissive": false
} |
ansible_role | madcow234/ansible-playbooks | 94c869c26e9e5bd6ea1b79e99f12ce34d563b8ae | 0 | roles/discord_bot_server | 424 | [
"no_license"
] | [
{
"path": "roles/discord_bot_server/defaults/main.yml",
"content": "---\n\ndiscord_bots: []\n\ndiscord_bot_base_dir: /var/lib/bots/discord",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/discord_bot_server/tasks/main.yml",
"content": "# S... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | madcow234/ansible-playbooks | 94c869c26e9e5bd6ea1b79e99f12ce34d563b8ae | 0 | roles/nodejs | 424 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: Check if latest nodejs module is enabled\n ansible.builtin.command: 'dnf module list --enabled'\n changed_when: false\n register: dnf_response\n\n- name: Enable latest version of nodejs\n ansible.builtin.command: 'dnf module enable -y n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | madcow234/ansible-playbooks | 94c869c26e9e5bd6ea1b79e99f12ce34d563b8ae | 0 | roles/pm2 | 424 | [
"no_license"
] | [
{
"path": "roles/pm2/tasks/main.yml",
"content": "---\n\n- name: Install latest version of pm2\n community.general.npm:\n name: pm2\n global: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | madcow234/ansible-playbooks | 94c869c26e9e5bd6ea1b79e99f12ce34d563b8ae | 0 | roles/postgresql | 424 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/setup-database-access.yml",
"content": "# Configures local and remote access to the PostgreSQL databases.\n\n---\n\n# TODO allow for fine-grain privilege configuration\n- name: Configure database privileges for user {{ database_access.user }}\n community.postgresql.postgre... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3525,
"all_permissive": false
} |
ansible_role | yuchiao01/github_check | fc6e35bccde3266a02ac8f574cc415c61391b9b9 | 0 | ansible_dir/nginx_install/roles/nginx_install | 424 | [
"no_license"
] | [
{
"path": "ansible_dir/nginx_install/roles/nginx_install/tasks/main.yml",
"content": "---\n- name: \"尋找nginx服務\"\n shell: yum search nginx\n register: result\n\n- name: \"確認有找到nginx\"\n debug:\n var: result.stdout\n\n- name: \"安裝nginx服務\"\n become: true\n shell: yum install nginx\n register: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | yuchiao01/github_check | fc6e35bccde3266a02ac8f574cc415c61391b9b9 | 0 | ansible_dir/roles/copy_module | 424 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/copy_module/tasks/main.yml",
"content": "---\n- name: 複製檔案至/tmp/joy_ansible底下\n copy:\n src: hello.txt\n dest: /tmp/joy_ansible\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | yuchiao01/github_check | fc6e35bccde3266a02ac8f574cc415c61391b9b9 | 0 | ansible_dir/roles/https.service | 424 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/https.service/tasks/main.yml",
"content": "---\n- name: 檢查有沒有https的服務\n hosts: [yuchiao_linux_server] \n become: yes\n become_user: root\n tasks:\n - name: 檢查有沒有https服務\n ansible.builtin.service:\n name: https.services\n register: https_status\n\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | yuchiao01/github_check | fc6e35bccde3266a02ac8f574cc415c61391b9b9 | 0 | ansible_dir/roles/script_copy | 424 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/script_copy/tasks/main.yml",
"content": "---\n- name: copy judge.sh to {{ target_host_ip }}@{{ target_home_dir }}\n copy:\n src: judge.sh\n dest: \"{{ target_home_dir }}\"\n remote_src: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | k3232432/test_repo | 44e3f2a74a2b72b507508c2c270450ad0b413212 | 0 | packer/playbook/roles/jdk8 | 424 | [
"no_license"
] | [
{
"path": "packer/playbook/roles/jdk8/tasks/main.yml",
"content": "- name : install OpenJDK8\n become : yes\n yum : \n name : java-1.8.0-openjdk-devel\n state : latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | nishina555/docker-ansible-mysetting | f4bf8fb43577d0554b1c74a0c0a2e87619f553f6 | 0 | roles/centos | 424 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yml",
"content": "---\n- name: deploy centos container\n docker: image=centos:latest name=test-container ports=80:80 expose=80 tty=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | nishina555/docker-ansible-mysetting | f4bf8fb43577d0554b1c74a0c0a2e87619f553f6 | 0 | roles/common | 424 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n - name: install packages\n yum: name={{item}} state=installed\n with_items:\n - vim\n - zsh\n - git\n - tmux\n - libtool\n - autoconf\n - automake\n - cmake\n - gcc\n - gcc-c++\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | CrashLoopBackCoffee/th-deploy-proxmox | 4d1d69a87a327986265f2cafe96df9b131525054 | 0 | roles/ensure-pve-api-token | 424 | [
"no_license"
] | [
{
"path": "roles/ensure-pve-api-token/handlers/main.yaml",
"content": "- name: Export API token {{ ensure_api_token_userid }} {{ ensure_api_token_name }}\n ansible.builtin.debug:\n msg: \"Export API token.\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | CrashLoopBackCoffee/th-deploy-proxmox | 4d1d69a87a327986265f2cafe96df9b131525054 | 0 | roles/ensure-pve-user | 424 | [
"no_license"
] | [
{
"path": "roles/ensure-pve-user/defaults/main.yaml",
"content": "ensure_pve_user_password: \"{{ lookup('password', '/dev/null', chars=['ascii_letters','digits'], length=32) }}\"\nensure_pve_user_acl_path: \"/\"\nensure_pve_user_realm: pve\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3120,
"all_permissive": false
} |
ansible_role | bayuirsad26/ansible-infra | af7352c4440de7fe0baf35a2175577bb8a705f8d | 0 | roles/common | 424 | [
"no_license"
] | [
{
"path": "roles/common/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: common\n author: <NAME>\n description: Base server configuration for all systems\n company: SummitEthic\n license: MIT\n min_ansible_version: \"2.12\"\n\n platforms:\n - name: Ubuntu\n versions:\n - foca... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 19189,
"all_permissive": false
} |
ansible_role | Ivona221/SignifyIt | 80acda20bb00d968c6d023da068751a7d946a534 | 0 | sign_deploy/roles/deploy | 424 | [
"no_license"
] | [
{
"path": "sign_deploy/roles/deploy/tasks/main.yml",
"content": "---\n - block:\n\n - name: Create folder \n file: dest={{temporary_folder}} state=directory\n\n - name: pack\n archive: path={{local_build}} dest={{local_build}}/publish.tar.bz2 format=tar.bz2\n\n - name: extract package\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | lstephen/locala | 3594fe6046c6e8445cd4d8a939034823aae32b8c | 1 | roles/development | 424 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "\n- name: Configure ag\n template:\n src: agignore.j2\n dest: \"{{ ansible_env.HOME }}/.agignore\"\n\n\n- name: Make project directory\n file:\n path: \"{{ ansible_env.HOME }}/Projects\"\n state: directory\n\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | lstephen/locala | 3594fe6046c6e8445cd4d8a939034823aae32b8c | 1 | roles/git | 424 | [
"no_license"
] | [
{
"path": "roles/git/tasks/meta/main.yml",
"content": "\ndependencies:\n - role: brew\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/git/tasks/main.yml",
"content": "\n- name: Install git lfs\n become: true\n shell: git lfs version ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | lstephen/locala | 3594fe6046c6e8445cd4d8a939034823aae32b8c | 1 | roles/terminal | 424 | [
"no_license"
] | [
{
"path": "roles/terminal/meta/main.yml",
"content": "\ndependencies:\n - role: git\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/terminal/templates/profile.j2",
"content": "# {{ ansible_managed }}\n\neval \"$(/opt/homebrew/bin/bre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5659,
"all_permissive": false
} |
ansible_role | lstephen/locala | 3594fe6046c6e8445cd4d8a939034823aae32b8c | 1 | roles/vim | 424 | [
"no_license"
] | [
{
"path": "roles/vim/templates/vimrc.j2",
"content": "\" {{ ansible_managed }}\n\nexecute pathogen#infect()\n\nset mouse=a\n\nset noshowmode\n\nset expandtab\nset softtabstop=2\nset shiftwidth=2\n\nset directory=~/.vim/swp//\n\nlet g:solarized_termtrans=1\n\nset background=dark\ncolorscheme solarized\nlet g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3391,
"all_permissive": false
} |
ansible_role | owalmirneto/portfolio | d8e91f825d453679c6b5eb81b67981f15f3f90a9 | 0 | ansible/roles/install-docker | 421 | [
"no_license"
] | [
{
"path": "ansible/roles/install-docker/tasks/main.yaml",
"content": "- name: Set up the repository\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- name: Install apt key\n apt_key:\n url: https://download.doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | imrantee/ansible-wordpress | 2585ff93c13379431fec41fcde317c017337a322 | 1 | roles/mariadb_server | 421 | [
"no_license"
] | [
{
"path": "roles/mariadb_server/tasks/main.yml",
"content": "---\n# tasks file for mariadb_server\n - name: Adding MariaDB-10.6 Repo\n copy:\n dest: /etc/yum.repos.d/MariaDB.repo\n content: |\n [mariadb]\n name = MariaDB\n baseurl = http://yum.mariadb.org/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2093,
"all_permissive": false
} |
ansible_role | imrantee/ansible-wordpress | 2585ff93c13379431fec41fcde317c017337a322 | 1 | roles/web_server | 421 | [
"no_license"
] | [
{
"path": "roles/web_server/vars/main.yml",
"content": "---\n# vars file for web_server",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/web_server/handlers/main.yml",
"content": "---\n# handlers file for web_server",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | imrantee/ansible-wordpress | 2585ff93c13379431fec41fcde317c017337a322 | 1 | roles/wordpress | 421 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n\n - name: Downloading wordpress\n unarchive:\n src: http://www.wordpress.org/latest.tar.gz\n dest: /var/www/html/\n remote_src: yes\n\n - name: Renaming sample wordpress config file\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2083,
"all_permissive": false
} |
ansible_role | jonasbleyl/rpi-ansible-monitoring | e3ddd071db66d861a577395c4d7ff7fed6fb31c4 | 4 | roles/collectd | 421 | [
"no_license"
] | [
{
"path": "roles/collectd/handlers/main.yml",
"content": "- name: collectd service collectd restarted\n service:\n name: collectd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/collectd/tasks/install.yml",
"co... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1653,
"all_permissive": false
} |
ansible_role | jonasbleyl/rpi-ansible-monitoring | e3ddd071db66d861a577395c4d7ff7fed6fb31c4 | 4 | roles/grafana | 421 | [
"no_license"
] | [
{
"path": "roles/grafana/defaults/main.yml",
"content": "install_grafana_version: 5.0.4\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/grafana/files/config/grafana.ini",
"content": "#################################### Users ##########... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | jonasbleyl/rpi-ansible-monitoring | e3ddd071db66d861a577395c4d7ff7fed6fb31c4 | 4 | roles/graphite | 421 | [
"no_license"
] | [
{
"path": "roles/graphite/tasks/config.yml",
"content": "- name: config copy xxx.conf\n copy:\n src: \"config/{{ item }}\"\n dest: \"/opt/graphite/conf/{{ item }}\"\n with_items:\n - storage-schemas.conf\n - carbon.conf\n notify:\n - graphite service carbon restarted\n\n- name: config copy... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6508,
"all_permissive": false
} |
ansible_role | jonasbleyl/rpi-ansible-monitoring | e3ddd071db66d861a577395c4d7ff7fed6fb31c4 | 4 | roles/monit | 421 | [
"no_license"
] | [
{
"path": "roles/monit/tasks/main.yml",
"content": "- name: main apt monit\n apt:\n name: monit\n\n- name: main service monit started\n service:\n name: monit\n state: started\n enabled: true\n\n- name: main copy /etc/monit/monitrc\n copy:\n src: main/monitrc\n dest: /etc/monit/monitrc\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | chienvmhe153082/lab12-Cracking-Linux-Passwords-with-hashcat | 5c000d56e63f8498c13a3db9d2169300e461a766 | 0 | provisioning/roles/client | 421 | [
"no_license"
] | [
{
"path": "provisioning/roles/client/tasks/main.yml",
"content": "---\n# This is a role for setting up the client.\n- name: Remove sudo access for user\n lineinfile:\n dest: /etc/sudoers\n state: absent\n regexp: \"^user.*\"\n\n# - name: ask root password\n# hosts: client\n# become: yes\n# becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | pszafer/Valetudo-ansible | b94b911b12f6049b7c438d8e892d0fe0c2c2d25c | 0 | roles/valetudo | 421 | [
"no_license"
] | [
{
"path": "roles/valetudo/vars/main.yml",
"content": "---\n\nrockrobo_path: /tmp/rockrobo\nvacuum_ip: 192.168.8.1\ntoken: <PASSWORD>\nntp: ##my ntp\nfirmware_version: v11_001886\nssh_key: \"$HOME/.ssh/id_rsa.pub\"\nvaletudo_version: 0.4.0\n\nvaletudo_git_repo: https://github.com/Hypfer/Valetudo\nfirmware_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2893,
"all_permissive": false
} |
ansible_role | pszafer/Valetudo-ansible | b94b911b12f6049b7c438d8e892d0fe0c2c2d25c | 0 | roles/valetudo_just_flasher | 421 | [
"no_license"
] | [
{
"path": "roles/valetudo_just_flasher/vars/main.yml",
"content": "---\n\nrockrobo_path: /tmp/rockrobo\nvacuum_ip: 192.168.8.1\ntoken: <PASSWORD>\nfirmware_version: v11_001886\nssh_key: \"$HOME/.ssh/id_rsa.pub\"\nvaletudo_version: 0.4.0\n\ndustcloud_path: \"{{ rockrobo_path}}/dustcloud\"\nimage_path: \"{{ r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | kad00h/devops | 412e6f14ac00ceb2bce230f39661bf656b1506df | 0 | ansible/roles/postgresql | 421 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "- name: Install PostgreSQL\n apt:\n name: postgresql\n update_cache: yes\n state: present\n\n- name: Include master config\n include_tasks: master.yml\n when: \"'primary' in group_names\"\n\n- name: Include replica config\n includ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | kad00h/devops | 412e6f14ac00ceb2bce230f39661bf656b1506df | 0 | ansible/roles/student_db | 421 | [
"no_license"
] | [
{
"path": "ansible/roles/student_db/tasks/main.yml",
"content": "- name: Копіювати init.sql\n copy:\n src: init.sql\n dest: /tmp/init.sql\n\n- name: Запустити init.sql\n become_user: postgres\n shell: psql -f /tmp/init.sql",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | GingerGraham/CyberHive | e24c08ae0588ff258df50d2391840bf3ab6c80a4 | 1 | ansible/roles/common | 421 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# Include environment specific variables\n- include_vars: \"vars/{{ env }}.yml\"\n# ---\n# Set the hostname of the instance to the value of the variable \"hostname\"\n- name: Set hostname\n ansible.builtin.hostname:\n name: \"{{ hostname ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | GingerGraham/CyberHive | e24c08ae0588ff258df50d2391840bf3ab6c80a4 | 1 | ansible/roles/web-server | 421 | [
"no_license"
] | [
{
"path": "ansible/roles/web-server/tasks/main.yml",
"content": "---\n# Loop through the list of packages to install and install them using apt\n- name: Install packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ packages }}\"\n notify: Start the web server\n# ---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1283,
"all_permissive": false
} |
ansible_role | seawolf82/mongo4_tomcat9_debian_ansible | bf7cfea5e523d7d5e094b8149b742581dcd29b26 | 0 | roles/common | 421 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yaml",
"content": "---\n\n- name: Reloading firewalld rules\n command: firewall-cmd --reload\n\n- name: restart ntp\n service:\n name:\n state: restarted\n when: ntp_enabled\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1545,
"all_permissive": false
} |
ansible_role | seawolf82/mongo4_tomcat9_debian_ansible | bf7cfea5e523d7d5e094b8149b742581dcd29b26 | 0 | roles/mongodb | 421 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yaml",
"content": "---\n\n- name: Import the public key used by the package management system.\n shell: wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -\n tags: mongodb\n\n- name: Install MongoDB repository\n shell: echo \"deb http://repo.mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1358,
"all_permissive": false
} |
ansible_role | seawolf82/mongo4_tomcat9_debian_ansible | bf7cfea5e523d7d5e094b8149b742581dcd29b26 | 0 | roles/mongodb_uninstall | 421 | [
"no_license"
] | [
{
"path": "roles/mongodb_uninstall/tasks/main.yaml",
"content": "---\n\n- name: disable MongoDB service\n systemd:\n name: mongod\n enabled: false\n tags: mongodb \n\n- name: Make sure MongoDB service is stopped\n systemd:\n state: stopped\n name: mongod\n tags: mongodb \n\n\n\n- name: main ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | seawolf82/mongo4_tomcat9_debian_ansible | bf7cfea5e523d7d5e094b8149b742581dcd29b26 | 0 | roles/tomcat | 421 | [
"no_license"
] | [
{
"path": "roles/tomcat/templates/tomcat.service.j2",
"content": "# Systemd unit file for tomcat\n[Unit]\nDescription=Apache Tomcat Web Application\nAfter=syslog.target network.target\n\n[Service]\nType=forking\nEnvironment=JAVA_HOME={{java_package}}\nEnvironment=CATALINA_PID={{tomcat_install_path}}/{{tomca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3057,
"all_permissive": false
} |
ansible_role | KBDBuenvenida/HOA10 | 42cb8e290de94b6cb0853af6867823fd3e8403a9 | 0 | roles/CentOS | 421 | [
"no_license"
] | [
{
"path": "roles/CentOS/tasks/main.yml",
"content": "---\n - name: Enable and start ElasticSearch service\n service:\n name: elasticsearch\n enabled: yes\n state: started\n\n - name: Enable and start Kibana Service\n service:\n name: kibana\n enabled: true\n state: rest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | KBDBuenvenida/HOA10 | 42cb8e290de94b6cb0853af6867823fd3e8403a9 | 0 | roles/Ubuntu | 421 | [
"no_license"
] | [
{
"path": "roles/Ubuntu/tasks/main.yml",
"content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install Java\n apt:\n name: openjdk-11-jdk\n state: present\n\n - name: Enable and Start ElasticSearch service\n service:\n name: elasticsearch\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | kk1311/Terraform_Project | 9137ebc8c50649d4f1e9835b387fe1909c470640 | 0 | ansible/roles/profile-n01581665 | 421 | [
"no_license"
] | [
{
"path": "ansible/roles/profile-n01581665/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - profile-n01581665\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/roles/profile-n01581665/handlers/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | antogx/ansible | e0c2e7ebc3e18064115115e22aabdfa703271b96 | 0 | roles/kubernetes | 427 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/setup_pod_network.yml",
"content": "- name: Setup pod network \n get_url:\n url: https://docs.projectcalico.org/manifests/calico-typha.yaml\n dest: \"{{home}}/calico.yaml\"\n force_basic_auth: yes\n\n- name: apply calico \n shell: \"kubectl apply -f {{home}}/cali... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5903,
"all_permissive": false
} |
ansible_role | antogx/ansible | e0c2e7ebc3e18064115115e22aabdfa703271b96 | 0 | roles/rhel_soe | 427 | [
"no_license"
] | [
{
"path": "roles/rhel_soe/tasks/hostsfile.yml",
"content": "- name: Update /etc/hosts on all hosts\n copy:\n content: |\n 127.0.0.1 localhost.localdomain localhost localhost4 localhost4.localdomain4\n {% for host in host_ips %}\n {{ host['ip1'] }} {{ host['name'] ... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 5732,
"all_permissive": false
} |
ansible_role | marcelomansur/my-ansible-provision-all-in-one | f6724085a1ce55e6d7ef1a824500c2e049dbff4c | 0 | roles/deploying | 427 | [
"no_license"
] | [
{
"path": "roles/deploying/vars/main.yml",
"content": "---\n# vars file for deploying\nmagento_host: \"{{ hostvars['localhost']['ec2_public_ip'] }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/deploying/templates/docker-compose.yml.j2"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3496,
"all_permissive": false
} |
ansible_role | marcelomansur/my-ansible-provision-all-in-one | f6724085a1ce55e6d7ef1a824500c2e049dbff4c | 0 | roles/provisioning | 427 | [
"no_license"
] | [
{
"path": "roles/provisioning/tasks/main.yml",
"content": "---\n# tasks file for provisioning\n- name: Criando uma chave ssh para EC2\n local_action:\n module: ec2_key\n aws_access_key: \"{{ ec2_access_key }}\"\n aws_secret_key: \"{{ ec2_secret_key }}\"\n name: \"{{ keypair }}\"\n region: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2279,
"all_permissive": false
} |
ansible_role | MrKalash5775/MY | f481a13de01d442255a6b660c8008c2a04b74705 | 0 | lab1 Ansible/roles/docker | 427 | [
"no_license"
] | [
{
"path": "lab1 Ansible/roles/docker/tasks/main.yaml",
"content": "- name: Install Docker into Debian like system\n block:\n - name: install packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2680,
"all_permissive": false
} |
ansible_role | wenwenxiong/npgstack | c676e933be80d33ec843bdaa9f9a6a0fe69258b0 | 0 | npgstack/roles/npg_master | 427 | [
"no_license"
] | [
{
"path": "npgstack/roles/npg_master/templates/ajax/content2.html.j2",
"content": "<!doctype html>\n<html>\n<head>\n<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>\n<title>index</title>\n</head>\n<body >\n <iframe style=\"margin-left:-83px\" src=\"http://{{ hostvar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 21243,
"all_permissive": false
} |
ansible_role | peterroelants/linux_machine_ansible | 3204d2938e602d57d4e63282fd41fd37adeb8139 | 0 | roles/config | 427 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "---\n- name: Resolve `~/dotfiles`\n set_fact:\n dotfiles_path: \"{{ '~/dotfiles' | expanduser }}\"\n- name: Check if dotfiles already exits\n stat: \n path: \"{{ dotfiles_path }}\"\n register: dotfiles_path_stat\n- name: Print dotfiles path\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.