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 | lconceicao/sonata-psa-install | 4e8d88c00624129f4722760f7795f4d0d8b85225 | 0 | roles/config-common | 519 | [
"no_license"
] | [
{
"path": "roles/config-common/tasks/main.yml",
"content": "---\n- include: \"{{ansible_distribution}}.{{ansible_distribution_release}}.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/config-common/tasks/CentOS.Core.yml",
"content":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | lconceicao/sonata-psa-install | 4e8d88c00624129f4722760f7795f4d0d8b85225 | 0 | roles/config-vpn | 519 | [
"no_license"
] | [
{
"path": "roles/config-vpn/tasks/main.yml",
"content": "- include: \"{{ansible_distribution}}.{{ansible_distribution_release}}.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/config-vpn/tasks/Ubuntu.xenial.yml",
"content": "- name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1844,
"all_permissive": false
} |
ansible_role | lconceicao/sonata-psa-install | 4e8d88c00624129f4722760f7795f4d0d8b85225 | 0 | roles/create-docker-vpn | 519 | [
"no_license"
] | [
{
"path": "roles/create-docker-vpn/tasks/CentOS.Core.yml",
"content": "\n- name: install dependencies\n yum: name={{item}} update_cache=yes state=present\n with_items:\n - epel-release\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: add docker repository\n shell: |\n yu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2730,
"all_permissive": false
} |
ansible_role | jkupferer/redhat-gpte-osp-lab-with-terraform | 06670ca475ba32f3df176877137c650323d0d43b | 0 | roles/osp_terraform | 519 | [
"no_license"
] | [
{
"path": "roles/osp_terraform/tasks/run-terraform.yaml",
"content": "---\n- name: Terraform Directory\n file:\n path: \"{{ osp_terraform_dir }}\"\n state: directory\n mode: u=rwx,go=\n\n- name: Write terraform config\n template:\n src: config.tf.j2\n dest: \"{{ osp_terraform_dir }}/config.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6528,
"all_permissive": false
} |
ansible_role | bocoup/people | 80caf90176082b3d9419588a95d0e3686272540e | 5 | deploy/ansible/roles/base | 519 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/base/tasks/main.yml",
"content": "# Get the box up and running. These tasks run before the box is configured\n# or the project is cloned or built. All system dependencies should be\n# installed here.\n\n- name: add keys to apt\n shell: wget -qO - {{item}} | apt-key add -\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | bocoup/people | 80caf90176082b3d9419588a95d0e3686272540e | 5 | deploy/ansible/roles/certbot | 519 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/certbot/tasks/main.yml",
"content": "- name: Install Certbot\n apt:\n name: python3-certbot-nginx\n state: present\n\n- name: Run Certbot\n command: certbot -m {{letsencrypt_email}} --agree-tos -n --domains {{api_fqdn}} --nginx\n\n- name: Add cron job for certificate ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | bocoup/people | 80caf90176082b3d9419588a95d0e3686272540e | 5 | deploy/ansible/roles/deploy | 519 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/deploy/tasks/build.yml",
"content": "# All project build tasks go here. These tasks will only be run for the\n# specified commit if the commit hasn't been deployed before or if \"force\"\n# is true.\n\n# Modify as-needed!\n\n- name: install npm modules\n npm: path=\"{{clone_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | bocoup/people | 80caf90176082b3d9419588a95d0e3686272540e | 5 | deploy/ansible/roles/nginx | 519 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/nginx/tasks/main.yml",
"content": "# Generate nginx config files (and ssl configuration, if ssl was specified),\n# rolling back changes if any part of the config is invalid.\n#\n# For the initial deployment of the application, no certificates will be\n# available, so the serv... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3405,
"all_permissive": false
} |
ansible_role | wikitops/ansible_kafka | ef0dbd06f5394ff5e0b04582bff1ef459f44d387 | 0 | roles/kafka | 519 | [
"no_license"
] | [
{
"path": "roles/kafka/defaults/main.yml",
"content": "---\n\n###\n# KAFKA\n###\n\n# Version\nkafka_version: 2.0.0\n\n# Sources\nkafka_tar_url: http://apache.forsale.plus/kafka/{{ kafka_version }}/kafka_2.11-{{ kafka_version }}.tgz\n\n# User\nkafka_group: kafka\nkafka_user: kafka\n\n# Directories\nkafka_pat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2906,
"all_permissive": false
} |
ansible_role | 21amir21/examify | 9b5d2ce3982948fbe9c104eae19182419fb8da4e | 0 | packer-server-templates/ansible/roles/admin-user | 559 | [
"no_license"
] | [
{
"path": "packer-server-templates/ansible/roles/admin-user/tasks/main.yml",
"content": "- name: Create admin user with no password\n ansible.windows.win_user:\n name: admin\n password: <PASSWORD>\n password_never_expires: true\n groups:\n - Administrators\n - Remote Desktop Users\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | 21amir21/examify | 9b5d2ce3982948fbe9c104eae19182419fb8da4e | 0 | packer-server-templates/ansible/roles/user | 559 | [
"no_license"
] | [
{
"path": "packer-server-templates/ansible/roles/user/tasks/main.yml",
"content": "---\n- name: Create student user with password\n ansible.windows.win_user:\n name: student\n password: <PASSWORD>!\n password_never_expires: true\n groups:\n - Users\n - Remote Desktop Users\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | 21amir21/examify | 9b5d2ce3982948fbe9c104eae19182419fb8da4e | 0 | packer-server-templates/ansible/roles/visual-studio | 559 | [
"no_license"
] | [
{
"path": "packer-server-templates/ansible/roles/visual-studio/tasks/main.yml",
"content": "---\n- name: Create directory for VS setup file\n ansible.windows.win_file:\n path: 'C:\\VS'\n state: directory\n\n- name: Download VS Installer\n ansible.windows.win_get_url:\n url: https://c2rsetup.offic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | 21amir21/examify | 9b5d2ce3982948fbe9c104eae19182419fb8da4e | 0 | packer-server-templates/ansible/roles/windows-common | 559 | [
"no_license"
] | [
{
"path": "packer-server-templates/ansible/roles/windows-common/tasks/main.yml",
"content": "---\n- name: Delete Amazon EC2 default scripts for setting wallpaper\n ansible.windows.win_file:\n path: 'C:\\ProgramData\\Amazon\\EC2-Windows\\Launch\\Module\\Scripts\\{{ item }}'\n state: absent\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3290,
"all_permissive": false
} |
ansible_role | consciousnss/devops-kaspersky | 068771e0e72fa71af6c1a0681b077ec2e3f522b9 | 0 | ansible/roles/common | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "- name: Установить Docker\n include_role:\n name: geerlingguy.docker\n when: deploy_mode == \"docker\"\n\n- name: Настроить firewalld\n block:\n - name: Установить зависимости для firewalld\n ansible.builtin.dnf:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | consciousnss/devops-kaspersky | 068771e0e72fa71af6c1a0681b077ec2e3f522b9 | 0 | ansible/roles/microservice | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/microservice/tasks/systemd.yaml",
"content": "- name: Копировать бинарник\n copy:\n src: \"{{ playbook_dir }}/../build/microservice\"\n dest: \"{{ binary_path }}\"\n mode: '0755'\n\n- name: Установить systemd unit из шаблона\n template:\n src: microservice.service.j2\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | AlexfromKH/ansible-pb-docker | 07712ce1e332ee23f513118d633ada5f47489354 | 0 | roles/common | 559 | [
"no_license"
] | [
{
"path": "roles/common/tasks/docker_centos.yml",
"content": "---\n#- name: Add stable RedHat orCentOS repository\n# yum_repository:\n# name: docker-ce\n# description: docker repo for CentOS\n# baseurl: https://download.docker.com/linux/centos/\n# gpgcheck: yes\n# gpgkey: https://download.do... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1967,
"all_permissive": false
} |
ansible_role | AlexfromKH/ansible-pb-docker | 07712ce1e332ee23f513118d633ada5f47489354 | 0 | roles/rm_docker | 559 | [
"no_license"
] | [
{
"path": "roles/rm_docker/tasks/rm_docker_ubuntu.yml",
"content": "---\n- name: remove additional packages for ubuntu\n apt:\n name: \"{{docker_packages_apt}}\"\n state: absent\n\n- name: remove docker on ubuntu\n apt:\n name: \"{{rm_packages_apt}}\"\n state: absent\n update_cache: yes\n",... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | enuno/ansible-handshake-dns | 8bac3704140e4e77fc31f98f0ed3d445d14ebaca | 0 | roles/docker | 559 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Download Docker installation script\n ansible.builtin.get_url:\n url: \"{{ docker_install_script }}\"\n dest: /tmp/install-docker.sh\n mode: '0755'\n validate_certs: true\n\n- name: Install Docker CE\n ansible.builtin.command: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | enuno/ansible-handshake-dns | 8bac3704140e4e77fc31f98f0ed3d445d14ebaca | 0 | roles/hsd | 559 | [
"no_license"
] | [
{
"path": "roles/hsd/handlers/main.yml",
"content": "---\n- name: Enable docker service\n ansible.builtin.service:\n name: docker\n state: started\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/hsd/defaults/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 754,
"all_permissive": false
} |
ansible_role | enuno/ansible-handshake-dns | 8bac3704140e4e77fc31f98f0ed3d445d14ebaca | 0 | roles/unbound | 559 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/main.yml",
"content": "- name: Configure Quad9 forwarding\n ansible.builtin.template:\n src: unbound.conf.j2\n dest: \"{{ unbound_conf_dir }}/quad9.conf\"\n mode: '0644'\n notify: Restart unbound\n\n- name: Deploy Unbound container\n community.docker.docker_contain... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/addsudowpassw | 559 | [
"no_license"
] | [
{
"path": "roles/addsudowpassw/tasks/main.yaml",
"content": "- name: sudo without password for rnbj\n copy:\n content: 'rnbj ALL=(ALL:ALL) NOPASSWD:ALL'\n dest: /etc/sudoers\n mode: 0440\n validate: 'visudo -cf %s'\n\n- name: Set up authorized keys for the rnbj user\n authorized_key: user=rnbj... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/copycephkeys | 559 | [
"no_license"
] | [
{
"path": "roles/copycephkeys/tasks/main.yaml",
"content": "- name: Copy ceph.pub from main ceph\n ansible.builtin.fetch:\n src: /etc/ceph/ceph.pub\n dest: /tmp/ceph.pub\n flat: yes\n- name: Copy /etc/ceph/ceph.client.admin.keyring\n ansible.builtin.fetch:\n src: /etc/ceph/ceph.client.admin.ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/dockerinstall | 559 | [
"no_license"
] | [
{
"path": "roles/dockerinstall/tasks/main.yaml",
"content": "- name: Download docker install script\n become: yes\n command: curl -fsSL https://get.docker.com -o get-docker.sh\n- name: Installing docker\n become: yes\n command: sh get-docker.sh\n- name: Add the user to docker\n ansible.builtin.user:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/installcephadm | 559 | [
"no_license"
] | [
{
"path": "roles/installcephadm/tasks/main.yml",
"content": "- name: Download cephadm install script\n command: curl --silent --remote-name --location https://github.com/ceph/ceph/raw/octopus/src/cephadm/cephadm\n- name: Change cephadm executable\n ansible.builtin.file:\n path: cephadm\n mode: '0777... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/installntpntpdate | 559 | [
"no_license"
] | [
{
"path": "roles/installntpntpdate/tasks/main.yaml",
"content": "- name: Install ntp\n apt:\n name: ntp\n state: latest\n- name: Install ntpdate\n apt:\n name: ntpdate\n state: latest\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 | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/pushcephkeys | 559 | [
"no_license"
] | [
{
"path": "roles/pushcephkeys/tasks/main.yaml",
"content": "#- name: Push ceph.pub to others\n# ansible.builtin.copy:\n# src: /tmp/ceph.pub\n# dest: /etc/ceph/ceph.pub\n# owner: root\n# group: root\n# mode: '0644'\n# \n- name: Creates ceph directory\n file:\n path: /etc/ceph/\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/setrootkey | 559 | [
"no_license"
] | [
{
"path": "roles/setrootkey/tasks/main.yml",
"content": "- name: configure passwordless ssh authentication on a remote machine\n command: sshpass -p 1 ssh-copy-id -i /root/.ssh/id_rsa.pub -o StrictHostKeyChecking=no",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | rainbowjose/shittycephplaybook | 9651f7d41ff286bad98e8fe41a0e7653cdeff8cd | 0 | roles/sysctltune | 559 | [
"no_license"
] | [
{
"path": "roles/sysctltune/tasks/main.yaml",
"content": "- name: Add sysctl tune kernel.pid_max\n ansible.builtin.lineinfile:\n path: /etc/sysctl.conf\n line: \"kernel.pid_max = 4194303\"\n create: yes\n- name: Add sysctl tune fs.aio-max-nr\n ansible.builtin.lineinfile:\n path: /etc/sysctl.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/backup_mongo | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/backup_mongo/templates/mongo_dump.sh",
"content": "#! /bin/bash\n\nfunction backup {\n item=$1\n echo \"$(date +\"%Y%m%d %H:%M:%S\"): Backup of ${item} - started\" >> {{logs_dir}}/backup.log\n echo \"$(date +\"%Y%m%d %H:%M:%S\"): Backup of ${item} - running mongodump ...\" ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/cobbler | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/cobbler/tasks/main.yaml",
"content": "---\n\n- name: \"Install EPEL release\"\n yum: name=epel-release\n\n- name: \"Install packages\"\n yum: pkg={{ item }}\n with_items:\n - ntp\n - dhcp\n - xinetd\n - net-tools\n - yum-utils\n - cobbler\n - cobbler-web\n - pykickstart\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2246,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/cobbler_distros | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/cobbler_distros/tasks/main.yaml",
"content": "---\n- name: \"Downloading image\"\n get_url:\n url: \"{{item.url}}\"\n dest: \"/var/{{item.system}}.iso\"\n checksum: \"{{item.checksum}}\"\n with_items: \"{{SYSTEMS}}\"\n\n- name: \"Creating mount point\"\n file: path=\"/mn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/devstack_aio | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/devstack_aio/defaults/main.yaml",
"content": "IDENTITY_API_VERSION: 2.0\nOS_IDENTITY_API_VERSION: 2\nENABLED_SERIVES: [\"q-svc\", \"q-agt\", \"q-dhcp\", \"q-l3\", \"q-meta\", \"horizon\"]\nDISABLED_SERICES: [\"n-net\", \"tempest\"]\nPLUGINS: [] #list of dicts\n\n#SWIFT SERVICES are:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1703,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/docker | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "- name: \"Install EPEL release\"\n yum: name=epel-release\n\n- name: \"Install yum packages\"\n yum: pkg={{item}}\n with_items:\n - git\n - docker-engine\n\n- name: \"Install python packages with pip\"\n pip: name={{item.name}} version=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/go | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/go/tasks/main.yaml",
"content": "--- #Playbook for installing go lang on cent os\n- hosts: all\n tasks:\n - name: Get go lang distribution\n get_url:\n url: https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz\n dest: /tmp/go1.8.3.linux-amd64.tar.g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1188,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/mysql_container | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql_container/tasks/main.yaml",
"content": "- name: \"Get mysql container\"\n docker_image:\n name: mysql:5.6\n state: present\n\n\n- name: \"Start mysql container\"\n# Sinse there is a bug with ansble and docker, this is commented for now\n# docker_container:\n# name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/nginx_container | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_container/tasks/main.yaml",
"content": "- name: \"Get nginx:alpine container\"\n docker_image:\n name: nginx:alpine\n state: present\n\n- name: \"Start nginx container\"\n# Sinse there is a bug with ansble and docker, this is commented for now\n# docker_container:\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/redirector | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/redirector/templates/redirect-service.jinja2",
"content": "[Unit]\nDescription=Redirect HTTP requests\nAfter=network.target\n\n[Service]\nType=forking\nExecStart=/bin/bash -c \"sudo {{ GOBIN }}/redirect {{ item }} > /home/centos/redirects.log 2>&1 &\"\nExecReload=/bin/kill -HUP $MAI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | dratushnyy/tools | 72f615b5fa5ae84e0bd9001e9a19d207cf845705 | 1 | ansible/roles/user | 559 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yaml",
"content": "- name: \"Add user\"\n user: name=user password=<PASSWORD> home=\"/home/user/\" shell=\"/bin/bash\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | nanagims/docker_ansible_challenge | 9dd8411d0c93f54d6de9581be63b686250e1775d | 0 | ansibleServer/roles/nginx | 559 | [
"no_license"
] | [
{
"path": "ansibleServer/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx (for RHEL-based systems)\n dnf:\n name: nginx\n state: present\n update_cache: yes\n when: ansible_os_family == \"RedHat\"\n\n- name: Install Nginx (for Debian-based systems)\n apt:\n name: nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | absk1317/ansible-gitlab-installation | e0c07a286a521c6964b030bc19deedce54dad129 | 0 | roles/gitlab | 559 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "---\n- name: Install Gitlab\n apt: name=gitlab-ce state=latest update_cache=true\n become: yes\n become_method: sudo\n\n- name: Copy gitlab configuration\n template: src=gitlab_config dest=/etc/gitlab/gitlab.rb owner=root group=root\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | desktop/roles/jenswbe.flathub | 559 | [
"no_license"
] | [
{
"path": "desktop/roles/jenswbe.flathub/tasks/auto_update.yml",
"content": "- name: Copy flatpak-automatic service and timer\n become: true\n register: copy_flatpak_automatic\n ansible.builtin.template:\n src: \"{{ item.path }}\"\n dest: \"/etc/systemd/system/{{ item.path }}\"\n owner: root\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | desktop/roles/jenswbe.rpm_ostree_auto_update | 559 | [
"no_license"
] | [
{
"path": "desktop/roles/jenswbe.rpm_ostree_auto_update/tasks/main.yml",
"content": "# Based on https://docs.fedoraproject.org/en-US/iot/applying-updates-UG/\n- name: Setup automatic rpm-ostree update config\n become: true\n register: rpm_ostree_update_config\n ansible.builtin.template:\n src: \"rpm-o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.automatic_updates | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.automatic_updates/README.md",
"content": "This role is based on https://github.com/geerlingguy/ansible-role-security.\nI only kept the auto-update parts and made it opinionated for my situation.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2797,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.basics | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.basics/handlers/main.yml",
"content": "- name: Restart systemd-journald\n become: true\n ansible.builtin.service:\n name: systemd-journald\n state: restarted\n\n- name: Restart systemd-logind\n become: true\n ansible.builtin.service:\n name: systemd-logind\n s... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5377,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.copy_dir | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.copy_dir/tasks/render_templates.yml",
"content": "- name: Generate template files to temporary dir\n when: item.state == 'file' and item.path is not search(\".+\\.(png|jpg)$\")\n delegate_to: localhost\n ansible.builtin.template:\n src: \"{{ item.root }}/{{ item.path }}... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7314,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.crowdsec | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.crowdsec/files/acquis.d/ssh.yml",
"content": "source: journalctl\njournalctl_filter:\n - \"_SYSTEMD_UNIT=ssh.service\"\nlabels:\n type: journald\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "server/roles/jenswb... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 10058,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.firewall | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.firewall/templates/firewalld-zone.xml.j2",
"content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<zone>\n{% for interface in zone.interfaces %}\n <interface name=\"{{ interface }}\"/>\n{% endfor %}\n{% for network_name in zone.source_networks %}\n <source address=\"{{ loo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5141,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.nbde_client | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.nbde_client/defaults/main.yml",
"content": "jwnc_clevis_slot: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "server/roles/jenswbe.nbde_client/meta/argument_specs.yml",
"content": "argument_specs:\n main:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4175,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.nbde_server | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.nbde_server/meta/argument_specs.yml",
"content": "argument_specs:\n main:\n short_description: Setup a Tang server for NBDE\n options:\n # === REQUIRED ===\n ansible_distribution:\n type: str\n required: true\n choices: # Others exist, bu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1652,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.network_config | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.network_config/handlers/main.yml",
"content": "- name: Restart networking\n become: true\n ansible.builtin.service:\n name: networking\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "ser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.nut | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.nut/tasks/main.yml",
"content": "- name: Setup Network UPS Tools (NUT)\n become: true\n block:\n - name: Install NUT client\n ansible.builtin.package:\n state: present\n name: nut-client\n\n - name: Install NUT server\n when: jwnu_nut_type == '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6998,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.observability | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.observability/templates/filebeat.yml",
"content": "# Based on https://go2docs.graylog.org/5-2/getting_in_log_data/ingest_journald.html\n# and https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-journald.html\n\nfields_under_root: true\nfields:\n collector_n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3322,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.powersavings | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.powersavings/tasks/powertop.yml",
"content": "- name: Setup powertop\n become: true\n block:\n - name: Install powertop\n ansible.builtin.package:\n state: present\n name: powertop\n\n - name: Setup powertop service file\n ansible.builtin.copy:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2229,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.vm_host | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.vm_host/defaults/main.yml",
"content": "jwvm_start_vms_after_nfs: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "server/roles/jenswbe.vm_host/tasks/libvirt_setup_storage_pool.yml",
"content": "- name: \"Ens... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 11464,
"all_permissive": false
} |
ansible_role | JenswBE/setup | b03d6f4e38b0ab1c6fc3e6d299e8a13d276c7e82 | 2 | server/roles/jenswbe.wireguard | 559 | [
"no_license"
] | [
{
"path": "server/roles/jenswbe.wireguard/tasks/main.yml",
"content": "- name: Install Wireguard\n ansible.builtin.include_tasks: install.yml\n\n- name: Configure Wireguard\n ansible.builtin.include_tasks: configure.yml\n vars:\n wg_config: \"{{ item }}\"\n loop: \"{{ jwwg_wireguard_interfaces }}\"\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7094,
"all_permissive": false
} |
ansible_role | djdanielsson/dotfiles_old | 158af86ef61120c1c5809857937f22a9b24b784d | 0 | ansible/roles/base | 619 | [
"no_license"
] | [
{
"path": "ansible/roles/base/handlers/main.yml",
"content": "---\n# handlers file for base\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/base/vars/main.yml",
"content": "---\n# vars file for base\n...\n",
"license_ty... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6283,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/docker | 619 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Install\n community.general.homebrew:\n name:\n - docker\n # - homebrew/cask/docker\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/git | 619 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yaml",
"content": "---\n- name: Set diff.colorMoved\n community.general.git_config:\n name: diff.colorMoved\n scope: global\n value: zebra\n\n- name: Set fetch.prune\n community.general.git_config:\n name: fetch.prune\n scope: global\n value: true\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/go | 619 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yaml",
"content": "---\n- name: Install language\n community.general.homebrew:\n name:\n - go\n state: present\n\n- name: Install tools\n community.general.homebrew:\n name:\n - gotestsum\n - go-critic\n - golang-migrate\n - golangci-lint\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/google-chrome | 619 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/main.yaml",
"content": "---\n- name: Install Chrome\n community.general.homebrew:\n name: homebrew/cask/google-chrome\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/iterm2 | 619 | [
"no_license"
] | [
{
"path": "roles/iterm2/tasks/main.yaml",
"content": "---\n- name: Install\n community.general.homebrew:\n name: homebrew/cask/iterm2\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/maccy | 619 | [
"no_license"
] | [
{
"path": "roles/maccy/tasks/main.yaml",
"content": "---\n- name: Install maccy\n community.general.homebrew:\n name: homebrew/cask/maccy\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/neovim | 619 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yaml",
"content": "---\n- name: Install neovim\n community.general.homebrew:\n name: neovim\n state: present\n\n- name: Clone neovim config\n ansible.builtin.git:\n clone: yes\n dest: \"{{ ansible_user_dir }}/.config/nvim\"\n repo: <EMAIL>:spiider/nvim.git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/nodejs | 619 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yaml",
"content": "---\n- name: Install node and bun\n community.general.homebrew:\n name: \n - node\n # - homebrew/oven-sh/bun/bun\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/postman | 619 | [
"no_license"
] | [
{
"path": "roles/postman/tasks/main.yaml",
"content": "---\n- name: Install Postman\n community.general.homebrew:\n name: homebrew/cask/postman\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/rectangle | 619 | [
"no_license"
] | [
{
"path": "roles/rectangle/tasks/main.yaml",
"content": "---\n- name: Install node and bun\n community.general.homebrew:\n name: homebrew/cask/rectangle\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/spotify | 619 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yaml",
"content": "---\n- name: Install spotify\n community.general.homebrew:\n name: homebrew/cask/spotify\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/system | 619 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yaml",
"content": "---\n- name: Install\n community.general.homebrew:\n name:\n - jq\n - gettext\n - tree-sitter\n - lua\n - luajit\n - luarocks\n - starship\n - ripgrep\n - homebrew/cask/font-fira-mono-nerd-font\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/visual-studio-code | 619 | [
"no_license"
] | [
{
"path": "roles/visual-studio-code/tasks/main.yaml",
"content": "---\n- name: Install node and bun\n community.general.homebrew:\n name: homebrew/cask/visual-studio-code\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | spiider/dotfiles | b0b183fa310f3a1fc162e14cae4b1954d4475a1f | 0 | roles/zsh | 619 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yaml",
"content": "---\n- name: Install\n community.general.homebrew:\n name:\n - zsh\n state: present\n\n- name: Set default\n user:\n name: \"{{ ansible_env['USER'] }}\"\n shell: /usr/bin/zsh\n\n- name: Set public\n ansible.builtin.template:\n dest: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | vent555/ci_cd | 9473c01ed9d9578bd0b6c78661bd8ee78c51652a | 0 | roles/jenkins | 619 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/jenkins-install.yml",
"content": "- name: Add an Apt signing key, uses whichever key is at the URL\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io.key\n state: present\n\n# Add jenkins repository into sources list using specified filename.\n- apt_repository:\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | vent555/ci_cd | 9473c01ed9d9578bd0b6c78661bd8ee78c51652a | 0 | roles/kubernetes | 619 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/change-user.yml",
"content": "---\n- name: include vars\n include_vars: vars.yml\n\n- name: Add the user vagrant to the user's group \n user:\n name: \"{{ username }}\"\n groups: microk8s\n append: yes\n\n- name: Create a directory if it does not exist\n file:\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | awlsring/ActionRunnerPlaybooks | 7a7b8c92a0652fa71e1fc58bc30b1348bf7b79cb | 2 | roles/bootstrap | 619 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yaml",
"content": "- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel ALL=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | awlsring/ActionRunnerPlaybooks | 7a7b8c92a0652fa71e1fc58bc30b1348bf7b79cb | 2 | roles/reboot | 619 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n- name: Reboot system\n reboot:\n post_reboot_delay: 60",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 61,
"all_permissive": false
} |
ansible_role | awlsring/ActionRunnerPlaybooks | 7a7b8c92a0652fa71e1fc58bc30b1348bf7b79cb | 2 | roles/shutdown | 619 | [
"no_license"
] | [
{
"path": "roles/shutdown/tasks/main.yml",
"content": "---\n- name: Shutdown system\n command: /sbin/shutdown",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 53,
"all_permissive": false
} |
ansible_role | awlsring/ActionRunnerPlaybooks | 7a7b8c92a0652fa71e1fc58bc30b1348bf7b79cb | 2 | roles/system_info | 619 | [
"no_license"
] | [
{
"path": "roles/system_info/files/requirements.txt",
"content": "blkinfo==0.2.0\ndistro==1.8.0\npy-cpuinfo==8.0.0\npsutil==5.9.2\njc==1.22.0\nmdstat==1.0.4",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/system_info/files/system_info.py",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 11002,
"all_permissive": false
} |
ansible_role | awlsring/ActionRunnerPlaybooks | 7a7b8c92a0652fa71e1fc58bc30b1348bf7b79cb | 2 | roles/update | 619 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yaml",
"content": "- name: Update (RedHat)\n become: true\n yum:\n name: '*'\n state: latest\n update_cache: yes\n update_only: yes\n when: ansible_os_family == \"RedHat\"\n\n- name: Update (Debian)\n apt:\n force_apt_get: yes\n autoclean: yes\n au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | iwsmith/crosswalk | 7b7e59751e79dd1f26d59b760440e5acfd5e840c | 2 | ansible/roles/crosswalk | 619 | [
"no_license"
] | [
{
"path": "ansible/roles/crosswalk/tasks/sound.yml",
"content": "---\n- name: Set audio mixer default\n copy:\n src: asound.state\n dest: /var/lib/alsa/asound.state\n owner: root\n group: root\n mode: '0644'\n\n- name: Set default soundcard\n copy:\n src: asound.conf\n dest: /etc/asou... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3054,
"all_permissive": false
} |
ansible_role | mleukering/ansibledemoplaybook | 81b10c10116c18e3a279063fd7d493b10e235994 | 0 | roles/apache2 | 619 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "- name: Install apache2 web server\n become: true\n apt: pkg={{ item }} state=present update_cache=true\n with_items:\n - apache2\n\n- name: Remove default apache2 index.html file\n become: yes\n ignore_errors: yes\n file:\n path: /var/www/html... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | mleukering/ansibledemoplaybook | 81b10c10116c18e3a279063fd7d493b10e235994 | 0 | roles/config | 619 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "- name: Change our config file from default to use our server's IP\n replace:\n path: /var/www/html/config.php\n regexp: 'DEFAULTIP'\n replace: '{{ inventory_hostname }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | mleukering/ansibledemoplaybook | 81b10c10116c18e3a279063fd7d493b10e235994 | 0 | roles/gitproject | 619 | [
"no_license"
] | [
{
"path": "roles/gitproject/tasks/main.yml",
"content": "- name: clone ansible demo web project\n become: true\n git:\n repo: https://mleukering%40gmail.com:{{ githubpassword | urlencode }}@github.com/mleukering/ansibledemoweb.git\n dest: /var/www/html\n version: master\n\n- name: set file owners... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | mleukering/ansibledemoplaybook | 81b10c10116c18e3a279063fd7d493b10e235994 | 0 | roles/php | 619 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "- name: Install PHP7.2\n become: true\n apt: pkg={{ item }} state=present update_cache=true\n with_items:\n - php7.2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | mleukering/ansibledemoplaybook | 81b10c10116c18e3a279063fd7d493b10e235994 | 0 | roles/python | 619 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: 'install python2'\n raw: sudo apt-get -y install python-simplejson python-psycopg2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | Gourav-Persistent/ExtenSURE_GEMS | 667024f38937c4efb491d45d2084ebfa005c31dc | 0 | ansible/roles/gems-devops-cartridge | 619 | [
"no_license"
] | [
{
"path": "ansible/roles/gems-devops-cartridge/tasks/main.yml",
"content": "---\n- name: Build GEMS DevOps Environment\n shell:\n cmd: cd /tmp/ExtenSURE_GEMS/docker && docker-compose build\n\n- name: Deploy GEMS DevOps Environment\n shell:\n cmd: cd /tmp/ExtenSURE_GEMS/docker && docker-compose up -d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | Gourav-Persistent/ExtenSURE_GEMS | 667024f38937c4efb491d45d2084ebfa005c31dc | 0 | ansible/roles/gems-devproductivity-cartridge | 619 | [
"no_license"
] | [
{
"path": "ansible/roles/gems-devproductivity-cartridge/tasks/main.yml",
"content": "---\n- name: Install GIT\n apt:\n name: git\n state: present\n update_cache: yes\n\n- name: Install Visual Studio Code\n apt:\n deb: https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | joanplaja/toolbox | ca462fc829821c5457968e5bbd7455d4dcb9dbe0 | 2 | roles/dotfiles | 619 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Create symbolic link for Neovim configuration\n file:\n src: \"~/Repos/{{ user }}/cli-toolbox/nvim\" # Source directory of your Neovim configuration\n dest: \"~/.config/nvim\" # Destination directory for the symlink\n state: lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/activator | 619 | [
"no_license"
] | [
{
"path": "roles/activator/tasks/main.yml",
"content": "---\n# tasks file for activator\n- name: install jdk\n command: aptitude -y install openjdk-8-jdk unzip\n\n- stat: path={{ activator_profile }}\n register: activator_profile_path\n\n- stat: path={{ activator_path }}\n register: activator_link\n\n- s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/che | 619 | [
"no_license"
] | [
{
"path": "roles/che/defaults/main.yml",
"content": "---\n# defaults file for che\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/che/vars/main.yml",
"content": "---\n# vars file for che\nmaven_ver: 3.3.9\nmaven_path: /usr/local/apache-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1422,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/common-centos6 | 619 | [
"no_license"
] | [
{
"path": "roles/common-centos6/vars/main.yml",
"content": "---\n# vars file for common-centos6\ninstall_packages:\n - gcc\n - gcc-c++\n - make\n - perl-ExtUtils-MakeMaker\n - readline-devel\n - tar\n - xz\n - curl-devel\n - expat-devel\n - gettext-devel\n - openssl-devel\n - zlib-devel\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/common-ubuntu | 619 | [
"no_license"
] | [
{
"path": "roles/common-ubuntu/vars/main.yml",
"content": "---\n# vars file for common-ubuntu\ninstall_packages:\n - autoconf\n - automake\n - gcc\n - g++\n - make\n - gettext\n - vim\n - xzip\n - byobu\n - tar\n - tcl\n - locales\n - ca-certificates\n - build-essential\n - bison\n - curl\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/elasticsearch | 619 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/vars/main.yml",
"content": "---\n# vars file for elasticsearch\nelasticsearch_version: 5.0.0-rc1\nelasticsearch_target: /opt\nelasticsearch_data_dir: /share/elasticsearch\nplugins:\n \"analysis-kuromoji\": \"analysis-kuromoji\"\n \"analysis-icu\": \"analysis-icu\"\n\ncluster... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4126,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/emacs | 619 | [
"no_license"
] | [
{
"path": "roles/emacs/vars/main.yml",
"content": "---\n# vars file for emacs\nemacs_ver: 25.1\nsrc: /usr/src\ncask_dirname: .cask\nemacs_path: /usr/local/bin/emacs\ndot_emacs_dirname: .emacs.d\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
"path": "r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8953,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/git | 619 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- stat: path={{ src }}/git-{{ git_version }}.tar.xz\n register: git_src\n\n- stat: path={{ src }}/git-{{ git_version }}\n register: git_dir\n\n- stat: path={{ src }}/gitflow\n register: gitflow_dir\n\n- stat: path=/usr/local/bin/git-flow\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1456,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/goenv | 619 | [
"no_license"
] | [
{
"path": "roles/goenv/tasks/main.yml",
"content": "---\n- stat: path={{ target }}\n register: goenv\n\n- stat: path={{ target }}/versions/{{ go_ver }}\n register: go_install_dir\n\n- name: set ignore ssl\n shell: git config --global http.sslVerify false\n\n- name: clone goenv\n git:\n repo: https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/java8 | 619 | [
"no_license"
] | [
{
"path": "roles/java8/tasks/main.yml",
"content": "---\n# tasks file for java8\n\n- name: add sources.list for java8\n copy: src=java-debian.list dest=/etc/apt/sources.list.d/java-debian.list\n\n- name: apt-key\n command: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886\n\n- name: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/ndenv | 619 | [
"no_license"
] | [
{
"path": "roles/ndenv/tasks/main.yml",
"content": "---\n- stat: path={{ target }}\n register: ndenv\n\n- stat: path={{ target }}/plugins/node-build\n register: node_build\n\n- name: set ignore ssl\n shell: git config --global http.sslVerify false\n\n- name: clone ndenv\n git:\n repo: https://github.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/phpenv | 619 | [
"no_license"
] | [
{
"path": "roles/phpenv/tasks/main.yml",
"content": "---\n- stat: path={{ target }}\n register: phpenv\n\n- name: set ignore ssl\n shell: git config --global http.sslVerify false\n\n- name: clone phpenv\n git:\n repo: https://github.com/CHH/phpenv.git\n dest: /tmp/phpenv\n when: not phpenv.stat.ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/pyenv | 619 | [
"no_license"
] | [
{
"path": "roles/pyenv/tasks/main.yml",
"content": "---\n- stat: path={{ target }}\n register: pyenv\n\n- name: set ignore ssl\n shell: git config --global http.sslVerify false\n\n- name: clone pyenv\n git:\n repo=https://github.com/yyuu/pyenv.git\n dest={{ target }}\n when: not pyenv.stat.exists\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | croissant/playbooks | 0e2e93112f28ab0ad7f527b480e2c2058b3ee389 | 0 | roles/rbenv | 619 | [
"no_license"
] | [
{
"path": "roles/rbenv/vars/main.yml",
"content": "---\n# vars file for rbenv\ntarget: /usr/local/rbenv\nrbenv_path: /usr/local/rbenv/bin/rbenv\nruby_ver: 2.3.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/rbenv/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | grothesk/everything-you-always-wanted-to-know-about-kubernetes-operators | 60bcd146d37c67c9fea60d314fbc995cc0c7d508 | 0 | deep-ployment-operator/roles/deepployment | 619 | [
"no_license"
] | [
{
"path": "deep-ployment-operator/roles/deepployment/tasks/main.yml",
"content": "---\n# tasks file for DeepPloyment\n- debug:\n msg: \"Hello from DeepPloyment Operator!\"\n\n- name: Manage configuration\n kubernetes.core.k8s:\n state: present\n template: \"templates/configuration.yaml.j2\"\n\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2121,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.