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
serverhorror/ansible-deployment-scidb
f366e253f792d2151fac0ec3d1b7766c94873794
0
roles/python
8,040
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: SELinux bindings\n sudo: true\n sudo_user: root\n yum:\n state: present\n name: libselinux-python\n when: ansible_os_family == 'RedHat'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
serverhorror/ansible-deployment-scidb
f366e253f792d2151fac0ec3d1b7766c94873794
0
roles/scidb_base
8,040
[ "no_license" ]
[ { "path": "roles/scidb_base/tasks/user.yml", "content": "---\n- name: User\n sudo: true\n sudo_user: root\n user:\n state: present\n name: scidb\n # home: \"/opt/scidb\"\n # system: yes\n- name: SSH base directory\n sudo: true\n sudo_user: scidb\n file:\n state: directory\n path: \"~...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 952, "all_permissive": false }
ansible_role
serverhorror/ansible-deployment-scidb
f366e253f792d2151fac0ec3d1b7766c94873794
0
roles/scidb_coordinator
8,040
[ "no_license" ]
[ { "path": "roles/scidb_coordinator/tasks/main.yml", "content": "---\n- name: Install Package\n sudo: true\n sudo_user: root\n yum:\n name: \"scidb-{{ scidb.version }}-all-coord\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1499, "all_permissive": false }
ansible_role
serverhorror/ansible-deployment-scidb
f366e253f792d2151fac0ec3d1b7766c94873794
0
roles/scidb_worker
8,040
[ "no_license" ]
[ { "path": "roles/scidb_worker/meta/main.yml", "content": "---\ndependencies:\n - role: epel\n - role: scidb_base\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/scidb_worker/tasks/main.yml", "content": "---\n- name: Install Package\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 181, "all_permissive": false }
ansible_role
serverhorror/ansible-deployment-scidb
f366e253f792d2151fac0ec3d1b7766c94873794
0
roles/ssh
8,040
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Collect Public SSH Keys\n sudo: true\n sudo_user: root\n template:\n dest: \"/etc/ssh/ssh_known_hosts\"\n src: \"known_hosts.j2\"\n mode: \"0644\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 624, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/debian_init
8,040
[ "no_license" ]
[ { "path": "roles/debian_init/templates/hosts.j2", "content": "127.0.0.1 localhost\n127.0.1.1 {{ ansible_fqdn }} {{ ansible_hostname }}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-allnodes...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 892, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/debian_upgrade
8,040
[ "no_license" ]
[ { "path": "roles/debian_upgrade/tasks/main.yml", "content": "---\n- name: Get os\n ansible.builtin.shell:\n cmd: set -o pipefail && cat /etc/os-release | grep VERSION_CODENAME | tr -d '\"' | awk -F= '{printf $2}'\n executable: /bin/bash\n register: os\n changed_when: false\n- name: Check os\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1875, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/munge
8,040
[ "no_license" ]
[ { "path": "roles/munge/tasks/main.yml", "content": "---\n- name: Init Munge Requirements\n ansible.builtin.include_tasks: init.yml\n when: '\"slurm_nodes\" in group_names'\n\n- name: Generate Munge Key\n ansible.builtin.include_tasks: key.yml\n\n- name: Copy munge key to others\n ansible.builtin.copy:\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1551, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/nfs
8,040
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n- name: Apt update\n ansible.builtin.include_tasks: common.yml\n\n- name: Install NFS for server and setup for shared directories\n ansible.builtin.include_tasks: server.yml\n when: '\"hpc_storage\" in group_names and nfs_admin'\n\n- name: Create NFS...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6213, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/service_restart
8,040
[ "no_license" ]
[ { "path": "roles/service_restart/tasks/main.yml", "content": "- name: Restart service\n ansible.builtin.systemd:\n name: \"{{ service }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/slurm_config
8,040
[ "no_license" ]
[ { "path": "roles/slurm_config/tasks/control.yml", "content": "---\n- name: Create necessary file for slurmctld\n ansible.builtin.file:\n path: /var/log/slurmctld.log\n state: touch\n owner: slurm\n group: slurm\n mode: '0644'\n- name: Create necessary directory for slurmctld\n ansible.built...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8677, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/slurm_install
8,040
[ "no_license" ]
[ { "path": "roles/slurm_install/tasks/db.yml", "content": "---\n- name: Apt-get update\n ansible.builtin.apt:\n update_cache: true\n- name: Install mariadb-server and mysql_config\n ansible.builtin.apt:\n pkg:\n - mariadb-server\n - default-libmysqlclient-dev\n\n- name: Copy Slurm recommend...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 9029, "all_permissive": false }
ansible_role
ExplorerRay/slurm-playbooks
991803b06094a1b81dbc1306467eb1be6cd06004
0
roles/slurm_remove
8,040
[ "no_license" ]
[ { "path": "roles/slurm_remove/defaults/main.yml", "content": "---\nslurm_remove_packages:\n - slurm-smd\n - slurm-smd-build-deps\n - slurm-smd-slurmdbd\n - slurm-smd-slurmd\n - slurm-smd-slurmctld\n - slurm-smd-client\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": 430, "all_permissive": false }
ansible_role
FreifunkMD/backend-ffmd
0f35a1f112cc16ff58e644988dd6124c294ff8c3
0
roles/apache
8,046
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Ensure Apache2 and modules are installed and up to date\n apt:\n name:\n - apache2\n state: present\n\n- name: Ensure necessary modules are enabled\n apache2_module:\n name: \"{{ item }}\"\n state: present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
FreifunkMD/backend-ffmd
0f35a1f112cc16ff58e644988dd6124c294ff8c3
0
roles/apache_letsencrypt
8,046
[ "no_license" ]
[ { "path": "roles/apache_letsencrypt/templates/letsencrypt-directory.conf.j2", "content": "<Directory {{ dehydrated_location }}/challenge>\n Require all granted\n</Directory>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/apache_lets...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 905, "all_permissive": false }
ansible_role
FreifunkMD/backend-ffmd
0f35a1f112cc16ff58e644988dd6124c294ff8c3
0
roles/service-ssh
8,046
[ "no_license" ]
[ { "path": "roles/service-ssh/tasks/main.yml", "content": "---\n- name: Configure SSHd\n include_role:\n name: sshd\n vars:\n openssh_port: 22\n openssh_address_family: any\n openssh_listen_address:\n - '0.0.0.0'\n - '::'\n openssh_permit_root_login: \"no\"\n openssh_pub_key_aut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
FreifunkMD/backend-ffmd
0f35a1f112cc16ff58e644988dd6124c294ff8c3
0
roles/setup_http_site_proxy
8,046
[ "no_license" ]
[ { "path": "roles/setup_http_site_proxy/tasks/main.yml", "content": "---\n- name: Add or update Apache2 site\n template:\n src: templates/apache-docker-proxy-site.j2\n dest: /etc/apache2/sites-available/{{ site_name }}.conf\n mode: \"0644\"\n notify: restart apache2\n\n- name: Activate Apache2 sit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3013, "all_permissive": false }
ansible_role
FreifunkMD/backend-ffmd
0f35a1f112cc16ff58e644988dd6124c294ff8c3
0
roles/system-basic
8,046
[ "no_license" ]
[ { "path": "roles/system-basic/tasks/main.yml", "content": "- name: Install Common Packages\n package:\n state: present\n name:\n - molly-guard\n - debian-goodies\n - figlet\n - ntp\n - strace\n - sudo\n - lsof\n - htop\n - sysstat\n - iotop\n - i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1209, "all_permissive": false }
ansible_role
FreifunkMD/backend-ffmd
0f35a1f112cc16ff58e644988dd6124c294ff8c3
0
roles/system-docker
8,046
[ "no_license" ]
[ { "path": "roles/system-docker/tasks/main.yml", "content": "# This file is a mash-up of:\n# https://github.com/geerlingguy/ansible-role-docker/blob/master/tasks/docker-compose.yml\n# https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-debian-9\n# and our own stuff …\n---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2613, "all_permissive": false }
ansible_role
FreifunkMD/backend-ffmd
0f35a1f112cc16ff58e644988dd6124c294ff8c3
0
roles/users
8,046
[ "no_license" ]
[ { "path": "roles/users/handlers/main.yml", "content": "---\n- name: Update aliases\n shell: which newaliases && newaliases || true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/users/tasks/main.yml", "content": "---\n\n- name: Ensure...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1326, "all_permissive": false }
ansible_role
wsunccake/myNote
0ea6ebedd06726971187cd589f8256d0e97ef9a8
1
os/linux/serivce/ansible/project/roles/docker
8,046
[ "no_license" ]
[ { "path": "os/linux/serivce/ansible/project/roles/docker/tasks/main.yml", "content": "---\n- fail: \n msg: OS don't support\n when:\n - ansible_distribution != '{{ os_distro }}'\n - ansible_distribution_major_version != '{{ os_version }}'\n\n- yum:\n name: epel-release\n state: installed\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1227, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/devops
8,046
[ "no_license" ]
[ { "path": "roles/devops/vars/main.yml", "content": "---\nterraform:\n bin_path: /usr/local/bin\n version: 1.2.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/devops/tasks/main.yml", "content": "---\n- name: Obtain Terraform version\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2049, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/elasticsearch
8,046
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Install elastic PGP key\n rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Install elastic repository\n yum_repository:\n name: elasticsearch-6.x\n state: present\n descrip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/elixir
8,046
[ "no_license" ]
[ { "path": "roles/elixir/tasks/main.yml", "content": "---\n- name: Install elixir\n dnf:\n name:\n - elixir\n - erlang-dialyzer\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/fish
8,046
[ "no_license" ]
[ { "path": "roles/fish/templates/fish_user_key_bindings.fish.j2", "content": "function fish_user_key_bindings\n fzf_key_bindings\nend\n\n# vim:set filetype=fish: #\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/fish/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1018, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/flatpak
8,046
[ "no_license" ]
[ { "path": "roles/flatpak/tasks/main.yml", "content": "---\n- name: Install flathub repo\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo\n\n- name: Remove filter from flathub repo\n shell: flatpak remote-modify fl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/git
8,046
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Generate git config directories\n file:\n path: \"/home/{{ ansible_user }}/{{ item }}\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0755\n state: directory\n with_items:\n - .config/git\n - .git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1953, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/gnome
8,046
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "---\n- name: Remove redundant software\n dnf:\n name:\n - gnome-documents\n - gnome-shell-extension-alternate-tab\n - gnome-shell-extension-apps-menu\n - gnome-shell-extension-background-logo\n - gnome-shell-extension-launch-ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3428, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/gog
8,046
[ "no_license" ]
[ { "path": "roles/gog/tasks/main.yml", "content": "---\n- name: Install dependecies\n dnf:\n name:\n - openal-soft\n\n- name: Install 32-bit dependecies\n dnf:\n name:\n - libglvnd-glx.i686\n - libXcursor.i686\n - libXrandr.i686\n - libXinerama.i686\n - glibc-devel.i686\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/inputrc
8,046
[ "no_license" ]
[ { "path": "roles/inputrc/tasks/main.yml", "content": "---\n- name: Enable visible bell style\n lineinfile:\n dest: /etc/inputrc\n regexp: \"set bell-style\"\n line: \"set bell-style visible\"\n state: present\n insertbefore: BOF\n\n# https://unix.stackexchange.com/questions/296822/readline-t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2344, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/kitty
8,046
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "---\n- name: Install kitty\n dnf:\n name: kitty\n state: present\n\n- name: Generate Onehalf Colorscheme\n template:\n src: onehalf.conf.j2\n dest: \"/home/{{ ansible_user }}/.config/kitty/onehalf-light.conf\"\n owner: \"{{ ansible_user }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/mise
8,046
[ "no_license" ]
[ { "path": "roles/mise/tasks/main.yml", "content": "---\n- name: Enable mise repository\n yum_repository:\n name: mise\n description: mise\n baseurl: https://mise.jdx.dev/rpm\n enabled: yes\n gpgcheck: yes\n gpgkey: https://mise.jdx.dev/rpm/gpg-key.pub\n\n- name: Install mise\n dnf:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 842, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/neovim
8,046
[ "no_license" ]
[ { "path": "roles/neovim/templates/lua/plugins/fugitive-config.lua.j2", "content": "-- Auto-clean fugitive buffers (Vimcast#34)\nvim.cmd([[ autocmd BufReadPost fugitive://* set bufhidden=delete ]])\n\n-- vim:set filetype=lua:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 13932, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/onepassword
8,046
[ "no_license" ]
[ { "path": "roles/onepassword/vars/main.yml", "content": "---\nonepassword:\n bin_path: /usr/local/bin\n version: 0.4.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/onepassword/tasks/main.yml", "content": "---\n- name: Obtain 1passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 697, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/postgres
8,046
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Install Postgres\n dnf:\n name:\n - postgresql\n - postgresql-server\n - postgresql-contrib\n - postgresql-devel\n - python3-psycopg2\n state: present\n\n- name: Initialize Postgres\n command: postgresql-set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1037, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/power
8,046
[ "no_license" ]
[ { "path": "roles/power/tasks/main.yml", "content": "---\n- name: Install software for power management\n dnf:\n name:\n - tlp\n - powertop\n state: present\n\n- name: Start and enable tlp\n systemd:\n name: tlp\n enabled: yes\n state: started\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
jandudulski/dotfiles
79fbff7d0cfb261943f83d8a11891ca9eae83be5
6
roles/setup
8,046
[ "no_license" ]
[ { "path": "roles/setup/meta/main.yml", "content": "---\ndependencies:\n - copr\n - fish\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Install RPM Fusion repositories\n dnf:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1225, "all_permissive": false }
ansible_role
radez/ocp-rhv-hybrid
f535602deac956fa869756cac57adecdd58cc26d
0
roles/base_config
8,046
[ "no_license" ]
[ { "path": "roles/base_config/tasks/10_configure_corp_repos.yml", "content": "- name: Download rhel_86_engine_x86.repo\n ansible.builtin.get_url:\n url: \"{{ repo_api }}/rhel_86_engine_x86.repo\"\n dest: /etc/yum.repos.d/rhel_86_engine_x86.repo\n when: '\"ovirtengine\" in group_names'\n\n- name: Down...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1417, "all_permissive": false }
ansible_role
radez/ocp-rhv-hybrid
f535602deac956fa869756cac57adecdd58cc26d
0
roles/build_inventory
8,046
[ "no_license" ]
[ { "path": "roles/build_inventory/tasks/10_load_inventory.yml", "content": "- name: Create temporary directory for inventory\n tempfile:\n state: directory\n register: inventory_tempdir\n when: inventory_hostname != 'localhost'\n\n- name: set fact for inv file\n set_fact:\n \"{{ item.name }}\": \"{...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5688, "all_permissive": false }
ansible_role
radez/ocp-rhv-hybrid
f535602deac956fa869756cac57adecdd58cc26d
0
roles/engine_config
8,046
[ "no_license" ]
[ { "path": "roles/engine_config/defaults/main.yml", "content": "---\nshare: \"/srv/data\"\noptions: \"*(rw,insecure,no_root_squash)\"\npermission: '0775'\n\novirt_engine_setup_version: '4.5'\novirt_engine_setup_organization: 'rhv.redhat.com'\novirt_engine_setup_product_type: 'rhv'\n\novirt_engine_setup_admin...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1616, "all_permissive": false }
ansible_role
radez/ocp-rhv-hybrid
f535602deac956fa869756cac57adecdd58cc26d
0
roles/engine_resources
8,046
[ "no_license" ]
[ { "path": "roles/engine_resources/tasks/20_create_vms.yml", "content": "- ovirt.ovirt.ovirt_vm:\n state: present\n cluster: Default\n name: \"{{ 'worker-%03d' | format(item) }}\"\n template: worker\n auth: \"{{ ovirt_auth }}\"\n async: 120\n poll: 0\n loop: \"{{ range(1, worker_vm_count + ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3916, "all_permissive": false }
ansible_role
radez/ocp-rhv-hybrid
f535602deac956fa869756cac57adecdd58cc26d
0
roles/hosts_setup
8,046
[ "no_license" ]
[ { "path": "roles/hosts_setup/tasks/10_install_vdsm_hook.yml", "content": "- name: Install vdsm-hook-localdisk\n ansible.builtin.dnf:\n name:\n - vdsm-hook-localdisk\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "rol...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
polkachu/sui-operator
b5f1eadb4a83cba94ca213b87269d264bc9c5357
0
roles/sui_install_node
8,046
[ "no_license" ]
[ { "path": "roles/sui_install_node/tasks/main.yml", "content": "---\n- name: Clone node repo\n git:\n repo: '{{ sui_repo }}'\n dest: '{{ sui_directory }}'\n version: '{{ sui_version }}'\n update: true\n force: true\n recursive: false\n\n- name: Build node binary\n command: '{{ item }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
polkachu/sui-operator
b5f1eadb4a83cba94ca213b87269d264bc9c5357
0
roles/sui_restart
8,046
[ "no_license" ]
[ { "path": "roles/sui_restart/tasks/main.yml", "content": "---\n- name: Restart aptos\n become: true\n systemd:\n name: 'sui'\n daemon_reload: true\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
m-ahmedy/t3c8-ansible-activity
7c0708e1ca2e56492c561e9062ea47aac37ab5db
0
roles/install_nodejs
8,046
[ "no_license" ]
[ { "path": "roles/install_nodejs/tasks/main.yml", "content": "- name: Install Node.js LTS\n become: true\n shell: |\n # From NodeSource\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\n sudo apt-get install -y nodejs\n \n- name: Verify Node.js installation\n shell: |\n no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M02_best_practices_demos/order-of-execution/roles/role1
8,046
[ "no_license" ]
[ { "path": "M02_best_practices_demos/order-of-execution/roles/role1/tasks/main.yml", "content": "---\n# tasks file for role1\n- name: Show role 1 executes\n debug:\n msg: \"Show role 1 executes\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M02_best_practices_demos/order-of-execution/roles/role2
8,046
[ "no_license" ]
[ { "path": "M02_best_practices_demos/order-of-execution/roles/role2/tasks/main.yml", "content": "---\n# tasks file for role2\n- name: Show role 2 executes\n debug:\n msg: \"Show role 2 executes\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M02_lab_solution_best_practices/3tier_roles/roles/checks
8,046
[ "no_license" ]
[ { "path": "M02_lab_solution_best_practices/3tier_roles/roles/checks/tasks/main.yaml", "content": "---\n\n- name: check tomcat serving via haproxy\n uri:\n url: http://frontend1.{{ GUID }}.example.opentlc.com/ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M02_lab_solution_best_practices/3tier_roles/roles/frontend-tier
8,046
[ "no_license" ]
[ { "path": "M02_lab_solution_best_practices/3tier_roles/roles/frontend-tier/tasks/main.yml", "content": "---\n- name: Install {{ load_balancer }}\n package:\n name: \"{{ load_balancer }}\"\n state: present\n\n- name: Enable {{ load_balancer }} at boot\n service:\n name: \"{{ load_balancer }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M02_lab_solution_best_practices/3tier_roles/roles/osp-inventory
8,046
[ "no_license" ]
[ { "path": "M02_lab_solution_best_practices/3tier_roles/roles/osp-inventory/vars/main.yml", "content": "---\n# vars file for osp-facts", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "M02_lab_solution_best_practices/3tier_roles/roles/osp-inventory/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M03_lab_solution_windows/roles/win-ad-install
8,046
[ "no_license" ]
[ { "path": "M03_lab_solution_windows/roles/win-ad-install/tasks/main.yml", "content": "- name: Install AD-Domain-Services feature\n win_feature:\n name: AD-Domain-Services\n include_management_tools: yes\n include_sub_features: yes\n\n- name: reboot once DC created\n win_reboot:\n\n- name: Setup Acti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 770, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M03_lab_solution_windows/roles/win-ad-user
8,046
[ "no_license" ]
[ { "path": "M03_lab_solution_windows/roles/win-ad-user/tasks/main.yml", "content": "---\n# tasks file for roles/win_ad_user\n- name: Create windows domain group\n win_domain_group:\n state: present\n name: \"{{ item.group_name }}\"\n scope: \"{{ item.group_scope }}\"\n loop: \"{{ user_info...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M03_lab_solution_windows/roles/win-service-config
8,046
[ "no_license" ]
[ { "path": "M03_lab_solution_windows/roles/win-service-config/tasks/main.yml", "content": "---\n- name: Downgrade chocolatey to fix ansible bug\n win_chocolatey:\n name: chocolatey\n state: downgrade\n version: 0.10.11\n\n- name: Install Windows package\n win_chocolatey:\n state: present\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M05_lab_solution_openstack/roles/osp-inventory
8,046
[ "no_license" ]
[ { "path": "M05_lab_solution_openstack/roles/osp-inventory/templates/lab_inventory.j2", "content": "{% for item in groups | sort if item != \"jumpbox\" %}\n\n[{{item}}]\n{% for entry in groups[item] | sort if entry != \"workstation\" %}\n{{ entry }} \n{% endfor %}\n{% endfor %}\n\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1047, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M05_lab_solution_openstack/roles/print-inventory
8,046
[ "no_license" ]
[ { "path": "M05_lab_solution_openstack/roles/print-inventory/handlers/main.yml", "content": "---\n# handlers file for print-inventory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "M05_lab_solution_openstack/roles/print-inventory/defaults/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1149, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M05_lab_solution_openstack/roles/tok-instances
8,046
[ "no_license" ]
[ { "path": "M05_lab_solution_openstack/roles/tok-instances/templates/floating_ip.j2", "content": "{{ r_floating_ips | to_nice_json }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "M05_lab_solution_openstack/roles/tok-instances/defaults/main.yml...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6888, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M05_lab_solution_openstack/roles/workstation-setup
8,046
[ "no_license" ]
[ { "path": "M05_lab_solution_openstack/roles/workstation-setup/files/clouds.yaml", "content": "clouds:\n ospcloud:\n auth:\n auth_url: http://192.168.0.20:5000/\n password: <PASSWORD>!\n project_name: admin\n username: admin\n identity_api_version: '3.0'\n region_name: RegionOne...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1778, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
M06_lab_solution_tower/roles/samdoran.pgsql_replication
8,046
[ "no_license" ]
[ { "path": "M06_lab_solution_tower/roles/samdoran.pgsql_replication/tasks/pgsql_version.yml", "content": "- name: Get PGSQL version\n command: psql --version\n changed_when: false\n check_mode: false\n register: pgsql_version_check\n tags:\n - always\n\n- name: Set PGSQL version\n set_fact:\n pgs...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 5706, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
bad-ansible/roles/cleaner
8,046
[ "no_license" ]
[ { "path": "bad-ansible/roles/cleaner/tasks/main.yml", "content": "---\n# Initial, common, system setup steps\n\n- name: reverse the enabling of sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: 'Defaults\\s*!requiretty'\n replace: '^Defaults requiretty'\n back...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
redhat-gpte-devopsautomation/ansible_advanced_bootcamp
0b4860961ae4c308f409db08934c12219f9c63c5
10
bonus/work_in_progress/expose_openstack_horizon/roles/tok.haproxy
8,046
[ "no_license" ]
[ { "path": "bonus/work_in_progress/expose_openstack_horizon/roles/tok.haproxy/defaults/main.yml", "content": "Load_balancer: haproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "bonus/work_in_progress/expose_openstack_horizon/roles/tok.haproxy/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 965, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/ELK_CENTOS
8,046
[ "no_license" ]
[ { "path": "roles/ELK_CENTOS/defaults/main.yml", "content": "---\n# defaults file for roles/Elk_Monitoring_Centos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/ELK_CENTOS/vars/main.yml", "content": "---\n# vars file for roles/Elk_Monitor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 849, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/ELK_UBUNTU
8,046
[ "no_license" ]
[ { "path": "roles/ELK_UBUNTU/handlers/main.yml", "content": "---\n# handlers file for roles/Elk_Monitoring_Ubuntu", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/ELK_UBUNTU/vars/main.yml", "content": "---\n# vars file for roles/Elk_Monitor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 904, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/Grafana_CENTOS
8,046
[ "no_license" ]
[ { "path": "roles/Grafana_CENTOS/defaults/main.yml", "content": "---\n# defaults file for roles/Grafana_Monitoring_Centos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/Grafana_CENTOS/tests/test.yml", "content": "---\n- hosts: localhost\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 512, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/Grafana_UBUNTU
8,046
[ "no_license" ]
[ { "path": "roles/Grafana_UBUNTU/tasks/main.yml", "content": "---\n# tasks file for roles/Grafana_Monitoring_Ubuntu\n- name: Adding the key\n apt_key:\n url: https://packages.grafana.com/gpg.key\n state: present\n\n- name: Add to grafana repo\n shell: echo \"deb https://packages.grafana.com/oss/deb s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 710, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/Nagios_CENTOS
8,046
[ "no_license" ]
[ { "path": "roles/Nagios_CENTOS/tasks/main.yml", "content": "---\n# tasks file for roles/Nagios_Monitoring_Centos\n- name: Installing dependencies\n yum:\n name:\n - perl\n - gcc\n - glibc\n - glibc-common\n - unzip\n - php\n - gd\n - gd-devel\n - postfix\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1584, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/Nagios_UBUNTU
8,046
[ "no_license" ]
[ { "path": "roles/Nagios_UBUNTU/handlers/main.yml", "content": "---\n# handlers file for roles/Nagios_Monitoring_Ubuntu", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/Nagios_UBUNTU/vars/main.yml", "content": "---\n# vars file for roles/Na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1172, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/Prometheus_CENTOS
8,046
[ "no_license" ]
[ { "path": "roles/Prometheus_CENTOS/handlers/main.yml", "content": "---\n# handlers file for roles/Prometheus_Monitoring_Centos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/Prometheus_CENTOS/vars/main.yml", "content": "---\n# vars file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 575, "all_permissive": false }
ansible_role
VaughnCruz/HOA-4.1
b8843a866fdb67468e62833d4679b6bf567cd16c
0
roles/Prometheus_UBUNTU
8,046
[ "no_license" ]
[ { "path": "roles/Prometheus_UBUNTU/tasks/main.yml", "content": "---\n# tasks file for roles/Prometheus_Monitoring_Ubuntu\n- name: Installation of prometheus\n apt:\n name:\n - prometheus\n - prometheus-node-exporter\n\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 423, "all_permissive": false }
ansible_role
anirisam1/terraform
12770483dc6f9acb7b2507d12891cb005a6433ae
0
roles/terraform_test
8,046
[ "no_license" ]
[ { "path": "roles/terraform_test/tasks/main.yml", "content": " - name: copy repo conf\n copy:\n src: nginx_repo.conf\n dest: /etc/yum.repos.d/nginx.repo\n owner: root\n group: root\n mode: 0644\n\n - name: install repo utils\n yum: \n name: yum-utils\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
bpinto515/semaphore_test
724aa282c8450c48297ef7e2eafde2da3f4f5f5a
0
roles/ping
8,046
[ "no_license" ]
[ { "path": "roles/ping/tasks/main.yml", "content": "---\n- name: Ping Google\n command: \"ping -c 4 www.google.com\"\n register: banana\n \n- name: Print\n debug:\n var: banana.stdout_lines", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
abisekwins29/ansible
f3c906912c3c42eaadeb6e179dc7d9d6365494a1
0
roles/poc
8,046
[ "no_license" ]
[ { "path": "roles/poc/vars/main.yml", "content": "---\n# vars file for poc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/poc/tasks/main.yml", "content": "---\n# tasks file for poc\n\n- name: Creates directory\n file:\n path: /tmp/ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 241, "all_permissive": false }
ansible_role
Otus-DevOps-2023-11/koreni2000_microservices
635f6b474fc2c802b0d351c45780ef93e9d4b5e9
0
docker/docker-monolith/infra/ansible/roles/install_docker
8,046
[ "no_license" ]
[ { "path": "docker/docker-monolith/infra/ansible/roles/install_docker/tasks/main.yml", "content": "---\n# tasks file for install_docker\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n apt_repository:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
Otus-DevOps-2023-11/koreni2000_microservices
635f6b474fc2c802b0d351c45780ef93e9d4b5e9
0
docker/docker-monolith/infra/ansible/roles/run_app_image
8,046
[ "no_license" ]
[ { "path": "docker/docker-monolith/infra/ansible/roles/run_app_image/defaults/main.yml", "content": "---\n# defaults file for run_app_image\ndocker_image: \"koreni/otus-reddit:1.0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "docker/docker-mon...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 453, "all_permissive": false }
ansible_role
Luxoft/cordentity-poc-supply-chain
99a762973d1dc3b931402651891643eca820bc7c
22
devops/ansible/roles/indyagents
8,046
[ "no_license" ]
[ { "path": "devops/ansible/roles/indyagents/tasks/main.yml", "content": "---\n- name: Clean docker containers\n command: docker rm -f agent94 agent95 agent96 agentInitiator\n ignore_errors: True\n\n- name: Download docker-compose\n become: yes\n command: curl -L https://github.com/docker/compose/releases...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
Luxoft/cordentity-poc-supply-chain
99a762973d1dc3b931402651891643eca820bc7c
22
devops/ansible/roles/indypool
8,046
[ "no_license" ]
[ { "path": "devops/ansible/roles/indypool/tasks/main.yml", "content": "---\n- name: Clean docker containers\n command: docker rm -f indypool\n ignore_errors: True\n\n- name: Start Indy Pool\n command: docker run -d -p 9701-9708:9701-9708 --restart=always --name indypool teamblockchain/indy-pool:1.7.0\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
Luxoft/cordentity-poc-supply-chain
99a762973d1dc3b931402651891643eca820bc7c
22
devops/ansible/roles/monolith
8,046
[ "no_license" ]
[ { "path": "devops/ansible/roles/monolith/tasks/main.yml", "content": "---\n\n- name: Update /etc/hosts\n become: yes\n lineinfile:\n path: /etc/hosts\n regexp: '^127\\.0\\.0\\.1 supplychain'\n line: '127.0.0.1 supplychain'\n owner: root\n group: root\n mode: 0644\n\n- name: Clean docker ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1699, "all_permissive": false }
ansible_role
Luxoft/cordentity-poc-supply-chain
99a762973d1dc3b931402651891643eca820bc7c
22
devops/ansible/roles/ubuntu-add-luxoft-ca
8,046
[ "no_license" ]
[ { "path": "devops/ansible/roles/ubuntu-add-luxoft-ca/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Install Luxoft CA certificates\n company: Luxoft\n license: Apache\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n - all\n galaxy_tags: [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 520, "all_permissive": false }
ansible_role
Luxoft/cordentity-poc-supply-chain
99a762973d1dc3b931402651891643eca820bc7c
22
devops/ansible/roles/ubuntu-ansible-req
8,046
[ "no_license" ]
[ { "path": "devops/ansible/roles/ubuntu-ansible-req/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Install ansible required files on target host systems via apt\n company: Luxoft\n license: Apache\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 475, "all_permissive": false }
ansible_role
Luxoft/cordentity-poc-supply-chain
99a762973d1dc3b931402651891643eca820bc7c
22
devops/ansible/roles/ubuntu-docker-engine
8,046
[ "no_license" ]
[ { "path": "devops/ansible/roles/ubuntu-docker-engine/vars/main.yml", "content": "---\n# vars file for stub\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "devops/ansible/roles/ubuntu-docker-engine/defaults/main.yml", "content": "---\n# defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1836, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/aws
8,041
[ "no_license" ]
[ { "path": "roles/aws/tasks/vpc.yml", "content": "---\n\n- name: Create AWS VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ ec2_region }}\"\n tags: \"{{ vpc_resource_tags }}\"\n tenancy: default\n register: vpc\n\n- debug: var=vpc verbosity...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4415, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/dcos
8,041
[ "no_license" ]
[ { "path": "roles/dcos/defaults/main.yml", "content": "---\nbootstrap_port: 9000\nbootstrap_script: dcos_install.sh\ndcos_temp_dir: /tmp/dcos\nbootstrap_url: \"http://{{ hostvars[groups['tag_dcos_bootstrap'][0]]['ansible_eth0']['ipv4']['address'] }}:{{ bootstrap_port }}/{{ bootstrap_script }}\"\n\n", "li...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2356, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/dcos_bootstrap
8,041
[ "no_license" ]
[ { "path": "roles/dcos_bootstrap/templates/config.yaml.j2", "content": "---\nagent_list:\n{% if groups.tag_dcos_slave is defined %}\n{% for item in groups.tag_dcos_slave %}\n- {{hostvars[item]['ec2_private_ip_address']}}\n{% endfor %}\n{% endif %}\n{% if groups.tag_dcos_slave_public is defined %}\n{% for ite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2345, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/dcos_controller
8,041
[ "no_license" ]
[ { "path": "roles/dcos_controller/tasks/install_demos.yml", "content": "---\n\n- name: Install marathon-lb load balancer\n command: dcos package install --yes marathon-lb\n\n- name: Wait a bit for the package install to complete\n pause: seconds=30\n\n- name: Scale the martathon-lb to run on each public ag...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4563, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/docker
8,041
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: include platform specific tasks & variables.\n include: \"{{ ansible_distribution }}/main.yml\"\n\n- name: add apparmor\n become: yes\n become_method: sudo\n package: name=apparmor state=latest\n when: install_apparmor == true\n\n- nam...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 5015, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/java
8,041
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "# Copied from https://github.com/malk/ansible-java8-oracle/blob/master/tasks/main.yml\n---\n- name: Install add-apt-repostory\n become: yes\n become_method: sudo\n apt: name=software-properties-common state=latest\n\n- name: Add Oracle Java Repository\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/k8s
8,041
[ "no_license" ]
[ { "path": "roles/k8s/defaults/main.yml", "content": "---\ngo_lang_url: https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz\ngo_download_dir: /tmp/go1.6.linux-amd64.tar.gz\n\nk8s_git_repo: https://github.com/kubernetes/kubernetes\nk8s_checkout_dir: /k8s/k8s\n\netcd_name: etcd\netcd_image: quay.io/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1848, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/marathon
8,041
[ "no_license" ]
[ { "path": "roles/marathon/defaults/main.yml", "content": "---\nmarathon_playbook_version: \"0.3.2\"\nmarathon_version: \"0.8.1\"\n\n# Debian: Mesosphere apt repository URL\nmarathon_apt_package: \"marathon={{ marathon_version }}-1.*\"\nmarathon_apt_repo: \"deb http://repos.mesosphere.com/{{ansible_distribut...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3839, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/mesos
8,041
[ "no_license" ]
[ { "path": "roles/mesos/tasks/Debian.yml", "content": "---\n- name: Add apt-key\n become: yes\n become_method: sudo\n apt_key: id=E56151BF keyserver=keyserver.ubuntu.com state=present\n\n- name: Add mesosphere repo\n become: yes\n become_method: sudo\n apt_repository: repo='deb {{ mesosphere_apt_url }}...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5437, "all_permissive": false }
ansible_role
olatheander/ansible-cloud
08594b7fda6c256d9a78a3e97ad94bf6d6e4425d
0
roles/zookeeper
8,041
[ "no_license" ]
[ { "path": "roles/zookeeper/handlers/main.yml", "content": "---\n- name: Restart zookeeper\n service: name=zookeeper state=restarted\n become: yes\n become_method: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/zookeeper/tasks/Debi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1245, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/1password
8,041
[ "no_license" ]
[ { "path": "roles/1password/tasks/main.yml", "content": "- name: Perform 1Password Agent configuration.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"1Password | Load Role Variables.\"\n ansible.builtin.include...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1022, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/defaults
8,041
[ "no_license" ]
[ { "path": "roles/defaults/tasks/main.yml", "content": "---\n- name: Set MacOs Defaults.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"MacOs Defaults | Load Role Variables.\"\n ansible.builtin.include_vars: rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2406, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/fish
8,041
[ "no_license" ]
[ { "path": "roles/fish/tasks/main.yml", "content": "---\n- name: Perform Fish Shell configuration.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"Fish | Ensure fish shell is installed\"\n homebrew:\n name: fish...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1745, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/git
8,041
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Perform Git configuration.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"Git | Load Role Variables.\"\n ansible.builtin.include_vars: role_vars/git_va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/packages
8,041
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Perform Homebrew Prerequisites.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"Homebrew Prerequisites | Load Role Variables.\"\n ansible.builtin.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5186, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/repos
8,041
[ "no_license" ]
[ { "path": "roles/repos/tasks/main.yml", "content": "---\n- name: Perform Dotfiles Configuration.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"Repos | Load Role Variables.\"\n ansible.builtin.include_vars: rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1877, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/ssh
8,041
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Perform SSH configuration.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"SSH | Load Role Variables.\"\n ansible.builtin.include_vars: role_vars/ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1958, "all_permissive": false }
ansible_role
msveinsson/ansible-mac-setup
0ad8d9143c4fda44031a4d7b156586b48365db76
0
roles/tmux
8,041
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Perform Tmux configuration.\n become: \"{{ (user_info.user_name != ansible_user_id) | bool }}\"\n become_user: \"{{ user_info.user_name }}\"\n block:\n - name: \"Tmux | Ensure Tmux is installed\"\n homebrew:\n name: tmux\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1029, "all_permissive": false }
ansible_role
alwaysmadhu/ansible_fournine
51ef16706c758614d798a5aacf58f4d0fee57466
0
roles/apache
8,041
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Apache\n apt:\n name: apache2\n state: present\n\n- name: Ensure apache is running\n service:\n name: apache2\n state: started\n enabled: yes\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
alwaysmadhu/ansible_fournine
51ef16706c758614d798a5aacf58f4d0fee57466
0
roles/apache-proxy
8,041
[ "no_license" ]
[ { "path": "roles/apache-proxy/tasks/main.yml", "content": "---\n- name: Enable Apache Modules\n apache2_module:\n name: \"{{ item }}\"\n state: present\n loop:\n - proxy\n - proxy_http\n - proxy_html\n - headers\n\n- name: Copy Reverse Proxy Conf \n template:\n src: reverse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 420, "all_permissive": false }
ansible_role
alwaysmadhu/ansible_fournine
51ef16706c758614d798a5aacf58f4d0fee57466
0
roles/logrotate
8,041
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n- name: Install logrotate\n apt:\n name: logrotate\n state: present\n\n- name: create a log file\n file:\n path: /var/log/test.log\n state: touch\n mode: \"0644\"\n\n- name: create logrotate conf file\n file:\n path: /etc/logr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 549, "all_permissive": false }