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 | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/arch | 1,739 | [
"no_license"
] | [
{
"path": "roles/arch/tasks/main.yml",
"content": "---\n\n- name: test\n shell: \"echo foo\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 38,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/audio | 1,739 | [
"no_license"
] | [
{
"path": "roles/audio/tasks/main.yml",
"content": "---\n\n#include: alsa.yml\n- name: audio | codecs\n become: true\n apt:\n name: ubuntu-restricted-extras\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/audio/tas... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/beets | 1,739 | [
"no_license"
] | [
{
"path": "roles/beets/tasks/main.yml",
"content": "---\n\n- name: install beets\n pip:\n name: beets\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/common | 1,739 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: set ~ on macos\n set_fact:\n user_home: \"/Users/{{ user }}\"\n when: ansible_os_family == 'Darwin'\n\n- name: set ~ on *nix\n set_fact:\n user_home: \"/home/{{ user }}\"\n when: ansible_os_family != 'Darwin'\n\n- name: debug user ~\n d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/common-server | 1,739 | [
"no_license"
] | [
{
"path": "roles/common-server/tasks/ufw.yml",
"content": "# todo:\n# - ipv6\n---\n\n- name: ufw | install\n become: true\n apt:\n name: ufw\n state: present\n\n- name: ufw | default deny all incoming\n become: true\n ufw:\n state: enabled\n direction: incoming\n policy: deny\n\n- name: u... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2386,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/debian | 1,739 | [
"no_license"
] | [
{
"path": "roles/debian/tasks/apt.yml",
"content": "# Install some helpful system packages\n---\n\n- name: apt | update cache\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 43200\n\n- name: apt | unnecessary system packages\n become: true\n apt:\n pkg: \"{{ item }}\"\n state: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2831,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/dev-env | 1,739 | [
"no_license"
] | [
{
"path": "roles/dev-env/tasks/language-servers.yml",
"content": "---\n\n- name: install language servers\n become: true\n become_user: \"{{ user }}\"\n shell: \"source ~/.nvm/nvm.sh && npm install -g {{ item }}\"\n with_items:\n - bash-language-server\n # - vscode-css-languageserver\n - docker... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4353,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/dotfiles | 1,739 | [
"no_license"
] | [
{
"path": "roles/dotfiles/defaults/main.yml",
"content": "---\n\nuser_editor: \"vim\"\n\ndotfiles_home: \"{{ user_home }}/.dotfiles\"\ndotfiles_configuration_file: \"{{ user_home }}/.config/feltnerm/dotfiles/options.sh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/dropbox | 1,739 | [
"no_license"
] | [
{
"path": "roles/dropbox/tasks/macos.yml",
"content": "---\n\n- name: install dropbox\n homebrew_cask:\n name: dropbox\n state: present\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 | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/emacs | 1,739 | [
"no_license"
] | [
{
"path": "roles/emacs/tasks/main.yml",
"content": "---\n\n- include: 'arch.yml'\n when: ansible_os_family == 'Archlinux'\n- include: 'debian.yml'\n when: ansible_os_family == 'Debian'\n- include: 'macos.yml'\n when: ansible_os_family == 'Darwin'\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/fish | 1,739 | [
"no_license"
] | [
{
"path": "roles/fish/tasks/main.yml",
"content": "---\n\n- include: oh-my-fish.yml\n- include: oh-my-fish-plugins.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/fish/tasks/oh-my-fish.yml",
"content": "---\n\n- name: download oh-my... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1751,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/games | 1,739 | [
"no_license"
] | [
{
"path": "roles/games/tasks/macos.yml",
"content": "- name: minecraft\n homebrew_cask:\n upgrade_all: yes\n name: minecraft\n state: present\n\n- name: steam\n homebrew_cask:\n upgrade_all: yes\n name: steam\n state: present\n\n- name: zdoom\n homebrew_cask:\n upgrade_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/go | 1,739 | [
"no_license"
] | [
{
"path": "roles/go/tasks/macos.yml",
"content": "---\n\n- name: macOS | install go\n homebrew:\n name: go\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/go/tasks/debian.yml",
"content": "---\n\n- name: debian |... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/java | 1,739 | [
"no_license"
] | [
{
"path": "roles/java/tasks/macos.yml",
"content": "---\n\n- name: install java\n homebrew_cask:\n name: java\n state: present\n upgrade_all: yes\n\n- name: install java11\n homebrew_cask:\n name: homebrew/cask-versions/java11\n upgrade_all: yes\n\n- name: install corretto\n homebrew_cask:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/macos | 1,739 | [
"no_license"
] | [
{
"path": "roles/macos/defaults/main.yml",
"content": "---\n\n# any overrides for the .macos script should go here so they're documented\nosx_default_overrides:\n - domain: NSGlobalDomain\n key: AppleHighlightColor\n type: string\n value: \"0.764700 0.976500 0.568600\"\n # Set language and text ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5409,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/mopidy | 1,739 | [
"no_license"
] | [
{
"path": "roles/mopidy/handlers/main.yml",
"content": "---\n\n- name: Restart mopidy service\n become: true\n service:\n name: mopidy\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/mopidy/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1675,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/ncmpcpp | 1,739 | [
"no_license"
] | [
{
"path": "roles/ncmpcpp/tasks/main.yml",
"content": "---\n\n- name: ncmpcpp | install\n apt:\n name: ncmpcpp\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/neovim | 1,739 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n\n- include: 'arch.yml'\n when: ansible_os_family == 'Archlinux'\n- include: 'debian.yml'\n when: ansible_os_family == 'Debian'\n- include: 'macos.yml'\n when: ansible_os_family == 'Darwin'\n\n\n# ln -s ~/.vim ~/.config/nvim\n- name: link vim fold... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/node | 1,739 | [
"no_license"
] | [
{
"path": "roles/node/defaults/main.yml",
"content": "---\n\ndebian_repo_version: 8.x\nansible_distribution_release: bionic\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/node/tasks/debian.yml",
"content": "---\n- name: Ensure apt-tran... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1185,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/permissions | 1,739 | [
"no_license"
] | [
{
"path": "roles/permissions/tasks/main.yml",
"content": "---\n\n- name: user ownership\n file:\n state: directory \n recurse: yes\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n path: \"/home/{{ user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/python | 1,739 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "# @todo: why does this suck for python 3 on mac?\n---\n\n- include: 'arch.yml'\n when: ansible_os_family == 'Archlinux'\n- include: 'debian.yml'\n when: ansible_os_family == 'Debian'\n- include: 'macos.yml'\n when: ansible_os_family == 'Darwin'\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1827,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/rpi | 1,739 | [
"no_license"
] | [
{
"path": "roles/rpi/tasks/main.yml",
"content": "---\n\n- name: rpi | update firmware\n become: true\n shell: \"rpi-update\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/ruby | 1,739 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/macos.yml",
"content": "---\n\n- name: install ruby\n homebrew:\n name: ruby\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/rust | 1,739 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "---\n\n- include: 'arch.yml'\n when: ansible_os_family == 'Archlinux'\n- include: 'debian.yml'\n when: ansible_os_family == 'Debian'\n- include: 'macos.yml'\n when: ansible_os_family == 'Darwin'\n\n- name: get rust installer\n get_url:\n url: \"https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/samba | 1,739 | [
"no_license"
] | [
{
"path": "roles/samba/defaults/main.yml",
"content": "---\n\nsamba_netbios_name: \"{{ inventory_hostname }}\"\nsamba_workgroup: 'WORKGROUP'\nsamba_server_string: \"{{ inventory_hostname }}\"\nsamba_security: 'user'\nsamba_passdb_backend: 'tdbsam'\nsamba_map_to_guest: 'bad user'\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2343,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/shairplay | 1,739 | [
"no_license"
] | [
{
"path": "roles/shairplay/tasks/main.yml",
"content": "---\n\n- name: shairplay | deps\n apt:\n state: present\n install_recommends: no\n pkg: \"{{ item }}\" \n with_items:\n - alsa-utils\n\n- name: shairplay | install\n apt:\n state: present\n install_recommends: no\n pkg: shairpla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/shell | 1,739 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "---\n\n- include: 'arch.yml'\n when: ansible_os_family == 'Archlinux'\n- include: 'debian.yml'\n when: ansible_os_family == 'Debian'\n- include: 'macos.yml'\n when: ansible_os_family == 'Darwin'\n\n- name: shell | get shell absolute path\n shell: \"whi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/user | 1,739 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n\n- name: user | create user\n become: true\n user:\n name: \"{{ user }}\"\n append: yes\n createhome: yes\n generate_ssh_key: yes\n ssh_key_bits: 4096\n ssh_key_comment: \"{{ user }}@{{ ansible_fqdn }}\"\n state: present\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/vim | 1,739 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/macos.yml",
"content": "---\n\n- name: install apps\n homebrew:\n name: vim\n options: with-lua\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/vim/tasks/main.yml",
"content": "---... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1534,
"all_permissive": false
} |
ansible_role | feltnerm/bootstrap | 011572c713e0e6b209cdbee6174168b1228cf5e9 | 3 | roles/zeroconf | 1,739 | [
"no_license"
] | [
{
"path": "roles/zeroconf/tasks/main.yml",
"content": "---\n\n- name: zeroconf | install\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - avahi-daemon\n - avahi-autoipd\n\n- name: zeroconf | start service\n become: true\n service:\n name: avahi-daemon\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | supernova106/bootstrap-elk | f1c101a6f3d68eea1bda896dfc55e21cd76883fe | 0 | roles/common | 1,739 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for common\n- name: start supervisord\n sudo: yes\n shell: \"{{ supervisord_exec_dir }}/supervisord -c /etc/supervisord.conf\"\n ignore_errors: true \n register: start_supervisord\n notify: reload supervisord\n\n- name: reload... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2308,
"all_permissive": false
} |
ansible_role | supernova106/bootstrap-elk | f1c101a6f3d68eea1bda896dfc55e21cd76883fe | 0 | roles/fluentd | 1,739 | [
"no_license"
] | [
{
"path": "roles/fluentd/tasks/fluentd_agent.yml",
"content": "- name: setup fluentd agent supervisord config\n become: yes\n template:\n src: fluentd_agent_supervisord.conf.j2\n dest: \"{{ supervisord_conf_dir }}/fluentd_agent.conf\"\n notify:\n - reload supervisord \n - restart fluentd agen... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5751,
"all_permissive": false
} |
ansible_role | supernova106/bootstrap-elk | f1c101a6f3d68eea1bda896dfc55e21cd76883fe | 0 | roles/lesmyrmidons.mongodb | 1,739 | [
"no_license"
] | [
{
"path": "roles/lesmyrmidons.mongodb/tasks/main.yml",
"content": "---\n# This role deploys the mongodb processes and sets up settings.\n\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | rsa-nsk/ansible_cm | ac8c5f4cc68a84f472e069e3fdd7c049f5fb1508 | 0 | DZ-2/roles/create_user | 1,659 | [
"no_license"
] | [
{
"path": "DZ-2/roles/create_user/tasks/main.yml",
"content": "---\n- name: Create user and group\n block:\n - name: Create group\n group:\n name: \"{{ user.group }}\"\n - name: Create user\n user:\n name: \"{{ user.login }}\"\n password: \"{{ <PASSWORD> | password_hash... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | rsa-nsk/ansible_cm | ac8c5f4cc68a84f472e069e3fdd7c049f5fb1508 | 0 | DZ-3/roles/nginx | 1,659 | [
"no_license"
] | [
{
"path": "DZ-3/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx package\n apt:\n name: nginx\n state: latest\n notify: nginx systemd\n\n- name: Replace nginx.conf\n template:\n src=/etc/ansible/roles/nginx/templates/nginx.conf\n dest=/etc/nginx/nginx.conf\n\n- name: Create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | rsa-nsk/ansible_cm | ac8c5f4cc68a84f472e069e3fdd7c049f5fb1508 | 0 | DZ-5/roles/backups | 1,659 | [
"no_license"
] | [
{
"path": "DZ-5/roles/backups/tasks/main.yml",
"content": "---\n\n- name: Dump wordpress MySQL databases\n mysql_db:\n state: dump\n name: wordpress\n target: /backups/wordpress-{{ ansible_date_time.date }}.sql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | rsa-nsk/ansible_cm | ac8c5f4cc68a84f472e069e3fdd7c049f5fb1508 | 0 | DZ-5/roles/tests | 1,659 | [
"no_license"
] | [
{
"path": "DZ-5/roles/tests/tasks/main.yml",
"content": "---\n\n- name: MySQL Check\n mysql_info:\n login_user: root\n login_password: <PASSWORD>\n filter:\n - version\n - databases\n\n- name: Check nginx is responsing\n uri:\n url: \"http://test-ans.com\"\n method: GET\n status_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/aur | 1,659 | [
"no_license"
] | [
{
"path": "roles/aur/tasks/main.yml",
"content": "# Create aur user\n- name: Create the `aur_builder` user\n become: yes\n ansible.builtin.user:\n name: aur_builder\n create_home: yes\n group: wheel\n\n- name: Allow the `aur_builder` user to run `sudo pacman` without a password\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/compositor | 1,659 | [
"no_license"
] | [
{
"path": "roles/compositor/tasks/main.yml",
"content": "# Install packages\n- name: Install desktop packages\n become: true\n ansible.builtin.package:\n name:\n - hyprland # compositor\n - hyprpaper # wallpaper manager\n - waybar # status bar\n - rofi # launcher\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/hostname | 1,659 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "- name: Set a hostname\n become: yes\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/launcher | 1,659 | [
"no_license"
] | [
{
"path": "roles/launcher/tasks/main.yml",
"content": "# Launcher # wofi broken, not using for now\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: \"~/.config/wofi\"\n state: directory\n\n- name: Copy in wofi config\n ansible.builtin.copy:\n src: ../files/wofi-con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/loginmanager | 1,659 | [
"no_license"
] | [
{
"path": "roles/loginmanager/tasks/main.yml",
"content": "- name: install packages\n become: true\n ansible.builtin.package:\n name: \n - greetd\n - greetd-tuigreet\n state: present\n\n- name: add greeter user\n become: yes\n ansible.builtin.user:\n name: greeter\n group: video\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/packages | 1,659 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "- name: Install packages\n become: true\n ansible.builtin.package:\n name: \n - vim\n - wget\n - curl\n - git\n - unzip\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/shell | 1,659 | [
"no_license"
] | [
{
"path": "roles/shell/files/zshrc",
"content": "export PROMPT=\"%n@%m~ \"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/shell/tasks/main.yml",
"content": "#install packages\n- name: Install zsh\n become: true\n ansible.builtin.packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/terminal | 1,659 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "# Terminal\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: \"~/.config/kitty\"\n state: directory\n\n- name: Copy in kitty config\n ansible.builtin.copy:\n src: ../files/kitty.conf\n dest: ~/.config/kitty/k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | iamangus/ansible-roles | c0d852778c9c348c3864077f4c276114894e83b7 | 1 | roles/user | 1,659 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "#build user\n- name: get user id \n set_fact:\n the_user: \"{{ ansible_user_id }}\"\n\n- name: change user shell to zsh \n become: yes\n user:\n name: \"{{ the_user }}\"\n groups: wheel\n append: yes\n\n- name: user nopasswd and validate\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | bruj0/vault-lxc | a66b5772fb57f8e8249af2325f06b3690ae0718d | 1 | ansible/vault-pki/roles/vault-init | 1,659 | [
"no_license"
] | [
{
"path": "ansible/vault-pki/roles/vault-init/tasks/main.yml",
"content": "- name: Create unseal directories\n file:\n path: \"{{ unseal_keys_dir_output }}\"\n state: directory\n delegate_to: localhost\n become: no\n\n- name: Create root key directories\n file:\n path: \"{{ root_token_dir_outpu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1024,
"all_permissive": false
} |
ansible_role | bruj0/vault-lxc | a66b5772fb57f8e8249af2325f06b3690ae0718d | 1 | ansible/vault/roles/consul-agent | 1,659 | [
"no_license"
] | [
{
"path": "ansible/vault/roles/consul-agent/tasks/main.yml",
"content": "- name: Creating consul user group\n group: \n name: \"{{ consul_group }}\"\n become: true\n\n- name: Creating consul user\n user:\n name: \"{{ consul_user }}\"\n group: \"{{ consul_group }}\"\n system: yes\n shell: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1569,
"all_permissive": false
} |
ansible_role | bruj0/vault-lxc | a66b5772fb57f8e8249af2325f06b3690ae0718d | 1 | ansible/vault/roles/vault | 1,659 | [
"no_license"
] | [
{
"path": "ansible/vault/roles/vault/defaults/main.yml",
"content": "---\nvault_version: \"1.7.0\"\nvault_install_prerequisites: [\"unzip\"]\nvault_user: \"vault\"\nvault_group: \"vault\"\nvault_config_path: \"/etc/vault.d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1904,
"all_permissive": false
} |
ansible_role | sakrasemangat/PMReport | 70ac4ce0a7ef915bb6291bb3ba13d0f81acbfd4f | 0 | roles/preventive_maintenance | 1,659 | [
"no_license"
] | [
{
"path": "roles/preventive_maintenance/vars/main.yml",
"content": "---\n# vars file for roles/preventive_maintenance\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/preventive_maintenance/handlers/main.yml",
"content": "---\n# handlers... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1211,
"all_permissive": false
} |
ansible_role | japm94/ansible-experiments | 02ebbf6185ddd10261ed76e360e04802e2ab3c7d | 0 | roles/docker-install | 1,659 | [
"no_license"
] | [
{
"path": "roles/docker-install/tasks/main.yml",
"content": "---\n- include_tasks: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include_tasks: setup-Debian.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n #- name: Install docker-py module\n #pip:\n # n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | japm94/ansible-experiments | 02ebbf6185ddd10261ed76e360e04802e2ab3c7d | 0 | roles/docker-jenkins | 1,659 | [
"no_license"
] | [
{
"path": "roles/docker-jenkins/tasks/main.yml",
"content": "---\n- name: Creates directory\n become: yes\n file: \n path: /opt/docker/jenkins/jenkins_home \n state: directory\n owner: 1000\n group: 1000\n mode: 0755\n\n- name: install docker-py\n become: yes\n pip:\n name: docker-py\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | japm94/ansible-experiments | 02ebbf6185ddd10261ed76e360e04802e2ab3c7d | 0 | roles/docker-nexus | 1,659 | [
"no_license"
] | [
{
"path": "roles/docker-nexus/tasks/main.yml",
"content": "---\n- name: Creates directory\n become: yes\n file:\n path: /opt/docker/nexus/nexus-data\n state: directory\n owner: 200\n group: 200\n mode: 0755\n\n- name: install docker-py\n become: yes\n pip:\n name: docker-py\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | japm94/ansible-experiments | 02ebbf6185ddd10261ed76e360e04802e2ab3c7d | 0 | roles/docker-sonar | 1,659 | [
"no_license"
] | [
{
"path": "roles/docker-sonar/tasks/main.yml",
"content": "---\n- name: Ensure ansible mysql_db can be used\n pip:\n name: docker-py\n state: present\n\n- name: Ensure Sonar container has an up-to-date configuration\n become: yes\n docker_container:\n name: \"{{ sonar_container_name }}\"\n im... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | japm94/ansible-experiments | 02ebbf6185ddd10261ed76e360e04802e2ab3c7d | 0 | roles/mysql | 1,659 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/users.yml",
"content": "---\n- name: Ensure MySQL users are present.\n become: yes\n mysql_user:\n name: \"{{ item.name }}\"\n host: \"{{ item.host }}\"\n password: \"{{ <PASSWORD> }}\"\n priv: \"{{ item.priv | default('*.*:ALL') }}\"\n state: \"{{ item.state | ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2231,
"all_permissive": false
} |
ansible_role | japm94/ansible-experiments | 02ebbf6185ddd10261ed76e360e04802e2ab3c7d | 0 | roles/pip-install | 1,659 | [
"no_license"
] | [
{
"path": "roles/pip-install/tasks/main.yml",
"content": "---\n- name: Ensure pip_install_packages are installed.\n pip:\n name: \"{{ item.name | default(item) }}\"\n version: \"{{ item.version | default(omit) }}\"\n virtualenv: \"{{ item.virtualenv | default(omit) }}\"\n state: \"{{ item.state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | gortovenko/BoA | 2a669836194c2c828464a6e24e22c35ab11c92fa | 0 | deployment/webserver-setup/roles/webserver | 1,659 | [
"no_license"
] | [
{
"path": "deployment/webserver-setup/roles/webserver/vars/main.yaml",
"content": "page_title: \"Welcome to the MyWeb Server\"\ngreeting_message: \"Hello from Pavlo, this is website from task #3\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 698,
"all_permissive": false
} |
ansible_role | marco3211/shopping-app | 37da999962fd6d0226c5fa8dca1b32cb536aad1f | 0 | aws-setup/ansible/roles/docker_setup | 1,659 | [
"no_license"
] | [
{
"path": "aws-setup/ansible/roles/docker_setup/vars/main.yml",
"content": "---\n# vars file for docker_setup\ninclude_vars: vault.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "aws-setup/ansible/roles/docker_setup/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | marco3211/shopping-app | 37da999962fd6d0226c5fa8dca1b32cb536aad1f | 0 | aws-setup/ansible/roles/git_clone | 1,659 | [
"no_license"
] | [
{
"path": "aws-setup/ansible/roles/git_clone/tasks/main.yml",
"content": "---\n- name: Ensure project directory exists\n file:\n path: /home/ec2-user/project\n state: directory\n mode: '0755'\n owner: ec2-user\n group: ec2-user\n become: yes\n\n- name: Add GitHub to known_hosts\n known_hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | marco3211/shopping-app | 37da999962fd6d0226c5fa8dca1b32cb536aad1f | 0 | aws-setup/ansible/roles/git_ssh_setup | 1,659 | [
"no_license"
] | [
{
"path": "aws-setup/ansible/roles/git_ssh_setup/tasks/main.yml",
"content": "---\n- name: Install Git on RedHat-based systems\n yum:\n name: git\n state: present\n when: ansible_os_family == \"RedHat\"\n become: yes\n become_user: root\n\n- name: Install Git on Debian-based systems\n apt:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2169,
"all_permissive": false
} |
ansible_role | marco3211/shopping-app | 37da999962fd6d0226c5fa8dca1b32cb536aad1f | 0 | aws-setup/ansible/roles/nvm_node_setup | 1,659 | [
"no_license"
] | [
{
"path": "aws-setup/ansible/roles/nvm_node_setup/tasks/main.yml",
"content": "---\n- name: Install NVM\n shell: |\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n args:\n executable: /bin/bash\n chdir: \"/home/ec2-user\"\n creates: \"/home/ec2-user/.nvm/nvm.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_03/roles/nginx | 1,659 | [
"no_license"
] | [
{
"path": "practice_03/roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\nnginx_port: 443",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "practice_03/roles/nginx/tasks/main.yaml",
"content": "---\n\n- name: create nginx... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1156,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_03/roles/php | 1,659 | [
"no_license"
] | [
{
"path": "practice_03/roles/php/defaults/main.yml",
"content": "---\n# defaults file for practice_03/roles/php\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "practice_03/roles/php/vars/main.yml",
"content": "---\n# vars file for practice_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_03/roles/wordpress | 1,659 | [
"no_license"
] | [
{
"path": "practice_03/roles/wordpress/handlers/main.yml",
"content": "---\n# handlers file for practice_03/roles/wordpress",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "practice_03/roles/wordpress/tasks/main.yml",
"content": "---\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1807,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_04/task_03/roles/mariadb | 1,659 | [
"no_license"
] | [
{
"path": "practice_04/task_03/roles/mariadb/tasks/main.yml",
"content": "---\n\n- name: Install mariadb-server and others specific packages\n vars:\n apt_list:\n - 'mariadb-server'\n - 'python3-dev'\n - 'libmysqlclient-dev'\n apt:\n name: \"{{ apt_name }}\"\n update_cache: true\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1538,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_04/task_03/roles/nginx | 1,659 | [
"no_license"
] | [
{
"path": "practice_04/task_03/roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\nnginx_port: 5555\nnginx_tls_port: 443\nnginx_notls_port: 80\nserver_hostname: ansible-node1.localdomain\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4223,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_04/task_03/roles/nginx_ca | 1,659 | [
"no_license"
] | [
{
"path": "practice_04/task_03/roles/nginx_ca/vars/main.yml",
"content": "---\n# vars file for roles/nginx_certificate\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "practice_04/task_03/roles/nginx_ca/tasks/main.yml",
"content": "---\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_04/task_03/roles/php | 1,659 | [
"no_license"
] | [
{
"path": "practice_04/task_03/roles/php/tasks/main.yml",
"content": "---\n\n- name: create php repo definition\n apt_repository:\n repo: \"ppa:ondrej/php\"\n update_cache: true\n state: present\n\n- name: install required php packets\n apt:\n name: \"{{ apt_name }}\"\n update_cache: true\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | fomka31ru/ansible_course | 3de4ac68e31f8f67cfc75b255c0097aab4e6b18a | 0 | practice_04/task_03/roles/wordpress | 1,659 | [
"no_license"
] | [
{
"path": "practice_04/task_03/roles/wordpress/vars/main.yml",
"content": "---\ndb_name: wordpress_db\ndb_user: wordpress_user\ndb_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "practice_04/task_03/roles/wordpress/tests/test... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2479,
"all_permissive": false
} |
ansible_role | wikitops/ansible_collectd | c0d73700fe0f4d9e7c155834b958f7ef12387dee | 0 | roles/collectd | 1,659 | [
"no_license"
] | [
{
"path": "roles/collectd/handlers/main.yml",
"content": "---\n\n- name: Restart collectd\n systemd:\n name: collectd\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/collectd/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | DevOps-Iteration2/expense-ansible | e88a474610b15cb35f8d0c79090f5016b2d05121 | 0 | roles/backend | 1,659 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "- name: Disable default NodeJS version module\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable NodeJS module\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n name: node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1447,
"all_permissive": false
} |
ansible_role | DevOps-Iteration2/expense-ansible | e88a474610b15cb35f8d0c79090f5016b2d05121 | 0 | roles/common | 1,659 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Set prompt with component\n ansible.builtin.shell: set-prompt {{ component }}-{{ env }} # we can use variables directly unlike terraform\n\n- name: Import Node Exporter\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: node_e... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1316,
"all_permissive": false
} |
ansible_role | DevOps-Iteration2/expense-ansible | e88a474610b15cb35f8d0c79090f5016b2d05121 | 0 | roles/frontend | 1,659 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n- name: Copy Expense Nginx Configuration\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: Import roles and ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | DevOps-Iteration2/expense-ansible | e88a474610b15cb35f8d0c79090f5016b2d05121 | 0 | roles/logstash | 1,659 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "- name: Copy repo file\n ansible.builtin.template:\n src: elastic.repo\n dest: /etc/yum.repos.d/elastic.repo\n\n- name: Install logstash\n ansible.builtin.dnf:\n name: logstash\n state: latest\n\n- name: Copy logstash config file\n ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | DevOps-Iteration2/expense-ansible | e88a474610b15cb35f8d0c79090f5016b2d05121 | 0 | roles/mysql | 1,659 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Install MySQL Server\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n- name: Start MySQL Service\n ansible.builtin.systemd_service:\n name: mysqld\n enabled: yes\n state: started\n\n- name: Install Python MySQL Clien... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | DevOps-Iteration2/expense-ansible | e88a474610b15cb35f8d0c79090f5016b2d05121 | 0 | roles/prometheus | 1,659 | [
"no_license"
] | [
{
"path": "roles/prometheus/vars/main.yml",
"content": "version: 1.9.0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14
},
{
"path": "roles/prometheus/tasks/node_exporter.yml",
"content": "- name: Download Node Exporter\n ansible.builtin.unarchive:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | lisztfer/Asible | 2514e6a0c89e6d0e8b24ecc3b94405bd807aa6d3 | 0 | roles/wordpress | 1,659 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Role wordpress | Download and unpack latest WordPress\n ansible.builtin.unarchive:\n src: https://{{ app_name }}.org/latest.tar.gz\n dest: '{{ sites_path }}'\n remote_src: true\n creates: '{{ sites_path }}/{{ app_name }}'\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/BinaryNinja-demo | 1,659 | [
"no_license"
] | [
{
"path": "roles/BinaryNinja-demo/defaults/main.yml",
"content": "---\n# defaults file for BinaryNinja\ndownload_link_dmg: https://cdn.binary.ninja/installers/BinaryNinja-demo.dmg\ndmgURL: \"{{ download_link_dmg }}\"\nappName: Binary Ninja\ninstaller_type: app\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/IDA-Pro-free | 1,659 | [
"no_license"
] | [
{
"path": "roles/IDA-Pro-free/tasks/main.yml",
"content": "---\n# tasks file for ida-pro-demo\n\n- stat:\n path: /Applications/{{ appName }}.app\n register: app_exists\n\n- name: create tmp directory\n file:\n path: ./tmp\n state: directory\n mode: 0755\n when: app_exists.stat.exists == false... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/android | 1,659 | [
"no_license"
] | [
{
"path": "roles/android/tasks/main.yml",
"content": "---\n- name: install java\n homebrew_cask:\n name: \"{{ item }}\"\n state: present\n with_items:\n - java8\n tags:\n - skipci\n - android\n\n- name: install java development\n homebrew:\n name: \"{{ item }}\"\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/brew-cask-extra | 1,659 | [
"no_license"
] | [
{
"path": "roles/brew-cask-extra/tasks/main.yml",
"content": "---\n- name: install hombrew cask apps ( extra )\n homebrew_cask:\n name: \"{{ item }}\"\n with_items: \"{{ homebrew_cask_extra }}\"\n when: install_homebrew_cask_extra\n tags:\n - extra\n - skipci\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/brew-cask-vm | 1,659 | [
"no_license"
] | [
{
"path": "roles/brew-cask-vm/tasks/main.yml",
"content": "---\n- name: install hombrew cask apps ( vm )\n homebrew_cask:\n name: \"{{ item }}\"\n with_items: \"{{ homebrew_cask_vm }}\"\n when: install_homebrew_cask_vm\n tags:\n - vm\n - skipci\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/common | 1,659 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Add eecs.net as trusted root authority\n command: security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain {{ role_path }}/files/eecsNET-CA.cer\n become: yes\n when: add_trusted_root_cert\n changed_when: False\n ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/ctf-packages | 1,659 | [
"no_license"
] | [
{
"path": "roles/ctf-packages/tasks/main.yml",
"content": "---\n- name: install homebrew packages ( CTF )\n homebrew:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ homebrew_packages_ctf }}\"\n when: install_homebrew_ctf\n tags:\n - ctf\n\n- name: install hombrew cask apps ( CTF )\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/dock | 1,659 | [
"no_license"
] | [
{
"path": "roles/dock/tasks/main.yml",
"content": "---\n- name: Remove all crap from Dock\n shell: dockutil --remove '{{ item }}' --no-restart > /dev/null\n ignore_errors: true\n with_items: \"{{ dockitems_to_remove }}\"\n changed_when: false\n when: configure_dock\n\n- name: Check if items in dock exi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/dotfiles | 1,659 | [
"no_license"
] | [
{
"path": "roles/dotfiles/defaults/main.yml",
"content": "---\n# git config user.name\ngitconfig_name: \"Bits For Everyone\"\n# git config user.email\ngitconfig_email: \"<EMAIL>\"\n# GitHub Username\ngitconfig_user: \"bitsforeveryone\"\n\n## virtualenvwrapper variables\nvirtualenvwrapper_home: ~/.virtualenv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4547,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/manticore | 1,659 | [
"no_license"
] | [
{
"path": "roles/manticore/defaults/main.yml",
"content": "---\nvirtualenv_home: ~/.virtualenvs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/manticore/tasks/main.yml",
"content": "---\n- name: install dependencies\n pip:\n name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/ohmyzsh | 1,659 | [
"no_license"
] | [
{
"path": "roles/ohmyzsh/vars/main.yml",
"content": "---\n\n# Choose user who you want to install oh my zsh for\npreferred_shell: /usr/local/bin/zsh\n\nohmyzsh_users:\n - username: \"{{ user }}\"\n usergroup: \"{{ user }}\"\n home: \"{{ home_directory }}\"\n\nohmyzsh_plugins: git brew colored-man-pag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | bitsforeveryone/hackbook | 016a2bc67dd446268337aa987ab8bd35a148037f | 0 | roles/vmware | 1,659 | [
"no_license"
] | [
{
"path": "roles/vmware/tasks/main.yml",
"content": "---\n- name: install homebrew cask packages\n homebrew_cask:\n name: \"{{ item }}\"\n state: present\n with_items:\n - vmware-remote-console\n - vmware-horizon-client\n - vmware-fusion\n tags:\n - vmware\n - skipci\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Demisto/roles/demisto | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Demisto/roles/demisto/tasks/main.yml",
"content": "---\n# This playbook contains common tasks in this role\n\n- include: install_demisto.yml\n- include: configure_demisto.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "Ansib... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Provisioner/roles/ansible | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Provisioner/roles/ansible/tasks/main.yml",
"content": "- name: Add Ansible Repository\n apt_repository:\n repo: \"ppa:ansible/ansible\"\n become: yes\n\n- name: Install Ansible\n become: yes\n apt:\n update_cache: yes\n pkg:\n - ansible\n\n- name: Install PyWinRM\n args:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Provisioner/roles/ovftool | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Provisioner/roles/ovftool/tasks/main.yml",
"content": "---\r\n- name: Make OVF Tool binary executable\r\n file: dest=/resources/ovftool.bundle mode=a+x\r\n\r\n- name: Install OVF Tool\r\n become: yes\r\n shell: \"/resources/ovftool.bundle --eulas-agreed --required --console\"\r\n regi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Provisioner/roles/packer | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Provisioner/roles/packer/tasks/main.yml",
"content": "---\n- name: Install Packer\n unarchive:\n src: https://releases.hashicorp.com/packer/1.6.4/packer_1.6.4_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: True\n become: yes\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Provisioner/roles/terraform | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Provisioner/roles/terraform/tasks/main.yml",
"content": "---\n- name: Install Terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: True\n become: yes\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Provisioner/roles/ubuntu | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Provisioner/roles/ubuntu/tasks/main.yml",
"content": "---\r\n\r\n- name: Set hostname\r\n hostname:\r\n name: provisioner\r\n become: yes\r\n\r\n- name: Create a directory if it does not exist\r\n file:\r\n path: /vagrant\r\n state: directory\r\n mode: '0755'\r\n become: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Win10/roles/common | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Win10/roles/common/tasks/main.yml",
"content": "---\n\n- name: Installing SysInternals Tools\n win_shell: \".\\\\install-sysinternals.ps1\"\n args:\n chdir: 'c:\\vagrant\\scripts'\n register: sysinternals\n failed_when: \"'Exception' in sysinternals.stdout\"\n\n- debug: msg=\"{{ sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | sukster/ESXi-Lab | 6fb2074ce2becebad42f7ec392ab67daeed66dee | 7 | Ansible/Win10/roles/win10 | 1,659 | [
"no_license"
] | [
{
"path": "Ansible/Win10/roles/win10/tasks/main.yml",
"content": "---\n\n- name: Hostname -> WIN10\n win_hostname:\n name: win10\n register: res\n\n- name: Reboot\n win_reboot:\n when: res.reboot_required\n\n- name: Install git\n win_chocolatey:\n name: git\n state: present\n\n- name: Check if... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | iotg-matt-pease/try-ansible | 09b87257415eb4635c0c74dad3f78e7ef9eb3aea | 0 | ansible/roles/common | 1,799 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- block:\n - name: Export Message Variable\n lineinfile:\n path: /etc/environment\n regexp: '^MESSAGE='\n line: 'MESSAGE={{ MESSAGE }}'\n become: yes\n\n - name: Install python2\n apt:\n name: python\n state: la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | iotg-matt-pease/try-ansible | 09b87257415eb4635c0c74dad3f78e7ef9eb3aea | 0 | ansible/roles/tornado_example | 1,799 | [
"no_license"
] | [
{
"path": "ansible/roles/tornado_example/tasks/main.yml",
"content": "---\n- block:\n - name: Pull down tornado_example code\n git:\n repo: \"https://github.com/iotg-matt-pease/tornado_example.git\"\n clone: yes\n dest: /apps/tornado_example\n\n - name: Install app python requirements\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | bruno-yamada/nw-devops-challenge | 581e5e8c3f542659d6c18ef0d9ad244e3918f7ea | 0 | infra/ansible/roles/deploy | 1,799 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/deploy/files/nginx/nginx.conf",
"content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx;\nworker_processes auto;\nerror_log /var/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3279,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.