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 | karimfadl/Magento-Ansible | 90bb96afc7b8bc82e2123516c8345795071e086e | 0 | roles/magento | 6,936 | [
"no_license"
] | [
{
"path": "roles/magento/tasks/main.yml",
"content": "---\n- name: Download Magento\n get_url: url=https://github.com/magento/magento2/archive/{{ mg_version }}.tar.gz dest=/home/{{ sys_user }}/pub_html/\n\n- name: Extract Archive\n command: tar -xvzf /home/{{ sys_user }}/pub_html/magento2-{{ mg_version }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | karimfadl/Magento-Ansible | 90bb96afc7b8bc82e2123516c8345795071e086e | 0 | roles/mysql | 6,936 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n- name: Install Mysql Package\n yum: name={{ item }} state=installed\n with_items:\n - mysql-community-server\n - MySQL-python\n\n- name: Start Mysql Service\n service: name=mysqld state=started enabled=yes\n\n- name: Change Mysql Root Passwo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | karimfadl/Magento-Ansible | 90bb96afc7b8bc82e2123516c8345795071e086e | 0 | roles/php | 6,936 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP packages\n yum: name={{ item }} state=installed\n with_items:\n - php70u\n - php70u-pdo\n - php70u-mysqlnd\n - php70u-opcache\n - php70u-xml\n - php70u-mcrypt\n - php70u-gd\n - php70u-devel\n - php70u-int... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | LarissaMerida/Iac | 1682800b92fa2ae1f55e3ccafd627a9f19c0be53 | 0 | ansible/roles/mysql | 6,936 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n\n- name: Instala pacotes de dependencias do sistema operacional\n apt:\n name: \n - mysql-server-5.6\n - python-mysqldb\n state: latest\n become: yes\n\n- name: Ciar o banco MySQL\n mysql_db:\n name: \"{{ wp_db_name }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | LarissaMerida/Iac | 1682800b92fa2ae1f55e3ccafd627a9f19c0be53 | 0 | joomla_ansible/roles/joomla | 6,936 | [
"no_license"
] | [
{
"path": "joomla_ansible/roles/joomla/tasks/main.yml",
"content": "---\n# - name: Baixa o arquivo de instalacao do Joomla\n# get_url:\n# url: \n# dest: /tmp/joomla.zip\n\n- name: Cria a pasta de instalacao do Joomla\n file:\n path: \"{{ joomla_installation_dir }}\"\n state: directory\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | LarissaMerida/Iac | 1682800b92fa2ae1f55e3ccafd627a9f19c0be53 | 0 | joomla_ansible/roles/mysql | 6,936 | [
"no_license"
] | [
{
"path": "joomla_ansible/roles/mysql/tasks/main.yml",
"content": "---\n\n- name: Instala pacotes de dependencias do sistema operacional\n apt:\n name: \n - mysql-server-5.6\n - python-mysqldb\n state: latest\n become: yes\n\n- name: Criar o banco MySQL\n mysql_db:\n name: \"{{ joomla_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | LarissaMerida/Iac | 1682800b92fa2ae1f55e3ccafd627a9f19c0be53 | 0 | joomla_ansible/roles/webserver | 6,936 | [
"no_license"
] | [
{
"path": "joomla_ansible/roles/webserver/tasks/main.yml",
"content": "---\n\n- name: Adiciona repositorio do PHP 8\n become: true\n apt_repository:\n repo: 'ppa:ondrej/php'\n\n- name: Instala pacotes de dependencias do sistema operacional\n apt:\n name: \n - php{{ php_version }}\n - ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | crowsnesttech/ansible_linux | aa301f3e6eb4bae450b2f2d9eb146ce5c05fab1c | 0 | roles/base | 6,936 | [
"no_license"
] | [
{
"path": "roles/base/vars/main.yml",
"content": "---\n\nbase_apps:\n - git\n - zsh\n - cowsay\n - iperf3\n - wakeonlan\n - ipmitool\n - nmap\n - speedtest-cli\n - zsh-autosuggestions\n - zsh-syntax-highlighting\n - htop\n - python3-pip",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2542,
"all_permissive": false
} |
ansible_role | crowsnesttech/ansible_linux | aa301f3e6eb4bae450b2f2d9eb146ce5c05fab1c | 0 | roles/lab | 6,936 | [
"no_license"
] | [
{
"path": "roles/lab/vars/main.yml",
"content": "---\n\nserver_apps:\n - git",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/lab/tasks/main.yml",
"content": "---\n\n- name: Clone linux-dotfiles\n become_user: labuser\n git:\n repo: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2150,
"all_permissive": false
} |
ansible_role | crowsnesttech/ansible_linux | aa301f3e6eb4bae450b2f2d9eb146ce5c05fab1c | 0 | roles/servers | 6,936 | [
"no_license"
] | [
{
"path": "roles/servers/tasks/main.yml",
"content": "---\n\n- name: Installing Server Packages\n apt:\n name: \"{{ server_apps }}\"\n state: present\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | crowsnesttech/ansible_linux | aa301f3e6eb4bae450b2f2d9eb146ce5c05fab1c | 0 | roles/workstations | 6,936 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "---\n\n- name: Installing Workstation Packages\n apt:\n name: \"{{ workstation_apps }}\"\n state: present\n when: ansible_os_family == 'Debian'\n\n# - name: Installing Workstation flatpaks\n# flatpak:\n# name: \"{{ workstation_flatpaks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2022-05/kaineer_infra | f41f650811a62bb57f8bed90c20fe93460e9d43f | 0 | ansible/roles/app | 6,936 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/puma.yml",
"content": "---\n- name: Add unit file for Puma\n template:\n src: puma.service.j2\n dest: /etc/systemd/system/puma.service\n mode: \"0600\"\n notify: reload puma\n\n- name: Add config for db connection\n template:\n src: db_config.j2\n dest: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1266,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/cent6-compute-software | 6,936 | [
"no_license"
] | [
{
"path": "roles/cent6-compute-software/handlers/main.yml",
"content": "---\n# handlers file for roles/cent6-compute-software",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/cent6-compute-software/defaults/main.yml",
"content": "---\n# de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4831,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/cluster-app-python-drmaa | 6,936 | [
"no_license"
] | [
{
"path": "roles/cluster-app-python-drmaa/handlers/main.yml",
"content": "---\n# handlers file for roles/cluster-app-python-drmaa",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/cluster-app-python-drmaa/tasks/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/cluster-app-python-multiqc | 6,936 | [
"no_license"
] | [
{
"path": "roles/cluster-app-python-multiqc/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/cluster-app-python-multiqc",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/cluster-app-python-multiqc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/cluster-install_sge-upgrade_gpfs | 6,936 | [
"no_license"
] | [
{
"path": "roles/cluster-install_sge-upgrade_gpfs/tasks/upgrade_gpfs.yml",
"content": "---\n# tasks file for roles/gpfs34-upgrade\n\n - include: fail_playbook.yml\n static: no\n\n #- name: pause\n # pause: \n # prompt: pause\n\n# Stop Services\n\n - name: gpfs | stop SGE\n ... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 12607,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/cp-jpred-dbs | 6,936 | [
"no_license"
] | [
{
"path": "roles/cp-jpred-dbs/vars/main.yml",
"content": "---\n# vars file for roles/cp-jpred-dbs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/cp-jpred-dbs/defaults/main.yml",
"content": "---\n# defaults file for roles/cp-jpred-dbs\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2443,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/ldap-to-winbind | 6,936 | [
"no_license"
] | [
{
"path": "roles/ldap-to-winbind/README.md",
"content": "Role Name\n=========\n\nLDAP to WINBIND. The purpose of this playbook is to migrate from LDAP to WINBIND\n\nRequirements\n------------\n\nThe requirements to run this playbook are;\n- Machines running LDAP\n- Samba3x\n\nWithin the playbook, I had to ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3448,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/lfs-create-fileset | 6,936 | [
"no_license"
] | [
{
"path": "roles/lfs-create-fileset/tasks/main.yml",
"content": "---\n - include: create-fileset.yml\n static: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/lfs-create-fileset/templates/standard.acl.j2",
"content": "#NFSv4 ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3557,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/lin-app-inst-hsm | 6,936 | [
"no_license"
] | [
{
"path": "roles/lin-app-inst-hsm/handlers/main.yml",
"content": "---\n# handlers file for roles/lin-app-inst-hsm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/lin-app-inst-hsm/tasks/main.yml",
"content": "---\n# tasks file for roles/li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/lin-app-inst-tsm_hsm_711 | 6,936 | [
"no_license"
] | [
{
"path": "roles/lin-app-inst-tsm_hsm_711/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/linx-app-inst-tsm_hsm_711",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/lin-app-inst-tsm_hsm_711/task... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1226,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/rhel7-setup | 6,936 | [
"no_license"
] | [
{
"path": "roles/rhel7-setup/tasks/disable-enable-systemd.yml",
"content": "---\n\n - name: RHEL7 setup | Disable systemd\n systemd: state=stopped enabled=no name={{item}}\n with_items:\n - autofs.service\n # - avahi-daemon.service\n - bluetooth.target\n - chro... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 6135,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/rstudio-server-reboot | 6,936 | [
"no_license"
] | [
{
"path": "roles/rstudio-server-reboot/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/rstudio-server-reboot",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/rstudio-server-reboot/vars/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/software-ccp4-gpu-all | 6,936 | [
"no_license"
] | [
{
"path": "roles/software-ccp4-gpu-all/vars/main.yml",
"content": "---\n# vars file for roles/software-ccp4-gpu-all",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/software-ccp4-gpu-all/tasks/main.yml",
"content": "---\n# tasks file for r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/software-stardrop | 6,936 | [
"no_license"
] | [
{
"path": "roles/software-stardrop/handlers/main.yml",
"content": "---\n# handlers file for roles/software-stardrop",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/software-stardrop/vars/main.yml",
"content": "---\n# vars file for roles/s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1997,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/sp_sysv-setup-old | 6,936 | [
"no_license"
] | [
{
"path": "roles/sp_sysv-setup-old/tasks/setup-sp-system-v.yml",
"content": "# Author: <NAME> <<EMAIL>>\n# Playbook created 22032017 by UoD-IT-RC\n# Purpose: The purpose of this playbook is to install and configure Spectrum Protect for System V configured systems\n# Actions: Sets up repo, installs client, c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3287,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/sp_uninstall | 6,936 | [
"no_license"
] | [
{
"path": "roles/sp_uninstall/defaults/main.yml",
"content": "---\n# defaults file for roles/sp_uninstall\n\n sp_server_path: \"/usr/bin/dsmadmc -servername=sp0 -errorlogname=$HOME/dsmerror.log\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path":... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/spectrum-protect | 6,936 | [
"no_license"
] | [
{
"path": "roles/spectrum-protect/tasks/sp-copy-config.yml",
"content": "\n---\n# This file is for DSM.SYS\n - name: Check if sys file exists\n stat: path=/opt/tivoli/tsm/client/ba/bin/dsm.sys\n register: file_dsm_sys\n\n - name: copy the dsm.sys.uodnew file if the system has a copy present\... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6742,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/spectrum-scale-set-acl | 6,936 | [
"no_license"
] | [
{
"path": "roles/spectrum-scale-set-acl/defaults/main.yml",
"content": "---\n# defaults file for roles/spectrum-scale-set-recursive-acl\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/spectrum-scale-set-acl/handlers/main.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3143,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/spectrum-scale_quota | 6,936 | [
"no_license"
] | [
{
"path": "roles/spectrum-scale_quota/handlers/main.yml",
"content": "---\n# handlers file for roles/spectrum-scale_quota",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/spectrum-scale_quota/tests/test.yml",
"content": "---\n- hosts: loca... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | swong847/ansible-play-area | 01c9285baa4f77c9ceda252f28b3ad084d6d7d0a | 0 | roles/upgrade-spectrum-scale | 6,936 | [
"no_license"
] | [
{
"path": "roles/upgrade-spectrum-scale/tasks/setup_repo.yml",
"content": "---\n - name: gpfs | setup repository\n template:\n dest: /etc/yum.repos.d/gpfs.repo\n src: gpfs-repo.j2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5094,
"all_permissive": false
} |
ansible_role | AlexPostID/hadoop-ansible | ffe28cc4b121b72a6ebce162ea97d6903abbe27d | 0 | roles/common | 6,936 | [
"permissive"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\n# Proxy configuration\nproxy_env:\n http_proxy: \"\"\n htts_proxy: \"\"\n\n# If set to true, an entry for `ansible_hostname`, bound to the host's default IPv4 address is added added.\nhosts_add_default_ipv4: true\n\n# If set to true, basic IPv6 ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3388,
"all_permissive": true
} |
ansible_role | AlexPostID/hadoop-ansible | ffe28cc4b121b72a6ebce162ea97d6903abbe27d | 0 | roles/hadoop | 6,936 | [
"permissive"
] | [
{
"path": "roles/hadoop/defaults/main.yml",
"content": "---\n# Proxy configuration\nproxy_env:\n http_proxy: \"\"\n htts_proxy: \"\"\n\n# Default Java home\nJAVA_HOME: \"/usr\"\n\n# Hadoop instalation default values\nhadoop_version: 2.6.1\nhadoop_user: hadoop\nhadoop_group: hadoop\nhadoop_user_home: \"/ho... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 12270,
"all_permissive": true
} |
ansible_role | AlexPostID/hadoop-ansible | ffe28cc4b121b72a6ebce162ea97d6903abbe27d | 0 | roles/hbase | 6,936 | [
"permissive"
] | [
{
"path": "roles/hbase/tasks/configure-hbase.yml",
"content": "---\n- name: Open access to ports in firewall\n iptables:\n chain: INPUT\n jump: ACCEPT\n protocol: tcp\n destination_port: \"{{item}}\"\n ignore_errors: yes\n with_items:\n - \"{{ hbase_ports_to_open }}\"\n\n- stat:\n path: \... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8836,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/apt_clean | 6,916 | [
"permissive"
] | [
{
"path": "roles/apt_clean/tasks/main.yml",
"content": "---\n# Clean up the build\n\n# TODO: it should also clear bash history etc.\n\n- name: Remove dependencies that are no longer required\n apt:\n autoremove: yes\n\n- name: Apt - Remove unused dependency packages and cleans the local repository\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1397,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/apt_setup | 6,916 | [
"permissive"
] | [
{
"path": "roles/apt_setup/tasks/main.yml",
"content": "- name: Update package lists\n apt: update_cache=yes\n\n- name: Installing locales package\n apt: name=locales\n\n- name: Setting locale\n command: locale-gen en_GB.UTF-8\n\n- name: Update all packages to the latest version\n apt: upgrade=dist\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/chroot | 6,916 | [
"permissive"
] | [
{
"path": "roles/chroot/tasks/main.yml",
"content": "# https://people.canonical.com/~ubuntu-archive/seeds/ubuntu.bionic/desktop.minimal-remove\n- name: Minimise desktop\n apt:\n pkg:\n - aisleriot\n - baobab\n - branding-ubuntu\n - cheese\n - cheese-common\n - deja-dup\n - duplicity... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4517,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/containers | 6,916 | [
"permissive"
] | [
{
"path": "roles/containers/tasks/main.yml",
"content": "---\n- name: Add the podman repo\n apt_repository:\n repo: ppa:projectatomic/ppa\n\n- name: Install vscode stuff\n apt:\n name: podman\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/dotfiles | 6,916 | [
"permissive"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "- name: Create config dir\n file:\n path: \"{{ ros_user_home }}/.config\"\n state: directory\n owner: \"{{ ros_user }}\"\n group: \"{{ ros_user }}\"\n mode: \"0700\"\n\n- name: Install isort config\n copy:\n src: isort.cfg\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 515,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/gnome | 6,916 | [
"permissive"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "- name: Install gnome-session\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - gnome-session\n - chrome-gnome-shell\n\n- name: Set default login session for academy\n copy: src=academy dest=/var/lib/AccountsService/users/academy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/minification | 6,916 | [
"permissive"
] | [
{
"path": "roles/minification/tasks/main.yml",
"content": "---\n- name: Update package lists\n apt: update_cache=yes\n\n- name: Remove unneeded packages\n apt:\n name: \"{{ packages }}\"\n state: absent\n autoremove: yes\n vars:\n packages:\n - aisleriot\n - baobab\n - branding... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2431,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/nvidia | 6,916 | [
"permissive"
] | [
{
"path": "roles/nvidia/tasks/main.yml",
"content": "- name: blacklist nouveau\n lineinfile:\n path: /etc/modprobe.d/blacklist-nvidia-nouveau.conf\n regexp: \"^blacklist nouveau\"\n line: \"blacklist nouveau\"\n create: yes\n owner: root\n group: root\n mode: 0644\n\n- name: Auto insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/python | 6,916 | [
"permissive"
] | [
{
"path": "roles/python/files/skel.py",
"content": "#!/usr/bin/env python2\n# -*- coding: utf-8 -*-\n\n\"\"\" My application \"\"\"\n\nfrom __future__ import absolute_import, print_function\n\nimport logging\nimport sys\nfrom builtins import input, range\n\n# Root logger config\nlogging.basicConfig(stream=s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1594,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/ros_install | 6,916 | [
"permissive"
] | [
{
"path": "roles/ros_install/tasks/main.yml",
"content": "---\n- name: Test for restricted, universe, multiverse\n shell:\n grep '^#deb.*{{ansible_distribution_release}}\\(-updates\\)\\?\n \\(restricted\\|universe\\|multiverse\\)' /etc/apt/sources.list\n register: sources_test_result\n ignore_error... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1370,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/training_install | 6,916 | [
"permissive"
] | [
{
"path": "roles/training_install/tasks/main.yml",
"content": "---\n- name: Install training specific ROS packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - ros-{{ros_release}}-dwa-local-planner\n - ros-{{ros_release}}-gmapping\n - ros-{{ros_release}}-moveit\n - r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/usb | 6,916 | [
"permissive"
] | [
{
"path": "roles/usb/tasks/main.yml",
"content": "- name: Set Hardware clock to local to work with Windows dule boot\n timezone:\n hwclock: local\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/user_setup | 6,916 | [
"permissive"
] | [
{
"path": "roles/user_setup/tasks/main.yml",
"content": "---\n# Setting up user and UI for docker container\n\n- name: Install functional command-line system\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - ecryptfs-utils\n - git\n - gnupg\n - htop\n - iproute2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2757,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/vscode | 6,916 | [
"permissive"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n# VSCode IDE installation\n\n- name: Add the Microsoft repo key\n apt_key: id=BE1229CF url=https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Add Microsoft repo\n copy:\n dest=/etc/apt/sources.list.d/vscode.list content=\"deb\n http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1121,
"all_permissive": true
} |
ansible_role | re-je/ros-training-build | d059ac6101ba928dac25878afae34cd59597ca91 | 0 | roles/wireguard | 6,916 | [
"permissive"
] | [
{
"path": "roles/wireguard/tasks/install_wireguard.yml",
"content": "- name: Determine the running kernel release\n command: uname -r\n register: kernel_release\n\n- name: Add the WireGuard PPA\n apt_repository:\n repo: 'ppa:wireguard/wireguard'\n\n# Using with_items loop for apt module is deprecated\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 952,
"all_permissive": true
} |
ansible_role | fermenreq/Ansible | fcc0ad2e0c061131fd401d1a841a6ff7bacb6f52 | 0 | roles/createApp | 6,916 | [
"no_license"
] | [
{
"path": "roles/createApp/tasks/main.yml",
"content": "---\n\n- name: Install system packages\n apt: pkg={{ item }} update_cache=no\n with_items: \"{{ system_packages }}\"\n\n- name: Create directory for app\n file: path={{ install_root }}/{{ project_name }} state=directory\n\n- name: Clone/pull project... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | fermenreq/Ansible | fcc0ad2e0c061131fd401d1a841a6ff7bacb6f52 | 0 | roles/createdb | 6,916 | [
"no_license"
] | [
{
"path": "roles/createdb/tasks/main.yml",
"content": "---\n\n- name: Install PostgreSQL\n apt: name={{ item }} update_cache=yes state=installed\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n tags: packages\n\n\n- name: \"Create user and gran access to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1403,
"all_permissive": false
} |
ansible_role | BenyahyaF45/nfs-ansible | 31c090672f2a4e7018712534e893221184cb49bf | 0 | roles/nfs-client | 6,916 | [
"no_license"
] | [
{
"path": "roles/nfs-client/defaults/main.yml",
"content": "---\n# defaults file for nfs-client\n\nnfsmount: /AMC2\nnfsserver: 192.168.48.129\nnfsexport: /stage/SFTP\ngrp: group1\nport: 55022\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1626,
"all_permissive": false
} |
ansible_role | BenyahyaF45/nfs-ansible | 31c090672f2a4e7018712534e893221184cb49bf | 0 | roles/nfs-server | 6,916 | [
"no_license"
] | [
{
"path": "roles/nfs-server/tasks/main.yml",
"content": "---\n# tasks file for n\n - name: Create group\n group:\n name: \"{{ grp }}\"\n state: present\n gid: 1010\n\n - name: Add the user user1\n ansible.builtin.user:\n name: \"{{ item }}\"\n password: \"{... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3144,
"all_permissive": false
} |
ansible_role | jamebus/ansible | a5c711a6bbd645ee034d9893773044818c74b913 | 0 | roles/common | 6,916 | [
"no_license"
] | [
{
"path": "roles/common/files/dot.vimrc",
"content": "\"\n\" ~/.vimrc -- VIM runtime configuration\n\"\n\nset autoindent\t\t\" always set autoindenting on\nset ruler\t\t\" show the cursor position all the time\nset ls=2\t\t\" turn status bar on always\nmap Q gq\n\n\" Make p in Visual mode replace the select... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 13685,
"all_permissive": false
} |
ansible_role | jamebus/ansible | a5c711a6bbd645ee034d9893773044818c74b913 | 0 | roles/development | 6,916 | [
"no_license"
] | [
{
"path": "roles/development/files/config.cson",
"content": "\"*\":\n \"atom-beautify\":\n general:\n _analyticsUserId: \"98776381-bd1d-44de-998d-1fc721b62d48\"\n core:\n telemetryConsent: \"limited\"\n themes: [\n \"atom-light-ui\"\n \"atom-light-syntax\"\n ]\n editor:\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6173,
"all_permissive": false
} |
ansible_role | jamebus/ansible | a5c711a6bbd645ee034d9893773044818c74b913 | 0 | roles/imageediting | 6,916 | [
"no_license"
] | [
{
"path": "roles/imageediting/tasks/main.yml",
"content": "---\n- name: Install GIMP\n apt:\n update-cache: yes\n name: gimp\n state: present\n\n- name: Install ImageMagick\n apt:\n update-cache: yes\n name: imagemagick\n state: present\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | jamebus/ansible | a5c711a6bbd645ee034d9893773044818c74b913 | 0 | roles/teamviewer | 6,916 | [
"no_license"
] | [
{
"path": "roles/teamviewer/templates/dpi.reg.j2",
"content": "\nREGEDIT4\n\n[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]\n\"LogPixels\"={{ teamviewer_logpixels }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1598,
"all_permissive": false
} |
ansible_role | dbwebb-se/umbridge | 03c9a612dc5a6c3c86ad0566a7bf0feadb63b7ba | 0 | ansible/roles/10-first-minutes | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/10-first-minutes/notes.txt",
"content": "ändra apt update till en pre-task?\n https://youtu.be/SLW4LX7lbvE?list=PL2_OBreMn7FqZkvMYt6ATmgC0KAGGJNAN&t=1828\n\n[ssh_connection]\nssh_args =\n# pipelining = True # Testa i cygwin och alla miljöer.\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3125,
"all_permissive": false
} |
ansible_role | dbwebb-se/umbridge | 03c9a612dc5a6c3c86ad0566a7bf0feadb63b7ba | 0 | ansible/roles/dbwebb | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/dbwebb/tasks/main.yml",
"content": "- name: Install dbwebb\n become: yes\n become_method: sudo\n shell: bash -c \"$(wget -qO- https://raw.githubusercontent.com/mosbth/dbwebb-cli/master/install.bash)\"\n args:\n executable: /bin/bash\n\n- name: Configure dbwebb\n shell: dbweb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | dbwebb-se/umbridge | 03c9a612dc5a6c3c86ad0566a7bf0feadb63b7ba | 0 | ansible/roles/deploy_app | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_app/templates/.env.j2",
"content": "export FLASK_APP=\"umbridge.py\"\nexport FLASK_ENV=\"production\"\nexport URL_CANVAS_API=\"https://bth.instructure.com\"\nexport UMBRIDGE_ENV=\"true\"\nexport HOST=\"https://{{ domain_name }}\"\nexport TOKEN_CANVAS_API=\"{{ canvas_api_token... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4633,
"all_permissive": false
} |
ansible_role | dbwebb-se/umbridge | 03c9a612dc5a6c3c86ad0566a7bf0feadb63b7ba | 0 | ansible/roles/deploy_sentry | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_sentry/tasks/main.yml",
"content": "---\n- name: Clone the Git repository\n git:\n repo: https://github.com/getsentry/self-hosted.git\n dest: \"/home/{{ server_user }}/sentry\"\n version: \"{{sentry_version}}\"\n\n- name: Copy .env.custom\n template:\n src: .en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2801,
"all_permissive": false
} |
ansible_role | dbwebb-se/umbridge | 03c9a612dc5a6c3c86ad0566a7bf0feadb63b7ba | 0 | ansible/roles/setup_docker | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_docker/vars/main.yml",
"content": "packages:\n - \"apt-transport-https\"\n - \"ca-certificates\"\n - \"cron\"\n - \"gnupg2\"\n - \"software-properties-common\"\n\npip_packages:\n - \"python-setuptools\"\n - \"python3-pip\"\n\n# https://github.com/geerlingguy/ansible-rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1942,
"all_permissive": false
} |
ansible_role | yooseu/ansible | 742ae9aa8e405a887451b812ebec8b0658099db4 | 0 | 09_roles_create/roles/myvhost | 6,916 | [
"no_license"
] | [
{
"path": "09_roles_create/roles/myvhost/tasks/main.yml",
"content": "---\n# tasks file for myvhost ( 가상 호스트 설정하는 곳 )\n# 작업 내용 정리\n# 1) 웹 패키지 설치 - httpd, mod_ssl\n- name: 웹 패키지 설치 - \"{{ pkg_web }}\"\n yum:\n name: \"{{ pkg_web }}\"\n state: latest\n\n# 2) 웹 서비스 기동 - httpd\n- name: 웹 서비스 기동 - httpd\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | diana-estrada/cobol-ansible | 763c58d99cf0e74cf6b62283ac55f2f29b5cb4a0 | 0 | roles/check-cobol | 6,916 | [
"no_license"
] | [
{
"path": "roles/check-cobol/tasks/main.yml",
"content": "- name: Verify where is cobol\n command: whereis open-cobol\n- name: Execute cobol\n shell:\n cmd: |\n cat > /tmp/h.cbl << EOF\n IDENTIFICATION DIVISION.\n PROGRAM-ID. HELLO-WORLD.\n PROCEDURE DIVISION.\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | diana-estrada/cobol-ansible | 763c58d99cf0e74cf6b62283ac55f2f29b5cb4a0 | 0 | roles/check-cucumber | 6,916 | [
"no_license"
] | [
{
"path": "roles/check-cucumber/tasks/main.yml",
"content": "- name: Register cucumber installation\n shell: cucumber --version\n register: mvn_cucumber\n failed_when: '\"not found\" in mvn_cucumber.stderr'\n\n- name: Check cucumber version installation status\n debug:\n msg: \"{{ mvn_cucumber.stdout... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | diana-estrada/cobol-ansible | 763c58d99cf0e74cf6b62283ac55f2f29b5cb4a0 | 0 | roles/check-java | 6,916 | [
"no_license"
] | [
{
"path": "roles/check-java/tasks/main.yml",
"content": "- name: chek java packages is installed\n shell: dpkg-query --list | grep -i java | awk '{print $2,$3,$4,$5}'\n register: java_result\n\n- debug:\n msg: \"{{ java_result.stdout }}\"\n when: java_result is success\n\n- name: check java version\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | diana-estrada/cobol-ansible | 763c58d99cf0e74cf6b62283ac55f2f29b5cb4a0 | 0 | roles/sonar-check | 6,916 | [
"no_license"
] | [
{
"path": "roles/sonar-check/tasks/main.yml",
"content": "- name: Revisa que la url de sonar este funcionando\n uri:\n url: \"https://sonarcloud.io/dashboard?id=helozano_cobol-calculator\"\n follow_redirects: none\n method: GET\n register: _result\n until: _result.status == 200\n retries: 720\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | netoxico/vagrant-dev | 73b1c61c9be93d97e99daaedd0e6957afb5038f8 | 0 | provisioning/roles/common | 6,916 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/defaults/main.yml",
"content": "---\n# defaults file for common\nuser: ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "provisioning/roles/common/tasks/main.yaml",
"content": "---\n- name: update apt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | netoxico/vagrant-dev | 73b1c61c9be93d97e99daaedd0e6957afb5038f8 | 0 | provisioning/roles/elasticsearch | 6,916 | [
"no_license"
] | [
{
"path": "provisioning/roles/elasticsearch/defaults/main.yml",
"content": "elasticsearch_version: 2.x\nes_key_url: \"https://packages.elastic.co/GPG-KEY-elasticsearch\"\nes_apt_repo: \"deb https://packages.elasticsearch.org/elasticsearch/{{elasticsearch_version}}/debian stable main\"\nelasticsearch_install... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1534,
"all_permissive": false
} |
ansible_role | netoxico/vagrant-dev | 73b1c61c9be93d97e99daaedd0e6957afb5038f8 | 0 | provisioning/roles/mysql | 6,916 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/defaults/main.yml",
"content": "---\n# defaults file for mysql\nmysql_root_password: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "provisioning/roles/mysql/tasks/main.yml",
"content": "---\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | netoxico/vagrant-dev | 73b1c61c9be93d97e99daaedd0e6957afb5038f8 | 0 | provisioning/roles/nodejs | 6,916 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Ensure apt-transport-https is installed.\n apt: name=apt-transport-https state=present\n\n- name: Add Nodesource apt key.\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | netoxico/vagrant-dev | 73b1c61c9be93d97e99daaedd0e6957afb5038f8 | 0 | provisioning/roles/postgres | 6,916 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgres/tasks/main.yml",
"content": "---\n- name: Python dependencies to work with PostgreSQL\n apt: name={{item}} state=installed\n with_items:\n - libpq-dev\n - python-dev\n become: yes\n become_method: sudo\n\n- name: Install Postgresql\n apt: name={{item}} state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | netoxico/vagrant-dev | 73b1c61c9be93d97e99daaedd0e6957afb5038f8 | 0 | provisioning/roles/python | 6,916 | [
"no_license"
] | [
{
"path": "provisioning/roles/python/tasks/main.yml",
"content": "---\n- name: Install python minimal\n apt: name=python-minimal\n become: yes\n become_method: sudo\n\n- name: Install pip\n apt: pkg=python-pip state=installed\n become: yes\n become_method: sudo\n\n- name: Update pip\n pip: name=pip s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | netoxico/vagrant-dev | 73b1c61c9be93d97e99daaedd0e6957afb5038f8 | 0 | provisioning/roles/redis | 6,916 | [
"no_license"
] | [
{
"path": "provisioning/roles/redis/tasks/main.yml",
"content": "- name: Ensure redis is installed.\n apt: name=redis-server state=installed\n become: yes\n become_method: sudo\n\n- name: Ensure redis is running and enabled on boot.\n service: \"name=redis-server state=started enabled=yes\"\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | kisphp/ansible-php-5.6 | 961e46711bcf265a8d6a6af94724515e7423aac8 | 1 | ansible/roles/database | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/mysql.yml",
"content": "---\n- name: \"MySQL | install mysql packages\"\n apt: pkg={{ item }} state=installed\n become: yes\n become_method: sudo\n with_items:\n - mysql-client-5.6\n - mysql-server-5.6\n - mysql-common-5.6\n - python-mysqldb\n\n- name: \"M... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | kisphp/ansible-php-5.6 | 961e46711bcf265a8d6a6af94724515e7423aac8 | 1 | ansible/roles/frontend | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/frontend/tasks/main.yml",
"content": "---\n- include: nodejs/main.yml\n- include: npm/main.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "ansible/roles/frontend/tasks/npm/main.yml",
"content": "---\n- name: \"Ins... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | kisphp/ansible-php-5.6 | 961e46711bcf265a8d6a6af94724515e7423aac8 | 1 | ansible/roles/general | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/general/tasks/components/memcached.yml",
"content": "- name: Install Memcached\n apt: name=memcached update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/roles/general/tasks/components/tools.yml",
... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 3870,
"all_permissive": false
} |
ansible_role | kisphp/ansible-php-5.6 | 961e46711bcf265a8d6a6af94724515e7423aac8 | 1 | ansible/roles/webserver | 6,916 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/php/php7.yml",
"content": "- name: \"add php 7.0 repository\"\n apt_repository: repo='ppa:ondrej/php'\n state=present\n\n- name: \"Install web packages\"\n apt: name={{ item }}\n update_cache=no\n with_items:\n - memcached\n - mcrypt\n... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 8610,
"all_permissive": false
} |
ansible_role | vincenira/ansible_kubernetes_vagrant | 247930a074e0fb494eee30e8c6d8d41ccad0a016 | 0 | ansible_dir/roles/cni | 6,916 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/cni/tasks/main.yml",
"content": "---\r\n\r\n- name: Create Kubernetes addon directory\r\n file:\r\n path: \"{{ net_folder }}\"\r\n state: directory\r\n\r\n- name: \"Copy {{ network }} YAML files\"\r\n template:\r\n src: \"{{ item }}\"\r\n dest: \"{{ net_folder }}/{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | vincenira/ansible_kubernetes_vagrant | 247930a074e0fb494eee30e8c6d8d41ccad0a016 | 0 | ansible_dir/roles/docker | 6,916 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/docker/defaults/main.yml",
"content": "---\r\n\r\ndocker_ver: 5:19.03.13~3-0~ubuntu-xenial",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible_dir/roles/docker/tasks/main.yml",
"content": "---\r\n- name: Install... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3191,
"all_permissive": false
} |
ansible_role | volaralle/ansible-users-demo | 71b92f914bcbcb9e8af4cda291837f8ec824837b | 0 | roles/users | 6,916 | [
"permissive"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\r\n- block:\r\n - name: Create group\r\n group:\r\n name: \"{{ item.username }}\"\r\n state: \"{{ item.state | default(omit) }}\"\r\n gid: \"{{ item.gid | default(omit) }}\"\r\n system: \"{{ item.system | d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3225,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/armok-vision | 6,956 | [
"permissive"
] | [
{
"path": "roles/armok-vision/templates/launch-with-av.j2",
"content": "#!/bin/bash\n\n./armok-vision/Armok\\ Vision.x86 & ./dfhack",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 56
},
{
"path": "roles/armok-vision/meta/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1399,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/common | 6,956 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: enable multiarch\n command: dpkg --add-architecture i386\n\n- name: Install df dependancies\n sudo: yes\n apt: pkg={{ item }}\n state=latest\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - curl\n - tar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/dfhack | 6,956 | [
"permissive"
] | [
{
"path": "roles/dfhack/tasks/main.yml",
"content": "---\n- name: Install stonesense dependancies\n sudo: yes\n apt: pkg={{ item }}\n state=latest\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - libjpeg62:i386\n - libsm6:i386\n tags: install\n\n- name: Fetch DFHack\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1086,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/dwarffortress | 6,956 | [
"permissive"
] | [
{
"path": "roles/dwarffortress/tasks/main.yml",
"content": "---\n- name: Fetch DF\n get_url: url=http://www.bay12games.com/dwarves/df_43_03_linux.tar.bz2 dest=/df_linux.tar.bz2\n tags: install\n\n- name: Decompress DF\n unarchive: src=/df_linux.tar.bz2 dest=/ copy=no\n tags:\n - install\n - reset\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1129,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/gitwatch | 6,956 | [
"permissive"
] | [
{
"path": "roles/gitwatch/templates/supervisor.j2",
"content": "[program:gitwatch]\ncommand=/setup-gitwatch.sh\nuser=df\nenvironment=HOME=\"/home/df\"",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 81
},
{
"path": "roles/gitwatch/tasks/main.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2185,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/novnc | 6,956 | [
"permissive"
] | [
{
"path": "roles/novnc/templates/supervisor.j2",
"content": "[program:x11vnc]\ncommand=x11vnc -forever -display {{ x_display }} -nopw -listen localhost -xkb -ncache 10\nuser=df\nenvironment=DISPLAY={{ x_display }}\n\n[program:noVNC]\ncommand=/noVNC/utils/launch.sh --vnc localhost:5900\nuser=df\nenvironment=... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1605,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/openbox | 6,956 | [
"permissive"
] | [
{
"path": "roles/openbox/templates/supervisor.j2",
"content": "[program:openbox]\ncommand=openbox\nuser=df\nenvironment=DISPLAY={{ x_display }}",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 77
},
{
"path": "roles/openbox/tasks/supervisor.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 561,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/supervisor | 6,956 | [
"permissive"
] | [
{
"path": "roles/supervisor/handlers/main.yml",
"content": "---\n- name: Restart supervisor\n sudo: yes\n service: name=supervisor state=restarted\n\n- name: Reread supervisor\n sudo: yes\n command: supervisorctl reread\n\n- name: Update supervisord\n sudo: yes\n command: supervisorctl update",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 406,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/textmode | 6,956 | [
"permissive"
] | [
{
"path": "roles/textmode/meta/main.yml",
"content": "---\ndependencies:\n - { role: dwarffortress }\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 46
},
{
"path": "roles/textmode/tasks/main.yml",
"content": "---\n- name: Set PRINT_MO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 302,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/tileset-phoebus | 6,956 | [
"permissive"
] | [
{
"path": "roles/tileset-phoebus/tasks/main.yml",
"content": "---\n- name: Fetch Tile Set Phoebus\n get_url: url=http://dffd.bay12games.com/download.php?id=2430&f=Phoebus_40_24v00.zip\n dest=/phoebus.zip\n tags: install\n\n- name: create phoebus directory\n file: path=/phoebus\n state=di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2679,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/x-display | 6,956 | [
"permissive"
] | [
{
"path": "roles/x-display/tasks/main.yml",
"content": "---\n- name: Set the DISPLAY environment variable for the df user\n lineinfile: dest=/home/df/.bashrc\n regexp='^export DISPLAY='\n line='export DISPLAY={{ display }}'\n state=present\n create=yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/xdummy | 6,956 | [
"permissive"
] | [
{
"path": "roles/xdummy/tasks/main.yml",
"content": "---\n- name: Install xdummy\n sudo: yes\n apt: pkg={{ item }}\n state=latest\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - xserver-xorg-video-dummy\n tags: install\n\n- name: Fetch xorg.conf\n command: curl -o /xor... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1001,
"all_permissive": true
} |
ansible_role | bencawkwell/ansible-dwarffortress | d6d11ca91885f1d33d03f3b5d756f5f5e04411b7 | 2 | roles/xpra | 6,956 | [
"permissive"
] | [
{
"path": "roles/xpra/tasks/main.yml",
"content": "---\n- name: Add winswitch apt key\n sudo: yes\n apt_key: url=http://winswitch.org/gpg.asc state=present\n tags: install\n\n- name: Add winswitch apt repo\n sudo: yes\n apt_repository: repo='deb http://winswitch.org/ trusty main'\n sta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1585,
"all_permissive": true
} |
ansible_role | ysmir81/wordpress | 27a5c33b56ff5d459d80ab73d6eadf7cfc2ebe4f | 0 | roles/docker | 6,956 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Add repository\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: Install DOCKER and etc\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - docker-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | ysmir81/wordpress | 27a5c33b56ff5d459d80ab73d6eadf7cfc2ebe4f | 0 | roles/wordpress-compose | 6,956 | [
"no_license"
] | [
{
"path": "roles/wordpress-compose/tasks/main.yml",
"content": "- name: setup compose dir structure\n file:\n path: \"{{ job_dir }}/{{ item }}\"\n state: directory\n recurse: yes\n owner: \"{{ docker_user }}\"\n group: \"{{ docker_user }}\"\n mode: 0755\n with_items:\n - wordpress\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3098,
"all_permissive": false
} |
ansible_role | Timi-0/Azure | f5c3759be32f8e570c4e1f812dced9ae108cc842 | 0 | roles/CreateManagedDisk | 6,956 | [
"no_license"
] | [
{
"path": "roles/CreateManagedDisk/tasks/main.yml",
"content": "- name: Create managed disk\n azure_rm_managed_disk:\n name: \"{{ diskname }}\"\n location: centralus\n resource_group: \"{{ rgname }}\"\n disk_size_gb: \"{{ disksizegb }}\"\n- name: Mount the managed disk to VM\n azure_rm_managed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | Timi-0/Azure | f5c3759be32f8e570c4e1f812dced9ae108cc842 | 0 | roles/MountNewDisk | 6,956 | [
"no_license"
] | [
{
"path": "roles/MountNewDisk/tasks/main.yml",
"content": "- name: \"Attaching Data disk to Linux VM\"\n command: az vm disk attach --resource-group \"{{ rgname }}\" --vm-name \"{{ vmname }}\" --disk \"testdisk\" --size-gb \"10\" --sku Standard_LRS --new\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | ejaybelen/MidExam_BELEN | 96708b31963095c80f9b6742e7720c766911d50c | 0 | roles/grafana | 6,956 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/grafana.yml",
"content": "---\n- name: Install Grafana Packages\n apt:\n name: apt-transport-https\n state: present\n update_cache: yes\n\n- name: Add Grafana GPG Key\n apt_key:\n url: \"https://packages.grafana.com/gpg.key\"\n state: present\n when: ansible_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | ejaybelen/MidExam_BELEN | 96708b31963095c80f9b6742e7720c766911d50c | 0 | roles/influxdb | 6,956 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yml",
"content": "---\n# tasks file for influxdb\n# Install influxdb\n - include: influxdb.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/influxdb/tasks/influxdb.yml",
"content": "---\n- name: A... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 609,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.