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 | Simontagbor/ansible-config-mgt | 1b4daa292f318c2de01dd91819b4c72f329805e0 | 0 | playbooks/roles/webserver | 7 | [
"no_license"
] | [
{
"path": "playbooks/roles/webserver/tasks/main.yml",
"content": "---\n# tasks file for webserver\n\n- name: Install Apache\n become: true\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: Install Git\n become: true\n ansible.builtin.yum:\n name: git\n state: present\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | ParshakovVyacheslav/DevOps_LB2 | fbf61073d4b5cb1e15d3bc46f2b7609d2b6f317e | 0 | roles/php | 7 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP on Debian Family\n apt:\n name=php\n state=latest\n when:\n ansible_os_family == \"Debian\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | KKulishov/check_ping | bbfdf54b6111f6390c0bf066c12585b60ed29de9 | 0 | creade_folder/roles/create_folder | 7 | [
"no_license"
] | [
{
"path": "creade_folder/roles/create_folder/tasks/main.yaml",
"content": "- name: Create folder \n file:\n path: \"{{ dst_dir }}\"\n state: directory\n recurse: yes\n owner: \"{{ user }}\"\n group: root\n mode: \"0755\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | KKulishov/check_ping | bbfdf54b6111f6390c0bf066c12585b60ed29de9 | 0 | ssh_add/roles/sshadd | 7 | [
"no_license"
] | [
{
"path": "ssh_add/roles/sshadd/tasks/main.yml",
"content": "- name: Deploy SSH Public Key\n ansible.posix.authorized_key:\n user: \"{{ user }}\"\n state: present\n key: \"{{ lookup('env', 'user_key') }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | E458567/openstack-testing | 77513ceae78bc581f646ed2a90b5ec048be31615 | 0 | roles/rally-task | 7 | [
"no_license"
] | [
{
"path": "roles/rally-task/defaults/main.yml",
"content": "rally_home: /home/ubuntu/rally\ntask_input_file: test-scenarios.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/rally-task/tasks/main.yml",
"content": "---\n# role for runn... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | E458567/openstack-testing | 77513ceae78bc581f646ed2a90b5ec048be31615 | 0 | roles/rally-verify | 7 | [
"no_license"
] | [
{
"path": "roles/rally-verify/defaults/main.yml",
"content": "# full, smoke, compute, identity, image, network, object_storage, orchestration, volume, scenario\ntempest_suite: smoke\n\n# rally installation dir\n#rally_home: /home/rally/rally\nrally_home: /home/ubuntu/rally\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | grim-yawn/conductr-playground | 8a3c644b9f7c6eba4776d3e89bde6a1531ad6fed | 0 | ansible/roles/conductr_agent | 7 | [
"no_license"
] | [
{
"path": "ansible/roles/conductr_agent/templates/conductr-agent.ini.j2",
"content": "\n# Generally the default for production server usage...\n-J-server\n\n# Memory settings\n-J-Xms105m\n-J-Xmx128m\n\n# Enabled more logs\n-Dakka.loglevel=info\n-Dconductr.service-locator-server.external-service-addresses.el... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | grim-yawn/conductr-playground | 8a3c644b9f7c6eba4776d3e89bde6a1531ad6fed | 0 | ansible/roles/conductr_cli | 7 | [
"no_license"
] | [
{
"path": "ansible/roles/conductr_cli/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Install conductr CLI\n company: Express 42\n\n license: MIT\n\n min_ansible_version: 2.0\n\n platforms:\n - name: Ubuntu\n versions: 18.04\n\n galaxy_tags: []\n\ndependencies: []",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | grim-yawn/conductr-playground | 8a3c644b9f7c6eba4776d3e89bde6a1531ad6fed | 0 | ansible/roles/conductr_core | 7 | [
"no_license"
] | [
{
"path": "ansible/roles/conductr_core/vars/main.yml",
"content": "---\nconductr_core:\n version: 2.1.16-systemd_all\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/conductr_core/tasks/main.yml",
"content": "---\n- name: Copy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1322,
"all_permissive": false
} |
ansible_role | grim-yawn/conductr-playground | 8a3c644b9f7c6eba4776d3e89bde6a1531ad6fed | 0 | ansible/roles/haproxy | 7 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "---\n- name: Install HAproxy\n become: true\n apt:\n name: haproxy\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "ansible/roles/haproxy/meta/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | grim-yawn/conductr-playground | 8a3c644b9f7c6eba4776d3e89bde6a1531ad6fed | 0 | ansible/roles/java | 7 | [
"no_license"
] | [
{
"path": "ansible/roles/java/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Install openjdk\n company: Express 42\n\n license: MIT\n\n min_ansible_version: 2.4\n\n platforms:\n - name: Ubuntu\n versions: 18.04\n\n galaxy_tags: []\n\ndependencies: []\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | grim-yawn/conductr-playground | 8a3c644b9f7c6eba4776d3e89bde6a1531ad6fed | 0 | ansible/roles/rsyslog | 7 | [
"no_license"
] | [
{
"path": "ansible/roles/rsyslog/tasks/main.yml",
"content": "---\n- name: Install rsyslog\n become: true\n apt:\n name: rsyslog\n state: latest\n\n- name: Create rsyslog config\n become: true\n template:\n dest: /etc/rsyslog.d/conductr.conf\n src: rsyslog.d/conductr.conf.j2\n notify:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | lochuynh-mediba/dmp-system | f4dac3ba71ec5185c952e089fa1c017f3dafa651 | 0 | ansible/playbooks/roles/cwlogs | 6 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/cwlogs/tasks/main.yml",
"content": "- name: upgrade all packages\n yum: name='*' state=latest\n when: stage != 'local'\n\n- name: install awslogs\n yum: name=awslogs state=present\n when: stage != 'local'\n\n- name: setup awscli.conf\n template: src=roles/cwlogs/templ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | lochuynh-mediba/dmp-system | f4dac3ba71ec5185c952e089fa1c017f3dafa651 | 0 | ansible/playbooks/roles/mysql | 6 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/mysql/tasks/main.yml",
"content": "---\n- name: check mysql repository\n command: ls -l /etc/yum.repos.d/mysql-community.repo\n ignore_errors: true\n register: chkMySQLRepo\n tags:\n - mysql\n\n- name: Install mysql repository\n yum: name=http://dev.mysql.com/get/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | lochuynh-mediba/dmp-system | f4dac3ba71ec5185c952e089fa1c017f3dafa651 | 0 | ansible/playbooks/roles/mysql-server | 6 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/mysql-server/tasks/main.yml",
"content": "---\n# MySQLServerのインストール(ローカルのみ)\n- name: install mysql5.6 Server\n yum: name=mysql-community-server state=present enablerepo=mysql56-community*\n when: stage == 'local'\n\n# MySQLServerの起動(ローカルのみ)\n- name: start mysql server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | lochuynh-mediba/dmp-system | f4dac3ba71ec5185c952e089fa1c017f3dafa651 | 0 | ansible/playbooks/roles/python3 | 6 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/python3/tasks/main.yml",
"content": "---\n# pyenvのインストールに必要なパッケージを先に用意する\n- name: yum install development package\n yum: name={{ item }} state=installed\n with_items:\n - gcc\n - gcc-c++\n - patch\n - zlib-devel\n - bzip2-devel\n - openssl-d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2397,
"all_permissive": false
} |
ansible_role | SathuSid/learn-ansible | 94f3ed6592428b55f289060cc28ea9011b89af9f | 0 | roles/sample | 6 | [
"no_license"
] | [
{
"path": "roles/sample/vars/main.yml",
"content": "URL: sid.example.com",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/sample/defaults/main.yml",
"content": "Example: example.google.com",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | ArTourter/raspberrypi-ansible-playbook | 98e08024c118e58dd3cc817cb1e3906ccf63ade5 | 0 | roles/POE | 6 | [
"no_license"
] | [
{
"path": "roles/POE/tasks/main.yaml",
"content": "---\n\n- name: install required packages\n package:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - lm-sensors\n - fancontrol\n\n- name: configure fan speeds\n blockinfile:\n path: /boot/config.txt\n insertaft... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | ArTourter/raspberrypi-ansible-playbook | 98e08024c118e58dd3cc817cb1e3906ccf63ade5 | 0 | roles/calibre-server | 6 | [
"no_license"
] | [
{
"path": "roles/calibre-server/tasks/main.yml",
"content": "---\n\n- name: \"install calibre\"\n apt:\n pkg:\n - calibre\n state: present\n\n- name: \"Create calibre group\"\n group:\n name: calibre\n gid: 1001\n state: present\n\n- name: \"Create calibre user\"\n user:\n name: ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | ArTourter/raspberrypi-ansible-playbook | 98e08024c118e58dd3cc817cb1e3906ccf63ade5 | 0 | roles/install_vim | 6 | [
"no_license"
] | [
{
"path": "roles/install_vim/tasks/main.yml",
"content": "---\n\n- name: install vim package\n apt:\n name: vim\n state: present\n\n- name: make vim default editor\n alternatives:\n name: editor\n path: /usr/bin/vim.basic\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | ArTourter/raspberrypi-ansible-playbook | 98e08024c118e58dd3cc817cb1e3906ccf63ade5 | 0 | roles/pihole | 6 | [
"no_license"
] | [
{
"path": "roles/pihole/README.md",
"content": "# ansible-pi\n\n\n\nSetup your Raspberry Pi as Pi-Hole DNS server, WITHOUT WIFI (Ethernet Only).\n\nIt is based on the [complete guide to setting up your raspberry pi without a keyboard and\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3424,
"all_permissive": false
} |
ansible_role | ArTourter/raspberrypi-ansible-playbook | 98e08024c118e58dd3cc817cb1e3906ccf63ade5 | 0 | roles/remote_scanner | 6 | [
"no_license"
] | [
{
"path": "roles/remote_scanner/tasks/main.yml",
"content": "---\n\n- name: install sane-utils\n apt:\n name: sane-utils\n state: present\n\n- name: Add local subnet to saned hosts\n lineinfile:\n path: /etc/sane.d/net.conf\n line: 192.168.72.1/24\n create: yes\n\n- name: UDEV rule for corr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | ArTourter/raspberrypi-ansible-playbook | 98e08024c118e58dd3cc817cb1e3906ccf63ade5 | 0 | roles/unattended_upgrades | 6 | [
"no_license"
] | [
{
"path": "roles/unattended_upgrades/tasks/main.yml",
"content": "---\n\n- name: install unattended_upgrades\n apt:\n name: unattended-upgrades\n state: latest\n update_cache: true\n\n- name: fix for raspbian\n copy:\n src: \"51unattended-upgrades-raspbian\"\n dest: \"/etc/apt/apt.conf.d\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | tjhoran4/apptio-assessment | cb52a862566149754280c9f08101b552d40f0e21 | 0 | roles/tj-webapp-deploy | 6 | [
"no_license"
] | [
{
"path": "roles/tj-webapp-deploy/defaults/main.yaml",
"content": "webapp_dest_dir: ~/webapp\nexists: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/tj-webapp-deploy/tasks/main.yaml",
"content": "---\n- name: Check if webserver is ru... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1953,
"all_permissive": false
} |
ansible_role | Danuptra/ansible-monitoring-stack | 64bfa8af089c04c0e743263170e18ba4aa4240c9 | 0 | roles/blackbox-exporter | 6 | [
"no_license"
] | [
{
"path": "roles/blackbox-exporter/templates/blackbox-exporter.service.j2",
"content": "[Unit]\nDescription=Blackbox-Exporter\nAfter=network.target\n\n[Service]\nUser={{ blackbox_user }}\nGroup={{ blackbox_group }}\nType=simple\nExecStart={{ blackbox_bin }} --config.file=\"{{blackbox_config_path}}config.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2523,
"all_permissive": false
} |
ansible_role | Danuptra/ansible-monitoring-stack | 64bfa8af089c04c0e743263170e18ba4aa4240c9 | 0 | roles/grafana | 6 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/grafana-server.service.j2",
"content": "[Unit]\nDescription=Grafana Server\nAfter=network.target\n\n[Service]\nUser={{ grafana_user }}\nGroup={{ grafana_group }}\nType=simple\nExecStart={{ grafana_bin }}-server \\\n --config={{ grafana_config }} \\\n --homepath={{ grafan... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2240,
"all_permissive": false
} |
ansible_role | Danuptra/ansible-monitoring-stack | 64bfa8af089c04c0e743263170e18ba4aa4240c9 | 0 | roles/node-exporter | 6 | [
"no_license"
] | [
{
"path": "roles/node-exporter/handlers/main.yml",
"content": "---\n# handlers file for node-exporter\n- name: Restart node-exporter\n become: true\n ansible.builtin.systemd:\n daemon_reload: true\n name: node-exporter\n state: restarted\n\n- name: Reload node-exporter\n become: true\n ansible.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2032,
"all_permissive": false
} |
ansible_role | Danuptra/ansible-monitoring-stack | 64bfa8af089c04c0e743263170e18ba4aa4240c9 | 0 | roles/prometheus | 6 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.service.j2",
"content": "[Unit]\nDescription=Prometheus\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ prometheus_user }}\nGroup={{ prometheus_group }}\nType=simple\nExecStart={{ prometheus_bin }} \\\n --config.file={{ promet... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2982,
"all_permissive": false
} |
ansible_role | JankySolutions/ansible-seedbox | 229d19de792fa6b74d6103ebe8755c9c50dbdc71 | 1 | roles/apt | 6 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n - name: Update and upgrade\n apt: upgrade=dist update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | JankySolutions/ansible-seedbox | 229d19de792fa6b74d6103ebe8755c9c50dbdc71 | 1 | roles/cjdns | 6 | [
"no_license"
] | [
{
"path": "roles/cjdns/tasks/build.yml",
"content": "---\n - name: Install depends\n apt: name={{ item }} state=installed\n with_items:\n - git\n - build-essential\n - python-pip\n\n - name: Install cjdnsadmin via pip\n pip: name=cjdnsadmin state=latest\n\n - name: Grab the cjdns ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2802,
"all_permissive": false
} |
ansible_role | JankySolutions/ansible-seedbox | 229d19de792fa6b74d6103ebe8755c9c50dbdc71 | 1 | roles/munin-node | 6 | [
"no_license"
] | [
{
"path": "roles/munin-node/tasks/main.yml",
"content": "---\n - name: install depends\n apt: name={{ item }} state=installed\n with_items:\n - munin-node\n - python-pip\n - git\n - python-dev\n - build-essential\n - libgeoip-dev\n - python3-dev\n\n - name: Downloa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2562,
"all_permissive": false
} |
ansible_role | JankySolutions/ansible-seedbox | 229d19de792fa6b74d6103ebe8755c9c50dbdc71 | 1 | roles/rtorrent | 6 | [
"no_license"
] | [
{
"path": "roles/rtorrent/tasks/main.yml",
"content": "---\n - name: Install torrent-related stuff\n apt: name={{ item }} state=installed\n with_items:\n - rtorrent\n - nginx\n - curl\n - unzip\n - unrar\n - libav-tools\n - git\n - mediainfo\n - php5-fpm\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4295,
"all_permissive": false
} |
ansible_role | JankySolutions/ansible-seedbox | 229d19de792fa6b74d6103ebe8755c9c50dbdc71 | 1 | roles/ssh | 6 | [
"no_license"
] | [
{
"path": "roles/ssh/defaults/main.yml",
"content": "---\n ssh_port: 22\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "roles/ssh/templates/sshd_config.j2",
"content": "Port {{ ssh_port }}\nProtocol 2\nHostKey /etc/ssh/ssh_host_rsa_key\nHost... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | JankySolutions/ansible-seedbox | 229d19de792fa6b74d6103ebe8755c9c50dbdc71 | 1 | roles/utilities | 6 | [
"no_license"
] | [
{
"path": "roles/utilities/tasks/main.yml",
"content": "---\n - name: Install some basic utilities\n apt: name={{ item }} state=installed\n with_items:\n - htop\n - tmux\n - mosh\n - zsh\n - git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | SevcikMichal/raspberry_kubeadm_cluster | ce04815e4b51cd3e4ae99826b6ab7605bac564e3 | 0 | roles/common | 6 | [
"permissive"
] | [
{
"path": "roles/common/defaults/main.yaml",
"content": "---\nkube_version: \"v1.32\"\ncontainerd_version: \"1.7.22\"\ncni_version: \"v1.5.1\"\nrunc_version: \"v1.1.14\"",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 100
},
{
"path": "roles/co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5047,
"all_permissive": true
} |
ansible_role | SevcikMichal/raspberry_kubeadm_cluster | ce04815e4b51cd3e4ae99826b6ab7605bac564e3 | 0 | roles/controlplane | 6 | [
"permissive"
] | [
{
"path": "roles/controlplane/vars/main.yaml",
"content": "pod_network_cidr: \"10.244.0.0/16\"\nservice_cidr: \"10.32.0.0/16\"\nkubeconfig_local_path: \"{{ playbook_dir }}/../out/rasp_cluster_config\"\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1505,
"all_permissive": true
} |
ansible_role | SevcikMichal/raspberry_kubeadm_cluster | ce04815e4b51cd3e4ae99826b6ab7605bac564e3 | 0 | roles/flux | 6 | [
"permissive"
] | [
{
"path": "roles/flux/vars/main.yaml",
"content": "---\ngithub_token: \"{{ lookup('env', 'GITHUB_TOKEN') }}\"\nkubeconfig_local_path: \"{{ playbook_dir }}/../out/rasp_cluster_config\"",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 126
},
{
"pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2901,
"all_permissive": true
} |
ansible_role | SevcikMichal/raspberry_kubeadm_cluster | ce04815e4b51cd3e4ae99826b6ab7605bac564e3 | 0 | roles/validate | 6 | [
"permissive"
] | [
{
"path": "roles/validate/tasks/main.yaml",
"content": "---\n- name: Ensure controlplane group contains exactly one host\n assert:\n that:\n - groups['controlplane'] is defined\n - groups['controlplane'] | length == 1\n fail_msg: \"The controlplane group should contain exactly one host, but... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 746,
"all_permissive": true
} |
ansible_role | SevcikMichal/raspberry_kubeadm_cluster | ce04815e4b51cd3e4ae99826b6ab7605bac564e3 | 0 | roles/workernodes | 6 | [
"permissive"
] | [
{
"path": "roles/workernodes/tasks/main.yaml",
"content": "- name: Check whether the worker node has joined the cluster already\n stat:\n path: /etc/kubernetes/kubelet.conf\n register: join_already_run\n changed_when: false\n\n- name: Pull Kubernetes images using kubeadm\n command: kubeadm config ima... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 530,
"all_permissive": true
} |
ansible_role | Thomascountz/gifinity | e559747de74792a2de568ab6e8a21e7accd972aa | 0 | ansible/roles/bootstrap | 6 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/defaults/main.yml",
"content": "deploy_username: deploy\ndeploy_public_key_file: ~/.ssh/id_rsa.pub\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/bootstrap/tasks/main.yml",
"content": "- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1257,
"all_permissive": false
} |
ansible_role | Thomascountz/gifinity | e559747de74792a2de568ab6e8a21e7accd972aa | 0 | ansible/roles/deploy | 6 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "- name: \"Retrieve Source Code\"\n git:\n repo: https://github.com/Thomascountz/gifinity.git\n dest: /home/deploy/gifinity/\n tags: \n - update-source-only\n notify:\n - restart nginx\n\n- name: \"Install Runtime Dependencies\"\n bun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | stephenpaul2727/kafkacluster-vbox | df371251c6c822eca3ea221ea436fb0118a3277d | 0 | roles/common | 6 | [
"no_license"
] | [
{
"path": "roles/common/tasks/disableramswap.yml",
"content": "---\n# Disable Ram Swap on the Nodes. By Default Linux sets to 60. We will set to 1\n- name: Disable RAM SWAP\n become: yes\n command: sysctl vm.swappiness=1\n\n- name: Make RAM Swap Disabled Permanently on Reboot\n become: yes\n lineinfile:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1256,
"all_permissive": false
} |
ansible_role | stephenpaul2727/kafkacluster-vbox | df371251c6c822eca3ea221ea436fb0118a3277d | 0 | roles/kafka | 6 | [
"no_license"
] | [
{
"path": "roles/kafka/tasks/createsdb.yml",
"content": "---\n# Format and Mount external attached disk (usually sdb)\n\n- name: check if sdb is empty\n become: yes\n command: file -s /dev/sdb\n register: result\n\n- debug:\n var=result.stdout_lines\n\n- name: Install xfsprogs\n become: yes\n apt:\n... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3443,
"all_permissive": false
} |
ansible_role | stephenpaul2727/kafkacluster-vbox | df371251c6c822eca3ea221ea436fb0118a3277d | 0 | roles/zookeeper | 6 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/ruok.yml",
"content": "---\n# Zookeeper four letter work 'ruok' check\n- name: Check Zookeeper is okay\n command: echo \"ruok\" | nc localhost 2181\n register: result\n\n- debug: var=result.stdout_lines\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3157,
"all_permissive": false
} |
ansible_role | wwahammy/board-coop-ansible-WIP | 167cb5b78a646baa5e8e6eedbcb4398087e5e012 | 1 | roles/board_farm_git | 16 | [
"no_license"
] | [
{
"path": "roles/board_farm_git/tasks/main.yml",
"content": "---\n- name: pull in boardfarm\n git:\n repo: \"{{ boardfarm_repo }}\"\n version: \"{{ boardfarm_repo_branch}}\"\n dest: /opt/boardfarm\n force: yes\n become: yes\n\n- name: \"install requirements for boardfarm\"\n pip:\n require... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | wwahammy/board-coop-ansible-WIP | 167cb5b78a646baa5e8e6eedbcb4398087e5e012 | 1 | roles/common | 16 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# This Playbook runs all the controller plays in the deployment\n\n- name: \"add admin group if not there\"\n group: name=sudoers state=present\n become: yes\n\n- name: \"Install admin user if not there\"\n user: name=\"{{item.name}}\" groups=sudo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | wwahammy/board-coop-ansible-WIP | 167cb5b78a646baa5e8e6eedbcb4398087e5e012 | 1 | roles/controller | 16 | [
"no_license"
] | [
{
"path": "roles/controller/tasks/main.yml",
"content": "---\n- name: Install cu packages for serial port connecting\n apt: pkg={{item}} state=installed\n with_items:\n - cu\n become: yes\n\n- name: \"make ttyUSB0 accessible to all users\"\n copy: src=60-ttyUSBx.rules dest=/etc/udev/rules.d/60-ttyUSB... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | wwahammy/board-coop-ansible-WIP | 167cb5b78a646baa5e8e6eedbcb4398087e5e012 | 1 | roles/lan_device | 16 | [
"no_license"
] | [
{
"path": "roles/lan_device/tasks/main.yml",
"content": "- name: install lan_setup on devices\n shell: /opt/boardfarm/prepare_for_nonroot lan\n become: yes\n\n- name: copy over default route\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/network/if-up.d/\"\n owner: root\n group: root\n mode:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | wwahammy/board-coop-ansible-WIP | 167cb5b78a646baa5e8e6eedbcb4398087e5e012 | 1 | roles/networked | 16 | [
"no_license"
] | [
{
"path": "roles/networked/tasks/main.yml",
"content": "---\n# This Playbook runs all the network plays in the deployment\n- name: Install required packages for network testing computers\n apt: pkg={{item}} state=installed\n with_items:\n - openssh-client\n - tftp-hpa\n - tftpd-hpa\n - curl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1371,
"all_permissive": false
} |
ansible_role | wwahammy/board-coop-ansible-WIP | 167cb5b78a646baa5e8e6eedbcb4398087e5e012 | 1 | roles/wan_device | 16 | [
"no_license"
] | [
{
"path": "roles/wan_device/tasks/main.yml",
"content": "- name: install wan_setup on devices\n shell: /opt/boardfarm/prepare_for_nonroot wan\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/wan_device/files/setup_wan",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | sunnygeddam7/samplepostgres | 03ffeb814b9187b0f18a18140cb5555d64c95226 | 0 | roles/postgres_db | 16 | [
"no_license"
] | [
{
"path": "roles/postgres_db/tasks/main.yml",
"content": "- name: \"Create db user\"\n postgresql_user:\n state: present\n name: \"{{ db_user }}\"\n password: \"{{ <PASSWORD> }}\"\n become_user: postgres\n\n- name: \"Create app database\"\n postgresql_db:\n state: present\n name: \"{{ db_n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1388,
"all_permissive": false
} |
ansible_role | sunnygeddam7/samplepostgres | 03ffeb814b9187b0f18a18140cb5555d64c95226 | 0 | roles/postgres_install | 16 | [
"no_license"
] | [
{
"path": "roles/postgres_install/handlers/main.yml",
"content": "---\n# handlers file for postgres_install\n#\n- name: restart postgres\n service: \n name: postgresql \n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | Manohar-1305/ansible_playbook_k8s-installation | 863f10cdb71484cff0fe74502634dfad6c34d82b | 0 | ansible/roles/aws_cloud_controller | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/aws_cloud_controller/tasks/main.yaml",
"content": "---\n- name: Ensure that git is installed\n ansible.builtin.package:\n name: git\n state: present\n become: true\n\n- name: Ensure that kubectl is installed\n command: \"which kubectl\"\n register: kubectl_check\n changed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | Manohar-1305/ansible_playbook_k8s-installation | 863f10cdb71484cff0fe74502634dfad6c34d82b | 0 | ansible/roles/ebs-csi-driver | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/ebs-csi-driver/tasks/main.yaml",
"content": "---\r\n\r\n- name: Debug - Check if kubeconfig file exists\r\n stat:\r\n path: /home/ansible-user/.kube/config\r\n register: kubeconfig_check\r\n\r\n- name: Debug - Print result of kubeconfig check\r\n debug:\r\n var: kubeconfig_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3821,
"all_permissive": false
} |
ansible_role | Manohar-1305/ansible_playbook_k8s-installation | 863f10cdb71484cff0fe74502634dfad6c34d82b | 0 | ansible/roles/kubectl_alias | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/kubectl_alias/tasks/main.yaml",
"content": "- name: Copy kubectl aliases to the nodes\r\n copy:\r\n src: kubectl_aliases.sh\r\n dest: /tmp/kubectl_aliases.sh\r\n owner: \"{{ ansible_user | default(ansible_env.USER) }}\"\r\n group: \"{{ ansible_user | default(ansible_env... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2236,
"all_permissive": false
} |
ansible_role | Manohar-1305/ansible_playbook_k8s-installation | 863f10cdb71484cff0fe74502634dfad6c34d82b | 0 | ansible/roles/kubectl_role | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/kubectl_role/vars/main.yaml",
"content": "\n---\nkubectl_url: \"https://s3.us-west-2.amazonaws.com/amazon-eks/1.30.0/2024-05-12/bin/linux/amd64/kubectl\"\nkubectl_dest: \"/usr/local/bin/kubectl\"\nkubectl_bin_dest: \"/home/ansible-user/bin/kubectl\"\nkube_config_dir: \"/home/ansible... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2229,
"all_permissive": false
} |
ansible_role | Manohar-1305/ansible_playbook_k8s-installation | 863f10cdb71484cff0fe74502634dfad6c34d82b | 0 | ansible/roles/nfs-setup | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-setup/tasks/main.yaml",
"content": "\n- name: Update apt package list\n apt:\n update_cache: yes\n\n- name: Install nfs-common package\n apt:\n name: nfs-common\n state: present\n\n- name: Ensure mount directory exists\n ansible.builtin.file:\n path: /mnt/myshare\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1883,
"all_permissive": false
} |
ansible_role | pengisgood/devops-workshop | 9783c93002b8559d38274caee2a7302ba5a0d809 | 2 | provisioning/roles/jenkins | 16 | [
"no_license"
] | [
{
"path": "provisioning/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Add group \"jenkins\"\n group: name=jenkins\n sudo: yes\n\n- name: Add user \"jenkins\"\n user: name=jenkins group=jenkins home=/home/jenkins createhome=yes\n sudo: yes\n\n- name: install jenkins\n copy: src=jenkins.war des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | pengisgood/devops-workshop | 9783c93002b8559d38274caee2a7302ba5a0d809 | 2 | provisioning/roles/tomcat | 16 | [
"no_license"
] | [
{
"path": "provisioning/roles/tomcat/tasks/main.yml",
"content": "---\n- name: Add group \"tomcat\"\n group: name=tomcat\n sudo: yes\n\n- name: Add user \"tomcat\"\n user: name=tomcat group=tomcat createhome=no\n sudo: yes\n\n- name: install tomcat\n unarchive: src=apache-tomcat-7.0.54.zip dest=/opt ow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | nogiboina/jenkins-provision | b86d5c7e512ad8e14dddc078a89a29df95567b98 | 0 | roles/jenkins | 16 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/debian.yml",
"content": "---\n \n - name: Install Debian dependencies.\n become: yes\n apt: name={{ item }} state=installed update_cache=yes\n with_items: \"{{ dependencies_deb }}\"\n\n - name: adding apt key.\n apt_key:\n id: \"{{jenkins_apt_key_id_deb}}\"\n ur... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | ArtemChepenkov/app | 71ae832eea529f40f412277355370cc6abf4fcca | 0 | ansible/roles/cri-o | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/cri-o/vars/main.yml",
"content": "cri_o_version: 1.29\nkubelet_version: 1.29\nkubeadm_version: 1.29\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "ansible/roles/cri-o/tasks/main.yml",
"content": "- name: cri-o\n tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1843,
"all_permissive": false
} |
ansible_role | ArtemChepenkov/app | 71ae832eea529f40f412277355370cc6abf4fcca | 0 | ansible/roles/kubeadm | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/kubeadm/tasks/main.yml",
"content": "- name: Запрет автоматического обновления kubelet\n command: echo \"kubelet hold\" | dpkg --set-selections\n\n- name: Запрет автоматического обновления kubeadm\n command: echo \"kubeadm hold\" | dpkg --set-selections\n\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | ArtemChepenkov/app | 71ae832eea529f40f412277355370cc6abf4fcca | 0 | ansible/roles/kubelet | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/kubelet/tasks/main.yml",
"content": "- name: Удаление старого репозитория Kubernetes (если есть)\n file:\n path: \"/etc/apt/sources.list.d/kubernetes.list\"\n state: absent\n\n- name: Добавление нового репозитория Kubernetes\n copy:\n dest: \"/etc/apt/sources.list.d/kuber... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | johnhckuo/Rolling-Update | f879f33187d1302f55d036060b3f96ffea0e72ee | 0 | ansible/roles/cbk | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/cbk/tasks/main.yml",
"content": "---\n- name: Copy the NGINX repository definition\n copy:\n src: 1.txt\n dest: /ansible/\n mode: 0755\n\n- name: Copying standalone.xml configuration file\n template:\n src: standalone.xml\n dest: /usr/share/jboss-as/standalone/confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | johnhckuo/Rolling-Update | f879f33187d1302f55d036060b3f96ffea0e72ee | 0 | ansible/roles/ocr | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/ocr/vars/main.yml",
"content": "---\nocr_dir: C:\\inetpub\\wwwroot\nlog_dir: c:\\logs\\ocr\nservice_test_url: localhost\nhc: hc.html\nhc_temp: hc_temp.html\nservice_name: W3SVC",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2043,
"all_permissive": false
} |
ansible_role | dxnixl47/ansible_vm_management | dfdf21feb23fe4191678ee89465a923d910c276f | 0 | ansible/roles/common | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/main.yml",
"content": "# Common variables for all roles\ncommon_packages:\n - vim\n - curl\n - git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | dxnixl47/ansible_vm_management | dfdf21feb23fe4191678ee89465a923d910c276f | 0 | ansible/roles/nuc1 | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/nuc1/vars/main.yml",
"content": "# Variables specific to NUK1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/nuc1/tasks/main.yml",
"content": "---\n- name: Copy script to NUK1\n copy:\n src: script_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | dxnixl47/ansible_vm_management | dfdf21feb23fe4191678ee89465a923d910c276f | 0 | ansible/roles/nuc2 | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/nuc2/tasks/main.yml",
"content": "---\n- name: Copy script to NUK2\n copy:\n src: script_nuk2.sh\n dest: /home/user2/script_nuk2.sh\n mode: '0755'\n\n- name: Execute script on NUK2\n command: /home/user2/script_nuk2.sh\n\n- name: Reboot NUK2\n reboot:\n msg: \"Reboot ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | OmarAlraisi/spin-ubuntu-dev-machine | 79cf2d275daa855f8148dd3d201b2c8fde892360 | 0 | roles/dotfiles | 16 | [
"no_license"
] | [
{
"path": "roles/dotfiles/files/after/plugin/whichkey.lua",
"content": "local wk = require(\"which-key\")\n\nwk.setup {\n icons = {\n breadcrumb = \"»\", -- symbol used in the command line area that shows your active key combo\n separator = \"➜\", -- symbol used between a key and it's label... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4574,
"all_permissive": false
} |
ansible_role | OmarAlraisi/spin-ubuntu-dev-machine | 79cf2d275daa855f8148dd3d201b2c8fde892360 | 0 | roles/shell | 16 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "---\n- name: Ensure ZSH is installed\n become: true\n apt:\n name: zsh\n state: present\n\n- name: Set zsh as the default shell for the current user\n become: true\n user:\n name: \"{{ user }}\"\n shell: /usr/bin/zsh\n\n- name: Install Oh M... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | OmarAlraisi/spin-ubuntu-dev-machine | 79cf2d275daa855f8148dd3d201b2c8fde892360 | 0 | roles/tools | 16 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "---\n- name: Install necessary apt packages\n become: true\n apt:\n name:\n - tmux\n - ripgrep\n - bat\n - clang\n \n- name: Install necessary snap packages\n become: true\n community.general.snap:\n name:\n - lsd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | dominik-matic/my-website | 7ae6e0657ae9b726240f03f3f5f428ceacfe0dc7 | 0 | ansible/roles/web_servers | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/web_servers/tasks/main.yml",
"content": "- name: install cronie\n package:\n name: cronie\n state: present\n\n- name: ensure crond is running\n service:\n name: crond\n state: started\n enabled: yes\n\n- import_tasks: docker.yml\n- import_tasks: certbot.yml\n",
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3344,
"all_permissive": false
} |
ansible_role | vincentdoba/personnal-server-config | b94939dc4c0c88354eac90f5aa81054671e52524 | 1 | roles/blog | 16 | [
"no_license"
] | [
{
"path": "roles/blog/tasks/nginx.yml",
"content": "---\n- name: \"Install nginx webserver\"\n apt:\n name: nginx\n state: latest\n\n- name: Remove default nginx site\n file:\n name: \"/etc/nginx/sites-enabled/default\"\n state: absent\n notify: Restart nginx\n\n- name: \"Do not display versi... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2356,
"all_permissive": false
} |
ansible_role | vincentdoba/personnal-server-config | b94939dc4c0c88354eac90f5aa81054671e52524 | 1 | roles/commons | 16 | [
"no_license"
] | [
{
"path": "roles/commons/tasks/packages.yml",
"content": "---\n- name: Add backports repository\n apt_repository: repo=\"deb {{backport_uri}} {{debian_version_name}}-backports main contrib non-free\" state=present update_cache=yes\n\n- name: Upgrade to latest packages\n apt: upgrade=full\n\n- name: Instal... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1211,
"all_permissive": false
} |
ansible_role | vincentdoba/personnal-server-config | b94939dc4c0c88354eac90f5aa81054671e52524 | 1 | roles/users | 16 | [
"no_license"
] | [
{
"path": "roles/users/files/vincent/zshrc",
"content": "# -*- shell-script -*-\n\n[ ! -d /tmp/$USER ] && mkdir /tmp/$USER\n\nsource $HOME/.profile\n\n#if [[ $TERM != \"dumb\" ]]; then\n ZSHRCDIR=~/.zsh\n fpath=($ZSHRCDIR/functions $fpath)\n\n autoload -U zutil\n autoload -U compinit\n autoload -U comp... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 19,
"total_bytes": 30959,
"all_permissive": false
} |
ansible_role | dropmeaword/buzzfm | 735bccf93eab575a811a5b29665bf47080c45d25 | 0 | provision/ansible/roles/base | 16 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/base/tasks/main.yml",
"content": "---\n- name: Update apt cache.\n apt: update_cache=yes\n sudo: yes\n\n#- name: Upgrade Raspbian.\n# apt: upgrade=yes\n# sudo: yes\n\n- name: Setting our new hostname.\n hostname: name={{ hostname }}\n sudo: yes\n\n- name: Generate lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | dropmeaword/buzzfm | 735bccf93eab575a811a5b29665bf47080c45d25 | 0 | provision/ansible/roles/probe | 16 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/probe/tasks/main.yml",
"content": "---\n- name: Installing python dependencies.\n pip: \"name={{ item }}\"\n sudo: yes\n with_items: python_packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | DevSachinOps/scripts | 9712a0425dc71f64557be1b35c26bc703cc37106 | 0 | ansible/sync_docker_images/roles/sync_registries | 16 | [
"no_license"
] | [
{
"path": "ansible/sync_docker_images/roles/sync_registries/tasks/skopeo_commands_create.yml",
"content": "---\n\n- name: create repo creation file\n file:\n path: /root/skopeo_commands.sh\n state: touch\n mode: '0755'\n owner: 'root'\n group: 'root'\n\n- name: file for failure list\n file:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11100,
"all_permissive": false
} |
ansible_role | PabloMartin19/LAMP_Vagrant_Ansible | bb4d31b6c4a5dc97cb185339114554bf5749e63b | 0 | ansible/roles/web | 16 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yaml",
"content": "- name: \"Instalar Apache2 y mysql_client\"\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - mariadb-client\n\n- name: \"Crear el virtualhost web\"\n template:\n src: pablopracticaansible.conf\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | MaxVogelFrei/linux-dz-28 | 1d973f23c7a4c97dad76a4e25d1be3ecf4a78128 | 0 | roles/consul | 15 | [
"no_license"
] | [
{
"path": "roles/consul/tasks/main.yml",
"content": "---\n# Prepare host\n- name: Consul | Turn off SELinux\n selinux:\n state: disabled\n\n- name: Consul | Install required packages\n yum:\n name: unzip\n state: present\n\n# Install consul\n- include: install.yml\n tags:\n - install\n\n- inc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | MaxVogelFrei/linux-dz-28 | 1d973f23c7a4c97dad76a4e25d1be3ecf4a78128 | 0 | roles/haproxy | 15 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- name: HAProxy | common | Turn off SELinux\n selinux:\n state: disabled\n\n- name: HAProxy | Ensure HAProxy is installed.\n yum:\n name: haproxy\n state: present\n\n- name: Copy HAProxy configuration\n template:\n src: haproxy.cfg.j2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | MaxVogelFrei/linux-dz-28 | 1d973f23c7a4c97dad76a4e25d1be3ecf4a78128 | 0 | roles/patroni | 15 | [
"no_license"
] | [
{
"path": "roles/patroni/defaults/main.yml",
"content": "---\n# defaults file for roles/patroni\npatroni_scope_name: otus\n\napt_packages:\n - gcc \n - python-dev \n - postgresql-server-dev-all\n - python-pip\n - python3-pip\n - python-apt\n\npip_packages:\n - python-etcd\n - python-consul\n - psyc... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1836,
"all_permissive": false
} |
ansible_role | witterling/itg-test | 00cdbdf33247ccc3bc73be8b5d579dd6401521c8 | 0 | roles/dockerswarm | 15 | [
"no_license"
] | [
{
"path": "roles/dockerswarm/tasks/swarm_cluster.yml",
"content": "- name: Check if \"Swarm Mode\" is enabled.\n shell: docker info\n changed_when: False\n register: docker_info\n\n- name: Init \"Swarm Mode\" on docker_swarm_manager.\n shell: docker swarm init --advertise-addr {{adv_addr}}\n when: \"do... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6108,
"all_permissive": false
} |
ansible_role | RENUUG/eduroamIdP | ccdf03bbf475e02cefee611ee104bc30f11142f1 | 1 | roles/freeradius | 15 | [
"no_license"
] | [
{
"path": "roles/freeradius/templates/former_proxy.conf.j2",
"content": "home_server localhost {\n type = auth\n ipaddr = 127.0.0.1\n port = 1814\n secret = testing123\n response_window = 20\n zombie_period = 40\n revive_interval = 120\n status_check =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 16596,
"all_permissive": false
} |
ansible_role | RENUUG/eduroamIdP | ccdf03bbf475e02cefee611ee104bc30f11142f1 | 1 | roles/winauth | 15 | [
"no_license"
] | [
{
"path": "roles/winauth/tasks/configure.yml",
"content": "#This playbook will have the configuration steps for both freeradius and winbind\n#joining the Active Directory Domain controller\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": "roles/wi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | felixroeser/setup-wolke | d88002e8ab328ef34875660fe02e3534597ed060 | 0 | roles/common | 15 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- apt: update_cache=yes cache_valid_time=3600\n- apt_repository: repo='ppa:{{item}}' update_cache=yes\n with_items:\n - git-core\n- apt: pkg={{item}} state=latest install_recommends=no\n with_items:\n - python-pycurl\n - python-psycopg2\n - git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | felixroeser/setup-wolke | d88002e8ab328ef34875660fe02e3534597ed060 | 0 | roles/docker | 15 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=58118E89F3A912897C070ADBF76221572C52609D state=present\n- apt_repository: repo='deb https://apt.dockerproject.org/repo ubuntu-xenial main' update_cache=yes\n- apt: pkg={{item}}\n with_item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/apache | 15 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install the latest version of Apache\n dnf:\n name: httpd\n state: latest\n\n- name: Set ServerName in apache config\n lineinfile:\n path: /etc/httpd/conf/httpd.conf\n regexp: \"^ServerName \"\n insertafter: ^#ServerName\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/certbot | 15 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/main.yml",
"content": "---\n- name: Install Certbot\n dnf:\n name:\n - certbot\n - python3-certbot-apache\n state: latest\n\n- name: Register and install certificate\n shell:\n cmd: certbot --apache -n --agree-tos --domains {{ domain }} --email {{ email }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/mail | 15 | [
"no_license"
] | [
{
"path": "roles/mail/templates/recordsets.j2",
"content": "#!/bin/bash -eu\nif [ \"$EUID\" -ne 0 ]; then\n echo \"ERROR: please run as root\"\n exit 1\nfi\n\nip4=$(curl -s ifconfig.me | cat)\n\ncat << EOF\n================> Address record <================\nType: A\nHost/Name: $(hostname)\nValue: ${ip4}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3139,
"all_permissive": false
} |
ansible_role | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/recordsets | 15 | [
"no_license"
] | [
{
"path": "roles/recordsets/tasks/main.yml",
"content": "---\n- name: get required records\n shell: /usr/local/sbin/show-recordsets\n register: records\n changed_when: false\n\n- name: print required records\n debug:\n msg: \"{{ records.stdout }}\"\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 | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/rq | 15 | [
"no_license"
] | [
{
"path": "roles/rq/tasks/main.yml",
"content": "---\n- name: Start redis service\n systemd:\n state: started\n name: redis\n enabled: true\n\n- name: Create rq systemd target\n copy:\n src: rq.target\n dest: /etc/systemd/system/rq.target\n notify:\n - Restart rq.target\n\n- name: Creat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/rqmonitor | 15 | [
"no_license"
] | [
{
"path": "roles/rqmonitor/tasks/main.yml",
"content": "---\n- name: Install RQ Monitor\n pip:\n name: rqmonitor\n\n- name: Create RQ Monitor service\n copy:\n src: rqmonitor.service\n dest: /etc/systemd/system/rqmonitor.service\n owner: root\n group: root\n mode: \"0600\"\n register: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/starfit | 15 | [
"no_license"
] | [
{
"path": "roles/starfit/tasks/from_source.yml",
"content": "---\n- name: Clone starfit repo\n become: false\n git:\n repo: https://github.com/conradtchan/starfit.git\n dest: /tmp/starfit\n single_branch: true\n version: main\n\n- name: Install dev starfit\n shell: |\n cd /tmp/starfit\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | 2sn/starfit-server | 48627d72e93921b896e2cb8e549e31cc9f877dbf | 0 | roles/starfitweb | 15 | [
"no_license"
] | [
{
"path": "roles/starfitweb/files/html/index.css",
"content": "html,\nbody {\n background-color: #00284F;\n}\n\ntable {\n table-layout: fixed;\n width: 800px;\n}\n\ntable.inputs {\n table-layout: fixed;\n width: 600px;\n}\n\ntd {\n overflow: hidden;\n padding: 5px;\n}\n\nth {\n overf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 43320,
"all_permissive": false
} |
ansible_role | mtldata/bdm-hack-2015 | 36abfbc4b66a51f0b5f4dee784a5810043cf192d | 0 | config-mgmt/roles/common | 15 | [
"no_license"
] | [
{
"path": "config-mgmt/roles/common/tasks/freebsd.yml",
"content": "- name: Update package catalog\n shell: pkg update\n sudo: true\n\n- name: Setup hostname if instance_hostname is defined\n sysrc:\n name: hostname\n state: present\n value: \"{{ instance_hostname }}\"\n sudo: true\n when: ins... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2754,
"all_permissive": false
} |
ansible_role | mtldata/bdm-hack-2015 | 36abfbc4b66a51f0b5f4dee784a5810043cf192d | 0 | config-mgmt/roles/golang | 15 | [
"no_license"
] | [
{
"path": "config-mgmt/roles/golang/tasks/main.yml",
"content": "# golang\n#\n# Installs Go and gpm on a freebsd system\n---\n\n- name: Install Go from ports\n pkgng: name=lang/go state=present\n sudo: true\n\n- name: Install Git, Mercurial, Bazar and SVN for go get\n pkgng: name={{ item }} state=present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | mtldata/bdm-hack-2015 | 36abfbc4b66a51f0b5f4dee784a5810043cf192d | 0 | config-mgmt/roles/nginx | 15 | [
"no_license"
] | [
{
"path": "config-mgmt/roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install nginx\n pkgng: name=nginx-devel-1.7.12 state=present\n sudo: true\n\n- name: Enable nginx at startup\n sysrc:\n name: nginx_enable\n state: present\n value: \"YES\"\n sudo: true\n\n- name: Create site configu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | mtldata/bdm-hack-2015 | 36abfbc4b66a51f0b5f4dee784a5810043cf192d | 0 | config-mgmt/roles/nodejs | 15 | [
"no_license"
] | [
{
"path": "config-mgmt/roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: Install node\n pkgng: name=www/node state=present\n sudo: true\n\n- name: Install npm\n pkgng: name=www/npm state=present\n sudo: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | mtldata/bdm-hack-2015 | 36abfbc4b66a51f0b5f4dee784a5810043cf192d | 0 | config-mgmt/roles/nsq | 15 | [
"no_license"
] | [
{
"path": "config-mgmt/roles/nsq/templates/nsqlookupd",
"content": "#!/bin/sh\n\n# PROVIDE: nsqlookupd\n# REQUIRE: LOGIN\n# BEFORE: securelevel\n# KEYWORD: <PASSWORD>\n\n# Add the following line to /etc/rc.conf to enable `nsqlookupd':\n#\n#nsqlookupd_enable=\"YES\"\n\n. /etc/rc.subr\n\nname=\"nsqlookupd\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2038,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.