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 | idiv-biodiversity/ansible-collection-systemd | eadfc19d410f1f4609c6436b698a91a101a4e868 | 0 | roles/systemd_journald | 347 | [
"no_license"
] | [
{
"path": "roles/systemd_journald/README.md",
"content": "Ansible Role: systemd_journald\n==============================\n\nAn Ansible role that configures **systemd-journald**.\n\n\nTable of Contents\n-----------------\n\n<!-- toc -->\n\n- [Role Variables](#role-variables)\n- [Dependencies](#dependencies)\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11246,
"all_permissive": false
} |
ansible_role | idiv-biodiversity/ansible-collection-systemd | eadfc19d410f1f4609c6436b698a91a101a4e868 | 0 | roles/systemd_networkd | 347 | [
"no_license"
] | [
{
"path": "roles/systemd_networkd/meta/argument_specs.yml",
"content": "---\n\nargument_specs:\n main:\n options:\n\n systemd_networkd_networks:\n type: list\n elements: dict\n options:\n name:\n type: str\n match:\n type: dict\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4320,
"all_permissive": false
} |
ansible_role | idiv-biodiversity/ansible-collection-systemd | eadfc19d410f1f4609c6436b698a91a101a4e868 | 0 | roles/systemd_resolved | 347 | [
"no_license"
] | [
{
"path": "roles/systemd_resolved/molecule/default/verify.yml",
"content": "---\n\n- name: verify\n hosts: all\n tasks:\n\n # -------------------------------------------------------------------------\n # check package\n # -------------------------------------------------------------------------\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11815,
"all_permissive": false
} |
ansible_role | idiv-biodiversity/ansible-collection-systemd | eadfc19d410f1f4609c6436b698a91a101a4e868 | 0 | roles/systemd_timesyncd | 347 | [
"no_license"
] | [
{
"path": "roles/systemd_timesyncd/tasks/main.yml",
"content": "---\n\n- name: include OS-specific vars\n ansible.builtin.include_vars: >-\n {{ lookup(\"ansible.builtin.first_found\", __systemd_timesyncd_vars_files) }}\n\n# -----------------------------------------------------------------------------\n#... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10219,
"all_permissive": false
} |
ansible_role | hirle/temperature | 07e9f7108479d695236f65f179fb934dd0a91025 | 0 | ansible/roles/httpd_w_socketio | 347 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd_w_socketio/tasks/main.yml",
"content": "---\n- name: install apache2\n apt: name=apache2 update_cache=yes state=latest\n\n- name: enable modules for socket.io\n apache2_module: name={{item}} state=present\n # ref: https://socket.io/docs/v3/reverse-proxy/#Apache-HTTPD\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | hirle/temperature | 07e9f7108479d695236f65f179fb934dd0a91025 | 0 | ansible/roles/node14 | 347 | [
"no_license"
] | [
{
"path": "ansible/roles/node14/tasks/main.yml",
"content": "---\n- name: \"Add nodejs apt key\"\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: \"Add nodejs 14.x ppa for apt repo\"\n apt_repository:\n repo: deb https://deb.nodesource.com/node_14... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | hirle/temperature | 07e9f7108479d695236f65f179fb934dd0a91025 | 0 | ansible/roles/postgres | 347 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n apt: name={{ item }} update_cache=true state=latest\n with_items:\n - postgresql\n - postgresql-contrib\n - python-psycopg2\n\n- name: Ensure the PostgreSQL service is running\n service: name=postgre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | gfriebe/ansible-rails | 38865c67f4b4f6a0f3aa8e1ccf0decb1ce42a4ed | 0 | roles/common | 347 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "- name: restart sshd\n service:\n name: ssh\n state: restarted\n\n- name: Reload systemd\n systemd:\n daemon_reload: yes\n become: yes\n listen: \"Reload systemd\"",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2992,
"all_permissive": false
} |
ansible_role | gfriebe/ansible-rails | 38865c67f4b4f6a0f3aa8e1ccf0decb1ce42a4ed | 0 | roles/database | 347 | [
"no_license"
] | [
{
"path": "roles/database/templates/db_backup.sh.j2",
"content": "#!/bin/bash\n\n# MySQL Database Details\nDB_USER=\"root\"\nDB_PASSWORD=\"<PASSWORD>\"\nDB_NAME=\"contractworx_production\"\n\n# Destination Server Details\nDESTINATION_SERVER=\"172.16.58.3\"\nDESTINATION_USERNAME=\"migo\"\nDESTINATION_PATH=\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2020,
"all_permissive": false
} |
ansible_role | gfriebe/ansible-rails | 38865c67f4b4f6a0f3aa8e1ccf0decb1ce42a4ed | 0 | roles/nginx | 347 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Install Nginx\n apt:\n name:\n - nginx\n state: present\n\n- name: Copy app nginx conf\n template:\n src: nginx_app.conf.j2\n dest: /etc/nginx/sites-enabled/{{ app_name }}\n force: no\n\n- name: Ensure default virtual host is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3624,
"all_permissive": false
} |
ansible_role | gfriebe/ansible-rails | 38865c67f4b4f6a0f3aa8e1ccf0decb1ce42a4ed | 0 | roles/node | 347 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "- name: Add Node.js 22 repository using NodeSource script\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -\n args:\n creates: \"/etc/apt/sources.list.d/nodesource.list\"\n\n- name: Install Node.js\n apt:\n name: nod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | gfriebe/ansible-rails | 38865c67f4b4f6a0f3aa8e1ccf0decb1ce42a4ed | 0 | roles/python | 347 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: Install python pip and mysqldb\n apt:\n state: present\n name:\n - python3\n - python3-pip\n - python3-mysqldb\n\n\n- name: Install pdfplumber using pip3\n pip:\n name: pdfplumber\n executable: pip3\n extra_args: --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | gfriebe/ansible-rails | 38865c67f4b4f6a0f3aa8e1ccf0decb1ce42a4ed | 0 | roles/ruby | 347 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- name: Install Ruby dependencies\n apt:\n name:\n - git-core\n - curl\n - zlib1g-dev\n - build-essential\n - libssl-dev\n - libreadline-dev\n - libyaml-dev\n - libsqlite3-dev\n - sqlite3\n state: present\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6827,
"all_permissive": false
} |
ansible_role | gfriebe/ansible-rails | 38865c67f4b4f6a0f3aa8e1ccf0decb1ce42a4ed | 0 | roles/sidekiq | 347 | [
"no_license"
] | [
{
"path": "roles/sidekiq/templates/sudoers_sidekiq.j2",
"content": "{{ deploy_user }} ALL= NOPASSWD: /bin/systemctl start sidekiq.service\n{{ deploy_user }} ALL= NOPASSWD: /bin/systemctl stop sidekiq.service\n{{ deploy_user }} ALL= NOPASSWD: /bin/systemctl restart sidekiq.service\n{{ deploy_user }} ALL=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | Kalmis/ansible | d69b41480929cc7fc78e19f49658e959fb427768 | 0 | telegram-bot/roles/NTPS | 347 | [
"no_license"
] | [
{
"path": "telegram-bot/roles/NTPS/tasks/main.yml",
"content": "---\n- name: Set TimeZone to Europe/Helsinki\n shell: timedatectl set-timezone Europe/Helsinki\n\n- name: Install ntp\n yum: name=ntp state=latest\n\n- name: Start ntpd and set it enabled\n service: name=ntpd enabled=yes\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | Kalmis/ansible | d69b41480929cc7fc78e19f49658e959fb427768 | 0 | telegram-bot/roles/bot | 347 | [
"no_license"
] | [
{
"path": "telegram-bot/roles/bot/tasks/main.yml",
"content": "---\n- name: Shutdown screen, ignore fail\n become: no\n shell: screen -X -S {{ screen_name }} kill\n ignore_errors: yes\n\n- name: Install screen\n yum: name=screen state=latest\n\n- name: Updating all packages\n yum: name=* state=latest\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2248,
"all_permissive": false
} |
ansible_role | Kalmis/ansible | d69b41480929cc7fc78e19f49658e959fb427768 | 0 | telegram-bot/roles/firewall | 347 | [
"no_license"
] | [
{
"path": "telegram-bot/roles/firewall/tasks/main.yml",
"content": "---\n- name: Disable root ssh login by using template\n template: src=sshd_config.j2 dest=/etc/ssh/sshd_config owner=root group=root mode=0644\n\n- name: Install cockpit\n yum: name={{ item }} state=latest\n with_items:\n - cockpit\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | Kalmis/ansible | d69b41480929cc7fc78e19f49658e959fb427768 | 0 | telegram-bot/roles/swap_file | 347 | [
"no_license"
] | [
{
"path": "telegram-bot/roles/swap_file/tasks/main.yml",
"content": "---\n- name: Check if swap already exists\n stat: path=/swapfile\n register: file\n\n- name: Allocate 2gb swap\n shell: fallocate -l 2G /swapfile\n when: file.stat.exists == False\n\n- name: Change permissions\n file: path=/swapfile m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | Kalmis/ansible | d69b41480929cc7fc78e19f49658e959fb427768 | 0 | user_manage/roles/usercreate | 347 | [
"no_license"
] | [
{
"path": "user_manage/roles/usercreate/tasks/main.yml",
"content": "---\n- name: Generate passwords\n shell: python2.7 -c 'import crypt; print crypt.crypt(\"{{ upassword }}\", \"$6$random_salt\")'\n register: genpass\n\n- name: Creating user \"{{ uusername }}\" with group wheel\n user: name={{ uusername... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | Kalmis/ansible | d69b41480929cc7fc78e19f49658e959fb427768 | 0 | user_manage/roles/userdel | 347 | [
"no_license"
] | [
{
"path": "user_manage/roles/userdel/tasks/main.yml",
"content": "---\n- name: Deleting user \"{{ uusername}}\"\n user: name=\"{{ uusername }}\" state=absent remove=yes\n",
"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 | Kawau/wordpress_ansible_debian | a58196ee5dab6c09d682b6a77111e504976dd152 | 0 | ansible/roles/php | 347 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n\n- name: Install php extensions\n apt: name={{ item }} state=present\n become: yes\n with_items:\n# - php5-gd \n - php7.0-gd \n# - libssh2-php\n - php-ssh2\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | Kawau/wordpress_ansible_debian | a58196ee5dab6c09d682b6a77111e504976dd152 | 0 | ansible/roles/server | 347 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n - m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | corumj/ansible-servicenow-demo | c6938b384018eea275456f0ca7ebc83b35abd061 | 1 | roles/snow-business-rule | 347 | [
"no_license"
] | [
{
"path": "roles/snow-business-rule/tasks/main.yml",
"content": "---\n- name: Check if Business Rule already exists\n uri:\n url: \"https://{{ snow_instance }}.service-now.com/api/now/table/sys_script?name=Ansible%20Tower%20Demo\"\n user: \"{{ snow_username }}\"\n password: \"{{ <PASSWORD> }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | corumj/ansible-servicenow-demo | c6938b384018eea275456f0ca7ebc83b35abd061 | 1 | roles/snow-compliance | 347 | [
"no_license"
] | [
{
"path": "roles/snow-compliance/tasks/main.yml",
"content": "- name: Spin up a Windows server to compliance check \n ansible.controller.job_launch:\n job_template: 1. Provision\n extra_vars:\n survey_group_name: \"compliance\"\n survey_short_desc: \"borg\"\n survey_server_env: \"dev\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6975,
"all_permissive": false
} |
ansible_role | corumj/ansible-servicenow-demo | c6938b384018eea275456f0ca7ebc83b35abd061 | 1 | roles/snow-credential | 347 | [
"no_license"
] | [
{
"path": "roles/snow-credential/tasks/main.yml",
"content": "---\n- name: Setup SNOW Custom Credential Type\n ansible.controller.credential_type:\n name: ServiceNow\n description: Credentials type for ServiceNow\n kind: cloud\n inputs: \"{{ lookup('file', 'files/inputs_snow.yml') | from_yaml }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | corumj/ansible-servicenow-demo | c6938b384018eea275456f0ca7ebc83b35abd061 | 1 | roles/snow-rest-message | 347 | [
"no_license"
] | [
{
"path": "roles/snow-rest-message/defaults/main.yml",
"content": "---\n# ServiceNow Basic Authorization Profile\nauth_profile_name: Ansible Auth Profile\n\n# ServiceNow REST Message\nrest_message_name: Ansible API\nrest_message_method_name: Ansible API Method\nrest_endpoint_url: \"{{ lookup('env', 'TOWER_H... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3425,
"all_permissive": false
} |
ansible_role | opnfv/stor4nfv | 223c598c19bcd5190454369f16ed9ca25575be5e | 1 | ci/ansible/roles/cleaner | 347 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/cleaner/tasks/main.yml",
"content": "# Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\r\n#\r\n# Licensed under the Apache License, Version 2.0 (the \"License\");\r\n# you may not use this file except in compliance with the License.\r\n# You may obtain a cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5511,
"all_permissive": false
} |
ansible_role | opnfv/stor4nfv | 223c598c19bcd5190454369f16ed9ca25575be5e | 1 | ci/ansible/roles/common | 347 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/common/tasks/main.yml",
"content": "# Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\r\n#\r\n# Licensed under the Apache License, Version 2.0 (the \"License\");\r\n# you may not use this file except in compliance with the License.\r\n# You may obtain a copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4541,
"all_permissive": false
} |
ansible_role | opnfv/stor4nfv | 223c598c19bcd5190454369f16ed9ca25575be5e | 1 | ci/ansible/roles/dashboard-installer | 347 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/dashboard-installer/tasks/main.yml",
"content": "# Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2618,
"all_permissive": false
} |
ansible_role | opnfv/stor4nfv | 223c598c19bcd5190454369f16ed9ca25575be5e | 1 | ci/ansible/roles/nbp-installer | 347 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/nbp-installer/tasks/main.yml",
"content": "# Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\r\n#\r\n# Licensed under the Apache License, Version 2.0 (the \"License\");\r\n# you may not use this file except in compliance with the License.\r\n# You may obtain... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7149,
"all_permissive": false
} |
ansible_role | opnfv/stor4nfv | 223c598c19bcd5190454369f16ed9ca25575be5e | 1 | ci/ansible/roles/osdsdock | 347 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/osdsdock/tasks/main.yml",
"content": "# Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\r\n#\r\n# Licensed under the Apache License, Version 2.0 (the \"License\");\r\n# you may not use this file except in compliance with the License.\r\n# You may obtain a co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8231,
"all_permissive": false
} |
ansible_role | opnfv/stor4nfv | 223c598c19bcd5190454369f16ed9ca25575be5e | 1 | ci/ansible/roles/osdslet | 347 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/osdslet/tasks/main.yml",
"content": "# Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\r\n#\r\n# Licensed under the Apache License, Version 2.0 (the \"License\");\r\n# you may not use this file except in compliance with the License.\r\n# You may obtain a cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | NagamaniPalemkota/expense-ansible-roles | 06dd8e23eafd55ed2cf2775202c8cc758796f79e | 0 | roles/backend | 350 | [
"no_license"
] | [
{
"path": "roles/backend/vars/main.yaml",
"content": "login_hostname: db.muvva.online\nlogin_user: root\nDB_HOST: db.muvva.online\nAPP_LOCATION: /app\ncomponent: backend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/backend/tasks/main.yaml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | NagamaniPalemkota/expense-ansible-roles | 06dd8e23eafd55ed2cf2775202c8cc758796f79e | 0 | roles/common | 350 | [
"no_license"
] | [
{
"path": "roles/common/tasks/common_code.yaml",
"content": "- name: deleting old app directory\n ansible.builtin.file:\n path: \"{{ APP_LOCATION }}\"\n state: absent\n\n- name: creating app directory\n ansible.builtin.file:\n path: \"{{ APP_LOCATION }}\"\n state: directory\n\n- name: download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | NagamaniPalemkota/expense-ansible-roles | 06dd8e23eafd55ed2cf2775202c8cc758796f79e | 0 | roles/frontend | 350 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yaml",
"content": "- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: start and enable nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: using common role for creating app fold... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | okamos/playbooks | c25a39de1dcaaa0e8cf4d0abcb7762bd5de2d500 | 0 | roles/ec2 | 350 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/main.yml",
"content": "- name: get subnet_id\n ec2_vpc_subnet_facts:\n region: \"{{ ec2.region | default('ap-northeast-1') }}\"\n filters:\n \"tag:Name\": \"{{ ec2.vpc_subnets }}\"\n register: subnet_fact\n\n- name: build EC2 instance(s)\n ec2:\n image: \"{{ ec2.a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1549,
"all_permissive": false
} |
ansible_role | okamos/playbooks | c25a39de1dcaaa0e8cf4d0abcb7762bd5de2d500 | 0 | roles/nginx | 350 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/image_filter.yml",
"content": "- name: Nginx | make document root\n file:\n path: /var/www/html\n state: directory\n\n- name: Nginx | send health check file\n template:\n src: health.txt\n dest: /var/www/html/\n\n- name: Nginx | send config file\n template:\n s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3277,
"all_permissive": false
} |
ansible_role | okamos/playbooks | c25a39de1dcaaa0e8cf4d0abcb7762bd5de2d500 | 0 | roles/prelude | 350 | [
"no_license"
] | [
{
"path": "roles/prelude/tasks/packages.yml",
"content": "- name: add apt-repository software-properties-common\n apt: name=software-properties-common state=latest\n\n- name: add apt-repository transport-https\n apt: name=apt-transport-https state=latest\n\n- apt: pkg={{ item }} state=present update_cache... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | ranmizrachi/bigpandaio | 41cb1d690660c95893a3fc8cea7ac4a98ba2d6b2 | 0 | roles/nodejs | 350 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install dependencies\n become: yes\n apt: pkg={{item}} state=installed\n with_items:\n - nodejs\n - npm\n\n- name: npm local install\n become: yes\n npm: name={{item}} path=/tmp/bamboo-app\n with_items:\n - httpdispatcher\n\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | salomaosan/users-grafana-automations | d3b4a69240b10a3dc0bdcb7431dc951f96832aaf | 0 | roles/associate-user-to-orgs | 350 | [
"no_license"
] | [
{
"path": "roles/associate-user-to-orgs/tasks/main.yml",
"content": "---\n# tasks file for associte-admin-users\n- include: associate-admin-users.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/associate-user-to-orgs/tasks/associate-admin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | salomaosan/users-grafana-automations | d3b4a69240b10a3dc0bdcb7431dc951f96832aaf | 0 | roles/create-user | 350 | [
"no_license"
] | [
{
"path": "roles/create-user/tasks/main.yml",
"content": "---\n# tasks file for create-user\n- include: create-user.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/create-user/tasks/create-user.yml",
"content": "---\n## Verificando ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3034,
"all_permissive": false
} |
ansible_role | salomaosan/users-grafana-automations | d3b4a69240b10a3dc0bdcb7431dc951f96832aaf | 0 | roles/list-orgs | 350 | [
"no_license"
] | [
{
"path": "roles/list-orgs/tasks/list-orgs.yml",
"content": "- name: Listando Organizações\n uri:\n url: \"{{ grf_server_host }}/api/orgs\"\n headers:\n Content-Type: \"application/json\"\n user: \"{{ grf_username }}\"\n password: \"{{ <PASSWORD> }}\"\n method: GET\n force_basic_auth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | idrisscharai/MyVagrant | 01fce7d64f21fdcad56381463ce7b15d252006b7 | 0 | roles/apache | 350 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: 1) Install Apache\n become: yes\n apt: name=apache2 state=present\n\n- name: 2) Install PHP module for Apache\n become: yes\n apt: name=libapache2-mod-php state=present\n\n- name: 3) Install MySQL extension for PHP\n become: yes\n apt: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | idrisscharai/MyVagrant | 01fce7d64f21fdcad56381463ce7b15d252006b7 | 0 | roles/mariadb | 350 | [
"no_license"
] | [
{
"path": "roles/mariadb/files/dump.sql",
"content": "CREATE TABLE IF NOT EXISTS IdrissDB (\n message varchar(255) NOT NULL\n) ENGINE=MyISAM DEFAULT CHARSET=utf8;\n\nINSERT INTO IdrissDB (message) VALUES('This is Idriss database!');\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | mwczarnik/terraform-k3s | a56d8f95bc09fda25f57efb8fafbdea14f6f3390 | 0 | ansible/roles/apps_core | 350 | [
"no_license"
] | [
{
"path": "ansible/roles/apps_core/vars/main.yml",
"content": "---\ncore_apps_debian:\n - apt-transport-https\n - bash-completion\n - curl\n - gnupg\n - htop\n - less\n - ncdu\n - netcat\n - rsync\n - wget\n - jq\n - vim\n\ncore_apps_redhat:\n - bash-completion\n - curl\n - gnupg\n - htop\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | mwczarnik/terraform-k3s | a56d8f95bc09fda25f57efb8fafbdea14f6f3390 | 0 | ansible/roles/k3s | 350 | [
"no_license"
] | [
{
"path": "ansible/roles/k3s/tasks/main.yml",
"content": "---\n# tasks file for k3s\n- name: Control node initial setup\n block:\n - name: Download and install k3s control plane node\n ansible.builtin.shell: sudo curl -sfL https://get.k3s.io | sh -\n\n - name: Fetch kubeconfig\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | chryslerpalomar/CPE232_PALOMAR_HOA10 | 20284104257d751056103be36dff5e67c6cdb401 | 0 | roles/remote_servers_centos | 350 | [
"no_license"
] | [
{
"path": "roles/remote_servers_centos/tasks/elasticsearch.yml.j2",
"content": "cluster.name: my-elasticsearch-cluster\nnode.name: {{ inventory_hostname }}\npath.data: /var/lib/elasticsearch\npath.logs: /var/log/elasticsearch\nnetwork.host: 0.0.0.0\nhttp.port: 9200 # Specify the desired HTTP port here\ndis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1507,
"all_permissive": false
} |
ansible_role | chryslerpalomar/CPE232_PALOMAR_HOA10 | 20284104257d751056103be36dff5e67c6cdb401 | 0 | roles/remote_servers_ubuntu | 350 | [
"no_license"
] | [
{
"path": "roles/remote_servers_ubuntu/tasks/main.yml",
"content": " - name: install required packages (Ubuntu)\n apt:\n name:\n - apt-transport-https\n state: latest\n\n - name: Install the Elasticsearch GPG key (Ubuntu)\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | navyzet-ckick/postgres_logical_test | 3851b10cf65bdbaab0b66f6470c8936f5bb1e0a8 | 0 | roles/my-postgres | 350 | [
"no_license"
] | [
{
"path": "roles/my-postgres/defaults/main.yml",
"content": "---\npostgresql_version: 10\npostgresql_locale_parts:\n - \"en_US\" # Locale\n - \"UTF-8\" # Encoding\npostgresql_locale: \"{{ postgresql_locale_parts | join('.') }}\"\npostgresql_env:\n LC_ALL: \"{{ postgresql_locale }}\"\n LC_LCTYPE: \"{{ po... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | robert-floor/ansible_tutorial | 9827bd627f1f8c0066b4b55a82c07dbe70fe4d6b | 0 | roles/apache2 | 350 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n- name: install web components\n apt: name={{item}} state=present\n with_items:\n - apache2\n - libapache2-mod-wsgi\n tags: ['packages']\n\n- name: ensure mod_wsgi enable\n apache2_module: state=present name=wsgi\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | robert-floor/ansible_tutorial | 9827bd627f1f8c0066b4b55a82c07dbe70fe4d6b | 0 | roles/control | 350 | [
"no_license"
] | [
{
"path": "roles/control/tasks/main.yml",
"content": "---\n# tasks file for control\n- name: install tools\n community.general.homebrew:\n name: curl\n state: present\n tags: ['packages']",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | robert-floor/ansible_tutorial | 9827bd627f1f8c0066b4b55a82c07dbe70fe4d6b | 0 | roles/mysql | 350 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: install tools\n apt: name=python-mysqldb state=present\n tags: ['packages'] \n \n- name: install mysql-server\n apt: name=mysql-server state=present\n tags: ['packages']\n\n- name: ensure mysql is listening on all ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | robert-floor/ansible_tutorial | 9827bd627f1f8c0066b4b55a82c07dbe70fe4d6b | 0 | roles/nginx | 350 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: install tool\n apt: name={{item}} state=present\n with_items:\n - python-httplib2\n tags: ['packages']\n\n- name: install nginx\n apt:\n name: nginx\n state: present\n tags: ['packages']\n\n- name: install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-tags-and-roles-notes | c069434cf3efb5f3338f5b0f22a6b1cf6701e476 | 0 | roles/dep | 350 | [
"no_license"
] | [
{
"path": "roles/dep/tasks/main.yml",
"content": "---\n- name: Debug\n ansible.builtin.debug:\n msg: \"Dep roles\"\n tags: dep_task\n\n- name: Debug const_var\n ansible.builtin.debug:\n var: const_var\n\n- name: Debug dyn_var1\n ansible.builtin.debug:\n var: dyn_var1\n\n- name: Debug dyn_var2\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-tags-and-roles-notes | c069434cf3efb5f3338f5b0f22a6b1cf6701e476 | 0 | roles/test | 350 | [
"no_license"
] | [
{
"path": "roles/test/tasks/inc_false.yml",
"content": "---\n- name: WHen false\n ansible.builtin.debug:\n msg: \"Not run\"\n\n tags: test_incfalse_task\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/test/tasks/inc.yml",
"content"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | glitch2k/opennedPorts | 97e2333df0616d7387acea0e2d95674d5206b927 | 0 | roles/findCDPNeighbours | 350 | [
"no_license"
] | [
{
"path": "roles/findCDPNeighbours/defaults/main.yml",
"content": "---\n# defaults file for findCDPNeighbours\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/findCDPNeighbours/tasks/main.yml",
"content": "---\n# tasks file for findCDPNe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | glitch2k/opennedPorts | 97e2333df0616d7387acea0e2d95674d5206b927 | 0 | roles/openPorts | 350 | [
"no_license"
] | [
{
"path": "roles/openPorts/handlers/main.yml",
"content": "---\n# handlers file for openPorts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/openPorts/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | cooktheryan/roadshow | f3dece72519d214e5f0369b2d6dfc07f49403c1c | 0 | playbooks/roles/cloudformation-infra | 350 | [
"no_license"
] | [
{
"path": "playbooks/roles/cloudformation-infra/files/user_data_node.yml",
"content": "#cloud-config\ncloud_config_modules:\n- disk_setup\n- mounts\n\nfs_setup:\n- label: emptydir\n filesystem: xfs\n device: /dev/xvdc\n partition: auto\n\nruncmd:\n- mkdir -p /var/lib/origin/openshift.local.volumes\n\nmou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 15050,
"all_permissive": false
} |
ansible_role | cooktheryan/roadshow | f3dece72519d214e5f0369b2d6dfc07f49403c1c | 0 | playbooks/roles/terminate-all | 350 | [
"no_license"
] | [
{
"path": "playbooks/roles/terminate-all/tasks/main.yaml",
"content": "---\n- name: Remove Cloudformation\n cloudformation:\n stack_name: \"Roadshow-Infra\"\n state: absent\n template: roles/cloudformation-infra/files/roadshow.json\n region: \"{{ region }}\"\n ignore_errors: true\n- name: look... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | AlexanderRezaev/PostgreSQL-HA | bfa30f48439bc93f1cf7b73fd882b94ed13fb396 | 0 | ansible-pg-ha/roles/install-cgroups | 350 | [
"no_license"
] | [
{
"path": "ansible-pg-ha/roles/install-cgroups/tasks/install.yml",
"content": "---\n- local_action: command hostname\n register: hst\n run_once: true\n\n- name: Notify SysLog | {{ playbook_dir | basename }} role={{ role_name }} inventory={{ inventory_file }} tag={{ ansible_run_tags }}\n shell: logger -t ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | AlexanderRezaev/PostgreSQL-HA | bfa30f48439bc93f1cf7b73fd882b94ed13fb396 | 0 | ansible-pg-ha/roles/install-postgres | 350 | [
"no_license"
] | [
{
"path": "ansible-pg-ha/roles/install-postgres/tasks/install.yml",
"content": "---\n- local_action: command hostname\n register: hst\n run_once: true\n tags: [postgres_install]\n\n- name: Notify SysLog | {{ playbook_dir | basename }} role={{ role_name }} inventory={{ inventory_file }} tag={{ ansible_run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 11740,
"all_permissive": false
} |
ansible_role | mlennon3/ansible_powerup | ed52aab0855007455964dee4ce2d3eb6f9ad232c | 0 | ansible/roles/devstation | 350 | [
"no_license"
] | [
{
"path": "ansible/roles/devstation/files/bash_profile",
"content": "##Colors\nexport GREP_OPTIONS='--color=auto' export CLICOLOR=1;\n\nman() {\n env \\\n LESS_TERMCAP_mb=$(printf \"\\e[1;31m\") \\\n LESS_TERMCAP_md=$(printf \"\\e[1;31m\") \\\n LESS_TERMCAP_me=$(printf \"\\e[0m\") \\\n LESS_TER... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | WilliamMarti/netbox-ansible-playbooks | e679d9dd499a10058e5611422a8f68174c8d3ba3 | 0 | roles/install | 351 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "- name: Update and upgrade apt packages\n ansible.builtin.apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: install system packages\n ansible.builtin.apt:\n pkg:\n - redis-server\n - pip\n - python3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4417,
"all_permissive": false
} |
ansible_role | WilliamMarti/netbox-ansible-playbooks | e679d9dd499a10058e5611422a8f68174c8d3ba3 | 0 | roles/upgrade | 351 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "- name: Update and upgrade apt packages\n ansible.builtin.apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: Download and unpack Netbox file\n ansible.builtin.unarchive:\n src: \"https://github.com/netbox-community... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2010,
"all_permissive": false
} |
ansible_role | BenAmor1/ProjectCD | a47d27660212d7ee61ad32fd65a50729fcbaa2d6 | 0 | ansible/roles/build | 351 | [
"no_license"
] | [
{
"path": "ansible/roles/build/tasks/main.yml",
"content": "---\n#tasks file for buildDocker\n- name: install npm\n apt: name=npm\n#runing npm installa\n- name: running npm install\n shell: npm install /var/lib/jenkins/workspace/CD_Project\n#build project\n- name: build App\n shell: ng build --prod && ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | BenAmor1/ProjectCD | a47d27660212d7ee61ad32fd65a50729fcbaa2d6 | 0 | ansible/roles/docker | 351 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: cd-project\n build:\n path: /var/lib/jenkins/workspace/CD_Project\n pull: no\n source: build\n state: present\n force_source: true\n- name: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | BenAmor1/ProjectCD | a47d27660212d7ee61ad32fd65a50729fcbaa2d6 | 0 | ansible/roles/docker-registry | 351 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n\n# TAG docker image with name repo\n- name: docker tag\n shell: docker image tag cd-project beffa/continuous-delivery:cd-project\n#push image to docker repo\n- name: push image\n shell: docker pus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | pruiz-ca/ansible_microserver | 8ef5233dd79e0350c221c8f92e1105507b89754e | 0 | roles/docker | 351 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n### Docker\n\ndocker_config_dir: /dockerdata\n\ndocker_img_dir: /dockerimg\n\ndocker_storage_driver: overlay2\n\ndocker_daemon_json:\n data-root: \"{{ docker_img_dir }}\"\n storage-driver: \"{{ docker_storage_driver }}\"\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | pruiz-ca/ansible_microserver | 8ef5233dd79e0350c221c8f92e1105507b89754e | 0 | roles/post | 351 | [
"no_license"
] | [
{
"path": "roles/post/tasks/main.yml",
"content": "---\n- name: Applying correct permissions to docker_config_dir\n become: true\n file:\n path: \"{{ docker_config_dir }}\"\n mode: 0755\n owner: \"{{ username }}\"\n group: \"{{ username }}\"\n recurse: true\n\n- name: Applying correct permi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | pruiz-ca/ansible_microserver | 8ef5233dd79e0350c221c8f92e1105507b89754e | 0 | roles/school42 | 351 | [
"no_license"
] | [
{
"path": "roles/school42/tasks/website.yml",
"content": "---\n### Clone repo\n\n- name: Remove cv directory\n become: true\n file:\n path: \"~/Documents/{{ website_name }}\"\n state: absent\n\n- name: \"Clone website repo\"\n become: false\n git:\n repo: \"{{ website_repo }}\"\n dest: \"~/D... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2846,
"all_permissive": false
} |
ansible_role | pruiz-ca/ansible_microserver | 8ef5233dd79e0350c221c8f92e1105507b89754e | 0 | roles/system | 351 | [
"no_license"
] | [
{
"path": "roles/system/tasks/essential.yml",
"content": "---\n- name: Update packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install essential packages\n package:\n name: \"{{ packages }}\"\n state: latest\n\n- name: Disable SSH password auth\n lineinfile:\n dest: /etc/ssh/s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1812,
"all_permissive": false
} |
ansible_role | lenocruz/vagrant_hadoop | 8833b1ef4604b175022336dad66abdfa6e285e85 | 0 | ansible/provisioning/roles/vagrant_configure | 351 | [
"no_license"
] | [
{
"path": "ansible/provisioning/roles/vagrant_configure/tasks/main.yml",
"content": "---\n- name: Vagrant networking; resolve.conf option(check if this works with hadoop)\n lineinfile:\n dest: /etc/resolv.conf\n state: present\n line: \"options single-request-reopen\"\n- name: Copy in custom motd ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2824,
"all_permissive": false
} |
ansible_role | lenocruz/vagrant_hadoop | 8833b1ef4604b175022336dad66abdfa6e285e85 | 0 | db/provisioning/roles/vagrant_configure | 351 | [
"no_license"
] | [
{
"path": "db/provisioning/roles/vagrant_configure/tasks/main.yml",
"content": "---\n\n- name: Vagrant networking; resolve.conf option(check if this works with hadoop)\n lineinfile:\n dest: /etc/resolv.conf\n state: present\n line: \"options single-request-reopen\"\n- name: Copy in custom motd fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | jjbier/ansible-playbook-essentials | 4f58cb50b3b38a6d165a218fe59f0ea05ab9707f | 0 | provisioning/roles/base | 351 | [
"no_license"
] | [
{
"path": "provisioning/roles/base/tasks/install_Debian.yml",
"content": "- name: upgrade all packages\n apt: name=* state=latest\n- name: Install Python\n\n apt: name=python state=latest\n- name: create admin group\n\n- name: install selinux bindings \n apt: name=libselinux-python state=present ",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | jjbier/ansible-playbook-essentials | 4f58cb50b3b38a6d165a218fe59f0ea05ab9707f | 0 | provisioning/roles/mysql | 351 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/tasks/install_Debian.yml",
"content": "- name: Install mysql server\n apt:\n name:\"{{ mysql_pkg }}\"\n update_cachey:es",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "provisioning/roles/mysql/meta/main.y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | jjbier/ansible-playbook-essentials | 4f58cb50b3b38a6d165a218fe59f0ea05ab9707f | 0 | provisioning/roles/nginx | 351 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/install.yml",
"content": "- name: Add official nginx repository\n template: dest=/etc/yum.repos.d/nginx.repo src=nginx.repo.j2\n\n- name: Install nginx web server and ensure its at the latest version\n yum: name=nginx state=latest",
"license_type": "no_license... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | jjbier/ansible-playbook-essentials | 4f58cb50b3b38a6d165a218fe59f0ea05ab9707f | 0 | provisioning/roles/ntp | 351 | [
"no_license"
] | [
{
"path": "provisioning/roles/ntp/tasks/main.yml",
"content": "---\n- name: (RedHat) pkg install\n when: ansible_os_family == 'RedHat'\n include: install_RedHat.yml\n\n- name: (Debian) pkg install\n when: ansible_os_family == 'Debian'\n include: install_Debian.yml\n\n- name: configure...\n template: sr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | nierdz/dotfiles | dc93256a451cf77dbb28975ec9766cdd4578f59c | 0 | roles/dotfiles | 351 | [
"no_license"
] | [
{
"path": "roles/dotfiles/templates/.config/starship.toml.j2",
"content": "# {{ ansible_managed }}\n\nadd_newline = false\n\n[hostname]\nssh_only = false\n\n[username]\nshow_always = true\n\n[kubernetes]\ndisabled = false\n\n[directory]\ntruncate_to_repo = false\n\n[terraform]\ndisabled = true\n\n[nodejs]\n... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 28252,
"all_permissive": false
} |
ansible_role | mborne/geostack-deploy | f228d60bc35df6bb46ff42ee953859ee0e776067 | 0 | ansible/roles/geoserver | 351 | [
"no_license"
] | [
{
"path": "ansible/roles/geoserver/templates/etc/systemd/system/geoserver.service.j2",
"content": "[Unit]\nDescription=Geoserver\nAfter=multi-user.target\n\n[Service]\nType=simple\nUser=geoserver\nWorkingDirectory=/opt/geoserver/bin\nExecStart=/bin/bash /opt/geoserver/bin/startup.sh\nRestart=always\nRestart... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4374,
"all_permissive": false
} |
ansible_role | mborne/geostack-deploy | f228d60bc35df6bb46ff42ee953859ee0e776067 | 0 | ansible/roles/postgres | 351 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/README.md",
"content": "# Rôle ansible pour l'installation de PostgreSQL\n\n## Points clés\n\n* [tasks/main.yml](tasks/main.yml) correspond à la [procédure d'installation](https://www.postgresql.org/download/linux/ubuntu/) :\n * Configuration du dépôt APT PostgreSQL (`/etc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2993,
"all_permissive": false
} |
ansible_role | woshishui419/ansible-homework | 655ff209fba5f54083c2aea2178e48bb54f95b05 | 0 | qa-environment/roles/osp.keypair | 351 | [
"no_license"
] | [
{
"path": "qa-environment/roles/osp.keypair/tasks/main.yml",
"content": "---\n# tasks file for osp.keypair\n - name: Generate key files\n user:\n name: \"{{ ansible_env.USER }}\"\n generate_ssh_key: yes\n ssh_key_file: .ssh/test_id_rsa\n - os_keypair:\n cloud: osp_cloud\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | fuchain/librarian-module | ad3db50b188b447716be4af2c72dbd8477fc3b0b | 3 | deployments/ansible/configuration/roles/bigchaindb | 351 | [
"no_license"
] | [
{
"path": "deployments/ansible/configuration/roles/bigchaindb/tasks/fedora.yml",
"content": "\n---\n- name: Install dependencies | dnf\n dnf:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ dependencies_dnf }}\"\n tags: [bigchaindb]",
"license_type": "no_license",
"detected_licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | fuchain/librarian-module | ad3db50b188b447716be4af2c72dbd8477fc3b0b | 3 | deployments/ansible/configuration/roles/docker | 351 | [
"no_license"
] | [
{
"path": "deployments/ansible/configuration/roles/docker/tasks/macos.yml",
"content": "---\n- name: Check if Docker is Present\n command: docker\n register: result\n ignore_errors: True\n tags: [docker]\n\n- name: Error! Docker not found\n fail:\n msg: \"Docker not installed on MacOSX, please visit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | fuchain/librarian-module | ad3db50b188b447716be4af2c72dbd8477fc3b0b | 3 | deployments/ansible/configuration/roles/mongodb | 351 | [
"no_license"
] | [
{
"path": "deployments/ansible/configuration/roles/mongodb/tasks/main.yml",
"content": "\n---\n- name: Check if Docker is running\n command: docker info\n register: info_result\n ignore_errors: True\n when: stack_type|lower == \"docker\" or stack_type|lower == \"cloud\"\n tags: [mongodb]\n\n- name: Err... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | fuchain/librarian-module | ad3db50b188b447716be4af2c72dbd8477fc3b0b | 3 | deployments/ansible/configuration/roles/py36 | 351 | [
"no_license"
] | [
{
"path": "deployments/ansible/configuration/roles/py36/tasks/centos.yml",
"content": "---\n- name: Install dependencies py36 | yum\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n state: present\n with_items:\n - \"yum-utils\"\n - \"https://centos7.iuscommunity.org/ius-release.rpm\"\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | fuchain/librarian-module | ad3db50b188b447716be4af2c72dbd8477fc3b0b | 3 | deployments/ansible/configuration/roles/tendermint | 351 | [
"no_license"
] | [
{
"path": "deployments/ansible/configuration/roles/tendermint/defaults/main.yml",
"content": "\ndependencies_key_exchange:\n - nginx\n - jq\n\ntendermint_binary_url: \"https://github.com/tendermint/tendermint/releases/download/v{{ tm_version }}/tendermint_{{ tm_version }}_linux_amd64.zip\"\n\n# Docker con... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | danielfrg/dotfiles | cf5c10f413c7b9c64e2dd25ef1b21fdbbf1afb30 | 1 | ansible/roles/dev | 356 | [
"no_license"
] | [
{
"path": "ansible/roles/dev/tasks/conda.yml",
"content": "---\n- name: check conda\n stat: path=/{{ ansible_env.HOME }}/conda\n register: conda\n\n- name: download miniforge\n ansible.builtin.get_url:\n url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | danielfrg/dotfiles | cf5c10f413c7b9c64e2dd25ef1b21fdbbf1afb30 | 1 | ansible/roles/dotfiles | 356 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - git\n - git-delta\n - eza\n - fzf\n - htop\n - just\n - less\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | danielfrg/dotfiles | cf5c10f413c7b9c64e2dd25ef1b21fdbbf1afb30 | 1 | ansible/roles/nvidia-drivers | 356 | [
"no_license"
] | [
{
"path": "ansible/roles/nvidia-drivers/tasks/main.yml",
"content": "- name: Include Ubuntu tasks\n include_tasks: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n- name: Include Arch Linux tasks\n include_tasks: arch.yml\n when: ansible_distribution == 'Archlinux'\n",
"license_type": "no_lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | danielfrg/dotfiles | cf5c10f413c7b9c64e2dd25ef1b21fdbbf1afb30 | 1 | ansible/roles/tmux | 356 | [
"no_license"
] | [
{
"path": "ansible/roles/tmux/tasks/main.yml",
"content": "---\n- name: Ensure ~/.tmux/plugins directory exists\n file:\n dest: \"{{ ansible_env.HOME }}/.config/tmux\"\n state: directory\n\n- name: Clone tpm\n git:\n repo: https://github.com/tmux-plugins/tpm\n dest: \"{{ ansible_env.HOME }}/.t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | Pajmage/Ansible_demo | 7c094cc9a35f976219ccd1e774eec29339dee9d2 | 0 | roles/cleanup | 356 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yaml",
"content": "# Ansible role to clean up files and folders on client machines\n---\n- name: Delete folder structure and files\n file:\n path: /home/ansible/waterhole\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | Pajmage/Ansible_demo | 7c094cc9a35f976219ccd1e774eec29339dee9d2 | 0 | roles/database | 356 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yaml",
"content": "# Ansible role to install and start MongoDB service\n---\n#- name: Import the public key used by the package management system\n# apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=7F0CEB10 state=present\n\n#- name: Add MongoDB repository\n# apt_rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | Pajmage/Ansible_demo | 7c094cc9a35f976219ccd1e774eec29339dee9d2 | 0 | roles/filemgmt | 356 | [
"no_license"
] | [
{
"path": "roles/filemgmt/tasks/main.yaml",
"content": "# Ansible role to create files and folders on client machines\n---\n- name: Create folder structure\n file:\n path: /home/ansible/waterhole\n mode: 0775\n state: directory\n\n- name: Create empty Readme.txt file\n file: \n path: /home/ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | diogotozzi/genesis-ansible | 684cadd12306eb9a1509750c3a21c196b86f649c | 0 | roles/common | 356 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: update APT cache\n apt: update_cache=yes\n\n- name: install general tools\n apt: name={{ item }} state=present\n with_items:\n - sl #just kidding\n - htop\n - curl\n - zip\n - unzip\n - git\n - vim\n - gawk\n - a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | andersonqueiroz/estudos-ansible | 1d68b163ee7e98822acd2367be82a9b3959344c5 | 0 | roles/config-postgres | 356 | [
"no_license"
] | [
{
"path": "roles/config-postgres/tasks/configure.yaml",
"content": "- name: Create a new database\n postgresql_db:\n name: \"{{ database_name }}\"\n encoding: UTF-8\n become: true\n become_user: postgres\n\n- name: Create user\n postgresql_user:\n db: \"{{ database_name }}\"\n name: \"{{ dat... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1418,
"all_permissive": false
} |
ansible_role | andersonqueiroz/estudos-ansible | 1d68b163ee7e98822acd2367be82a9b3959344c5 | 0 | roles/config-ssh | 356 | [
"no_license"
] | [
{
"path": "roles/config-ssh/tasks/main.yaml",
"content": "- name: Configure sshd on new machine\n lineinfile:\n path: \"/etc/ssh/ssh_config\"\n regex: \"^(#)?{{item.key}}\"\n line: \"{{item.key}} {{item.value}}\"\n state: present\n loop:\n - key: \"Port\"\n value: \"9922\"\n - key: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | andersonqueiroz/estudos-ansible | 1d68b163ee7e98822acd2367be82a9b3959344c5 | 0 | roles/create-django-home | 356 | [
"no_license"
] | [
{
"path": "roles/create-django-home/tasks/install-requirements.yaml",
"content": "- name: Install python3 packages\n apt:\n pkg:\n - python3\n - python3-dev\n - python3-venv\n\n- name: Install virtualenv via pip\n pip:\n name: virtualenv\n executable: pip3\n\n- name: Install requirements... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | andersonqueiroz/estudos-ansible | 1d68b163ee7e98822acd2367be82a9b3959344c5 | 0 | roles/ssl-setup | 356 | [
"no_license"
] | [
{
"path": "roles/ssl-setup/tasks/setup-certbot.yaml",
"content": "- name: Installing certbot\n ansible.builtin.apt:\n pkg:\n - certbot \n - python3-certbot-nginx\n\n# - name: Challenge certificate\n# ansible.builtin.shell: certbot certonly -n --nginx -d {{ nginx_server_name }}\n\n- name: Replaci... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1456,
"all_permissive": false
} |
ansible_role | andersonqueiroz/estudos-ansible | 1d68b163ee7e98822acd2367be82a9b3959344c5 | 0 | roles/web-setup | 356 | [
"no_license"
] | [
{
"path": "roles/web-setup/tasks/setup-nginx.yaml",
"content": "- name: Installing NGINX\n ansible.builtin.apt:\n name: nginx\n state: latest\n\n- name: Configuring NGINX\n ansible.builtin.template:\n src: \"../templates/nginx-template.j2\"\n dest: /etc/nginx/sites-available/{{ project_name }}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2407,
"all_permissive": false
} |
ansible_role | sanjurajrh/learnmore | 86742fe7576805031d50eb11ec70233388afdaae | 0 | git-repos/q10/roles/user.example | 356 | [
"no_license"
] | [
{
"path": "git-repos/q10/roles/user.example/tasks/main.yml",
"content": "---\n# tasks file for example\n- name: Test message\n ansible.builtin.debug:\n msg: \"This is a Cisco device\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.