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 | speedfl/mongo-replica-set-production | 8483b467c28875857ca8685f1b678b2cc2fd80a0 | 19 | ansible/roles/hello | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/hello/tasks/main.yml",
"content": "- name: Say Hello\n debug:\n msg: Hello world!!!",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 50,
"all_permissive": false
} |
ansible_role | speedfl/mongo-replica-set-production | 8483b467c28875857ca8685f1b678b2cc2fd80a0 | 19 | ansible/roles/mongodb | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/tasks/main.yml",
"content": "- name: Copy mongod.conf file\n template:\n src: mongod.conf.j2\n force: yes\n dest: /etc/mongod.conf\n owner: mongodb\n\n- name: Change DB path ownership and permissions to 700\n file:\n path: \"{{ mongodb_db_path }}\"\n owne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1855,
"all_permissive": false
} |
ansible_role | speedfl/mongo-replica-set-production | 8483b467c28875857ca8685f1b678b2cc2fd80a0 | 19 | ansible/roles/monitoring-clients | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring-clients/tasks/main.yml",
"content": "- name: Install gnupg2 if needed\n apt:\n name: gnupg2\n state: present\n update_cache: true\n\n- name: Retrieving percona latest repository\n get_url:\n url: https://repo.percona.com/apt/percona-release_latest.generic_al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1652,
"all_permissive": false
} |
ansible_role | speedfl/mongo-replica-set-production | 8483b467c28875857ca8685f1b678b2cc2fd80a0 | 19 | ansible/roles/monitoring-server | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring-server/tasks/main.yml",
"content": "# https://ask.ubuntu.com/questions/842592/apt-get-fails-on-16-04-or-18-04-installing-mongodb\n- name: Install docker\n apt:\n name: docker.io\n state: present\n update_cache: true\n\n- name: Check docker installation_status\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | speedfl/mongo-replica-set-production | 8483b467c28875857ca8685f1b678b2cc2fd80a0 | 19 | ansible/roles/prepare-host | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare-host/templates/hosts.j2",
"content": "127.0.0.1 localhost\n127.0.0.1 {{ inventory_hostname }}\n127.0.0.1 {{ hostvars[inventory_hostname]['host_name'] }}\n{% for host in groups['mongodb'] %}\n{{ hostvars[host]['host_ip'] }} {{ host }}\n{{ hostvars[host]['host_ip'] }} {{ hostv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1709,
"all_permissive": false
} |
ansible_role | speedfl/mongo-replica-set-production | 8483b467c28875857ca8685f1b678b2cc2fd80a0 | 19 | ansible/roles/replica-set | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/replica-set/templates/addMembers.js.j2",
"content": "{% for secondary in groups['secondaries'] %}\nrs.add({ host: \"{{ secondary }}:27017\", priority: {{ hostvars[secondary]['priority'] }} })\n{% endfor %}\n{% for arbiter in groups['arbiter'] %}\nrs.addArb(\"{{ arbiter }}:27017\")\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4225,
"all_permissive": false
} |
ansible_role | speedfl/mongo-replica-set-production | 8483b467c28875857ca8685f1b678b2cc2fd80a0 | 19 | ansible/roles/security | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/security/tasks/main.yml",
"content": "- name: Create /etc/mongodb directory if it does not exist\n file:\n path: /etc/mongodb\n state: directory\n owner: mongodb\n mode: '0700'\n\n- name: Copy mongodb keyfile\n copy:\n src: mongo-keyfile\n dest: /etc/mongodb/mong... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4290,
"all_permissive": false
} |
ansible_role | yasseryehya/ansible_tutorial | cf42aaaa8536ecef9855d2a088799d6eb124daa1 | 0 | roles/web_servers | 7,348 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php for Ubuntu servers\n tags: apache,httpd,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start and enable apache service\n tags: apach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 804,
"all_permissive": false
} |
ansible_role | tTomeRr/HomeServer | 7013df93f7d55e63abdeea53c236d9e11e43e9a2 | 0 | ansible/roles/rancher_control_node | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/rancher_control_node/vars/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for rancher_control_node\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "ansible/roles/rancher_control_node/defaults/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1794,
"all_permissive": false
} |
ansible_role | tTomeRr/HomeServer | 7013df93f7d55e63abdeea53c236d9e11e43e9a2 | 0 | ansible/roles/system_init | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/system_init/handlers/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# handlers file for system_init\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ansible/roles/system_init/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | mishakrik2/devpro | 24efdb4445ba131386bf0a69e4343b1d63f72755 | 0 | ansible/roles/install_fpm | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/install_fpm/defaults/main.yml",
"content": "---\n# defaults file for install-fpm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/install_fpm/tasks/main.yml",
"content": "---\n- name: Enable PHP 8.0\n comm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | mishakrik2/devpro | 24efdb4445ba131386bf0a69e4343b1d63f72755 | 0 | ansible/roles/install_mariadb | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/install_mariadb/handlers/main.yml",
"content": "---\n- name: Restart MariaDB\n service:\n name: php-fpm\n enabled: yes\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "ansible/roles/install_mariadb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | mishakrik2/devpro | 24efdb4445ba131386bf0a69e4343b1d63f72755 | 0 | ansible/roles/install_nginx | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/install_nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx on Amazon Linux\n command: amazon-linux-extras install -y nginx1\n\n- name: Copy Nginx config file with correct FPM socket\n ansible.builtin.copy:\n src: \"default.conf\"\n dest: /etc/nginx/conf.d\n own... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | mishakrik2/devpro | 24efdb4445ba131386bf0a69e4343b1d63f72755 | 0 | ansible/roles/install_pma | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/install_pma/handlers/main.yml",
"content": "---\n# handlers file for install-pma",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/install_pma/vars/main.yml",
"content": "---\n# vars file for install-pma",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/android | 7,348 | [
"no_license"
] | [
{
"path": "roles/android/tasks/main.yml",
"content": "- name: Installing and setting up Waydroid\n tags: waydroid\n become: yes\n block:\n - name: Install dependencies\n apt:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - curl\n - ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/common | 7,348 | [
"no_license"
] | [
{
"path": "roles/common/tasks/download_and_install_apt_package.yml",
"content": "- name: \"Preparing installation of {{ package.name }}\"\n block:\n - name: \"Download and install {{ package.name }}\"\n become: yes\n apt:\n deb: \"{{ package.url }}\"\n",
"license_type": "no_license"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2356,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/communicators | 7,348 | [
"no_license"
] | [
{
"path": "roles/communicators/tasks/main.yml",
"content": "- name: Download and install Telegram\n tags:\n - default\n - comm\n - telegram\n block:\n - name: Download package\n get_url:\n url: \"{{ telegram_url }}\"\n dest: \"{{ telegram_dest }}\"\n check_mode: no\n\n - name: E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2101,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/default | 7,348 | [
"no_license"
] | [
{
"path": "roles/default/tasks/base.yml",
"content": "- name: Install base apt packages\n tags:\n - default\n - base\n - aptbase\n become: yes\n block:\n - name: Add Universe Repository\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n validate_certs: no\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9038,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/development | 7,348 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "- name: Install Vim\n tags:\n - default\n - dev\n - vim\n include_tasks: vim.yml\n\n- name: Install Tmate and Tmux\n tags:\n - default\n - dev\n - tmux\n - tmate\n include_tasks: tmux.yml\n\n- name: Install VSCode\n tags:\n ... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 8944,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/entertainment | 7,348 | [
"no_license"
] | [
{
"path": "roles/entertainment/vars/main.yml",
"content": "spotify_key_id: \"<KEY>\"\nspotify_key_url: \"https://download.spotify.com/debian/pubkey_{{ spotify_key_id }}.gpg\"\nspotify_apt_repo: \"deb http://repository.spotify.com stable non-free\"\nspotify_id: \"spotify-client\"\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/games | 7,348 | [
"no_license"
] | [
{
"path": "roles/games/vars/main.yml",
"content": "gog_repo: \"sharkwouter/minigalaxy\"\nepic_repo: \"Heroic-Games-Launcher/HeroicGamesLauncher\"\nsteam_url: \"https://repo.steampowered.com/steam/archive/precise/steam_latest.deb\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/job | 7,348 | [
"no_license"
] | [
{
"path": "roles/job/tasks/main.yml",
"content": "- name: Install Teams4Linux\n tags:\n - teams\n include_role:\n name: common\n tasks_from: download_and_install_package_from_github\n apply:\n tags:\n - teams\n vars:\n package:\n name: Teams4Linux\n repo: \"IsmaelMart... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/office | 7,348 | [
"no_license"
] | [
{
"path": "roles/office/vars/main.yml",
"content": "calibre_config_dest: \"{{ ansible_user_dir }}/Biblioteca do calibre\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/office/tasks/main.yml",
"content": "- name: Install Calibre\n t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2582,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/security | 7,348 | [
"no_license"
] | [
{
"path": "roles/security/vars/main.yml",
"content": "vpn_version: \"1.0.0\"\nvpn_file: \"nordvpn-release_{{ vpn_version }}_all.deb\"\nvpn_url: \"https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/{{ vpn_file }}\"\n\ntor_version: \"12.0.2\"\ntor_file: \"tor-browser-linux64-{{ tor_version }}_ALL.tar.xz\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | sidneydemoraes/workstation-with-ansible | cece8148d049ee4ca62532e19c5d4ca45a6ab5a8 | 0 | roles/support | 7,348 | [
"no_license"
] | [
{
"path": "roles/support/vars/main.yml",
"content": "teamviewer_file: \"teamviewer_amd64.deb\"\nteamviewer_url: \"https://download.teamviewer.com/download/linux/{{ teamviewer_file }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/supp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | KelvinLim4/vagrant-ansible | 69d517459b6e5bab6ce79f8628310a83b42e3020 | 0 | ansible/roles/mysql | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n - name: Update package cache\n ansible.builtin.apt:\n update_cache: yes\n\n - name: Install dependencias\n ansible.builtin.apt:\n pkg: \n - python3\n - python3-pymysql\n - mysql-server\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | KelvinLim4/vagrant-ansible | 69d517459b6e5bab6ce79f8628310a83b42e3020 | 0 | ansible/roles/wordpress | 7,348 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n - name: Update package cache\n ansible.builtin.apt:\n update_cache: yes\n\n - name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /srv/www\n state: directory\n owner: w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3047,
"all_permissive": false
} |
ansible_role | Mihailo222/PrivateDataCenter | f3f02186a1980f8dbd554cb71a0a10e05535b8d5 | 0 | roles/pxc | 7,348 | [
"no_license"
] | [
{
"path": "roles/pxc/tasks/main.yml",
"content": "---\n\n- name: Install curl.\n apt:\n name: curl\n update_cache: yes\n cache_valid_time: 3600\n state: present\n\n- name: Download the percona-release repository package.\n get_url:\n url: \"https://repo.percona.com/apt/percona-release_latest.gen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | StudioQi/mtlnewtech-pycon | e672349c537b0cacce58cde977562986cf0dc9c3 | 0 | provisioning/roles/nginx-static | 7,348 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx-static/README.md",
"content": "Role Name\n========\n\nA simple role to serve static content with nginx. Only works on port 80 for now.\n\nRequirements\n------------\n\nRequires someone to take care of the two following handlers :\n\n - restart nginx\n - reload nginx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2060,
"all_permissive": false
} |
ansible_role | dgarcia-riq/cumulus_ansible_modules | a2ae96f2c73dce5d815dd7d1e49a0953db9f001d | 0 | roles/hostname | 7,348 | [
"no_license"
] | [
{
"path": "roles/hostname/templates/hosts.j2",
"content": "# {{ ansible_managed }}\n127.0.0.1 localhost\n::1 localhost ip6-localhost ip6-loopback\nfc00:e968:6179::de52:7100 ip6-allnodes\nfc00:e968:6179::de52:7100 ip6-allrouters\n\n127.0.1.1 {{ hostname|default( inventory_hostname ) }}\n{% if s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | dgarcia-riq/cumulus_ansible_modules | a2ae96f2c73dce5d815dd7d1e49a0953db9f001d | 0 | roles/ntp | 7,348 | [
"no_license"
] | [
{
"path": "roles/ntp/handlers/main.yml",
"content": "---\n- name: Stop ntp\n service:\n name: ntp\n state: stopped\n enabled: False\n\n- name: Restart ntp\n service:\n name: ntp@mgmt\n state: restarted\n enabled: True\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | dgarcia-riq/cumulus_ansible_modules | a2ae96f2c73dce5d815dd7d1e49a0953db9f001d | 0 | roles/snmp | 7,348 | [
"no_license"
] | [
{
"path": "roles/snmp/handlers/main.yml",
"content": "---\n- name: Stop snmpd\n systemd:\n state: stopped\n name: snmpd\n enabled: true\n\n- name: Restart snmpd\n systemd:\n state: restarted\n enabled: true\n name: snmpd\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1543,
"all_permissive": false
} |
ansible_role | 5290charlie/ansible-fun | 83e6e3c7ede1fcea81c3d142bbfdab2c3d97d091 | 0 | roles/dbmaster | 7,348 | [
"no_license"
] | [
{
"path": "roles/dbmaster/tasks/main.yml",
"content": "---\n - name: Setup MySQL56_x64 repo\n yum: name=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm state=present\n\n - name: install mysql56 x64 client\n yum: name=mysql-community-client state=present\n\n - name: install mysql56... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | 5290charlie/ansible-fun | 83e6e3c7ede1fcea81c3d142bbfdab2c3d97d091 | 0 | roles/vagrant | 7,348 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "---\n - name: install vagrant mount rules\n copy: src=50-vagrant-mount.rules.j2 dest=/etc/udev/rules.d/50-vagrant-mount.rules\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/vagrant... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | 5290charlie/ansible-fun | 83e6e3c7ede1fcea81c3d142bbfdab2c3d97d091 | 0 | roles/web2254 | 7,348 | [
"no_license"
] | [
{
"path": "roles/web2254/tasks/main.yml",
"content": "---\n\n - name: install packages\n yum: name={{ item }} state=present\n with_items: packages\n tags: package\n\n - name: add apache user to vagrant group\n command: usermod -a -G vagrant apache\n\n - name: Copy httpd.conf\n copy: src=ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2633,
"all_permissive": false
} |
ansible_role | yulis/rpi-env | 24b5d4a73828b60e3f8ebf4ad9cbf5997f430185 | 1 | roles/debian-common | 7,353 | [
"no_license"
] | [
{
"path": "roles/debian-common/defaults/main.yml",
"content": "---\n# defaults file for debian-common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/debian-common/tasks/main.yml",
"content": "---\n- name: install common debian packages... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | yulis/rpi-env | 24b5d4a73828b60e3f8ebf4ad9cbf5997f430185 | 1 | roles/rpi-common | 7,353 | [
"no_license"
] | [
{
"path": "roles/rpi-common/vars/main.yml",
"content": "---\n# vars file for rpi-common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/rpi-common/defaults/main.yml",
"content": "---\n# defaults file for rpi-common\nssh:\n pub_key_path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | yulis/rpi-env | 24b5d4a73828b60e3f8ebf4ad9cbf5997f430185 | 1 | roles/rpi-docker | 7,353 | [
"no_license"
] | [
{
"path": "roles/rpi-docker/tasks/main.yml",
"content": "---\n- name: add dockerproject GPG key\n apt_key:\n keyserver: \"{{ keyserver }}\"\n id: 58118E89F3A912897C<KEY>\n state: present\n\n- name: add raspbian docker repo\n apt_repository:\n filename: docker.list\n repo: deb [arch=armhf] h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | yulis/rpi-env | 24b5d4a73828b60e3f8ebf4ad9cbf5997f430185 | 1 | roles/rpi-jlink | 7,353 | [
"no_license"
] | [
{
"path": "roles/rpi-jlink/vars/main.yml",
"content": "---\n# vars file for rpi-jlink\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/rpi-jlink/defaults/main.yml",
"content": "---\nJlinkArchive: 'JLink_Linux_V610i_arm.tgz'\nJlinkDirecto... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1466,
"all_permissive": false
} |
ansible_role | yulis/rpi-env | 24b5d4a73828b60e3f8ebf4ad9cbf5997f430185 | 1 | roles/rpi-k8s | 7,353 | [
"no_license"
] | [
{
"path": "roles/rpi-k8s/tasks/dashboard.yml",
"content": "---\n- name: create k8s dashboard template\n template:\n src: kube-dashboard.yml.erb\n dest: /tmp/kube-dashboard.yml\n\n- name: deploy k8s dashboard pod\n command: kubectl apply -f /tmp/kube-dashboard.yml\n...",
"license_type": "no_licen... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4430,
"all_permissive": false
} |
ansible_role | sjansen/homelab | b065d7f38c13c73c15aa550762fdc5b4a2301e23 | 0 | ansible/roles/common | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Don't require a password from group wheel for sudo\n ansible.builtin.lineinfile:\n path: /etc/sudoers\n insertafter: '## Allows people in group wheel to run all commands'\n regexp: '^%wheel\\s+ALL=(ALL)\\s+ALL$'\n line: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | sjansen/homelab | b065d7f38c13c73c15aa550762fdc5b4a2301e23 | 0 | ansible/roles/hardware | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/hardware/tasks/rhel.yml",
"content": "---\n- name: Disable console cursor blinking\n ansible.builtin.copy:\n dest: /etc/tmpfiles.d/cursor_blink.conf\n content: \"w /sys/class/graphics/fbcon/cursor_blink - - - - 0\\n\"\n owner: root\n group: root\n mode: '0644'\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | klub/cmf | d8852e4c4da690147c927ff64ad6be0fac2d4f47 | 0 | ansible/roles/common | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/symfony-deploy.yml",
"content": "---\n #- name: Delete previous artefacts\n # file: dest={{ base_dir }} state=absent\n\n - name: Creates directory for artefact\n file: dest=\"{{ project_dir }}\" state=directory mode=0755\n\n - name: Fetch artefact from S3\n s... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9899,
"all_permissive": false
} |
ansible_role | klub/cmf | d8852e4c4da690147c927ff64ad6be0fac2d4f47 | 0 | ansible/roles/mock-server | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/mock-server/tasks/main.yml",
"content": "---\n\n- stat: path={{mockserver_jar_dir}}\n register: md\n\n- stat: path=\"{{mockserver_jar_dir}}/{{mockserver_jar_name}}\"\n register: mf\n\n\n- debug: msg=\"{{md}}\"\n\n- name: create mock server base dir\n file: path={{mockserver_jar_d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | klub/cmf | d8852e4c4da690147c927ff64ad6be0fac2d4f47 | 0 | ansible/roles/selenium | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/selenium/tasks/main.yml",
"content": "---\n\n- stat: path={{selenium_jar_dir}}\n register: sd\n\n- stat: path=\"{{selenium_jar_dir}}/selenium-server-standalone.jar\"\n register: sf\n\n\n- debug: msg=\"{{sd}}\"\n\n- name: create selenium base dir\n file: path={{selenium_jar_dir}} ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | wc-gen-it/astra_deploy_scripts | 94a087bfdc5083d21260d3260a21031a0add840a | 0 | msh/roles/base | 7,353 | [
"no_license"
] | [
{
"path": "msh/roles/base/tasks/02-distribute_pubkey.yml",
"content": "---\n - block:\n - name: Add server pubkey to $HOME/.ssh/authorized_keys\n copy:\n src: shared/id_rsa.pub\n dest: ~/.ssh/authorized_keys\n mode: 0644\n owner: \"{{ansible_user}}\"\n group: \"{{... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | wc-gen-it/astra_deploy_scripts | 94a087bfdc5083d21260d3260a21031a0add840a | 0 | msh/roles/common | 7,353 | [
"no_license"
] | [
{
"path": "msh/roles/common/tasks/install_software.yml",
"content": "---\n - block:\n - name: \"Install group: {{title}}\"\n become: yes\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items: \"{{outer_item.value['pkg_list']}}\"\n notify: \"{{outer_item.value['hand... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6237,
"all_permissive": false
} |
ansible_role | tsailendranath/ansible-playbooks | 63dd056b54c141a5bc87c70fe2198deb9eb385a1 | 0 | roles/tomcat9 | 7,353 | [
"no_license"
] | [
{
"path": "roles/tomcat9/defaults/main.yml",
"content": "---\n# defaults file for tomcat9\ntomcat_download_url: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.67/bin/apache-tomcat-9.0.67.tar.gz\njdk_pkg: openjdk-11-jdk\ntomcat_install_dir: /u01/middleware\ntomcat_dir: tomcat9\ntomcat_os_user: tomcat\ntomcat_... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2441,
"all_permissive": false
} |
ansible_role | djulian2001/tut_ansible_udemy | c12887b7540c2e763de145af8783029bdda169ca | 0 | ansible/roles/apache2 | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/apache2/handlers/main.yml",
"content": "---\n# handlers file for apache2\n- name: restart httpd\n service: name=httpd state=restarted\n changed_when: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "ansible/roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | djulian2001/tut_ansible_udemy | c12887b7540c2e763de145af8783029bdda169ca | 0 | ansible/roles/control | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/control/tasks/main.yml",
"content": "---\n# tasks file for control\n- hostname:\n name: \"{{ item }}\"\n with_items: \"{{ inventory_hostname }}\"\n\n# - name: install tools\n# apt: \n# name={{ item }}\n# state=present\n# update_cache=yes\n# with_items:\n# - c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | djulian2001/tut_ansible_udemy | c12887b7540c2e763de145af8783029bdda169ca | 0 | ansible/roles/demo_app | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/demo_app/files/demo/app/requirements.txt",
"content": "Flask==0.10.1\nFlask-SQLAlchemy==2.0\npsycopg2==2.6.1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/demo_app/tasks/main.yml",
"content": "---\n# tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3009,
"all_permissive": false
} |
ansible_role | djulian2001/tut_ansible_udemy | c12887b7540c2e763de145af8783029bdda169ca | 0 | ansible/roles/nginx | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\nsites:\n myapp:\n frontend: 80\n backend: 80\n # demo:\n # frontend: 8080\n # backend: 8080",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4734,
"all_permissive": false
} |
ansible_role | djulian2001/tut_ansible_udemy | c12887b7540c2e763de145af8783029bdda169ca | 0 | ansible/roles/postgresql | 7,353 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/defaults/main.yml",
"content": "---\n# defaults file for postgresql\ndefault_database_name: myapp\ndefault_db_user_name: dbuser\ndefault_db_user_pass: <PASSWORD> # Can we use a secret here instead of in repo defualt, etc.\ndefault_db_user_priv: ALL # In productio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4943,
"all_permissive": false
} |
ansible_role | Domin01/conf_ansible | 5e57a48f2b242c6c431d6ed373d9e267bcbb12f6 | 0 | roles/interfaces | 7,353 | [
"no_license"
] | [
{
"path": "roles/interfaces/tasks/main.yaml",
"content": "- name: Configuramos el fichero interfaces en el cliente\n template: \n src: etc/network/interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: 0644\n notify:\n - Restart",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | Domin01/conf_ansible | 5e57a48f2b242c6c431d6ed373d9e267bcbb12f6 | 0 | roles/nat | 7,353 | [
"no_license"
] | [
{
"path": "roles/nat/tasks/main.yaml",
"content": "- name: Configuramos el fichero interfaces en el router.\n template: \n src: etc/network/interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: 0644\n notify:\n - Restart\n\n- sysctl:\n name: net.ipv4.ip_forwar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | pramodreddynomula/LVMNetwork | 65223700a0443e9e5484c06348327d3769674118 | 0 | Roles/Network | 7,353 | [
"no_license"
] | [
{
"path": "Roles/Network/tasks/main.yml",
"content": "---\n- name: creating masterbond\n include_tasks: creating_Masterbond.yml\n\n- name: creating bond-slave\n include_tasks: creating_Bondslave.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"path":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | pramodreddynomula/LVMNetwork | 65223700a0443e9e5484c06348327d3769674118 | 0 | Roles/lvm | 7,353 | [
"no_license"
] | [
{
"path": "Roles/lvm/tasks/mount_directory.yml",
"content": "---\n\n- name: mount lv on dir1\n mount:\n path: \"{{ dir_path1 }}\" #/dir1\n # src: /dev/Vg1/lv1\n src: \"/dev/{{ vg_name2 }}/{{ lv_name1 }}\"\n fstype: xfs\n state: mounted\n\n- name: mount lv on dir1\n mount:\n path: \"{{ d... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2785,
"all_permissive": false
} |
ansible_role | fishman/ansible-playbook-jira-confluence | 63b92fdd265d051b02777a13fc6664807e89d4eb | 2 | roles/alvistack.confluence | 7,352 | [
"permissive"
] | [
{
"path": "roles/alvistack.confluence/tests/test.yml",
"content": "---\n\n# (c) <NAME> <<EMAIL>>\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 copy of the License at\n#\n# http://www.apache.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11380,
"all_permissive": true
} |
ansible_role | fishman/ansible-playbook-jira-confluence | 63b92fdd265d051b02777a13fc6664807e89d4eb | 2 | roles/alvistack.jira | 7,352 | [
"permissive"
] | [
{
"path": "roles/alvistack.jira/templates/etc/init.d/jira.j2",
"content": "#!/bin/bash\n\n# {{ ansible_managed }}\n\n### BEGIN INIT INFO\n# Provides: jira\n# Required-Start: $remote_fs $syslog\n# Required-Stop: $remote_fs $syslog\n# Default-Start: 2 3 4 5\n# Default-Stop: 0 1 6\n# S... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11782,
"all_permissive": true
} |
ansible_role | fishman/ansible-playbook-jira-confluence | 63b92fdd265d051b02777a13fc6664807e89d4eb | 2 | roles/fishman.oracle_java | 7,352 | [
"no_license"
] | [
{
"path": "roles/fishman.oracle_java/defaults/redhat.yml",
"content": "---\n# file: oracle-java/defaults/redhat.yml\n#\n# Default variables for Redhat-based Linux distributions.\n#\n\n__oracle_java_home: \"/usr/java/jdk-{{ oracle_java_version }}\"\n\n__oracle_java_os_supported: yes\n__oracle_java_rpm_valida... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2982,
"all_permissive": false
} |
ansible_role | fishman/ansible-playbook-jira-confluence | 63b92fdd265d051b02777a13fc6664807e89d4eb | 2 | roles/fishman.sesam_backup | 7,352 | [
"no_license"
] | [
{
"path": "roles/fishman.sesam_backup/tasks/main.yml",
"content": "---\n- name: install sesam backup cli\n yum:\n name: \"{{ sesam_url }}\"\n state: present\n become: yes\n\n- name: allow access from any sesam server\n command: '{{ sesam_install }}/sm_setup set_client \"{{ sesam_backup_server }}\"'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2191,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/catalogue | 7,352 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "\n- name: including nodejs set role from common\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs\n\n- name: copy MongoDB repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/common | 7,352 | [
"no_license"
] | [
{
"path": "roles/common/tasks/maven_setup.yml",
"content": "\n#print_heading \"download application Dependencies\"\n#mvn clean package &>>$log_file\n\n#mv target/$component-1.0.jar $component.jar &>>$log_file\n#status_check $?\n#\n#\n#systemd_setup\n\n- name: install maven\n ansible.builtin.dnf:\n name:... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2867,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/frontend | 7,352 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: disable nginx\n ansible.builtin.shell: dnf module disable nginx -y\n\n- name: enable nginx 24\n ansible.builtin.shell: dnf module enable nginx:1.24 -y\n\n- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/mongodb | 7,352 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: copy mongodb repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: install mongodb\n ansible.builtin.dnf:\n name: mongodb-org\n state: installed\n\n- name: update the listener address\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/mysql | 7,352 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: install MySQL\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: enable MySql and restart\n ansible.builtin.systemd_service:\n name: mysqld\n state: restarted\n enabled: true\n\n- name: setup MySQL password\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/payment | 7,352 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: including python setup role from common\n ansible.builtin.include_role:\n name: common\n tasks_from: python_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/rabbitmq | 7,352 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: copy rabbitmq repo\n ansible.builtin.copy:\n src: rabbitmq.repo\n dest: /etc/yum.repos.d/rabbitmq.repo\n\n- name: install RabbitMQ server\n ansible.builtin.dnf:\n name: rabbitmq-server\n state: installed\n\n- name: enable and resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/redis | 7,352 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "\n- name: disable Redis\n ansible.builtin.shell: dnf module disable redis -y\n\n- name: enable Redis version 7\n ansible.builtin.shell: dnf module enable redis:7 -y\n\n- name: install Redis\n ansible.builtin.dnf:\n name: redis\n state: installed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/shipping | 7,352 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "\n- name: including maven setup role from common\n ansible.builtin.include_role:\n name: common\n tasks_from: maven_setup\n\n- name: install MySQL Client\n ansible.builtin.dnf:\n name: mysql\n state: installed\n#mysql_root_password\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | SathuSid/roboshop-ansible | 7ac73f1f663f63c5734486af82ed74221caf17ec | 0 | roles/user | 7,352 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: including nodejs set role from common\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | spol-t/hw-14 | 4c73c0aa884bbddcf3bb042918ace18d1fe981c0 | 0 | roles/copyfile | 7,352 | [
"no_license"
] | [
{
"path": "roles/copyfile/tasks/main.yaml",
"content": "---\n- hosts: servers\n tasks:\n - name: Copy file to /tmp/test1\n copy:\n src: hello_world.txt\n dest: /tmp/test1\n become: yes\n...\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | spol-t/hw-14 | 4c73c0aa884bbddcf3bb042918ace18d1fe981c0 | 0 | roles/hostname | 7,352 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yaml",
"content": "---\n- name: Deploy template to /tmp/test2\n template:\n src: hostname_templated.j2\n dest: /tmp/test2\n become: yes\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | rahamthulla/myansible | 731cb1e4b17a8d1e81f7eb2b394006fea32e7bd3 | 0 | test-roles/roles/webserver | 7,352 | [
"no_license"
] | [
{
"path": "test-roles/roles/webserver/tasks/main.yml",
"content": "- name: install apache in RedHot\n apt: pkg=httpd state=latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | tb-it-git/ansible_install_nginx | b098ff0415533f9422c1c002724c1b8b3de0f68d | 0 | roles/update | 7,352 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "- name: Update aller Pakete\n ansible.builtin.yum:\n name: '*'\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | tb-it-git/ansible_install_nginx | b098ff0415533f9422c1c002724c1b8b3de0f68d | 0 | roles/webserver | 7,352 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "- name: Installiere EPEL-Repository (für Nginx)\n yum:\n name: epel-release\n state: present\n\n- name: Installiere Nginx\n yum:\n name: nginx\n state: present\n\n- name: Starte und aktiviere Nginx\n systemd:\n name: nginx\n enab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | harsh-shah25/health-chat-app | 1b3c000d4ffa59122f94466e894b1f1e11145cd9 | 0 | ansible/roles/elk_stack | 7,352 | [
"no_license"
] | [
{
"path": "ansible/roles/elk_stack/README.md",
"content": "# elk_stack Ansible Role\n\nThis role applies the ELK stack (Elasticsearch, Kibana, Filebeat) manifests to the Kubernetes cluster.\n\n## Tasks\n- Creates the ELK namespace (if not exists)\n- Deploys Elasticsearch, Kibana, and Filebeat ",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | harsh-shah25/health-chat-app | 1b3c000d4ffa59122f94466e894b1f1e11145cd9 | 0 | ansible/roles/k8s_deploy | 7,352 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_deploy/tasks/main.yaml",
"content": "---\n- name: Include vault variables for k8s_deploy role\n ansible.builtin.include_vars:\n file: vault.yaml\n\n- name: Apply main application namespace (if not exists)\n shell: kubectl apply -f \"{{ playbook_dir }}/../../k8s/namespace.ya... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | farridav/bootstrap | cc9e9121e07a203f40e98e57ea32f94b74c2d40b | 0 | roles/local | 7,352 | [
"no_license"
] | [
{
"path": "roles/local/vars/main.yml",
"content": "---\n\nlocal_debs:\n - url: https://update.gitter.im/linux64/gitter_2.4.0_amd64.deb\n pkg_name: gitter_2.4.0_amd64.deb\n\n - url: https://releases.hashicorp.com/vagrant/1.8.1/vagrant_1.8.1_x86_64.deb\n pkg_name: vagrant_1.8.1_x86_64.deb\n\nlocal_zip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2461,
"all_permissive": false
} |
ansible_role | farridav/bootstrap | cc9e9121e07a203f40e98e57ea32f94b74c2d40b | 0 | roles/pi | 7,352 | [
"no_license"
] | [
{
"path": "roles/pi/vars/main.yml",
"content": "---\n\nvnc_pass: \"<PASSWORD>\"\nvnc_pass_path: /home/pi/.vnc/passwd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/pi/tasks/main.yml",
"content": "---\n\n- apt: name=\"{{ item }}\" state=a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | keylime/ansible-keylime | 0b525e26f3272b3c392e5597dba26b99971fe22d | 5 | roles/ansible-keylime | 7,352 | [
"permissive"
] | [
{
"path": "roles/ansible-keylime/vars/main.yml",
"content": "---\n# requirements\ndependencies:\n ['autoconf',\n 'autoconf-archive',\n 'automake',\n 'clang-devel',\n 'dbus-devel',\n 'gcc',\n 'git',\n 'glib2-devel',\n 'keylime',\n 'libcurl-devel',\n 'libgcrypt-devel',\n 'libstdc++-deve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1821,
"all_permissive": true
} |
ansible_role | BendinRS/homeworksystemd | ea83752b2c553814a445067a4a634792f6d5f5bf | 0 | roles/http | 7,352 | [
"no_license"
] | [
{
"path": "roles/http/tests/test.yml",
"content": "---\n- hosts: web\n become: true\n roles:\n - http",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/http/tasks/main.yml",
"content": "---\n# tasks file for http\n - name: http | inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | BendinRS/homeworksystemd | ea83752b2c553814a445067a4a634792f6d5f5bf | 0 | roles/spawn | 7,352 | [
"no_license"
] | [
{
"path": "roles/spawn/tests/test.yml",
"content": "---\n- hosts: web\n become: true\n roles:\n - spawn",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/spawn/vars/main.yml",
"content": "---\n# vars file for spawn\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 732,
"all_permissive": false
} |
ansible_role | BendinRS/homeworksystemd | ea83752b2c553814a445067a4a634792f6d5f5bf | 0 | roles/systemd | 7,352 | [
"no_license"
] | [
{
"path": "roles/systemd/files/watchlog.j2",
"content": "# Configuration file for my watchdog service\n# Place it to /etc/sysconfig\n# File and word in that file that we will be monit\nWORD= {{ word_test }}\nLOG=/var/log/watchlog.log",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1438,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/apt | 7,352 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n- name: \"Install core packages\"\n become: true\n ansible.builtin.apt:\n name:\n - curl\n - wget\n - gettext\n - unzip\n - bash\n - zip\n - git\n - jq\n - yq\n - tmux\n - net-tools\n - gn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/debug | 7,352 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yml",
"content": "---\n- name: User\n ansible.builtin.debug:\n msg: |\n {{ ansible_user | default('___') }}\n {{ ansible_env.HOME | default('___') }}\n {{ lookup('env', 'HOME') }}\n tags: [\"debug\"]\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/dirs | 7,352 | [
"no_license"
] | [
{
"path": "roles/dirs/tasks/main.yml",
"content": "---\n- name: \"user dirs\"\n become: true\n ansible.builtin.file:\n path: \"/opt\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: \"0755\"\n recurse: true\n loop:\n - /opt\n - \"{{ ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/dotfiles | 7,352 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\r\n- name: Get dotfiles repo\r\n vars:\r\n repo_url: \"{{ 'git@github.com:ppfenning92/dotfiles.git' if ssh_ran is defined else 'https://github.com/ppfenning92/dotfiles' }}\"\r\n ansible.builtin.git:\r\n repo: \"{{ repo_url }}\"\r\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1419,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/fonts | 7,352 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n- name: Download Font CascadiaCode\n become: true\n ansible.builtin.get_url:\n url: https://github.com/microsoft/cascadia-code/releases/download/v2404.23/CascadiaCode-2404.23.zip\n dest: /tmp/CascadiaCode.zip\n tags: [ \"dev\", \"fonts\" ]\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/go | 7,352 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n- name: Download go\n vars:\n arch: \"{{ 'amd64' if ansible_architecture == 'x86_64' else 'arm64' if ansible_architecture == 'aarch64' else ansible_architecture }}\"\n ansible.builtin.get_url:\n url: https://go.dev/dl/go1.23.0.linux-{{ arch }}.ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/neovim | 7,352 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: Clone Neovim\n ansible.builtin.git:\n repo: \"https://github.com/neovim/neovim.git\"\n dest: \"{{ ansible_env.HOME }}/neovim\"\n update: true\n changed_when: true\n tags:\n - dev\n - neovim\n register: source\n\n- name: Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/node | 7,352 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\r\n- name: Ensure nvm dir exits\r\n ansible.builtin.file:\r\n path: \"{{ ansible_env.HOME }}/.local/share/nvm\"\r\n state: directory\r\n mode: \"0755\"\r\n owner: \"{{ ansible_user }}\"\r\n group: \"{{ ansible_user }}\"\r\n tags:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/rust | 7,352 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "---\r\n- name: Install rust\r\n vars:\r\n profile: \"{{ 'complete' if inventory_hostname == 'localhost' else 'default' }}\"\r\n ansible.builtin.shell: |\r\n set -o pipefail;\r\n curl https://sh.rustup.rs -sSf | sh -s -- --profile={{ profile }} --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/ssh | 7,352 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Ensure directory\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.ssh\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: \"0700\"\n tags:\n - ssh\n - dev\n\n- name: Copy p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/tools | 7,352 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/localhost.yml",
"content": "---\n- name: Install System Packages\n become: true\n changed_when: true\n ansible.builtin.git:\n repo: https://github.com/b3nj5m1n/xdg-ninja.git\n depth: 1\n dest: /opt/xdg-ninja\n update: true\n force: true\n tags: [\"dev\", \"too... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5920,
"all_permissive": false
} |
ansible_role | ppfenning92/setup | ddb21b6c9c5c812118786d1d1f690d5ec6d92ce7 | 0 | roles/zsh | 7,352 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\r\n- name: Install ZSH\r\n become: true\r\n ansible.builtin.apt:\r\n name:\r\n - zsh\r\n tags: &tags_for_zsh_tasks [\"core\", \"zsh\"]\r\n\r\n- name: Change shell to zsh\r\n become: true\r\n ansible.builtin.shell: chsh --shell $(which zsh) {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1904,
"all_permissive": false
} |
ansible_role | nikolabozicbg/infra-example | 1f709664eef673d73324727dc64631e87a7262e1 | 0 | terraform/dev/roles/GitLabConfig | 7,352 | [
"no_license"
] | [
{
"path": "terraform/dev/roles/GitLabConfig/tasks/main.yml",
"content": "- name: Install GitLab Runner\n shell: |\n curl -sL https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash -\n export GITLAB_RUNNER_DISABLE_SKEL=true; sudo -E apt-get install gitlab-runne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | nikolabozicbg/infra-example | 1f709664eef673d73324727dc64631e87a7262e1 | 0 | terraform/dev/roles/defaultUser | 7,352 | [
"no_license"
] | [
{
"path": "terraform/dev/roles/defaultUser/tasks/main.yml",
"content": "---\n# This role will create a user on the host with user name userName. For\n# this user, an entry in the sudoers file is generated which gives the user\n# full sudo privileges without password authentication. In addition,\n# we copy t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1639,
"all_permissive": false
} |
ansible_role | nikolabozicbg/infra-example | 1f709664eef673d73324727dc64631e87a7262e1 | 0 | terraform/dev/roles/sshConfig | 7,352 | [
"no_license"
] | [
{
"path": "terraform/dev/roles/sshConfig/defaults/main.yml",
"content": "---\n# defaults file for sshConfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "terraform/dev/roles/sshConfig/tasks/main.yml",
"content": "---\n# This role will confi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | nikolabozicbg/infra-example | 1f709664eef673d73324727dc64631e87a7262e1 | 0 | terraform/stage/roles/localSshConfig | 7,352 | [
"no_license"
] | [
{
"path": "terraform/stage/roles/localSshConfig/defaults/main.yml",
"content": "---\n# defaults file for localSshCOnfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "terraform/stage/roles/localSshConfig/tasks/main.yml",
"content": "---\n# B... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1446,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.