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 | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/jq | 349 | [
"no_license"
] | [
{
"path": "roles/jq/tasks/main.yaml",
"content": "---\n- name: Install JQ for FreeBSD\n become: true\n community.general.pkgng:\n name: jq\n when: ansible_system == \"FreeBSD\"\n\n- name: Install JQ for Linux\n ansible.builtin.package:\n name: jq\n become: true\n when: ansible_system == \"Linux\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/k3d | 349 | [
"no_license"
] | [
{
"path": "roles/k3d/tasks/main.yaml",
"content": "---\n- name: Get latest K3d version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/k3d.json\n register: k3d_formula\n when: ansible_system == \"Linux\"\n\n- name: Install K3d for Linux\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/k9s | 349 | [
"no_license"
] | [
{
"path": "roles/k9s/tasks/main.yaml",
"content": "---\n- name: Get latest K9s version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/k9s.json\n register: k9s_formula\n when: ansible_system == \"Linux\"\n\n- name: Install K9s for FreeBSD\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2909,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/kind | 349 | [
"no_license"
] | [
{
"path": "roles/kind/tasks/main.yaml",
"content": "---\n- name: Get latest Kind version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/kind.json\n register: kind_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Kind for Linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1229,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/krew | 349 | [
"no_license"
] | [
{
"path": "roles/krew/defaults/main.yaml",
"content": "---\n_kubectl_plugins:\n always: []\n Darwin:\n - ctx\n - ns\n FreeBSD:\n - ctx\n - ns\n Linux:\n - ctx\n - ns\n Win32NT: []\nkubectl_plugins: >-\n {{ _kubectl_plugins.always + _kubectl_plugins.get(ansible_system, []) }}\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1885,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/kubectl | 349 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yaml",
"content": "---\n- name: Get latest Kubectl version for Linux\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://dl.k8s.io/release/stable.txt\n register: kubectl_version\n when: ansible_system == \"Linux\"\n\n- name: Install Kube... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/kubeshark | 349 | [
"no_license"
] | [
{
"path": "roles/kubeshark/tasks/main.yaml",
"content": "---\n- name: Get latest Kubeshark version for Unix\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://api.github.com/repos/kubeshark/kubeshark/releases/latest\n register: kubeshark_release_unix\n when: ansible_syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2128,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/lazydocker | 349 | [
"no_license"
] | [
{
"path": "roles/lazydocker/tasks/main.yaml",
"content": "---\n- name: Get latest Lazydocker version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/lazydocker.json\n register: lazydocker_formula\n when: ansible_system == \"Linux\"\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/libvirt | 349 | [
"no_license"
] | [
{
"path": "roles/libvirt/tasks/main.yaml",
"content": "---\n- name: Install Libvirt for Alpine\n become: true\n community.general.apk:\n name: libvirt-client\n when: ansible_pkg_mgr == \"apk\"\n\n- name: Install Libvirt for Arch\n become: true\n community.general.pacman:\n name:\n - libvirt\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/lua | 349 | [
"no_license"
] | [
{
"path": "roles/lua/tasks/main.yaml",
"content": "---\n- name: Install Lua for FreeBSD\n become: true\n community.general.pkgng:\n name: lua54\n when: ansible_system == \"FreeBSD\"\n\n# Lua 5.4 is not available on all LTS Ubuntu releases.\n- name: Install Lua for Linux\n ansible.builtin.package:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/mdbook | 349 | [
"no_license"
] | [
{
"path": "roles/mdbook/tasks/main.yaml",
"content": "---\n- name: Get latest Mdbook version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/mdbook.json\n register: mdbook_formula\n when: ansible_system == \"Linux\"\n\n# TODO: Integrate onc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1414,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/mkcert | 349 | [
"no_license"
] | [
{
"path": "roles/mkcert/tasks/main.yaml",
"content": "---\n- name: Get latest Mkcert version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/mkcert.json\n register: mkcert_formula\n when: ansible_system == \"Linux\"\n\n# Certificate generat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/mongo | 349 | [
"no_license"
] | [
{
"path": "roles/mongo/README.md",
"content": "# Mongo\n\nMongo is an Ansible role\n\n## Requirements\n\n## Role Variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/mongo/tasks/main.yaml",
"content": "---\n- name: Get latest Mongo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1704,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/navi | 349 | [
"no_license"
] | [
{
"path": "roles/navi/defaults/main.yaml",
"content": "---\nnavi_repos:\n - denisidoro/cheats\n - denisidoro/navi-tldr-pages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/navi/tasks/main.yaml",
"content": "---\n- name: Get latest Na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/neovim | 349 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/install.yaml",
"content": "---\n- name: Install Neovim for FreeBSD\n become: true\n community.general.pkgng:\n name: neovim\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Neovim for Linux\n ansible.builtin.package:\n name: neovim\n become: true\n when: ans... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3285,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/node | 349 | [
"no_license"
] | [
{
"path": "roles/node/defaults/main.yaml",
"content": "---\nnode_applications:\n - \"@taplo/cli\"\n - \"@vue/cli\"\n - \"gitmoji-cli\"\n - bash-language-server\n - dockerfile-language-server-nodejs\n - lean-language-server\n - live-server\n - pnpm\n - prettier\n - speed-test\n - speedscope\n - t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4873,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/obsidian | 349 | [
"no_license"
] | [
{
"path": "roles/obsidian/tasks/main.yaml",
"content": "---\n- name: Install Obsidian for Linux\n become: true\n community.general.flatpak:\n name: md.obsidian.Obsidian\n when: ansible_system == \"Linux\"\n\n- name: Install Obsidian for MacOS\n community.general.homebrew_cask:\n accept_external_ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/package | 349 | [
"no_license"
] | [
{
"path": "roles/package/tasks/main.yaml",
"content": "---\n- name: Install Pacman packages for Arch\n become: true\n community.general.pacman:\n name: \"{{ item }}\"\n loop: \"{{ pacman_packages }}\"\n when: ansible_pkg_mgr == \"pacman\"\n\n- name: Install Apt packages by name for Debian\n ansible.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1878,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/packer | 349 | [
"no_license"
] | [
{
"path": "roles/packer/tasks/main.yaml",
"content": "---\n- name: Get latest Packer version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/packer.json\n register: packer_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Packe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/parquet | 349 | [
"no_license"
] | [
{
"path": "roles/parquet/README.md",
"content": "# Parquet\n\nParquet is an Ansible role\n\n## Requirements\n\n## Role Variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/parquet/files/parquet.sh",
"content": "#!/usr/bin/env bash\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/powershell | 349 | [
"no_license"
] | [
{
"path": "roles/powershell/tasks/main.yaml",
"content": "---\n# Do not integrate PSGallery! Its trust workflow is exceedingly unrealiable on\n# Windows 11.\n- name: Get latest PowerShell Core version\n ansible.windows.win_uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 11514,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/procs | 349 | [
"no_license"
] | [
{
"path": "roles/procs/tasks/main.yaml",
"content": "---\n- name: Get latest Procs version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/procs.json\n register: procs_formula\n when: ansible_pkg_mgr == \"apt\"\n\n- name: Install Procs for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/python | 349 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yaml",
"content": "---\n- name: Configure system dependencies for Python\n ansible.builtin.import_tasks: system.yaml\n\n- name: Install multiple Python versions\n ansible.builtin.import_tasks: versions.yaml\n\n- name: Install Pipx and Python applications\n ansible.built... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8547,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/qemu | 349 | [
"no_license"
] | [
{
"path": "roles/qemu/tasks/main.yaml",
"content": "---\n- name: Install Qemu for Alpine\n become: true\n community.general.apk:\n name:\n - qemu\n - qemu-img\n when: ansible_pkg_mgr == \"apk\"\n\n- name: Install QEMU dependencies for Debian\n ansible.builtin.apt:\n name:\n - binfmt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1246,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/rclone | 349 | [
"no_license"
] | [
{
"path": "roles/rclone/tasks/main.yaml",
"content": "---\n- name: Install RClone for FreeBSD\n become: true\n community.general.pkgng:\n name: rclone\n when: ansible_system == \"FreeBSD\"\n\n- name: Install RClone for Linux\n ansible.builtin.package:\n name: rclone\n state: present\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/restic | 349 | [
"no_license"
] | [
{
"path": "roles/restic/tasks/main.yaml",
"content": "---\n- name: Install Restic for FreeBSD\n become: true\n community.general.pkgng:\n name: restic\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Restic for Linux\n ansible.builtin.package:\n name: restic\n become: true\n when: ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/ripgrep | 349 | [
"no_license"
] | [
{
"path": "roles/ripgrep/tasks/main.yaml",
"content": "---\n- name: Install Ripgrep for FreeBSD\n become: true\n community.general.pkgng:\n name: ripgrep\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Ripgrep for Linux\n ansible.builtin.package:\n name: ripgrep\n state: present\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/rust | 349 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yaml",
"content": "---\n- name: Install Rust for Unix\n ansible.builtin.import_tasks: unix.yaml\n when: ansible_system != \"Win32NT\"\n\n- name: Install Rust for Windows\n ansible.builtin.import_tasks: windows.yaml\n when: ansible_system == \"Win32NT\"\n\n- name: Install... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9192,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/scc | 349 | [
"no_license"
] | [
{
"path": "roles/scc/tasks/main.yaml",
"content": "---\n- name: Get latest Scc version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/scc.json\n register: scc_formula\n when: ansible_system == \"Linux\"\n\n- name: Download Scc for Linux\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/sd | 349 | [
"no_license"
] | [
{
"path": "roles/sd/tasks/main.yaml",
"content": "---\n- name: Get latest SD version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/sd.json\n register: sd_formula\n when: ansible_system == \"Linux\"\n\n- name: Install SD for Alpine\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/shellcheck | 349 | [
"no_license"
] | [
{
"path": "roles/shellcheck/tasks/main.yaml",
"content": "---\n# TODO: Integrate once installation becomes stable.\n# - name: Install ShellCheck for Alpine\n# become: true\n# community.general.apk:\n# name: shellcheck\n# repository: http://dl-cdn.alpinelinux.org/alpine/edge/community\n# stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/shfmt | 349 | [
"no_license"
] | [
{
"path": "roles/shfmt/tasks/main.yaml",
"content": "---\n- name: Get latest Shfmt version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/shfmt.json\n register: shfmt_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Shfmt for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 949,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/sops | 349 | [
"no_license"
] | [
{
"path": "roles/sops/tasks/main.yaml",
"content": "---\n- name: Get latest Sops version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/sops.json\n register: sops_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Sops For Debi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/sqlite | 349 | [
"no_license"
] | [
{
"path": "roles/sqlite/tasks/main.yaml",
"content": "---\n- name: Install SQLite for FreeBSD\n become: true\n community.general.pkgng:\n name: sqlite3\n when: ansible_system == \"FreeBSD\"\n\n- name: Install SQLite for Linux\n ansible.builtin.package:\n name: \"{{ sqlite_package.get(ansible_pkg_m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/starship | 349 | [
"no_license"
] | [
{
"path": "roles/starship/files/starship.toml",
"content": "# Starship configuration file.\n#\n# For more information, visit https://starship.rs/config.\n\n# Disabled since it takes orders of magnitude longer than other commands.\n[git_status]\ndisabled = true\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1645,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/sudo | 349 | [
"no_license"
] | [
{
"path": "roles/sudo/README.md",
"content": "# Sudo\n\nSudo is an Ansible role\n\n## Requirements\n\n## Role Variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/sudo/defaults/main.yaml",
"content": "---\npasswordless_sudo: false\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/termshark | 349 | [
"no_license"
] | [
{
"path": "roles/termshark/tasks/main.yaml",
"content": "---\n- name: Get latest Termshark version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/termshark.json\n register: termshark_formula\n when: ansible_system == \"Linux\"\n\n- name: I... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4018,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/terraform | 349 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yaml",
"content": "---\n- name: Get latest Terraform version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/terraform.json\n register: terraform_formula\n when: ansible_system == \"Linux\"\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/terragrunt | 349 | [
"no_license"
] | [
{
"path": "roles/terragrunt/tasks/main.yaml",
"content": "---\n- name: Get latest Terragrunt version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/terragrunt.json\n register: terragrunt_formula\n when: ansible_system == \"Linux\"\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/tilt | 349 | [
"no_license"
] | [
{
"path": "roles/tilt/tasks/main.yaml",
"content": "---\n- name: Get latest Tilt version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/tilt.json\n register: tilt_formula\n when: ansible_system == \"Linux\"\n\n- name: Download Tilt for Lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1426,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/tldr | 349 | [
"no_license"
] | [
{
"path": "roles/tldr/tasks/main.yaml",
"content": "---\n- name: Get latest TLDR version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/tealdeer.json\n register: tldr_formula\n when: ansible_system != \"Win32NT\"\n\n- name: Install TLDR fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2062,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/tmux | 349 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yaml",
"content": "---\n# TODO: Add Tmate when it is available on stable Alpine. Check\n# https://pkgs.alpinelinux.org/packages?name=tmate for status.\n- name: Install Tmux for Alpine\n become: true\n community.general.apk:\n name: tmux\n when: ansible_pkg_mgr == \"apk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/update | 349 | [
"no_license"
] | [
{
"path": "roles/update/README.md",
"content": "# Update\n\nUpdate is an Ansible role\n\n## Requirements\n\n## Role Variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/update/tasks/main.yaml",
"content": "---\n- name: Update packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 957,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/usql | 349 | [
"no_license"
] | [
{
"path": "roles/usql/tasks/main.yaml",
"content": "---\n- name: Get latest Usql version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://api.github.com/repos/xo/usql/releases/latest\n register: usql_release\n when: ansible_system == \"Linux\" and system_architecture ==... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1651,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/vagrant | 349 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yaml",
"content": "---\n- name: Get latest Vagrant version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/cask/vagrant.json\n register: vagrant_cask\n when: ansible_system == \"Linux\"\n\n- name: Install Vagrant... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1114,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/vault | 349 | [
"no_license"
] | [
{
"path": "roles/vault/README.md",
"content": "# Vault\n\nVault is an Ansible role\n\n## Requirements\n\n## Role Variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/vault/tasks/main.yaml",
"content": "---\n- name: Get latest Vault... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1046,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/vscode | 349 | [
"no_license"
] | [
{
"path": "roles/vscode/defaults/main.yaml",
"content": "---\n_ctrl_key: \"{{ 'cmd' if ansible_system == 'Darwin' else 'ctrl' }}\"\n_vscode_arch:\n amd64: x64\n arm64: arm64\nvscode_extensions:\n - \"antfu.vite\"\n - \"bierner.markdown-mermaid\"\n - \"bungcip.better-toml\"\n - \"coolbear.systemd-unit-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 12905,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/wasm | 349 | [
"no_license"
] | [
{
"path": "roles/wasm/tasks/main.yaml",
"content": "---\n- name: Download Wastime installer for Unix\n ansible.builtin.get_url:\n dest: /tmp/wasmtime_install.sh\n mode: \"755\"\n url: https://wasmtime.dev/install.sh\n when: ansible_system not in [\"FreeBSD\", \"Win32NT\"]\n\n- name: Install Wasmt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/winman | 349 | [
"no_license"
] | [
{
"path": "roles/winman/README.md",
"content": "# Winman\n\nWinman is an Ansible role\n\n## Requirements\n\n## Role Variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/winman/tasks/main.yaml",
"content": "---\n- name: Check if Pop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2194,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/wireshark | 349 | [
"no_license"
] | [
{
"path": "roles/wireshark/tasks/main.yaml",
"content": "---\n- name: Install Wireshark for FreeBSD\n become: true\n community.general.pkgng:\n name: wireshark\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Wireshark for Linux\n ansible.builtin.package:\n name: \"{{ wireshark_package[ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1787,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/xh | 349 | [
"no_license"
] | [
{
"path": "roles/xh/defaults/main.yaml",
"content": "---\n_xh_arch:\n amd64: x86_64\n arm64: aarch64\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/xh/tasks/main.yaml",
"content": "---\n- name: Get latest Xh version\n ansible.builti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1494,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/xsv | 349 | [
"no_license"
] | [
{
"path": "roles/xsv/README.md",
"content": "# Xsv\n\nXsv is an Ansible role\n\n## Requirements\n\n## Role Variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/xsv/tasks/main.yaml",
"content": "---\n- name: Get latest Xsv version\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/yq | 349 | [
"no_license"
] | [
{
"path": "roles/yq/tasks/main.yaml",
"content": "---\n- name: Get latest Yq version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/yq.json\n register: yq_formula\n when: ansible_system in [\"FreeBSD\", \"Linux\"]\n\n- name: Install Yq for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | 0xO0O0/stinkyboots | 039655a522558e22513f93f576194ee80ffb7dd8 | 0 | roles/zellij | 349 | [
"no_license"
] | [
{
"path": "roles/zellij/files/config.kdl",
"content": "// Configuraion file for Zellij.\n//\n// For more information, visit\n// https://zellij.dev/documentation/configuration.html.\n\nkeybinds {\n RenameTab {\n bind \"Alt j\" \"Alt Left\" { MoveFocusOrTab \"Left\"; }\n bind \"Alt ;\" \"Alt ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5744,
"all_permissive": false
} |
ansible_role | GuyDunnam/ansible | d568ef83dc30c3f2cb90b4d9ab9003d34202fc93 | 0 | roles/smtpserver | 349 | [
"no_license"
] | [
{
"path": "roles/smtpserver/handlers/main.yml",
"content": "---\n# handlers file for smtpServer\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/smtpserver/defaults/main.yml",
"content": "---\n# defaults file for smtpServer",
"lice... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 13945,
"all_permissive": false
} |
ansible_role | xcardoso/samba-ad-ansible | 9a26febc4ffcc5e521bb2ba3bb13781a7b738974 | 0 | roles/samba4 | 349 | [
"no_license"
] | [
{
"path": "roles/samba4/templates/resolv.conf.j2",
"content": "search {{ samba.realm }}\nnameserver {{ samba.ip }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/samba4/templates/smb.conf.j2",
"content": "# Global parameters\n[global]\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 13565,
"all_permissive": false
} |
ansible_role | KenVanHoeylandt/FireGrid | 25c48838629d7de8cfde65f5d2e34937399ef1f1 | 0 | ansible/roles/ignite | 349 | [
"no_license"
] | [
{
"path": "ansible/roles/ignite/tasks/main.yml",
"content": "---\n- name: create ignite group\n become: true\n become_user: root\n group: name=ignite\n\n- name: create ignite user\n become: true\n become_user: root\n user: name=ignite comment=\"Apache Ignite\" group=ignite\n\n- name: download ignite p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | KenVanHoeylandt/FireGrid | 25c48838629d7de8cfde65f5d2e34937399ef1f1 | 0 | ansible/roles/jdk | 349 | [
"no_license"
] | [
{
"path": "ansible/roles/jdk/tasks/main.yml",
"content": "---\n- name: add repo for java 8\n become: true\n become_user: root\n apt_repository: repo='ppa:webupd8team/java' state=present\n\n- name: set licence selected\n become: true\n become_user: root\n shell: /bin/echo debconf shared/accepted-oracle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | KenVanHoeylandt/FireGrid | 25c48838629d7de8cfde65f5d2e34937399ef1f1 | 0 | ansible/roles/server | 349 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n- name: Update apt\n become: true\n become_user: root\n apt: update_cache=yes\n\n- name: Install System Packages\n become: true\n become_user: root\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | mkenkel/homelab | e47154d4199526fbbe7c9a1ae4777d47aa005df0 | 0 | iac-tooling/ansible/roles/master-install | 349 | [
"no_license"
] | [
{
"path": "iac-tooling/ansible/roles/master-install/tasks/pre-tasks.yml",
"content": "---\n- name: Prep update\n ansible.builtin.apt:\n update_cache: true\n\n- name: Install outlined packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - g... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 3858,
"all_permissive": false
} |
ansible_role | mannabanana/fnt_homework | 8eef0febaf9c891a0418ece2b538371a14a104d3 | 0 | class11/ansible/ansible-nginx/roles/nginx | 349 | [
"no_license"
] | [
{
"path": "class11/ansible/ansible-nginx/roles/nginx/defaults/main.yml",
"content": "---\nnginx_version: 1.12.2\nnginx_repo: /etc/yum.repos.d/nginx.repo\nlisten_http: 8080\nnginx_directory: /etc/nginx\nnginx_vhosts_folder: conf.d\nnginx_user: nginx\nnginx_worker_processes: 1\nnginx_worker_connections: 1024\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1545,
"all_permissive": false
} |
ansible_role | mannabanana/fnt_homework | 8eef0febaf9c891a0418ece2b538371a14a104d3 | 0 | class11/ansible/ansible/roles/nginx | 349 | [
"no_license"
] | [
{
"path": "class11/ansible/ansible/roles/nginx/tasks/install.yml",
"content": "---\n- name: Add repository\n yum_repository:\n name: nginx\n description: Nginx YUM repo\n baseurl: \"{{ nginx_repo }}\"\n gpgcheck: no\n file: external_repos\n\n- name: Install Nginx Server\n yum:\n name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2150,
"all_permissive": false
} |
ansible_role | mannabanana/fnt_homework | 8eef0febaf9c891a0418ece2b538371a14a104d3 | 0 | class11/ansible/ansible/roles/postgres | 349 | [
"no_license"
] | [
{
"path": "class11/ansible/ansible/roles/postgres/tasks/main.yml",
"content": "- name: Install PostgreSQL\n import_tasks: install.yml\n\n- name: Configure PostgreSQL\n import_tasks: configure.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "c... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | mannabanana/fnt_homework | 8eef0febaf9c891a0418ece2b538371a14a104d3 | 0 | class11/ansible/ansible/roles/postgresql-fill | 349 | [
"no_license"
] | [
{
"path": "class11/ansible/ansible/roles/postgresql-fill/defaults/main.yml",
"content": "postgres_postgres_password:\npostgres_test_db: test\npostgres_test_username: aam\npostgres_test_user_password:",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | GarryB73/Release-1 | 2b0ab9670b4f09ecfa6575f17a4649097aab7a4b | 0 | Ansible/roles/Exchange | 349 | [
"no_license"
] | [
{
"path": "Ansible/roles/Exchange/tasks/main.yml",
"content": "---\r\n- name: change DNS server\r\n win_dns_client:\r\n adapter_names: '*'\r\n ipv4_addresses: \r\n - \"{{ groups['pdc'][0] }}\"\r\n\r\n- name: Change the hostname\r\n ansible.windows.win_hostname:\r\n name: \"{{ exchange_server... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | GarryB73/Release-1 | 2b0ab9670b4f09ecfa6575f17a4649097aab7a4b | 0 | Ansible/roles/SQL | 349 | [
"no_license"
] | [
{
"path": "Ansible/roles/SQL/tasks/install_sql.yml",
"content": "---\r\n- name: Install SQL Sever and start services\r\n ansible.windows.win_dsc:\r\n resource_name: SQLSetup\r\n Action: Install\r\n UpdateEnabled: True\r\n SourcePath: \"{{ mssql_installation_path }}\"\r\n InstanceName: \"{{ m... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4160,
"all_permissive": false
} |
ansible_role | GarryB73/Release-1 | 2b0ab9670b4f09ecfa6575f17a4649097aab7a4b | 0 | Ansible/roles/pdc_userdata | 349 | [
"no_license"
] | [
{
"path": "Ansible/roles/pdc_userdata/tasks/main.yml",
"content": "---\r\n# Domain Group Creation\r\n#\r\n# Should these be Domain Local or Domain Global Groups?\r\n#\r\n# Create Employees Group\r\n- name: Create Employees Group\r\n ansible.windows.win_group:\r\n name: Employees\r\n description: Empl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 12649,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/autoupgrade | 349 | [
"no_license"
] | [
{
"path": "roles/autoupgrade/tasks/main.yml",
"content": "---\n- name: Setup apt autoupgrades\n apt:\n name: unattended-upgrades\n state: present\n\n- name: copy autoupgrade configs\n copy:\n src: templates/\n dest: /etc/apt/apt.conf.d/\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/backup | 349 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n- name: download s3cmd\n get_url:\n dest: /root/s3cmd.zip\n url: https://github.com/s3tools/s3cmd/releases/download/v2.0.0/s3cmd-2.0.0.zip\n\n- name: unzip s3cmd\n unarchive:\n dest: /root\n src: /root/s3cmd.zip\n creates: /root/s3cm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1533,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/create_server | 349 | [
"no_license"
] | [
{
"path": "roles/create_server/tasks/main.yml",
"content": "---\n- name: Create volume for discourse data\n os_volume:\n state: present\n cloud: \"{{ auth.cloud }}\"\n size: \"{{ discourse.volume_size }}\"\n wait: yes\n display_name: \"{{ discourse.volume_name }}\"\n\n- name: create discours... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2659,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/datadog_docker | 349 | [
"no_license"
] | [
{
"path": "roles/datadog_docker/tasks/main.yml",
"content": "---\n- name: add dd-agent user to docker group\n user:\n name: dd-agent\n groups: docker\n\n- name: create docker_daemon.yml file\n copy:\n dest: /etc/dd-agent/conf.d/docker_daemon.yaml\n src: docker_daemon.yaml\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/datadog_http | 349 | [
"no_license"
] | [
{
"path": "roles/datadog_http/tasks/main.yml",
"content": "---\n\n- name: configure http check for datadog\n template:\n dest: /etc/dd-agent/conf.d/http_check.yaml\n src: http.yaml.j2\n mode: 644\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/discourse | 349 | [
"no_license"
] | [
{
"path": "roles/discourse/templates/app.yml.j2",
"content": "#jinja2: lstrip_blocks: \"True\"\n## this is the all-in-one, standalone Discourse Docker container template\n##\n## After making changes to this file, you MUST rebuild\n## /var/discourse/launcher rebuild app\n##\n## BE *VERY* CAREFUL WHEN EDITING... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5124,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/prepare_server | 349 | [
"no_license"
] | [
{
"path": "roles/prepare_server/tasks/main.yml",
"content": "---\n- name: prepare docker install\n apt: name=\"{{ item }}\" state=installed update_cache=yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - unzip\n - python-dateutil\n\n- name: install docker gpg ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1656,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/prepare_volume | 349 | [
"no_license"
] | [
{
"path": "roles/prepare_volume/tasks/main.yml",
"content": "---\n- name: create ext4 filesystem on discourse volume\n filesystem:\n dev: \"/dev/vdb\"\n fstype: ext4\n\n- name: create mountpoint for discourse volume at /var/discourse\n file:\n mode: 0700\n path: \"/var/discourse\"\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | squidboylan/discourse-dreamcompute | 8923d89ccc9f685686c901a9d55b3dfaba8e66d9 | 0 | roles/python2 | 349 | [
"no_license"
] | [
{
"path": "roles/python2/tasks/main.yml",
"content": "---\n- name: install python2\n raw: \"sudo apt update && sudo apt install -y python\"\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 | tovmayor/devtest02 | 072c7e5b6dacb2bcca86b771e911aafd7a04043f | 0 | roles/build | 349 | [
"no_license"
] | [
{
"path": "roles/build/tasks/main.yml",
"content": "---\n# tasks file for build\n- name: Ensure git package is present\n apt:\n name: git\n state: present\n update_cache: yes\n\n- name: Clone a repo from github\n git:\n repo: \"{{ git_proj_url }}\"\n dest: \"{{ proj_path }}/{{ proj_name }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | tovmayor/devtest02 | 072c7e5b6dacb2bcca86b771e911aafd7a04043f | 0 | roles/deploy_apache | 349 | [
"no_license"
] | [
{
"path": "roles/deploy_apache/tasks/main.yml",
"content": "---\n# tasks file for deploy_apache\n- block: # FOR DEBIAN\n - name: apache apt Debian\n apt: name=apache2 state=latest update_cache=yes\n\n - name: start webserver\n service: name=apache2 state=started enabled=yes\n when: ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | tovmayor/devtest02 | 072c7e5b6dacb2bcca86b771e911aafd7a04043f | 0 | roles/prod | 349 | [
"no_license"
] | [
{
"path": "roles/prod/tasks/main.yml",
"content": "---\n# tasks file for prod\n- name: tomcat & openjdk-11-jre-headless must be\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - \"tomcat9\"\n - \"openjdk-11-jre-headless\"\n\n- name: start tomcat\n service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | tovmayor/devtest02 | 072c7e5b6dacb2bcca86b771e911aafd7a04043f | 0 | roles/webserver | 349 | [
"no_license"
] | [
{
"path": "roles/webserver/handlers/main.yml",
"content": "---\n# handlers file for webserver\n- name: restart nginx\n service: name=nginx status=restarted\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/webserver/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | mstefany/ZZGrafana | 3c6db629381f5d09ddaa0c1cd1605286dc423de2 | 0 | roles/grafana | 349 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yaml",
"content": "---\n- name: Include distribution specific vars\n include_vars: \"{{ lookup('first_found', params) }}\"\n vars:\n params:\n files:\n - '{{ ansible_distribution }}.yaml'\n - '{{ ansible_os_family | lower }}.yaml'\n - defaul... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11453,
"all_permissive": false
} |
ansible_role | mstefany/ZZGrafana | 3c6db629381f5d09ddaa0c1cd1605286dc423de2 | 0 | roles/influxdata | 349 | [
"no_license"
] | [
{
"path": "roles/influxdata/handlers/main.yaml",
"content": "---\n- name: Restart InfluxDB\n service:\n name: influxdb\n state: restarted\n\n- name: Restart Telegraf\n service:\n name: telegraf\n state: restarted\n\n- name: Restart Chronograf\n service:\n name: chronograf\n state: resta... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 13876,
"all_permissive": false
} |
ansible_role | mstefany/ZZGrafana | 3c6db629381f5d09ddaa0c1cd1605286dc423de2 | 0 | roles/nginx | 349 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/nginx.yaml",
"content": "---\n- name: Set httpd_can_network_connect flag on and keep it persistent across reboots\n seboolean:\n name: httpd_can_network_connect\n state: yes\n persistent: yes\n tags: selinux\n\n- name: Install nginx\n dnf:\n name: nginx\n state: ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6693,
"all_permissive": false
} |
ansible_role | Skanyi/ELK-Ansible-Server | d6aed2fb8943fa26b825afa6cf06864eb2b2af63 | 0 | roles/elasticsearch | 349 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/vars/main.yml",
"content": "---\n# vars file for roles/elk",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/elasticsearch/defaults/main.yml",
"content": "---\n# defaults file for roles/elk",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | Skanyi/ELK-Ansible-Server | d6aed2fb8943fa26b825afa6cf06864eb2b2af63 | 0 | roles/filebeat | 349 | [
"no_license"
] | [
{
"path": "roles/filebeat/defaults/main.yml",
"content": "---\n# defaults file for roles/filebeat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/filebeat/templates/filebeat.yml",
"content": "filebeat:\n prospectors:\n - input_type: sysl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2279,
"all_permissive": false
} |
ansible_role | Skanyi/ELK-Ansible-Server | d6aed2fb8943fa26b825afa6cf06864eb2b2af63 | 0 | roles/kibana | 349 | [
"no_license"
] | [
{
"path": "roles/kibana/defaults/main.yml",
"content": "---\n# defaults file for roles/kibana",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/kibana/handlers/main.yml",
"content": "---\n# handlers file for roles/kibana",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1154,
"all_permissive": false
} |
ansible_role | Skanyi/ELK-Ansible-Server | d6aed2fb8943fa26b825afa6cf06864eb2b2af63 | 0 | roles/logstash | 349 | [
"no_license"
] | [
{
"path": "roles/logstash/defaults/main.yml",
"content": "---\n# defaults file for roles/logstash",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/logstash/tasks/main.yml",
"content": "---\n# tasks file for roles/logstash\n\n- name: Add Lo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | akenamon/ansible-to-puppet | a5dd4a490c9d75574e4516a8db4f27b63622c3dc | 0 | roles/common | 349 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n\n- name: Run apt dist-upgrade\n apt:\n upgrade: dist\n\n- name: Run install some dependencies\n apt:\n pkg:\n - apt-transpor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | ychaker/vagrant-wp | 5c3f672adf8a1f599b15323d6c109cd526b487fb | 0 | provisioning/roles/wp | 349 | [
"no_license"
] | [
{
"path": "provisioning/roles/wp/tasks/main.yml",
"content": "---\n- name: Setup wp-config\n template: src=wp-config.php.j2 dest={{ path }}/wp-config.php\n\n- name: Reset the permission on Website directory\n file: state=directory path={{ path }} owner=www-data group=www-data recurse=yes\n\n- name: Disabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3561,
"all_permissive": false
} |
ansible_role | Sangamesh30/roboshop-jenkins | 34944ca172f09961243c76dad368fc431b6e3982 | 0 | roles/jenkins-jobs | 348 | [
"no_license"
] | [
{
"path": "roles/jenkins-jobs/tasks/job.yml",
"content": "- name: setup template\n ansible.builtin.template:\n src: pipeline.xml\n des: /tmp/pipeline.xml\n\n- name: Create a jenkins job using basic authentication\n community.general.jenkins_job:\n config: \"{{ lookup('file', '/tmp/pipeline.xml') ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/cni | 348 | [
"no_license"
] | [
{
"path": "roles/cni/defaults/main.yml",
"content": "---\ncni_url: https://docs.projectcalico.org/manifests/calico.yaml\n#cni_url: https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\\n')\n#cni_url: https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-fla... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/docker | 348 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: add docker repo\n yum_repository:\n name: docker\n description: docker YUM repo\n baseurl: \"{{ docker_repo_url }}\"\n enabled: yes\n gpgcheck: no\n\n- name: install depend-s and docker\n yum:\n name: \"{{ item }}\"\n loo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/iptables | 348 | [
"no_license"
] | [
{
"path": "roles/iptables/templates/iptables_rules.j2",
"content": "*filter\n:INPUT DROP [0:0]\n:FORWARD DROP [0:0]\n:OUTPUT ACCEPT [0:0]\n-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT\n-A INPUT -p icmp -j ACCEPT\n-A INPUT -i lo -j ACCEPT\n{% for item in accepted_port %}\n-A INPUT -p tcp -m state ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/k8s | 348 | [
"no_license"
] | [
{
"path": "roles/k8s/defaults/main.yml",
"content": "---\nk8s_repo_url: https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64\n# defaults file for k8s\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/k8s/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/master_k8s | 348 | [
"no_license"
] | [
{
"path": "roles/master_k8s/defaults/main.yml",
"content": "---\npod_net: 192.168.0.0/16\nstart_token: <PASSWORD>\nservice_net: 192.168.100.0/16\n# defaults file for master_k8s\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/master_k8s/tas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/node_k8s | 348 | [
"no_license"
] | [
{
"path": "roles/node_k8s/tasks/main.yml",
"content": "---\n- name: join node to the cluster\n shell: \"kubeadm join {{ master_ip}}:6443 --token {{ start_token }} --discovery-token-unsafe-skip-ca-verification\"\n# tasks file for node_k8s\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/preparation | 348 | [
"no_license"
] | [
{
"path": "roles/preparation/defaults/main.yml",
"content": "---\ntime_server: 0.by.pool.ntp.org\n# defaults file for docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/preparation/tasks/main.yml",
"content": "---\n- name: off selin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | ashkraba/K8s-cluster-with-VirtualBox | 64ef54d2a0f50429abe13df54d7bc3c7be78063d | 0 | roles/user | 348 | [
"no_license"
] | [
{
"path": "roles/user/defaults/main.yml",
"content": "---\nuser_name: test\nstart_passwd: <PASSWORD>\nuser_id: 2000\nkey_option: 2048\n# defaults file for user\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/user/tasks/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | iruffell/cas10 | 19258b6749e771e0166f2eea8bb97778ef5c0799 | 0 | ansible/roles/common | 348 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install ntp \n yum: name=ntp state=present\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n tags: ntp\n notify: restart ntp\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": 177,
"all_permissive": false
} |
ansible_role | iruffell/cas10 | 19258b6749e771e0166f2eea8bb97778ef5c0799 | 0 | ansible/roles/controller | 348 | [
"no_license"
] | [
{
"path": "ansible/roles/controller/tasks/main.yml",
"content": "---\n- name: add {{test_user}} user\n user: name={{test_user}} password={{<PASSWORD>}} shell=/bin/bash group={{sas_group}} home=/home/{{test_user}} createhome=yes generate_ssh_key=yes\n\n- name: create launch script\n lineinfile: dest=/opt/c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.