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 | kdkasad/home-server | dff0eb4785748f805ed99c5f718642630724f942 | 2 | roles/tailscale | 39 | [
"no_license"
] | [
{
"path": "roles/tailscale/defaults/main.yml",
"content": "---\ntailscale_enabled: false\ntailscale_auth_key: \"{{ undef(hint='Tailscale auth key must be set') }}\"\ntailscale_data_dir: \"{{ storage.data_dir }}/tailscale\"\ntailscale_routes: []\n\n# Version/tag of the tailscale/tailscale image to use\ntails... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | kdkasad/home-server | dff0eb4785748f805ed99c5f718642630724f942 | 2 | roles/traefik | 39 | [
"no_license"
] | [
{
"path": "roles/traefik/templates/dynamic/norobots.yml",
"content": "---\nhttp:\n middlewares:\n norobots:\n headers:\n customResponseHeaders:\n X-Robots-Tag: noindex, nofollow, nosnippet, noarchive, notranslate, noimageindex\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4647,
"all_permissive": false
} |
ansible_role | OppressionBreedsResistance/how2hax | 93d5a5d2496fe18985fdb667f0cff2b160954403 | 0 | h2h-ansible/roles/dc | 39 | [
"no_license"
] | [
{
"path": "h2h-ansible/roles/dc/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dc01\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "h2h-ansible/roles/dc/tasks/main.yml",
"content": "---\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | OppressionBreedsResistance/how2hax | 93d5a5d2496fe18985fdb667f0cff2b160954403 | 0 | h2h-ansible/roles/domain | 39 | [
"no_license"
] | [
{
"path": "h2h-ansible/roles/domain/files/AddVulns.ps1",
"content": "# ---------------------------- IMPORTING REQUIRED MODULES -----------------------\nImport-Module ActiveDirectory\n# --------------------------------------------------------------------------------\n\n# ---------------------------- ADDING V... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 12170,
"all_permissive": false
} |
ansible_role | axilman/ansible_tutorial | 4568203dcc00e1ec07b14c60d2f450fada5362ac | 0 | roles/base | 39 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | axilman/ansible_tutorial | 4568203dcc00e1ec07b14c60d2f450fada5362ac | 0 | roles/db_servers | 39 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb\n tags: db,mariadb\n package:\n name:\n - \"{{ mariadb_package_name }}\"\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | StonedAnt/lb-session | e3e839d95ac234a509254fb2c694e1ddbf482ae4 | 0 | infrastructure/roles/goserver | 39 | [
"no_license"
] | [
{
"path": "infrastructure/roles/goserver/tasks/main.yml",
"content": "---\n\n- name: Debug server info\n debug: var=pool_server_info\n\n- name: Debug unique_server_dir_name\n debug: var=unique_server_dir_name\n\n- name: Create deployment dir for new release\n file:\n path: \"{{ server_root }}/{{ uniqu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | StonedAnt/lb-session | e3e839d95ac234a509254fb2c694e1ddbf482ae4 | 0 | infrastructure/roles/luaserver | 39 | [
"no_license"
] | [
{
"path": "infrastructure/roles/luaserver/templates/systemd-service.j2",
"content": "[Unit]\nDescription=Lua ASAPP Server\nAfter=network-online.target\n\n[Service]\nUser=root\nWorkingDirectory={{ server_root }}/{{ unique_server_dir_name }}\nExecStart=/usr/local/bin/lapis server\nExecStop=/usr/local/bin/lapi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1395,
"all_permissive": false
} |
ansible_role | StonedAnt/lb-session | e3e839d95ac234a509254fb2c694e1ddbf482ae4 | 0 | infrastructure/roles/pyserver | 39 | [
"no_license"
] | [
{
"path": "infrastructure/roles/pyserver/tasks/main.yml",
"content": "---\n\n- name: Debug server info\n debug: var=pool_server_info\n\n- name: Debug unique_server_dir_name\n debug: var=unique_server_dir_name\n\n- name: Create deployment dir for new release\n file:\n path: \"{{ server_root }}/{{ uniqu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | StonedAnt/lb-session | e3e839d95ac234a509254fb2c694e1ddbf482ae4 | 0 | infrastructure/roles/util | 39 | [
"no_license"
] | [
{
"path": "infrastructure/roles/util/files/manage_servers.sh",
"content": "#!/bin/bash\n\n# get, add, drain\npool=$1\ncmd=$2\narg=$3 # optional - cmd arg\n\n\npool_port=0 # port of load balancer pool\n\nserver_port=0\nserver_id=\"\" # Nginx server id in the pool; ex: id=0\nfirst_server_port=0 # first port i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4600,
"all_permissive": false
} |
ansible_role | aplatform64/web | 208d7bcad24738d8bb9e37c7054d12adc5e2f49c | 1 | roles/web_haproxy | 19 | [
"no_license"
] | [
{
"path": "roles/web_haproxy/vars/platform-Ubuntu.yml",
"content": "---\n# Define platform specific paths\nweb_haproxy_base:\n paths: \"{{ web_haproxy_base_common['paths'] }}\"\n etc: \"{{ web_haproxy_base_common['etc'] }}\"\n files: \"{{ web_haproxy_base_common['files'] }}\"\n run: \"{{ web_haproxy_bas... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 6117,
"all_permissive": false
} |
ansible_role | aplatform64/web | 208d7bcad24738d8bb9e37c7054d12adc5e2f49c | 1 | roles/web_httpd | 19 | [
"no_license"
] | [
{
"path": "roles/web_httpd/tasks/web_httpd_prerequisite.yml",
"content": "---\n- name: \"Web / HTTPD / Prerequisite / Prepare package managers\"\n vars:\n sys_repository:\n prepare: true\n deploy: true\n setup: true\n provision: true\n sys_repository_managers:\n flatpak: \"{{... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5984,
"all_permissive": false
} |
ansible_role | aplatform64/web | 208d7bcad24738d8bb9e37c7054d12adc5e2f49c | 1 | roles/web_mkdocs | 19 | [
"no_license"
] | [
{
"path": "roles/web_mkdocs/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: \"web_mkdocs\"\n author: \"serdigital64\"\n description: \"Manage provisioning of the MkDocs tool\"\n company: \"none\"\n license: \"Apache-2.0\"\n min_ansible_version: \"2.10\"\n platforms:\n - name: \"GenericL... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5550,
"all_permissive": false
} |
ansible_role | aplatform64/web | 208d7bcad24738d8bb9e37c7054d12adc5e2f49c | 1 | roles/web_nginx | 19 | [
"no_license"
] | [
{
"path": "roles/web_nginx/defaults/main/end_state_definition.yml",
"content": "---\nweb_nginx_application:\n name: \"nginx\"\n type: \"distro\"\n version: \"latest\"\n installed: true\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "rol... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5977,
"all_permissive": false
} |
ansible_role | VladimirVlatko/homework | c0f39b4e8e14b57faf4cb91fc04a1bab1052a125 | 1 | Homework No. 18 - Ansible Labs/ansible-labs/ansible-lab5/roles/common | 19 | [
"no_license"
] | [
{
"path": "Homework No. 18 - Ansible Labs/ansible-labs/ansible-lab5/roles/common/tasks/install_tools.yml",
"content": "- name: \"Install Common packages\"\n apt: name={{ item }} state=latest\n with_items:\n - net-tools\n - tree\n - python3-pip\n\n- name: Install pymysql python package\n pip:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | VladimirVlatko/homework | c0f39b4e8e14b57faf4cb91fc04a1bab1052a125 | 1 | Homework No. 18 - Ansible Labs/ansible-labs/ansible-lab5/roles/mysql | 19 | [
"no_license"
] | [
{
"path": "Homework No. 18 - Ansible Labs/ansible-labs/ansible-lab5/roles/mysql/tasks/setup_mysql.yml",
"content": "- name: Create my.cnf configuration file\n template:\n src: templates/my.cnf.j2\n dest: /etc/mysql/conf.d/mysql.cnf\n notify: restart mysql\n\n- name: Configure MySQL server to listen ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | shellphish/ictf-framework | c862b9a94389a5c88f69993010ebfb96c8cac141 | 334 | common/ares_provisioning/roles/common_provisioning | 19 | [
"no_license"
] | [
{
"path": "common/ares_provisioning/roles/common_provisioning/files/deploy_on_ec2.sh",
"content": "#!/bin/bash\n\nAWS_REGION=\"$1\"\nAWS_REGISTRY_URL=\"$2\"\nCOMPONENT_NAME=\"$3\"\n\naws ecr get-login-password --region \"$1\" | docker login --username AWS --password-stdin \"$AWS_REGISTRY_URL\"\ndocker pull ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1511,
"all_permissive": false
} |
ansible_role | shellphish/ictf-framework | c862b9a94389a5c88f69993010ebfb96c8cac141 | 334 | teamvms/provisioning/hephaestus_provisioning/ansible/roles/deploy_ctf_service | 19 | [
"no_license"
] | [
{
"path": "teamvms/provisioning/hephaestus_provisioning/ansible/roles/deploy_ctf_service/tasks/main.yml",
"content": "---\n - name: fail if GUEST_SERVICES_PATH is not specified\n fail:\n msg: \"deploy_ctf_service requires GUEST_SERVICES_PATH to be set\"\n when: GUEST_SERVICES_PATH is not defined... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2721,
"all_permissive": false
} |
ansible_role | shellphish/ictf-framework | c862b9a94389a5c88f69993010ebfb96c8cac141 | 334 | teamvms/provisioning/hephaestus_provisioning/ansible/roles/register_service_daemon | 19 | [
"no_license"
] | [
{
"path": "teamvms/provisioning/hephaestus_provisioning/ansible/roles/register_service_daemon/tasks/main.yml",
"content": "- name: \"{{service_name}} - setup service daemon\"\n template:\n src: template.service.j2\n dest: \"/etc/systemd/system/{{service_name}}.service\"\n owner: root\n group: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | shellphish/ictf-framework | c862b9a94389a5c88f69993010ebfb96c8cac141 | 334 | teamvms/provisioning/hephaestus_provisioning/ansible/roles/teamvm_base | 19 | [
"no_license"
] | [
{
"path": "teamvms/provisioning/hephaestus_provisioning/ansible/roles/teamvm_base/tasks/setup_proc_hiding.yml",
"content": "- include_role:\n name: register_service_daemon\n vars:\n service_name: procfs_permissions\n description: \"Daemon remounting /proc with hidepid=2\"\n command: \"/bin/moun... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2765,
"all_permissive": false
} |
ansible_role | shellphish/ictf-framework | c862b9a94389a5c88f69993010ebfb96c8cac141 | 334 | teamvms/provisioning/hephaestus_provisioning/ansible/roles/teamvm_primed | 19 | [
"no_license"
] | [
{
"path": "teamvms/provisioning/hephaestus_provisioning/ansible/roles/teamvm_primed/tasks/main.yml",
"content": "---\n- name: fail if PRIMER_GUEST_SERVICES_PATH is not specified\n fail:\n msg: \"the teamvm requires PRIMER_GUEST_SERVICES_PATH to be set\"\n when: PRIMER_GUEST_SERVICES_PATH is not defi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3616,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/base_info | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/base_info/tasks/main.yml",
"content": "---\n- name: Info\n debug:\n msg:\n ansible_os_family: \"{{ ansible_os_family }}\"\n ansible_distribution: \"{{ ansible_distribution }}\"\n\n- name: Setting generic facts\n tags: always\n ansible.builtin.set_fact:\n usernam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/base_system | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/base_system/vars/main.yml",
"content": "---\nsrcdir: \"{{ home }}/.src\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "playbooks/roles/base_system/tasks/flatpak.yml",
"content": "---\n- name: Install dependencies\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2795,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/base_terminal | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/base_terminal/tasks/setup-context.yml",
"content": "- name: Ensure dir\n tags:\n - config\n ansible.builtin.file:\n path: \"{{ context.path }}\"\n state: directory\n owner: \"{{ username }}\"\n mode: \"700\"\n\n- name: Setup context env\n tags:\n - config\n a... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 3122,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/desktop_dunst | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/desktop_dunst/vars/default.yml",
"content": "---\ndesktop_hyprland_pkgs:\n - dunst\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "playbooks/roles/desktop_dunst/tasks/main.yml",
"content": "---\n- name: \"Load vars... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1206,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/desktop_hyprland | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/desktop_hyprland/templates/inputs.conf.j2",
"content": "input {\n kb_layout = dk\n kb_options = caps:swapescape\n natural_scroll = true\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "playbooks/roles/desktop... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8714,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/desktop_kitty | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/desktop_kitty/defaults/main.yml",
"content": "install_with_root: true\ndesktop_kitty_pkgs: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "playbooks/roles/desktop_kitty/tasks/main.yml",
"content": "---\n- name: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/env_desktop | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/env_desktop/vars/default.yml",
"content": "---\ndesktop_casks:\n - 1password\n - 1password-cli\n - kitty\n - font-fira-code\n - font-fira-mono-nerd-font\n - obsidian\n - rectangle\n - spotify\n - vlc\n - localsend\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1978,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/env_develop | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/env_develop/tasks/main.yml",
"content": "---\n- name: \"Load vars : {{ context }}\"\n ansible.builtin.include_vars: \"{{ item }}\"\n tags:\n - install\n with_first_found:\n - files:\n - \"{{ ansible_distribution }}-{{ ansible_distribution_release }}.yml\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/env_terminal | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/env_terminal/vars/default.yml",
"content": "---\nterminal_pkgs:\n # - atuin\n - bat\n - eza\n - direnv\n - fzf\n - gnupg\n - jq\n - ripgrep\n - neovim\n - gh\n # - starship\n - tmux\n - zoxide\n - git\n - git-delta\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/server_ssh | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/server_ssh/tasks/main.yml",
"content": "---\n- name: Copy config\n tags:\n - config\n ansible.builtin.file:\n mode: \"{{ item.mode }}\"\n path: \"{{ home }}/{{ item.path }}\"\n state: directory\n owner: \"{{ username }}\"\n with_community.general.filetree:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1379,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_atuin | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_atuin/defaults/main.yml",
"content": "---\nsoftware_atuin_mirror: https://github.com/atuinsh/atuin/releases/download/\nsoftware_atuin_version: v18.3.0\nsoftware_atuin_arch_map:\n arm64: aarch64\n aarch64: aarch64\n x86_64: x86_64\nsoftware_atuin_system_map:\n Darwin: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2668,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_docker | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_docker/tasks/macos.yml",
"content": "---\n- name: Install colima\n tags:\n - install\n when: desktop_pkgs\n ansible.builtin.package:\n name: colima\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "play... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2351,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_git | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_git/files/.local/bin/rollout.sh",
"content": "#\nunset GITHUB_TOKEN\n\n# Extract type and description from commit message\ntype=$1; shift\ndescription=\"$@\"\ncommit_message=\"$type: $description\"\n\n# Check if a commit message was provided\nif [ -z \"$1\" ] || [ -z \"$d... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5863,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_nvim | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_nvim/defaults/main.yml",
"content": "install_with_root: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "playbooks/roles/software_nvim/tasks/main.yml",
"content": "---\n- name: Install dependencies\n t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_nvm | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_nvm/tasks/main.yml",
"content": "---\n- name: Install dependencies\n become: \"{{ install_with_root }}\"\n ansible.builtin.package:\n name:\n - git\n\n- name: Clone nvm\n tags:\n - install\n become_user: \"{{ username }}\"\n become: true\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1391,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_scripts | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_scripts/files/list-prs.py",
"content": "#!/usr/bin/env python3\n# Call GitHub API\n# https://developer.github.com/v3/\n\nimport argparse\nimport json\nimport subprocess\nimport sys\nfrom datetime import datetime, timezone\nfrom math import floor\n\n\ndef time_ago(time=Fal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8682,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_ssh | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_ssh/tasks/main.yml",
"content": "---\n- name: Ensure dir\n become: \"{{ use_become }}\"\n tags:\n - config\n ansible.builtin.file:\n path: \"{{ home }}/.ssh\"\n mode: \"0700\"\n owner: \"{{ username }}\"\n state: directory\n\n- name: Setup config\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 720,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_starship | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_starship/defaults/main.yml",
"content": "---\nsoftware_starship_mirror: \"https://github.com/starship/starship/releases/download/\"\nsoftware_starship_version: v1.20.1\nsoftware_starship_arch_map:\n arm64: aarch64\n aarch64: aarch64\n x86_64: x86_64\nsoftware_starship_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_tmux | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_tmux/tasks/main.yml",
"content": "---\n- name: Copy config\n tags:\n - config\n become: \"{{ use_become }}\"\n ansible.builtin.file:\n mode: \"{{ item.mode }}\"\n path: \"{{ home }}/{{ item.path }}\"\n owner: \"{{ username }}\"\n state: directory\n with... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1066,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/software_zsh | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/software_zsh/files/.zshrc",
"content": "export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-$HOME/.cache}\nexport LANG=en_US.UTF-8\n\n# Load all files from .shell/rc.d directory\nif [ -d $HOME/.shellrc/rc.d ]; then\n for file in $HOME/.shellrc/rc.d/*.sh; do\n source $file\n done\nfi\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3737,
"all_permissive": false
} |
ansible_role | morten-olsen/configs | 66ed3a31529013c3d50c7f44fa7568ef808862a9 | 0 | playbooks/roles/tasks_update | 19 | [
"no_license"
] | [
{
"path": "playbooks/roles/tasks_update/tasks/main.yml",
"content": "- name: Update neovim lazy\n ansible.builtin.run: 'nvim --headless \"+Lazy! sync\" +qa'\n args:\n executable: /bin/bash\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | alhamdubello/bgpevpntesting | e0b96e065cf7d199cf4ce8e75b26c3d9d515a9b6 | 2 | roles/common | 19 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for common\n- name: Restart Switchd\n service:\n name: switchd\n state: restarted\n enabled: yes\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1788,
"all_permissive": false
} |
ansible_role | alhamdubello/bgpevpntesting | e0b96e065cf7d199cf4ce8e75b26c3d9d515a9b6 | 2 | roles/exit | 19 | [
"no_license"
] | [
{
"path": "roles/exit/vars/main.yml",
"content": "---\n# vars file for exit",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/exit/handlers/main.yml",
"content": "---\n# handlers file for exit",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1605,
"all_permissive": false
} |
ansible_role | alhamdubello/bgpevpntesting | e0b96e065cf7d199cf4ce8e75b26c3d9d515a9b6 | 2 | roles/leaf | 19 | [
"no_license"
] | [
{
"path": "roles/leaf/tasks/main.yml",
"content": "---\n - name: Add MLAG\n import_tasks: mlag.yml\n tags: mlag\n\n - name: Adding system hostname and loopback ip.\n nclu:\n commands:\n - add hostname \"{{ hostname_sw }}\"\n - add loopback lo ip address \"{{ loo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7637,
"all_permissive": false
} |
ansible_role | alhamdubello/bgpevpntesting | e0b96e065cf7d199cf4ce8e75b26c3d9d515a9b6 | 2 | roles/spine | 19 | [
"no_license"
] | [
{
"path": "roles/spine/tasks/main.yml",
"content": "---\n# tasks file for spinerole\n- name: Adding System Hostname and loopback ip.\n nclu:\n commands:\n - add hostname \"{{ hostname_sw }}\"\n - add loopback lo ip address \"{{ loopback_ip }}\"/32\n commit: true\n- name: configure interfa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1574,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/ansible-lint | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-lint/tasks/main.yaml",
"content": "---\n- name: Update packaged cache\n ansible.builtin.import_role:\n name: system-update-package-cache\n\n- name: Install ansible-lint\n ansible.builtin.package:\n name: ansible-lint\n state: present\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/argocd-cli | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/argocd-cli/defaults/main.yaml",
"content": "---\nargocd_cli:\n version: \"stable\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/argocd-cli/tasks/main.yaml",
"content": "---\n- name: Get Latest Argo C... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/common | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/timezone.yaml",
"content": "---\n- name: Set timezone\n community.general.timezone:\n name: \"{{ system_timezone }}\"\n when: system_timezone is defined\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "a... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/desktop_linux | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/desktop_linux/tasks/main.yaml",
"content": "---\n- name: Install usual apt packages\n ansible.builtin.import_tasks: install_apt_packages.yaml\n\n- name: Install snap store packages\n ansible.builtin.import_tasks: install_snap_packages.yaml\n\n- name: Install selfsigned CA certific... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2138,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/git | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/git/defaults/main.yaml",
"content": "---\nclone_user_repos: false\nexcluded_repos: \"\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/git/tasks/clone.yaml",
"content": "---\n- name: Get repositories JS... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/kube-config | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/kube-config/tasks/main.yaml",
"content": "---\n- name: Fetch a file from a remote host\n ansible.builtin.fetch:\n src: /root/.kube/config\n dest: \"/home/coen/.kube/\"\n flat: true\n run_once: true\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/kubectl | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/kubectl/tasks/main.yaml",
"content": "---\n- name: Get latest stable kubectl version if 'stable' is specified\n ansible.builtin.uri:\n url: https://dl.k8s.io/release/stable.txt\n return_content: true\n register: stable_version\n when: kubectl.version == 'stable'\n\n- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3654,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/kubernetes | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/files/k3s-config-init.yaml",
"content": "---\ncluster-init: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "ansible/roles/kubernetes/tasks/argocd-core.yaml",
"content": "---\n- name: Create namespace |... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 34631,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/kubeseal | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/kubeseal/tasks/main.yaml",
"content": "---\n- name: Create temporary download directory\n ansible.builtin.file:\n path: \"{{ download_dir }}\"\n state: directory\n mode: \"0755\"\n\n- name: Download kubeseal binary\n ansible.builtin.get_url:\n url: \"{{ download_url }}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/libreoffice | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/libreoffice/tasks/main.yaml",
"content": "---\n- name: Update packaged cache\n ansible.builtin.import_role:\n name: system-update-package-cache\n\n- name: Install libreoffice\n ansible.builtin.package:\n name: libreoffice\n state: present\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/mountpoints | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/mountpoints/tasks/nfs.yaml",
"content": "---\n- name: Ensure NFS client is installed\n ansible.builtin.import_role:\n name: nfs-client\n become: true\n\n- name: Unmount NFS share\n ansible.posix.mount:\n src: \"{{ nfs.server }}:{{ item.nfs_path }}\"\n path: \"{{ mount.di... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/nfs-client | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-client/tasks/main.yaml",
"content": "---\n- name: Update packaged cache\n ansible.builtin.import_role:\n name: system-update-package-cache\n\n- name: Ensure nfs-common is installed\n ansible.builtin.package:\n name: nfs-common\n state: present\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/proxmox | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox/tasks/migrate-vm.yaml",
"content": "---\n- name: Migrate VM {{ item }} to the target host\n ansible.builtin.command: \"qm migrate {{ item }} {{ target_host }} --online --with-local-disks\"\n\n- name: Check if VM {{ item }} has status running or stopped on the target host\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1842,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/shelly | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/shelly/tasks/update_gen2.yaml",
"content": "---\n- name: Check for available updates on {{ hostvars[item]['device_name'] }}\n ansible.builtin.uri:\n url: http://{{ item }}/rpc/Shelly.CheckForUpdate\n body_format: json\n return_content: true\n register: result\n until: re... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 16486,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/slack | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/slack/tasks/main.yaml",
"content": "---\n- name: Fetch the HTML content of the page\n ansible.builtin.uri:\n url: \"https://slack.com/downloads/instructions/linux?ddl=1&build=deb\"\n method: GET\n return_content: true\n register: slack_html_response\n when: ansible_os_fa... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1245,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/sudo | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/sudo/tasks/main.yaml",
"content": "---\n- name: Update packaged cache\n ansible.builtin.import_role:\n name: system-update-package-cache\n\n- name: Install sudo\n ansible.builtin.package:\n name: sudo\n state: present\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/system-update-package-cache | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/system-update-package-cache/tasks/debian.yaml",
"content": "---\n- name: Update package cache\n ansible.builtin.apt:\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/system-update-pac... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/system-upgrade | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/system-upgrade/tasks/debian.yaml",
"content": "---\n- name: Update apt repo and upgrade dist\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n upgrade: dist\n autoremove: true\n register: update_result\n notify:\n - Print updated packages\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/truenas | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/truenas/tasks/create-shares.yaml",
"content": "---\n- name: Include NFS share vars\n ansible.builtin.include_vars: shares.yaml\n\n- name: Include NFS share creation for each server\n ansible.builtin.include_tasks: create-nfs-shares.yaml\n\n- name: Include iSCSI extents creation fo... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 9148,
"all_permissive": false
} |
ansible_role | x-real-ip/infrastructure | c26e7aab9ebc01e8dedd2c634498b6723065c5f1 | 4 | ansible/roles/user | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/user/defaults/main.yaml",
"content": "---\nadd_ansible_ssh_public_key: false\nuser_sudo: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "ansible/roles/user/tasks/main.yaml",
"content": "---\n- name: Ensure group... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | babutz/IaC | 4a3e4d8c4b314b6759436b3f1d975415af2c2e07 | 0 | ansible/roles/configurate | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/configurate/tasks/main.yml",
"content": "---\n- name: Install apps\n apt: \n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n loop:\n - sssd-common\n - openjdk-16-jdk\n - nodejs\n - npm\n - maven\n \n- name: create users\n user:\n name: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | douhashi/ansible-dev | 73eca80c97c6b817528be4d2cecb3aef4f59f3e6 | 0 | roles/common | 19 | [
"no_license"
] | [
{
"path": "roles/common/templates/clear_memory_cache.sh.j2",
"content": "#!/bin/bash\n# Note, I'm using \"echo 1\", because using \"echo 3\" is not recommended in production.\necho 1 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a && printf '\\n%s\\n' 'RAM-cache and Swap were cleared.'\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1857,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2018-09/miklezzzz_infra | 7fefbf9722db01617850cd35d25e9fbe2d5752fc | 0 | ansible/roles/app | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/puma.yml",
"content": "---\n- name: Add config for DB connection\n template:\n src: db_config.j2\n dest: \"/home/{{ deploy_user }}/db_config\"\n owner: \"{{ deploy_user }}\"\n group: \"{{ deploy_user }}\"\n\n- name: Add unit file for Puma\n template:\n src... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2018-09/miklezzzz_infra | 7fefbf9722db01617850cd35d25e9fbe2d5752fc | 0 | ansible/roles/db | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "---\n# tasks file for db\n\n - name: Show current environment this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment\"\n\n - include: install_mongo.yml\n - include: config_mongo.yml\n\n",
"license_type": "no_licens... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | bdebbabi/jarvis | d1da015f30d29401928ae40291ea5c3e5d104383 | 1 | deployments/roles/app | 19 | [
"no_license"
] | [
{
"path": "deployments/roles/app/tasks/main.yaml",
"content": "- name: Create namespace\n k8s:\n state: present\n definition: \"{{ lookup('template', 'namespace.yaml') }}\"\n- name: deploy front\n vars:\n frontend_docker_tag: \"latest\"\n k8s:\n state: present\n definition: \"{{ lookup('te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2895,
"all_permissive": false
} |
ansible_role | bdebbabi/jarvis | d1da015f30d29401928ae40291ea5c3e5d104383 | 1 | deployments/roles/cert-manager | 19 | [
"no_license"
] | [
{
"path": "deployments/roles/cert-manager/tasks/install.yaml",
"content": "- name: Deploy cert-manager\n k8s:\n state: present\n definition: \"{{ lookup('file', 'deploy.yaml') }}\"\n- name: Wait for cert-manager to be installed\n shell: \"kubectl get pods -l 'app in (cert-manager, cainjector, webhoo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2695,
"all_permissive": false
} |
ansible_role | bdebbabi/jarvis | d1da015f30d29401928ae40291ea5c3e5d104383 | 1 | deployments/roles/ingress-nginx | 19 | [
"no_license"
] | [
{
"path": "deployments/roles/ingress-nginx/tasks/nlb-route53-record.yaml",
"content": "- name: get route53 hosted zone id\n shell: aws route53 list-hosted-zones-by-name --dns-name \"{{ domain_name }}\" --query \"HostedZones[].Id\" --output text | sed 's/\\/hostedzone\\///'\n register: route53_hosted_zone_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2431,
"all_permissive": false
} |
ansible_role | nhjiejan/devops-coding-challenge | 7e43ea6064fa150af94bcaa3c0ba7f0b2b0af4d3 | 0 | roles/nginx | 19 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\nnginx:\n nginx: stable\n worker_connections: 4096\n status_on_localhost: True\n delete_default_server: True",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5040,
"all_permissive": false
} |
ansible_role | Gwash3189/bootstrap.linktr.ee | fe89b3ea1ae8e8ecffaa37d781d3c843372a5ac6 | 0 | roles/node | 19 | [
"no_license"
] | [
{
"path": "roles/node/defaults/main.yml",
"content": "---\nnpm_global_packages:\n - 'n'\n - 'yarn'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/node/tasks/n.yml",
"content": "- name: Ensure `n` has a cache folder\n file:\n path... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2024-01/YBakalenko_infra | ead5f1cdb47f089498e2a9e5ef0314454984eccf | 0 | ansible/roles/app | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n- name: Install ruby and rubygems and required packages\n apt: \"name={{ item }} state=present\"\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n- name: Update bundler\n command: \"gem install bundler:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2024-01/YBakalenko_infra | ead5f1cdb47f089498e2a9e5ef0314454984eccf | 0 | ansible/roles/db | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/db/molecule/default/molecule.yml",
"content": "---\ndriver:\n name: vagrant\n provider:\n name: vmware_desktop\nplatforms:\n - name: instance\n box: bento/ubuntu-20.04\nprovisioner:\n name: ansible\n lint:\n name: ansible-lint\n # you might want to add your own vari... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | Nakebenihime/palworld-dedicated-server-linux | 815cf1b947410312ae43dc84aea1326b6d88142b | 4 | ansible/roles/digitalocean | 19 | [
"no_license"
] | [
{
"path": "ansible/roles/digitalocean/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/digitalocean\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible/roles/digitalocean/tasks/main.yml",
"c... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12496,
"all_permissive": false
} |
ansible_role | chuvayva/vagrant_single_instance | 7dbcbbcdb2517ab09d02009e28bd45ed9dc6ad54 | 0 | roles/db | 119 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "- apt: pkg={{ item }} update_cache=yes cache_valid_time=3600\n become: yes\n with_items:\n - python-pycurl\n - python-psycopg2\n\n- apt_key: url=http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc\n become: yes\n\n- apt_repository: repo='deb http://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | chuvayva/vagrant_single_instance | 7dbcbbcdb2517ab09d02009e28bd45ed9dc6ad54 | 0 | roles/web | 119 | [
"no_license"
] | [
{
"path": "roles/web/tasks/deploy.yml",
"content": "- name: SSH agent forwarding for ubuntu user\n acl: name={{ item }} etype=user entity={{ user }} permissions=rwx state=present\n with_items:\n - \"{{ ansible_env.SSH_AUTH_SOCK | dirname }}\"\n - \"{{ ansible_env.SSH_AUTH_SOCK }}\"\n changed_when: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1542,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/common | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- include: install_epel_release.yml\n- include: add_remi_repo.yml\n- include: install_common.yml\n- include: vagrant_init.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "ansib... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/mailcatcher | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/mailcatcher/tasks/main.yml",
"content": "---\n- include: install_mailcatcher.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/mailcatcher/tasks/install_mailcatcher.yml",
"content": "---\n- name: Insta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/mysql | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- include: install_mysql.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/mysql/tasks/install_mysql.yml",
"content": "---\n- name: Add repository\n yum: name=h... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/nginx | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/install_nginx.yml",
"content": "---\n- name: Install nginx\n yum: name=nginx\n\n- name: Chkconfig nginx\n command: systemctl enable nginx.service\n\n- name: Copy nginx default configuration\n template: src={{item.src}} dest={{item.dest}}\n with_items:\n - { src: '.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/php | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n- include: install_php.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible/roles/php/tasks/install_php.yml",
"content": "---\n- name: Install php-fpm-70\n yum: name={{ it... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1111,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/python | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/install_python.yml",
"content": "---\n- name: Download pyenv repository\n git: >\n repo=https://github.com/yyuu/pyenv.git\n dest=/home/vagrant/.pyenv/\n\n- name: Set dir config\n file: path=/home/vagrant/.pyenv owner=vagrant state=directory recurse=yes\n\n- name: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/redis | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "---\n- include: install_redis.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/redis/tasks/install_redis.yml",
"content": "---\n- name: Download redis\n get_url: >\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | bmf-san/my-ansible-vagrant | 79581709a2b758405e539a4ea43b20830844a56f | 0 | ansible/roles/ruby | 119 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "---\n- include: install_ruby.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/ruby/tasks/install_ruby.yml",
"content": "---\n- name: Download rbenv repository\n git:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1093,
"all_permissive": false
} |
ansible_role | mr-karan/kong-ansible | 48b613cff1b045a2784fba4ce4e82afba8159427 | 1 | roles/cassandra | 119 | [
"no_license"
] | [
{
"path": "roles/cassandra/handlers/main.yml",
"content": "---\n- name: restart cassandra\n systemd:\n daemon_reload: true\n name: cassandra\n state: restarted\n\n- name: reload cassandra\n systemd:\n name: cassandra\n state: reloaded\n\n- name: start cassandra\n systemd:\n name: cassan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1022,
"all_permissive": false
} |
ansible_role | mr-karan/kong-ansible | 48b613cff1b045a2784fba4ce4e82afba8159427 | 1 | roles/kong | 119 | [
"no_license"
] | [
{
"path": "roles/kong/vars/main.yml",
"content": "---\nkong_version: 1.0.3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/kong/templates/kong.service.j2",
"content": "[Unit]\nDescription=manages node exporter as a service\nWants=networ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | ciaranRoche/ansible-terraform-aws | 5cab1bab1a7f345e7b15ba7ae0088510438b9bdc | 0 | roles/haproxy-lb | 119 | [
"no_license"
] | [
{
"path": "roles/haproxy-lb/templates/haproxy-lb.cfg.j2",
"content": "global\n log 127.0.0.1 local0\n log 127.0.0.1 local1 notice\n user haproxy\n group haproxy\n chroot /var/lib/haproxy\n stats socket /run/haproxy/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | albal/rancher-fetch | 07f1d9f7470a14e21b4d4037f901d6d0a93823cf | 0 | roles/rancher-docker | 119 | [
"no_license"
] | [
{
"path": "roles/rancher-docker/defaults/main.yml",
"content": "---\n# defaults file for rancher-docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/rancher-docker/tasks/main.yml",
"content": "---\n# tasks file for rancher-docker\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | albal/rancher-fetch | 07f1d9f7470a14e21b4d4037f901d6d0a93823cf | 0 | roles/rancher-fetch | 119 | [
"no_license"
] | [
{
"path": "roles/rancher-fetch/defaults/main.yml",
"content": "---\n# defaults file for rancher-fetch",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/rancher-fetch/handlers/main.yml",
"content": "---\n# handlers file for rancher-fetch",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | albal/rancher-fetch | 07f1d9f7470a14e21b4d4037f901d6d0a93823cf | 0 | roles/rancher-populate | 119 | [
"no_license"
] | [
{
"path": "roles/rancher-populate/handlers/main.yml",
"content": "---\n# handlers file for rancher-populate",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/rancher-populate/tasks/main.yml",
"content": "---\n# tasks file for rancher-popula... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | albal/rancher-fetch | 07f1d9f7470a14e21b4d4037f901d6d0a93823cf | 0 | roles/rancher-registry | 119 | [
"no_license"
] | [
{
"path": "roles/rancher-registry/handlers/main.yml",
"content": "---\n# handlers file for roles/rancher-registry",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/rancher-registry/defaults/main.yml",
"content": "---\n# defaults file for ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | edouard-dev/nsaa | 2dd8f4812b0f323dc456912cc8efc949cd134de0 | 0 | roles/createuser | 199 | [
"no_license"
] | [
{
"path": "roles/createuser/tasks/main.yml",
"content": "- name: Create a Login\n user:\n name: marvin\n password: \"{{'<PASSWORD>' | password_hash('<PASSWORD>')}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | edouard-dev/nsaa | 2dd8f4812b0f323dc456912cc8efc949cd134de0 | 0 | roles/installphp | 199 | [
"no_license"
] | [
{
"path": "roles/installphp/tasks/main.yml",
"content": "- name: install php\n apt:\n pkg:\n - php-cli\n - php-json\n - php-pdo\n - php-fpm\n - php-mysql\n - php-zip\n - php-xml\n - php-curl\n - php-pear\n - php-intl\n - php-bcmath\n - php-gd\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | edouard-dev/nsaa | 2dd8f4812b0f323dc456912cc8efc949cd134de0 | 0 | roles/message | 199 | [
"no_license"
] | [
{
"path": "roles/message/tasks/main.yml",
"content": "- name: message login\n shell: echo \"New Message\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 50,
"all_permissive": false
} |
ansible_role | edouard-dev/nsaa | 2dd8f4812b0f323dc456912cc8efc949cd134de0 | 0 | roles/name | 199 | [
"no_license"
] | [
{
"path": "roles/name/tasks/main.yml",
"content": "- name: Change name\n command: hostname nsapoold05\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 51,
"all_permissive": false
} |
ansible_role | edouard-dev/nsaa | 2dd8f4812b0f323dc456912cc8efc949cd134de0 | 0 | roles/setupapache | 199 | [
"no_license"
] | [
{
"path": "roles/setupapache/tasks/main.yml",
"content": "- name: install apache\n apt:\n name: apache2\n update_cache: yes\n state: latest\n\n- name: install libapache\n apt:\n name: libapache2-mod-php7.3\n update_cache: yes\n state: latest\n\n- name: copy file\n copy:\n src: /root/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.