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 | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/convoy | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/convoy/tasks/main.yml",
"content": "# Install rancher\n\n---\n- name: download convoy\n get_url:\n url: https://github.com/rancher/convoy/releases/download/v0.4.3/convoy.tar.gz\n dest: /tmp/convoy.tar.gz\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1056,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/cosign | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/cosign/tasks/main.yml",
"content": "# Cosign role\n\n---\n- name: install Apache 2.4\n become: true\n yum: name=httpd.x86_64 state=latest\n\n- name: install mod_ssl\n become: true\n yum: name=mod_ssl.x86_64 state=late... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/datastore-client | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/datastore-client/tasks/main.yml",
"content": "# Mount datastore\n\n---\n- name: install nfs utils\n become: true\n yum: name=nfs-utils state=latest\n\n- name: mount datastore\n become: true\n mount:\n src: none\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/datastore-server | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/datastore-server/tasks/main.yml",
"content": "# Mount datastore\n\n---\n- name: install nfs utils\n become: true\n yum: name=nfs-utils state=latest\n\n- name: create mount point for the datavolume\n become: true\n fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/docker | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/docker/tasks/main.yml",
"content": "# Docker role\n\n---\n- name: add docker official repo\n become: true\n copy:\n src: files/docker.repo\n dest: /etc/yum.repos.d/docker.repo\n owner: root\n group: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/docker-exposed | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/docker-exposed/tasks/main.yml",
"content": "# Docker role\n\n---\n- name: expose docker to tcp:2375\n become: true\n lineinfile:\n dest: \"/usr/lib/systemd/system/docker.service\"\n regexp: \"^ExecStart=/usr/bin/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/jupyterhub | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/jupyterhub/files/jupyterhub_config.py",
"content": "# Configuration file for Jupyter Hub\nimport os\n\nc = get_config()\n\nNOTEBOOKS_DIR= '/data/'\n\n# use the remote autheticator\nc.JupyterHub.authenticator_class = 'remo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8060,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/swarm-consul | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/swarm-consul/tasks/main.yml",
"content": "# Docker consul role\n\n---\n- name: run docker\n become: true\n service: name=docker state=running\n\n- name: run docker consul\n become: true\n docker:\n name: consul\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/swarm-manager | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/swarm-manager/tasks/main.yml",
"content": "# Docker manager role\n\n---\n- name: run docker\n become: true\n service: name=docker state=running\n\n\n- name: run docker manager\n become: true\n docker:\n name: swarm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | vyruss/edinalabs | 1ff06bf2643caf8b216b4da30aaf23d77228f253 | 2 | 2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/swarm-node | 7,641 | [
"no_license"
] | [
{
"path": "2016-05-18 Deploying JupyterHub to the Cloud/cityscope-infrastructure/roles/swarm-node/tasks/main.yml",
"content": "# Docker manager role\n\n---\n- name: run docker\n become: true\n service: name=docker state=running\n\n\n- name: run docker manager\n become: true\n docker:\n name: swarm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | NicolasRitouet/ansible-playbooks | d882c1629e7f5ac28d9b032a0bafd59a61d19aed | 0 | roles/nvm | 7,641 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "- name: install nvm dependencies\n become: true\n apt: pkg={{ item }}\n with_items:\n - git\n - curl\n - build-essential\n - libssl-dev\n\n- name: check if nvm installed\n become: true\n become_user: \"{{ server_user_name }}\"\n stat: path=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1885,
"all_permissive": false
} |
ansible_role | NicolasRitouet/ansible-playbooks | d882c1629e7f5ac28d9b032a0bafd59a61d19aed | 0 | roles/secure | 7,641 | [
"no_license"
] | [
{
"path": "roles/secure/tasks/main.yml",
"content": "- name: Install fail2ban\n apt: state=installed pkg=fail2ban\n\n- name: Install ufw\n apt: state=installed pkg=ufw\n\n- name: Allow ssh and http(s) connections\n ufw: rule=allow port={{ item }}\n with_items:\n - \"{{ ufw_allowed_ports }}\"\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | NicolasRitouet/ansible-playbooks | d882c1629e7f5ac28d9b032a0bafd59a61d19aed | 0 | roles/update | 7,641 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "- name: Install apt requirements\n become: yes\n apt: state=installed pkg=aptitude\n\n- name: Update and upgrade apt packages\n apt: >\n upgrade=yes\n update_cache=yes\n cache_valid_time=3600\n\n- name: Install unattended-upgrades\n apt: stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | NicolasRitouet/ansible-playbooks | d882c1629e7f5ac28d9b032a0bafd59a61d19aed | 0 | roles/user | 7,641 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Create new user\n user: name={{ server_user_name }} password={{ <PASSWORD> }} shell=/bin/bash\n\n- name: Add user to sudoers\n lineinfile:\n dest: /etc/sudoers\n regexp: \"{{ server_user_name }} ALL\"\n line: '{{ server_user_name }} ALL=(... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | NicolasRitouet/ansible-playbooks | d882c1629e7f5ac28d9b032a0bafd59a61d19aed | 0 | roles/utilities | 7,641 | [
"no_license"
] | [
{
"path": "roles/utilities/tasks/main.yml",
"content": "- name: Install required packages\n apt: state=installed pkg={{ item }}\n become: yes\n with_items: \n - \"{{ utilities }}\"\n when: utilities|length > 0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | azatrg/conf-samples | 73e92c57f22cf7fa580e197e6b92d4f3403516c9 | 0 | roles/deploy_lemp | 7,641 | [
"no_license"
] | [
{
"path": "roles/deploy_lemp/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy_lemp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/deploy_lemp/tasks/main.yml",
"content": "---\n# tasks file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4009,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/base | 7,641 | [
"no_license"
] | [
{
"path": "roles/base/tasks/ssh.yml",
"content": "---\n- name: Create SSH directory in case it doesn't exist\n file:\n path: \"/home/{{ tm_service_user }}/.ssh\"\n state: directory\n mode: 0700\n tags:\n - base",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2822,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/db-service | 7,641 | [
"no_license"
] | [
{
"path": "roles/db-service/defaults/main.yml",
"content": "# Local defaults\n# Defaults which can be overwritten. Do not edit here.\n# vars: ONLY system specific variables (which varies between e.g. CentOS and Ubuntu)\n---\npostgresql_version: '9.6'\npostgis_version: '2.3'\ncitus_version: '6.2'\n\npg_max_f... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12174,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/jt-library | 7,641 | [
"no_license"
] | [
{
"path": "roles/jt-library/tasks/install-RedHat.yml",
"content": "---\n- name: Clone the JT Library repository\n git:\n repo: 'https://github.com/TissueMAPS/JtLibrary.git'\n dest: /tmp/jt-library-repo\n version: \"{{ tm_version }}\"\n tags:\n - jt-library\n\n#- name: ls -ahl /tmp/jt-library-r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1201,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/tm-client | 7,641 | [
"no_license"
] | [
{
"path": "roles/tm-client/tasks/install-RedHat.yml",
"content": "---\n# EXTRACT TO BASE IMAGE!!!!!!!!!!!!!!!!!!!!!!!!\n- name: Install Python-PIP Python-DEVEL and GCC\n yum:\n state: installed\n name: \"{{ item }}\"\n with_items:\n - python-pip\n - python-devel\n - gcc\n tags:\n - jt-l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/tm-library | 7,641 | [
"no_license"
] | [
{
"path": "roles/tm-library/tasks/configure.yml",
"content": "---\n- name: Create gc3pie configuration directory\n file:\n path: \"/home/{{ tm_service_user }}/.gc3\"\n state: directory\n owner: \"{{ tm_service_user }}\"\n group: \"{{ tm_service_group }}\"\n mode: 0775\n tags:\n - tm-libr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2421,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/tm-server | 7,641 | [
"no_license"
] | [
{
"path": "roles/tm-server/defaults/main.yml",
"content": "# Local defaults\n# Defaults which can be overwritten. Do not edit here.\n# vars: ONLY system specific variables (which varies between e.g. CentOS and Ubuntu)\n---\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4537,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/tm-ui | 7,641 | [
"no_license"
] | [
{
"path": "roles/tm-ui/tasks/install-RedHat.yml",
"content": "---\n# 1) Build web application\n- name: Clone the TMUI repository\n git:\n repo: 'https://github.com/TissueMAPS/TmUi.git'\n dest: /tmp/tm-ui-repo\n version: \"{{ tm_version }}\"\n tags:\n - tm-ui\n\n- name: Install NodeJS and NPM\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1370,
"all_permissive": false
} |
ansible_role | dvischi/ansible-test | 4b1d5c1aa7fb54a96ab31580b3f8967b65c3b7b2 | 0 | roles/web-service | 7,641 | [
"no_license"
] | [
{
"path": "roles/web-service/tasks/run.yml",
"content": "---\n#- name: Ensure PostgreSQL is restarted\n# systemd:\n# name: \"postgres-{{ item }}\"\n# state: started\n# daemon_reload: yes\n# with_items:\n# - \"master\"\n# - \"worker1\"\n# tags:\n# - database\n\n#- name: Run Nginx in back... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | novln/Kiss-my-Arch | 0fa276a1cde6d179fa1e45e1c8c354b510c67f1c | 8 | ansible/playbook/roles/apps | 7,641 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/apps/tasks/develop.yml",
"content": "---\n- name: install nodejs with pacman\n tags:\n - develop\n - nodejs\n pacman:\n name: \"nodejs,npm\"\n state: present\n\n- name: create npm root directory\n tags:\n - develop\n - nodejs\n file:\n path: \"{{ np... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 29,
"total_bytes": 24562,
"all_permissive": false
} |
ansible_role | novln/Kiss-my-Arch | 0fa276a1cde6d179fa1e45e1c8c354b510c67f1c | 8 | ansible/playbook/roles/common | 7,641 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/common/tasks/kernel.yml",
"content": "---\n- name: configure arp options in linux kernel\n tags: kernel\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n state: present\n with_items:\n - name: net.ipv4.conf.all.arp_ignore\n value: \"1... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 28586,
"all_permissive": false
} |
ansible_role | novln/Kiss-my-Arch | 0fa276a1cde6d179fa1e45e1c8c354b510c67f1c | 8 | ansible/playbook/roles/display | 7,641 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/display/templates/kitty.conf.j2",
"content": "#: Fonts\n\n#: kitty has very powerful font management. You can configure\n#: individual font faces and even specify special fonts for particular\n#: characters.\n\nfont_family Source Code Pro\nbold_font Source Code ... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 26,
"total_bytes": 65781,
"all_permissive": false
} |
ansible_role | redhat-openstack/ansible-role-tripleo-provision-heat | cdc9a8813eb322a3a9c7a9dc3e1787df14e43f6b | 2 | roles/cleanup | 7,641 | [
"permissive"
] | [
{
"path": "roles/cleanup/tasks/cleanup-stack.yml",
"content": "- name: Remove stack\n os_stack:\n name: \"{{ stack_name }}\"\n cloud: \"{{ cloud_name }}\"\n state: absent\n environment:\n OS_CLIENT_CONFIG_FILE: \"{{ local_working_dir }}/clouds.yaml\"\n ignore_errors: true\n\n- name: Rem... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1320,
"all_permissive": true
} |
ansible_role | redhat-openstack/ansible-role-tripleo-provision-heat | cdc9a8813eb322a3a9c7a9dc3e1787df14e43f6b | 2 | roles/delete-older-images | 7,641 | [
"permissive"
] | [
{
"path": "roles/delete-older-images/tasks/main.yml",
"content": "---\n- name: get all the old images IDs\n shell: >\n export OS_AUTH_URL=\"{{ os_auth_url }}\";\n export OS_USERNAME=\"{{ os_username }}\";\n export OS_PASSWORD=\"{{ <PASSWORD> }}\";\n export OS_TENANT_NAME=\"{{ os_tenant_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 990,
"all_permissive": true
} |
ansible_role | redhat-openstack/ansible-role-tripleo-provision-heat | cdc9a8813eb322a3a9c7a9dc3e1787df14e43f6b | 2 | roles/deploy-stack | 7,641 | [
"permissive"
] | [
{
"path": "roles/deploy-stack/templates/env.yaml.j2",
"content": "parameters:\n os_user: {{ os_username }}\n os_password: {{ <PASSWORD> }}\n os_tenant: {{ os_tenant_name }}\n os_auth_url: {{ os_auth_url }}\n\n bmc_flavor: m1.micro\n bmc_image: 'bmc-base'\n bmc_prefix: '{{ prefix }}bmc'\n\n baremetal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6052,
"all_permissive": true
} |
ansible_role | redhat-openstack/ansible-role-tripleo-provision-heat | cdc9a8813eb322a3a9c7a9dc3e1787df14e43f6b | 2 | roles/setup-undercloud | 7,641 | [
"permissive"
] | [
{
"path": "roles/setup-undercloud/templates/setup-undercloud-connectivity.sh.j2",
"content": "#! /bin/bash\n\nset -eux\n\n### --start_docs\n\n## Set up the undercloud for installation\n## ======================================\n\n## * Configure external interface\n## ::\n\nsudo ifconfig {{ external_interfac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2318,
"all_permissive": true
} |
ansible_role | redhat-openstack/ansible-role-tripleo-provision-heat | cdc9a8813eb322a3a9c7a9dc3e1787df14e43f6b | 2 | roles/upload-undercloud-image | 7,641 | [
"permissive"
] | [
{
"path": "roles/upload-undercloud-image/tasks/main.yml",
"content": "---\n- name: Ensure local working dir exists\n file:\n path: \"{{ local_working_dir }}\"\n\n- name: generate prefix for all run-related entities\n set_fact:\n prefix=\"{{ tmp.node_prefix }}\"\n\n- when: get_latest_image == 'use_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3932,
"all_permissive": true
} |
ansible_role | voje/ansible-collection-automation | 9196673416f28d262c91c43b51e16ca7d7c79cd2 | 0 | roles/go | 7,641 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "# Install golang\n---\n- name: Download .tar\n ansible.builtin.get_url:\n url: \"https://go.dev/dl/go{{ go_version }}.linux-amd64.tar.gz\"\n dest: \"{{ go_dl_tar }}\"\n mode: '0755'\n\n- name: \"Copy pasta from official golang website\"\n become: t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | voje/ansible-collection-automation | 9196673416f28d262c91c43b51e16ca7d7c79cd2 | 0 | roles/nvim | 7,641 | [
"no_license"
] | [
{
"path": "roles/nvim/tasks/main.yml",
"content": "# Install nivm\n---\n- name: \"Download appimage\"\n become: true\n ansible.builtin.get_url:\n url: https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage\n dest: /usr/local/bin/nvim\n force: true\n mode: \"0755\"\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | voje/ansible-collection-automation | 9196673416f28d262c91c43b51e16ca7d7c79cd2 | 0 | roles/test | 7,641 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "# Test\n---\n- name: \"Test\"\n ansible.builtin.debug:\n msg: \"test\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | phyrwork/home | ea85c5477557f5a6360ad12186dfb785ce6eec44 | 0 | deployment/roles/waste_collection_schedule | 7,641 | [
"no_license"
] | [
{
"path": "deployment/roles/waste_collection_schedule/tasks/main.yaml",
"content": "- name: Check git is present\n command: which git\n changed_when: no\n\n- name: Clone repository\n ansible.builtin.git:\n repo: \"{{ wcs_git_url }}\"\n dest: \"{{ wcs_src_dir }}\"\n version: 2.8.0\n clone: yes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | FLokyGoon/Cloud-1 | 235994c4be77658bb742d865f657521ac524f54d | 1 | ansible/roles/docker | 7,641 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Ensure required system packages are installed\n apt:\n name:\n - ca-certificates\n - curl\n state: present\n update_cache: yes\n tags: install_docker\n\n- name: Create directory for Docker keyring\n file:\n pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1956,
"all_permissive": false
} |
ansible_role | FLokyGoon/Cloud-1 | 235994c4be77658bb742d865f657521ac524f54d | 1 | ansible/roles/docker_compose | 7,641 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_compose/files/docker-compose.yml",
"content": "services:\n wordpress:\n image: wordpress:6.4.3-php8.2-fpm\n container_name: wordpress\n restart: always\n environment:\n WORDPRESS_DB_HOST: ${RDS_HOST}\n WORDPRESS_DB_NAME: ${MYSQL_DATABASE}\n WORDPRE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2869,
"all_permissive": false
} |
ansible_role | FLokyGoon/Cloud-1 | 235994c4be77658bb742d865f657521ac524f54d | 1 | ansible/roles/systemd_docker | 7,641 | [
"no_license"
] | [
{
"path": "ansible/roles/systemd_docker/tasks/main.yml",
"content": "---\n- name: Create systemd unit file for Docker Compose\n copy:\n dest: /etc/systemd/system/cloud1.service\n content: |\n [Unit]\n Description=Cloud-1 Docker Compose App\n Requires=docker.service\n After=docker.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | gbava/haufe-test | eb9fff55989c1c9fbe81dbfb62accf9c888b76e7 | 0 | roles/docker | 7,644 | [
"no_license"
] | [
{
"path": "roles/docker/templates/Dockerfile.j2",
"content": "FROM {{ base_image }}\nMAINTAINER {{ image_maintainer_email }}\nCOPY index.html /usr/share/nginx/html\nEXPOSE {{ image_port }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | gbava/haufe-test | eb9fff55989c1c9fbe81dbfb62accf9c888b76e7 | 0 | roles/setup | 7,644 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: Upgrade all OS packages\n package:\n name: '*'\n state: latest\n\n- name: Inject hostname and ip in /etc/hosts\n lineinfile:\n path: /etc/hosts\n regexp: \"{{ haufe_gitlab_ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/base-container | 7,644 | [
"no_license"
] | [
{
"path": "roles/base-container/templates/compose.yml.j2",
"content": "services:\n base:\n build:\n context: .\n dockerfile: Dockerfile\n container_name: base\n hostname: base\n network_mode: host\n # User ID 1000 (host admin user) : Group ID 996 (host docker group)\n # This map... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5750,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/caddy-auto-reload | 7,644 | [
"no_license"
] | [
{
"path": "roles/caddy-auto-reload/defaults/main.yml",
"content": "---\ncaddy_auto_reload_enabled: true\ncaddy_config_path: \"{{ caddy_user_home }}/caddy/Caddyfile\"\ncaddy_reload_timeout: 30\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2344,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/caddy-setup | 7,644 | [
"no_license"
] | [
{
"path": "roles/caddy-setup/templates/Caddyfile.j2",
"content": "# Global options\n{\n email {{ caddy_email }}\n admin localhost:2019\n}\n\n# Default site configuration\n{{ caddy_fqdn }} {\n respond \"Hello from {{ caddy_fqdn }}!\"\n \n # Security headers\n header {\n # Enable HSTS... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5838,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/docker-setup | 7,644 | [
"no_license"
] | [
{
"path": "roles/docker-setup/defaults/main.yml",
"content": "---\n# Docker users (admin user gets docker permissions)\ndocker_users:\n - \"{{ admin_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/docker-setup/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/metrics-container | 7,644 | [
"no_license"
] | [
{
"path": "roles/metrics-container/tasks/main.yml",
"content": "---\n- name: Create stacks/metrics directory\n ansible.builtin.file:\n path: \"{{ metrics_dir }}\"\n state: directory\n mode: '0755'\n owner: \"{{ admin_user }}\"\n group: \"{{ admin_user }}\"\n become: true\n become_user: \"{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9664,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/postfix-setup | 7,644 | [
"no_license"
] | [
{
"path": "roles/postfix-setup/templates/master.cf.j2",
"content": "# Postfix master process configuration file\n# Generated by Ansible\n\n# SMTP daemon\nsmtp inet n - y - - smtpd\npostlog unix-dgram n - n - 1 postlogd\n#smtp inet n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8831,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/security-hardening | 7,644 | [
"no_license"
] | [
{
"path": "roles/security-hardening/tasks/main.yml",
"content": "---\n- name: Check if hardening flag exists\n ansible.builtin.stat:\n path: ~/.is_hardened\n register: hardening_flag\n tags: ['security-hardening']\n\n- name: Apply OS hardening (devsec.hardening.os_hardening)\n ansible.builtin.include... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2119,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/swap-setup | 7,644 | [
"no_license"
] | [
{
"path": "roles/swap-setup/defaults/main.yml",
"content": "---\n# Default swappiness value (0-100)\n# 20 is optimal for most VPS servers\n# Lower values (1-10) for SSD-based systems\n# Higher values (30-40) for systems with limited RAM\nswap_swappiness: 20\n\n# VFS cache pressure value (default 100, recomm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/system-update | 7,644 | [
"no_license"
] | [
{
"path": "roles/system-update/tasks/main.yml",
"content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n tags: ['system-update']\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n upgrade: dist\n autoremove: true\n autoclean: tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/time-setup | 7,644 | [
"no_license"
] | [
{
"path": "roles/time-setup/defaults/main.yml",
"content": "---\n# Default timezone for the server\nserver_timezone: Europe/Berlin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/time-setup/tasks/main.yml",
"content": "---\n- name: Set ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | afirmtao/claude-launchpad | 50b0f61bb2a2f5715b29da2b7eeb5f6a2a82f7f1 | 0 | roles/user-management | 7,644 | [
"no_license"
] | [
{
"path": "roles/user-management/tasks/main.yml",
"content": "---\n- name: Create admin user\n ansible.builtin.user:\n name: \"{{ admin_user }}\"\n groups: sudo\n shell: /bin/bash\n create_home: true\n state: present\n tags: ['user-management']\n\n- name: Set up SSH directory for admin user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | sonam-niit/Project-TodoApp-Mern | b34297632bbb22f26bfba42259d51e746e860985 | 0 | ansible/roles/backend | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/tasks/main.yml",
"content": "- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install necessary packages\r\n apt:\r\n name:\r\n - git\r\n - curl\r\n state: present\r\n\r\n- name: Install Node.js\r\n shell: |\r\n curl -fsSL https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1278,
"all_permissive": false
} |
ansible_role | sonam-niit/Project-TodoApp-Mern | b34297632bbb22f26bfba42259d51e746e860985 | 0 | ansible/roles/frontend | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/frontend/tasks/main.yml",
"content": "- name: Deploy Frontend to S3\r\n hosts: localhost\r\n connection: local\r\n gather_facts: no\r\n\r\n vars:\r\n frontend_dir: \"../../../frontend\"\r\n s3_bucket_name: \"sonam-frontend-bucket-name\"\r\n\r\n tasks:\r\n - name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | acticloud/MDBconductor-deploy | 85483e970e8756d2b8288cdd7203a60e16c8882f | 3 | roles/common | 7,644 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n\n# Host name is nice to see in the prompt, log messages, etc.\n- name: Set the hostname\n become: yes\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n# Used by the conductor script to find its minions\n- name: Upload .cluster_name\n when... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | acticloud/MDBconductor-deploy | 85483e970e8756d2b8288cdd7203a60e16c8882f | 3 | roles/monetdb | 7,644 | [
"no_license"
] | [
{
"path": "roles/monetdb/tasks/main.yml",
"content": "---\n# Install MonetDB\n# Install the latest release of MonetDB for the minion machines\n# This is basically a translation of https://www.monetdb.org/downloads/deb/ into Ansible\n\n- name: install Apt sources list for MonetDB\n become: yes\n template:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | acticloud/MDBconductor-deploy | 85483e970e8756d2b8288cdd7203a60e16c8882f | 3 | roles/tpch | 7,644 | [
"no_license"
] | [
{
"path": "roles/tpch/tasks/main.yml",
"content": "---\n\n# Set up full TPC-H database\n\n- name: Stop any existing databases\n become: yes\n shell: pkill mserver5\n register: kill_res\n failed_when: kill_res.rc > 1\n\n- name: Prepare database\n command: \"./tpch_build.sh -s {{TPCH_SCALE_FACTOR}} -f {{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/apachebench | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/apachebench/tasks/benchmark.yml",
"content": "---\n# tasks file for apachebench.benchmark\n\n# Nested Loops\n# Ressource Limit - use apachebench__resource_limits and set bench_loop_target_reccource_limit\n# Runtime - use apachebench__runtimes and set bench_loop_targe... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 17454,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/bench_iperf | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/bench_iperf/defaults/main.yml",
"content": "---\n# defauts file for bench_iperf\n\nbench_iperf__runtimes:\n- default # docker\n- kata\n- katafc\n- runsc # gVisor\n#- runsck # gVisor KVM Plattform\n\nbench_iperf__resource_limits:\n- default\n- min # 1vCPU and 2g\n- max ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 14072,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/bench_linpack | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/bench_linpack/tasks/instance_number.yml",
"content": "---\n# tasks file for bench_linpack.container\n\n# The following includes are necessary, because loops don't work with blocks\n# So the tasks are nested in subtasks to create nested loops\n#\n# Nested Loops\n# Ressource Limit ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9573,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/bench_time | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/bench_time/tasks/containers.yml",
"content": "---\n# tasks file for bench_time.runtime\n\n# The following includes are necessary, because loops don't work with blocks\n# So the tasks are nested in subtasks to create nested loops\n#\n# Nested Loops\n# Ressource Limit - use bench_... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9883,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/create_benchmark_images | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/create_benchmark_images/ReadMe.md",
"content": "# create_benchmark_images\n\nThis role provides the container images required for the benchmark.\n\nThe Nabla sample images are built for the different systems and the images under create_benchmark_images__pullable_images are pulled by... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 24189,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/docker_patch_deamon | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_patch_deamon/templates/daemon.json.j2",
"content": "{ \n{% if docker_patch_deamon__runtimes.kata_fc.exists %} \n \"storage-driver\": \"devicemapper\",\n{% endif %}\n \"runtimes\": {\n {% for runtime in docker_patch_deamon__runtimes %}\n {% set _runtime = d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4258,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/docker_prune | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_prune/defaults/main.yml",
"content": "---\n# defauts file for docker_prune\n\ndocker_prune__remove_docker: true \ndocker_prune__supress_confirmation: false\ndocker_prune__clean_cache: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1392,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/golang | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/golang/defaults/main.yml",
"content": "# defaults file for golang\n\n# required variables\n\ngolang__dl_server: https://dl.google.com/go\ngolang__package: go1.13.4.linux-amd64.tar.gz\ngolang__path: /usr/local\ngolang__work_dir: /opt/work/go\ngolang__dir_owner: \"{{ ansible_env.SUDO_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/gvisor | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/gvisor/tasks/main.yml",
"content": "---\n# tasks file for gvisor\n\n- name: Fail, when not Debian\n fail: \n msg: \"The role is designed only for Debian\"\n when: ansible_distribution != 'Debian'\n\n- name: Install dependencies\n apt:\n pkg:\n - apt-transport-https\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1165,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/kata_containers | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/kata_containers/ReadMe.md",
"content": "# kata_containers\n\nThis role installs Kata Containers with apt. Optional is the installation of Kata Firecracker.\n\nWith the parameters in the defaults/main.yml the benchmark can be configured in many ways. ",
"license_type": "no_licens... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2228,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/nabla_container | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/nabla_container/tasks/main.yml",
"content": "---\n# tasks file for nabla_container\n\n- name: Fail, when not Debian\n fail: \n msg: \"The role is designed only for Debian\"\n when: ansible_distribution != 'Debian'\n\n- name: Include Clean UP\n include_tasks: clean.yml\n when:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2799,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/ntp | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp/handlers/main.yml",
"content": "---\n# handlers file for ntp\n- name: restart timedatectl service\n systemd:\n state: restarted\n name: systemd-timesyncd ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "ansible/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1884,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/system_preparation | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/system_preparation/ReadMe.md",
"content": "# system_preparation\n\nThis role installs the following packages that are required for the benchmark:\n- python-all-dev \n- python-setuptools \n- python-wheel \n- build-essential \n- python-pip-whl \n- python \n- apt-transport-https ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2567,
"all_permissive": false
} |
ansible_role | timstoffel/container_runtime_benchmark | f01c71249b123c8ca1acfa396fe6696ea983ebe0 | 0 | ansible/roles/system_update | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/system_update/tasks/main.yml",
"content": "---\n# tasks file for system_update\n\n# Update CentOS\n- name: .rpm upgrade server\n yum: \n update_cache: yes\n name: \"*\"\n state: latest\n when: ansible_distribution == 'CentOS'\n\n# Update Debian or Ubuntu\n- name: Update ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1467,
"all_permissive": false
} |
ansible_role | chris1984/fog-testing | 97aa51ad0d1432089b63824b8ba1dd4aec365361 | 0 | roles/chris1984.fog_testing | 7,644 | [
"no_license"
] | [
{
"path": "roles/chris1984.fog_testing/tasks/upgrade.yml",
"content": "---\n\n - name: Revert VM to \"Upgrade\" snapshot\n vmware_guest_snapshot:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n datacenter: \"{{ vcenter_... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 26762,
"all_permissive": false
} |
ansible_role | obiomap/jenkins | 965c2ac3dcc53533b9b1b8058ba96d01f5f2723f | 0 | Roles/pega | 7,644 | [
"no_license"
] | [
{
"path": "Roles/pega/tasks/main.yml",
"content": "---\r\n - name: Download ojdbc\r\n get_url: url={{ OJDBC_SOURCE }}/ojdbc7.jar dest=/opt\r\n\r\n - copy: src=/opt/ojdbc7.jar dest=/data/tomcat/lib/ojdbc7.jar force=no\r\n\r\n - copy: src=files/setupDatabase.properties dest={{ PEGA_HOME }}/setupData... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | obiomap/jenkins | 965c2ac3dcc53533b9b1b8058ba96d01f5f2723f | 0 | Roles/tomcat | 7,644 | [
"no_license"
] | [
{
"path": "Roles/tomcat/tasks/main.yml",
"content": "\r\n---\r\n - name: Install basic software\r\n yum: pkg=java-1.8.0-openjdk state=installed update_cache=true\r\n\r\n - name: add group \"tomcat\"\r\n group: name=tomcat\r\n\r\n - name: add user \"tomcat\"\r\n user: name=tomcat grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2182,
"all_permissive": false
} |
ansible_role | Year-End-Project-2022/Year-End-Project | 3fa8792f9228deb4aa799f8139388e32139148c9 | 1 | ansible/playbook/roles/base | 7,644 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/base/tasks/main.yml",
"content": "- include_tasks: packages.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/playbook/roles/base/tasks/packages.yml",
"content": "- name: Installing packages\n apt:\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | Year-End-Project-2022/Year-End-Project | 3fa8792f9228deb4aa799f8139388e32139148c9 | 1 | ansible/playbook/roles/docker | 7,644 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/docker/tasks/main.yml",
"content": "- include_tasks: copy.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "ansible/playbook/roles/docker/tasks/copy.yml",
"content": "- name: Check if python app exists\n sta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | sysjul/hoa15 | a962550d77d4928b6101eae6b3ddbb7c8c262ab8 | 0 | roles/cinder | 7,644 | [
"no_license"
] | [
{
"path": "roles/cinder/tasks/main.yml",
"content": "#Playbook for Installing Cinder\n\n\n - name: Install Cinder packages\n apt:\n name:\n - cinder-api\n - cinder-scheduler\n - cinder-volume\n state: present\n\n - name: Configure Cinder Packages\n te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | sysjul/hoa15 | a962550d77d4928b6101eae6b3ddbb7c8c262ab8 | 0 | roles/horizon | 7,644 | [
"no_license"
] | [
{
"path": "roles/horizon/tasks/main.yml",
"content": "#Playbook for Installig Horizon\n\n - name: Install Horizon packages\n apt:\n name:\n - openstack-dashboard\n state: present\n\n - name: Configure Apache for Horizon\n template:\n src: openstack-dashboard.con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | sysjul/hoa15 | a962550d77d4928b6101eae6b3ddbb7c8c262ab8 | 0 | roles/neutron | 7,644 | [
"no_license"
] | [
{
"path": "roles/neutron/tasks/main.yml",
"content": "#Playbook for Installing Neutron\n\n\n - name: Install Neutron packages\n apt:\n name:\n - neutron-server\n - neutron-plugin-ml2\n - neutron-linuxbridge-agent\n - neutron-l3-agent\n - neutron-dh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | rayhanadev/iac | 1726dc5ad22423828ee9b5f2920910f6bde197cd | 0 | ansible/roles/caddy | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/caddy/files/Caddyfile",
"content": "# The Caddyfile is an easy way to configure your Caddy web server.\n#\n# Unless the file starts with a global options block, the first\n# uncommented line is always the address of your site.\n#\n# To use your own domain name (with automatic HTTPS)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1864,
"all_permissive": false
} |
ansible_role | rayhanadev/iac | 1726dc5ad22423828ee9b5f2920910f6bde197cd | 0 | ansible/roles/docker | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/defaults/main.yml",
"content": "docker_users:\n - \"{{ ansible_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install Docker dependencies\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | rayhanadev/iac | 1726dc5ad22423828ee9b5f2920910f6bde197cd | 0 | ansible/roles/microceph | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/microceph/handlers/main.yml",
"content": "- name: Reboot if swap was active\n reboot:\n msg: \"Rebooting to disable swap\"\n pre_reboot_delay: 5\n reboot_timeout: 600\n test_command: whoami\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2649,
"all_permissive": false
} |
ansible_role | rayhanadev/iac | 1726dc5ad22423828ee9b5f2920910f6bde197cd | 0 | ansible/roles/stacks | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/stacks/handlers/main.yml",
"content": "- name: Reload stacks\n command: docker stack deploy --compose-file /opt/stacks/{{ item }}/stack.yml {{ item }}\n loop: \"{{ stacks_to_deploy }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3673,
"all_permissive": false
} |
ansible_role | iGoogIe/percona_aws | 68ab71b85877bea8d5ca6a99078112b4ccba5a3e | 0 | ansible/roles/aws | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/aws/tasks/aws/create_base_ec2s.yml",
"content": "---\n - name: Get VPC ID\n amazon.aws.ec2_vpc_subnet_info:\n region: \"{{region}}\"\n register: subnet_info\n failed_when: \"{{subnet_info.subnets | length }} == 0\"\n\n - name: Set VPC ID from subnet_info\n set_fac... | {
"task_files": 18,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 22107,
"all_permissive": false
} |
ansible_role | ikki0006/gcp_create | e15370d0622ac1b5b789bd1bb025cbdafb5b789f | 0 | ansible/roles/disk | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/disk/tasks/disk_add.yml",
"content": "---\n- name: file system disk format\n filesystem:\n fstype: ext4\n dev: /dev/sdb\n\n- name: create disk space\n file:\n path: /data\n state: directory\n\n- name: mount disk\n mount:\n path: /data\n src: /dev/sdb\n fstype... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | ikki0006/gcp_create | e15370d0622ac1b5b789bd1bb025cbdafb5b789f | 0 | ansible/roles/docker | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install pre docker package\n yum:\n name:\n - yum-utils\n - python-pip\n - python-devel\n - gcc\n - gcc-c++ \n - kernel-devel\n\n- name: add docker-ce-nightly repo\n yum_repository:\n name: docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1607,
"all_permissive": false
} |
ansible_role | ikki0006/gcp_create | e15370d0622ac1b5b789bd1bb025cbdafb5b789f | 0 | ansible/roles/docker-compose | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-compose/tasks/main.yml",
"content": "---\n- name: setting sysctl #docker-composeに割り当てるメモリを増やす処理\n sysctl:\n name: vm.max_map_count\n value: \"262144\"\n reload: yes # default yes\n sysctl_file: /etc/sysctl.d/99-sysctl.conf\n when: \"'giservers in group_names'\"\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1687,
"all_permissive": false
} |
ansible_role | bsteverink/docker-django-demo | f4b762c0ba1873923a9b0e6c0d671b3e194c095d | 1 | ansible/roles/docker | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n#########\n# Include tasks for role Docker\n#\n# This role is just concerned with installing Docker\n#\n#########\n\n- name: Add the GPG key for the official Docker repository to the system\n apt_key:\n url: https://download.docker.com/li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1416,
"all_permissive": false
} |
ansible_role | bsteverink/docker-django-demo | f4b762c0ba1873923a9b0e6c0d671b3e194c095d | 1 | ansible/roles/rancher | 7,644 | [
"no_license"
] | [
{
"path": "ansible/roles/rancher/templates/nginx.conf.j2",
"content": "upstream rancher {\n server rancher-server:8080;\n}\n\nserver {\n listen 80;\n server_name {{ host_name }};\n location / {\n proxy_set_header Host $host;\n proxy_set_header X-Forwarded-Proto $scheme;\n pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2197,
"all_permissive": false
} |
ansible_role | Dewmith/MDE_DevOps_WEERASENA | 9e6061b093ad97a49fde8de2f7c5277989d03979 | 0 | my-project/ansible/roles/create_network | 7,644 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/create_network/tasks/main.yml",
"content": "\n# Creating the netwoek\n- name: Create Docker network\n docker_network:\n name: app-network\n vars:\n ansible_python_interpreter: /usr/bin/python3\n\n\n\n\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | Dewmith/MDE_DevOps_WEERASENA | 9e6061b093ad97a49fde8de2f7c5277989d03979 | 0 | my-project/ansible/roles/launch_app | 7,644 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_app/tasks/main.yml",
"content": "# launching the backend\n\n- name: Launch application container\n docker_container:\n name: multistage_app2\n image: deghostt/tp1-backend:latest\n networks:\n - name: app-network\n ports:\n - \"8080:8080\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | Dewmith/MDE_DevOps_WEERASENA | 9e6061b093ad97a49fde8de2f7c5277989d03979 | 0 | my-project/ansible/roles/launch_database | 7,644 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_database/tasks/main.yml",
"content": "#Launching the application with\n\n- name: Launch database container\n docker_container:\n name: postgres\n image: deghostt/tp1-database:latest\n env:\n POSTGRES_DB: db\n POSTGRES_USER: usr\n POSTGRES_P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | Dewmith/MDE_DevOps_WEERASENA | 9e6061b093ad97a49fde8de2f7c5277989d03979 | 0 | my-project/ansible/roles/launch_proxy | 7,644 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_proxy/tasks/main.yml",
"content": "\n# launching the proxy(frontend)\n- name: Launch frontend container\n docker_container:\n name: launch_proxy\n image: deghostt/tp1-httpd:latest\n state: started\n ports:\n - \"80:80\"\n networks:\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | infra-ops/cloud-ops | 12e57a71af9892b7083b692ebecc7160031b3349 | 1 | ansible-1/roles/nginx | 7,645 | [
"no_license"
] | [
{
"path": "ansible-1/roles/nginx/vars/main.yml",
"content": "---\nnginx_port: 100\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "ansible-1/roles/nginx/sc/stack.yml",
"content": "---\n- name: nginx-stack\n import_playbook: nginx.yml\n\n#- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | infra-ops/cloud-ops | 12e57a71af9892b7083b692ebecc7160031b3349 | 1 | ansible-1/roles/nik-jenkins-1 | 7,645 | [
"no_license"
] | [
{
"path": "ansible-1/roles/nik-jenkins-1/templates/p5.yml",
"content": "---\ngit:\n - https://updates.jenkins-ci.org/download/plugins/git/3.3.0/git.hpi\n - https://updates.jenkins-ci.org/download/plugins/workflow-scm-step/2.4/workflow-scm-step.hpi\n - https://updates.jenkins-ci.org/download/plugins/git-c... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 13347,
"all_permissive": false
} |
ansible_role | infra-ops/cloud-ops | 12e57a71af9892b7083b692ebecc7160031b3349 | 1 | ansible-1/roles/nik-jenkins-2 | 7,645 | [
"no_license"
] | [
{
"path": "ansible-1/roles/nik-jenkins-2/tasks/install.yml",
"content": "- name: Add Docker Group\n group: name=docker state=present\n\n- name: Add Docker Signing Key\n apt_key:\n keyserver: 'hkp://p80.pool.sks-keyservers.net:80'\n id: <KEY>\n state: present\n\n- name: Add Docker Repo\n apt_repo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4103,
"all_permissive": false
} |
ansible_role | infra-ops/cloud-ops | 12e57a71af9892b7083b692ebecc7160031b3349 | 1 | ansible-1/roles/nik-jenkins-3 | 7,645 | [
"no_license"
] | [
{
"path": "ansible-1/roles/nik-jenkins-3/tasks/ubuntu-install.yml",
"content": "---\n####DEPENDENCY INSTALLATION\n- name: Install utility packages common to all hosts\n apt:\n name:\n - net-tools\n - jq\n - curl\n - netcat\n - python-software-properties\n - apt-transport-ht... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4189,
"all_permissive": false
} |
ansible_role | infra-ops/cloud-ops | 12e57a71af9892b7083b692ebecc7160031b3349 | 1 | ansible-1/roles/nik-zookeeper | 7,645 | [
"no_license"
] | [
{
"path": "ansible-1/roles/nik-zookeeper/vars/zoo.yml",
"content": "---\n\n\nzookeeper_version: 3.4.12\n\nzookeeper_hosts:\n - host: zookeeper1\n id: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible-1/roles/nik-zookeeper/tests/spec/n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1545,
"all_permissive": false
} |
ansible_role | infra-ops/cloud-ops | 12e57a71af9892b7083b692ebecc7160031b3349 | 1 | ansible-1/roles/nik-zookeeper-2 | 7,645 | [
"no_license"
] | [
{
"path": "ansible-1/roles/nik-zookeeper-2/vars/zoo.yml",
"content": "---\n\n\nzookeeper_version: 3.4.12\n\nzookeeper_hosts:\n - host: ac-5\n id: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "ansible-1/roles/nik-zookeeper-2/tests/spec/nik... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3882,
"all_permissive": false
} |
ansible_role | infra-ops/cloud-ops | 12e57a71af9892b7083b692ebecc7160031b3349 | 1 | ansible-1/roles/nik-zookeeper-3 | 7,645 | [
"no_license"
] | [
{
"path": "ansible-1/roles/nik-zookeeper-3/templates/zookeeper.service.j2",
"content": "# {{ansible_managed}}\n[Unit]\nDescription=ZooKeeper Service\nDocumentation=http://zookeeper.apache.org\nRequires=network.target\nAfter=network.target\n\n[Service]\nType=forking\nUser={{ zookeeper_user }}\nGroup={{zookee... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 9371,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.