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
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/kubernetes
7,731
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "# Preparation tasks to install k3s\n- name: Create the whole path /var/lib/rancher/k3s/server/manifests\n \n file:\n state: directory\n recurse: true\n path: \"{{var}}/lib/rancher/k3s/server/manifests\"\n\n- name: Create the file traefik-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/mailbox
7,731
[ "no_license" ]
[ { "path": "roles/mailbox/tasks/main.yml", "content": "- name: Install epel-release and dnf-plugins-core \n dnf:\n name: \"{{item}}\"\n state: latest\n with_items:\n - epel-release\n - dnf-plugins-core\n\n- name: Install lot of package for the creation of the mailbox\n dnf:\n name: \"{{item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3671, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/monitoring
7,731
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yaml", "content": "- name: open the port 514 with firewalld\n firewalld:\n port: 514/tcp\n permanent: true\n state: enabled\n immediate: true\n notify: 'reload firewall'\n\n- name: Comment and uncomment some line in /etc/rsyslog.conf\n template:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1193, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/obj_storage
7,731
[ "no_license" ]
[ { "path": "roles/obj_storage/tasks/main.yml", "content": "- name: Install the binary download minio, minio-binaries\n command: curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o {{home}}/minio-binaries/mc\n\n- name: Change the mode of the downloaded file\n file:\n path: \"{{home}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/postfix
7,731
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "- name: Install postfix\n dnf:\n name: postfix\n state: latest\n\n- name: Open the port:25\n firewalld:\n port: 25/tcp\n permanent: true\n state: enabled\n immediate: true\n\n- name: Reload the firewall\n service:\n name: firewall...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/proxy
7,731
[ "no_license" ]
[ { "path": "roles/proxy/tasks/main.yml", "content": "- name: Install Python\n dnf:\n name: python3-pip\n state: latest\n\n- name: Install flask\n pip:\n name: flask\n state: latest\n\n- name: Create a random python file\n template:\n src: python_flask.j2\n dest: \"{{home}}/website.py\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1808, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/samba
7,731
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "- name: Install some package for the samba filesystem\n dnf:\n name: \"{{item}}\"\n state: latest\n with_items:\n - samba\n - samba-common\n - samba-client\n - cifs-utils\n\n- name: Create the directory for samba in /shares/samba\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1375, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/tls
7,731
[ "no_license" ]
[ { "path": "roles/tls/templates/proxy.conf.j2", "content": "<VirtualHost *:80>\n ServerName proxy.{{hostname}}.{{domain_name}}\n # ServerName sets the name to listen for with requests\n ErrorLog /var/log/httpd/proxy-error_log\n CustomLog /var/log/httpd/proxy-access_log common\n ForensicLog /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4972, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/traefik
7,731
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "- name: Create the directory for traefik in /etc\n file:\n state: directory\n path: \"{{etc}}/traefik\"\n\n- name: open the port 50080 with firewalld\n firewalld:\n port: 50080/tcp\n permanent: true\n state: enabled\n immediate: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1374, "all_permissive": false }
ansible_role
florianber/c31348
479db5b35dcd3890699a2b2061ae939c5b11af0e
0
roles/wordpress
7,731
[ "no_license" ]
[ { "path": "roles/wordpress/templates/wordpress.conf.j2", "content": "<VirtualHost *:80>\n ServerName wordpress.{{hostname}}.{{domain_name}}\n DocumentRoot /var/www/html/wordpress.{{hostname}}\n # Possible values include: debug, info, notice, warn, error, crit, alert, emerg.\n LogLevel debug\n \n ForensicLog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3858, "all_permissive": false }
ansible_role
iorchard/ceph-ansible
42f6bdb84949b22cf288a29dab12158b6236f1c4
0
roles/ceph-iscsi-gw
7,731
[ "no_license" ]
[ { "path": "roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2", "content": "[Unit]\nDescription=TCMU Runner\n{% if container_binary == 'docker' %}\nAfter=docker.service network-online.target local-fs.target time-sync.target\nRequires=docker.service\n{% else %}\nAfter=network-online.target local-fs.target ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3065, "all_permissive": false }
ansible_role
iorchard/ceph-ansible
42f6bdb84949b22cf288a29dab12158b6236f1c4
0
roles/ceph-nfs
7,731
[ "no_license" ]
[ { "path": "roles/ceph-nfs/tasks/pre_requisite_container.yml", "content": "---\n- name: keyring related tasks\n when: groups.get(mon_group_name, []) | length > 0\n block:\n - name: set_fact container_exec_cmd\n set_fact:\n container_exec_cmd: \"{{ container_binary }} exec ceph-mon-{{ hostvar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4468, "all_permissive": false }
ansible_role
hlynam/hl-deploy
4b1e2dc9fe276792ebbeb459ca4e6ed84657c2d6
0
ansible/roles/debug-print-all
7,731
[ "no_license" ]
[ { "path": "ansible/roles/debug-print-all/tasks/main.yml", "content": "---\n- name: Print module variables\n debug:\n msg: \"{{ vars }}\"\n\n- name: Print environment variables\n debug:\n msg: \"{{ environment }}\"\n\n- name: Print group names\n debug:\n msg: \"{{ group_names }}\"\n\n- name: Prin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
hlynam/hl-deploy
4b1e2dc9fe276792ebbeb459ca4e6ed84657c2d6
0
ansible/roles/git-configure
7,731
[ "no_license" ]
[ { "path": "ansible/roles/git-configure/tasks/main.yml", "content": "---\n- name: Install git\n yum:\n name: git\n state: present\n\n- name: Set git user.email\n git_config:\n name: user.email\n scope: global\n value: \"{{ role_git_configure_user_email }}\"\n\n- name: Set git user.name\n gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1144, "all_permissive": false }
ansible_role
hlynam/hl-deploy
4b1e2dc9fe276792ebbeb459ca4e6ed84657c2d6
0
ansible/roles/github-configure
7,731
[ "no_license" ]
[ { "path": "ansible/roles/github-configure/tasks/main.yml", "content": "- name: Define ssh key filenames\n set_fact:\n github_private_key: \"github\"\n github_public_key: \"github.pub\"\n\n- name: Check if ssh private key exists\n stat:\n path: \"{{ role_github_configure_github_keys_dir }}/{{ gith...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2706, "all_permissive": false }
ansible_role
hlynam/hl-deploy
4b1e2dc9fe276792ebbeb459ca4e6ed84657c2d6
0
ansible/roles/make-install
7,731
[ "no_license" ]
[ { "path": "ansible/roles/make-install/tasks/main.yml", "content": "---\n- name: Install build tools\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - autoconf\n - automake\n - gcc\n - gcc-c++\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
hlynam/hl-deploy
4b1e2dc9fe276792ebbeb459ca4e6ed84657c2d6
0
ansible/roles/neomutt-install
7,731
[ "no_license" ]
[ { "path": "ansible/roles/neomutt-install/tasks/main.yml", "content": "---\n- name: Define local variables\n set_fact:\n local_neomutt_install_clone_external_dir: \"{{ ansible_env.HOME }}/{{ role_neomutt_install_clone_external_dir }}\"\n # './configure --prefix' needs an absolute path\n local_neomu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4201, "all_permissive": false }
ansible_role
hlynam/hl-deploy
4b1e2dc9fe276792ebbeb459ca4e6ed84657c2d6
0
ansible/roles/notmuch-install
7,731
[ "no_license" ]
[ { "path": "ansible/roles/notmuch-install/tasks/make.yml", "content": "---\n# https://git.notmuchmail.org/git/notmuch/blob/HEAD:/INSTALL\n# https://notmuchmail.org/getting-started/#index2h2\n- name: Install notmuch dependencies\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n with_item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2323, "all_permissive": false }
ansible_role
hlynam/hl-deploy
4b1e2dc9fe276792ebbeb459ca4e6ed84657c2d6
0
ansible/roles/tmux-configure
7,731
[ "no_license" ]
[ { "path": "ansible/roles/tmux-configure/tasks/main.yml", "content": "---\n- name: Copy tmux.conf\n copy: src=files/tmux.conf dest=~/.tmux.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/tmux-configure/files/tmux.conf", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1561, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/azure-ubuntu-vdi
7,731
[ "no_license" ]
[ { "path": "roles/azure-ubuntu-vdi/stow/reset-keyboard-layout/bin/reset-keyboard-layout", "content": "#!/usr/bin/sh\n\n# Crude hack to set the keyboard layout to the one defined in the remote Ubuntu\n# VDI. Citrix likes to set the layout to the one chosen in the local Windows\n# host at the moment of connec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/bash-alias
7,731
[ "no_license" ]
[ { "path": "roles/bash-alias/tasks/main.yml", "content": "---\n- name: Stow configuration files\n stow:\n state: present\n package: bash-alias\n dir: roles/bash-alias/stow\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/bash-alias...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 761, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/common
7,731
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Create cache directory for this Playbook\n file:\n path: \"{{ ansible_env.HOME }}/.cache/dotfiles\"\n state: directory\n\n- name: Creates ~/.config directory\n file:\n path: \"{{ ansible_env.HOME }}/.config\"\n state: directory\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2577, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/dbg
7,731
[ "no_license" ]
[ { "path": "roles/dbg/stow/mount-z-drive/bin/mount-z-drive", "content": "#!/bin/bash\n# You could be tempted to put this in fstab. Don't, that would require to put\n# your password in a file somewhere and you know which password I'm talking\n# about, it's not one that you want to put in a file however protec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 776, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/desktop
7,731
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yml", "content": "---\n- name: Auto accept EULA for Microsoft fonts\n become: true\n debconf:\n name: ttf-mscorefonts-installer\n question: msttcorefonts/accepted-mscorefonts-eula\n value: \"true\"\n vtype: select\n\n- name: Install graphical desktop librari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1724, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/emacs
7,731
[ "no_license" ]
[ { "path": "roles/emacs/stow/emacs-launchers/bin/emacsc", "content": "#!/usr/bin/env bash\n# if same frame option:\nusage() {\n cat <<EOM\nUsage: $(basename \"$0\") [OPTIONS]\nLaunch emacs session for running server, or launch server if not already running.\n\nOptions:\n -d, --delete-workspace Immed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5192, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/gitconfig
7,731
[ "no_license" ]
[ { "path": "roles/gitconfig/tasks/main.yml", "content": "---\n- name: Stow Git configuration files\n stow:\n state: present\n package: gitconfig\n dir: roles/gitconfig/stow\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/gitconfig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/jetbrains
7,731
[ "no_license" ]
[ { "path": "roles/jetbrains/tasks/main.yml", "content": "---\n- name: Set Jetbrains Toolbox basename\n set_fact:\n toolbox_basename: jetbrains-toolbox-1.21.9712\n\n- name: Download Jetbrains Toolbox tarball\n get_url:\n url: \"https://download.jetbrains.com/toolbox/{{ toolbox_basename }}.tar.gz\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/keylayout
7,731
[ "no_license" ]
[ { "path": "roles/keylayout/files/keylayout/setup", "content": "#!/usr/bin/env bash\n# Run with sudo!\n./update_evdev /usr/share/X11/xkb/rules/evdev.xml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/keylayout/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2762, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/nix
7,731
[ "no_license" ]
[ { "path": "roles/nix/stow/nix/.config/nixpkgs/config.nix", "content": "{\n packageOverrides = pkgs: with pkgs; {\n all = pkgs.buildEnv {\n name = \"all\";\n paths = [\n emacs\n ];\n };\n };\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1072, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/nvm
7,731
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n# Based on https://github.com/nvm-sh/nvm#git-install\n- name: Clone nvm repo\n git:\n repo: <EMAIL>:nvm-sh/nvm.git\n dest: \"{{ ansible_env.HOME }}/.nvm\"\n depth: 1\n version: v0.39.0\n\n- name: Stow nvm config for bash\n stow:\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/ohmyzsh
7,731
[ "no_license" ]
[ { "path": "roles/ohmyzsh/tasks/main.yml", "content": "---\n- name: install dependencies\n become: yes\n package:\n name:\n - git\n - zsh\n state: present\n\n- name: clone oh-my-zsh\n tags:\n # Suppress warning: [ANSIBLE0006] git used in place of git module\n # Git module doesn't all...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 871, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/pyenv
7,731
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "---\n# Based on https://github.com/pyenv/pyenv#basic-github-checkout\n- name: Clone pyenv repo\n git:\n repo: <EMAIL>:pyenv/pyenv.git\n dest: \"{{ ansible_env.HOME }}/.pyenv\"\n depth: 1\n\n- name: Stow pyenv config for bash\n stow:\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/sdkman
7,731
[ "no_license" ]
[ { "path": "roles/sdkman/tasks/main.yml", "content": "---\n- name: Get sdkman install script\n get_url:\n url: https://get.sdkman.io\n dest: /tmp/sdkman_install\n mode: \"0755\"\n\n- name: Install sdkman\n shell:\n cmd: /tmp/sdkman_install\n executable: /bin/bash\n creates: ~/.sdkman/bin/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/starship
7,731
[ "no_license" ]
[ { "path": "roles/starship/stow/starship/.config/starship.toml", "content": "# Inserts a blank line between shell prompts\n#add_newline = true\n\n# Disable the package module, hiding it from the prompt completely\n[package]\n#disabled = true\n\n[character] \n# characters to use: ❯ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 758, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/tmux
7,731
[ "no_license" ]
[ { "path": "roles/tmux/stow/tmux/.tmux.conf", "content": "set-option -g prefix C-a\n\n# send the prefix to client inside window\nbind-key a send-prefix\n\n# toggle last window like screen\nbind-key C-a last-window\n\n# scrollback buffer n lines\nset -g history-limit 5000\n\n# start window indexing at 1\n#set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4512, "all_permissive": false }
ansible_role
g3org3/devdotfiles
68092c5fe2e7af8f8fb1def38410893f184979b8
0
roles/vim
7,731
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Install non-graphical Vim if not present\n become: true\n apt: name=vim state=latest\n\n- name: Stow Vim configuration files\n stow:\n state: present\n package: vim\n dir: roles/vim/stow\n\n- name: Install Vundle\n git:\n repo: <...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
Sebastian-Negoescu/assignment
c8fa78cd6fdb9a68f71d432e6351e3d0259f8404
0
ansible/roles/add-ssh-key
7,731
[ "no_license" ]
[ { "path": "ansible/roles/add-ssh-key/tasks/main.yml", "content": "---\n- name: Set authorized key for team members\n authorized_key:\n user: ansible\n state: present\n key: '{{ item }}'\n with_items:\n - \"ssh-rsa MY_WINDOWS_SSH_KEY s.nego<KEY>\"\n - \"ssh-rsa ALESSANDRO_SSH_KEY\"\n - \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
Sebastian-Negoescu/assignment
c8fa78cd6fdb9a68f71d432e6351e3d0259f8404
0
ansible/roles/get_app
7,731
[ "no_license" ]
[ { "path": "ansible/roles/get_app/tasks/main.yml", "content": "---\n- name: Create output directory for app\n become: true\n file:\n path: /home/ansible/uipath_app/\n state: directory\n remote_src: yes\n\n- name: Install unzip\n become: true\n apt:\n name: unzip\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
Sebastian-Negoescu/assignment
c8fa78cd6fdb9a68f71d432e6351e3d0259f8404
0
ansible/roles/install_nginx
7,731
[ "no_license" ]
[ { "path": "ansible/roles/install_nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n become: yes\n apt:\n name: nginx\n state: latest\n\n- name: Start Nginx\n become: yes\n service:\n name: nginx\n state: started", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
Sebastian-Negoescu/assignment
c8fa78cd6fdb9a68f71d432e6351e3d0259f8404
0
ansible/roles/install_runtime
7,731
[ "no_license" ]
[ { "path": "ansible/roles/install_runtime/tasks/main.yml", "content": "---\n- name: Register MS key, register the product repository, install required dependencies\n get_url:\n url: \"{{ prerequisites_files.ms_prod }}\"\n dest: /home/ansible/packages-microsoft-prod.deb\n\n- name: Install the package\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
Sebastian-Negoescu/assignment
c8fa78cd6fdb9a68f71d432e6351e3d0259f8404
0
ansible/roles/new_nginx_config_west
7,731
[ "no_license" ]
[ { "path": "ansible/roles/new_nginx_config_west/tasks/main.yml", "content": "---\n- name: Remove original config\n become: yes\n file:\n path: \"{{ nginx_conf_path }}/default\"\n\n- name: Change Nginx configuration file\n become: yes\n get_url: \n url: \"{{ prerequisites_files.west_default }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
Sebastian-Negoescu/assignment
c8fa78cd6fdb9a68f71d432e6351e3d0259f8404
0
ansible/roles/reload_nginx_config
7,731
[ "no_license" ]
[ { "path": "ansible/roles/reload_nginx_config/tasks/main.yml", "content": "---\n- name: Force Nginx to pick up changes\n become: yes\n command: sudo nginx -s reload\n\n- name: Implement Kestrel service config\n get_url:\n url: \"https://raw.githubusercontent.com/Sebastian-Negoescu/assignment/master/ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
AhmedMahmoud113/vprofile-app-deployment-methods
871d841292c26b586d3aaeeee71767ce258dee66
0
ansible-vagrant-setup/roles/memcached
7,731
[ "no_license" ]
[ { "path": "ansible-vagrant-setup/roles/memcached/defaults/main.yml", "content": "---\nmemcached_tcp_port: 11211\nmemcached_udp_port: 11111\nmemcached_cachesize: 64\nmemcached_maxconn: 1024\nmemcached_listen_ip: \"0.0.0.0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1914, "all_permissive": false }
ansible_role
AhmedMahmoud113/vprofile-app-deployment-methods
871d841292c26b586d3aaeeee71767ce258dee66
0
ansible-vagrant-setup/roles/mysql
7,731
[ "no_license" ]
[ { "path": "ansible-vagrant-setup/roles/mysql/vars/main.yml", "content": "---\nepel_packages:\n - epel-release\n - git\n - zip\n - unzip\nmariadb_packages:\n - mariadb-server\ngit_repo_url: \"https://github.com/AhmedMahmoud113/vprofile-app-deployment-methods.git\"\ngit_repo_dest: \"/tmp/vprofile-app-dep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2219, "all_permissive": false }
ansible_role
AhmedMahmoud113/vprofile-app-deployment-methods
871d841292c26b586d3aaeeee71767ce258dee66
0
ansible-vagrant-setup/roles/nginx
7,731
[ "no_license" ]
[ { "path": "ansible-vagrant-setup/roles/nginx/tasks/Debian.yml", "content": "---\n- name: Remove default Nginx configuration to avoid conflicts\n file:\n path: \"{{ nginx_sites_enabled }}/default\"\n state: absent\n\n- name: Create Nginx configuration file for the vproapp application\n template:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2222, "all_permissive": false }
ansible_role
AhmedMahmoud113/vprofile-app-deployment-methods
871d841292c26b586d3aaeeee71767ce258dee66
0
ansible-vagrant-setup/roles/rabbitmq
7,731
[ "no_license" ]
[ { "path": "ansible-vagrant-setup/roles/rabbitmq/tasks/main.yml", "content": "---\n- name: Update all packages\n yum:\n name: \"*\"\n state: latest\n\n- name: Install epel-release and wget\n yum:\n name:\n - epel-release\n - wget\n state: present\n\n- name: Install RabbitMQ repository...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1345, "all_permissive": false }
ansible_role
AhmedMahmoud113/vprofile-app-deployment-methods
871d841292c26b586d3aaeeee71767ce258dee66
0
ansible-vagrant-setup/roles/tomcat
7,731
[ "no_license" ]
[ { "path": "ansible-vagrant-setup/roles/tomcat/defaults/main.yml", "content": "---\njava_packages:\n - java-11-openjdk\n - java-11-openjdk-devel\n - git\n - maven\n - wget\n\ntomcat_version: 9.0.75\ntomcat_download_url: \"https://archive.apache.org/dist/tomcat/tomcat-9/v{{ tomcat_version }}/bin/apache-t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3726, "all_permissive": false }
ansible_role
aardsoft/ansible-data-utilities
6cc9f3fd481d01c3880380e7eb5965458c172e24
0
tests/roles/test-includes
7,731
[ "no_license" ]
[ { "path": "tests/roles/test-includes/tasks/_check_file.yml", "content": "- name: checking {{file_path}}\n ansible.builtin.stat:\n path: \"{{file_path}}\"\n get_mime: yes\n register: _stat\n\n- ansible.builtin.debug:\n msg: \"{{_stat}}\"\n\n- fail:\n msg: \"{{file_path}} is not in the expected ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2357, "all_permissive": false }
ansible_role
karimazakaria/network-clamv
fab844b7176ddda8c0ef761811979de733587b9f
0
roles/network_clamv
7,731
[ "no_license" ]
[ { "path": "roles/network_clamv/templates/network.j2", "content": "network:\n ethernets:\n {{ DEVICE_NAME }}:\n dhcp4: no\n addresses: [{{ IP_CIDR }}]\n gateway4: {{ GATEWAY }}\n nameservers:\n addresses: [{{ DNS1 }},{{ DNS2 }}]\n version: 2\n\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2879, "all_permissive": false }
ansible_role
alielesawy/CloudDevOpsProject
7793446b87ac83d1eee6712c31af73bf8fe2737e
0
Task5/roles/common
7,731
[ "no_license" ]
[ { "path": "Task5/roles/common/tasks/main.yml", "content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n\n- name: Install common packages\n apt:\n name:\n - git\n - openjdk-17-jdk # Updated to Java 17\n state: present\n\n- name: Install Docker\n apt:\n name: docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
alielesawy/CloudDevOpsProject
7793446b87ac83d1eee6712c31af73bf8fe2737e
0
Task5/roles/jenkins
7,731
[ "no_license" ]
[ { "path": "Task5/roles/jenkins/handlers/main.yml", "content": "---\n- name: Reload systemd\n command: systemctl daemon-reload\n\n- name: Restart Jenkins\n service:\n name: jenkins\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2158, "all_permissive": false }
ansible_role
alielesawy/CloudDevOpsProject
7793446b87ac83d1eee6712c31af73bf8fe2737e
0
Task5/roles/sonarqube
7,731
[ "no_license" ]
[ { "path": "Task5/roles/sonarqube/tasks/main.yml", "content": "---\n- name: Install unzip\n apt:\n name: unzip\n state: present\n\n- name: Download SonarQube\n get_url:\n url: https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.0.65466.zip\n dest: /opt/sonarqube.zip\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1256, "all_permissive": false }
ansible_role
iagoferreirati/zabbix-agent-windows
d68e433b3ef5f072ccce1bdf81b7dd911f5b7f68
1
roles/zabbix-agent
7,731
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/main.yml", "content": "---\n# tasks file for zabbix-agent\n- name: Download zabbix agent\n win_get_url:\n url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.8/zabbix_agent-5.4.8-windows-amd64-openssl.msi\n dest: C:\\Users\\Administrator\\Downloads\\zabbix_a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 687, "all_permissive": false }
ansible_role
iagoferreirati/zabbix-agent-windows
d68e433b3ef5f072ccce1bdf81b7dd911f5b7f68
1
roles/zabbix-agent-chocolatey
7,731
[ "no_license" ]
[ { "path": "roles/zabbix-agent-chocolatey/tasks/main.yml", "content": "---\n# tasks file for zabbix-agent-chocolatey\n- name: Install zabbix-agent\n win_chocolatey:\n name: \n - zabbix-agent\n state: present\n\n- name: copy template zabbix agent\n win_template:\n src: zabbix_agentd.conf\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 515, "all_permissive": false }
ansible_role
ravinadimpalli/tellform
b7cb2e17f1d2394f7c82f8a10bd17ff78f2a938e
0
roles/AppServer
7,731
[ "no_license" ]
[ { "path": "roles/AppServer/tasks/main.yml", "content": "---\n# tasks file for AppServer\n- name: \"create folder to download setup file\"\n file:\n path: \"{{setup_folder_path}}\"\n state: directory\n mode: '777'\n\n- name: \"download node setup sh file\"\n get_url:\n url: \"https://deb.nodeso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1035, "all_permissive": false }
ansible_role
ravinadimpalli/tellform
b7cb2e17f1d2394f7c82f8a10bd17ff78f2a938e
0
roles/WebServer
7,731
[ "no_license" ]
[ { "path": "roles/WebServer/tasks/main.yml", "content": "---\n# tasks file for WebServer\n- name: \"install nginx\"\n apt:\n name: nginx\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
MBuffenoir/ansible-exoscale-nginx
8df29e80628d07685d855f633908dc0eaf53e102
8
roles/common
7,731
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n - import_tasks: create_sshkey.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 40, "all_permissive": false }
ansible_role
MBuffenoir/ansible-exoscale-nginx
8df29e80628d07685d855f633908dc0eaf53e102
8
roles/infra
7,731
[ "no_license" ]
[ { "path": "roles/infra/tasks/create_vm.yml", "content": " - name: Create instances\n local_action:\n module: cs_instance\n display_name: \"nginx-{{ item }}\"\n template: \"{{ template }}\"\n service_offering: \"{{ instance_type }}\"\n ssh_key: \"{{ ssh_key }}\"\n security_g...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1668, "all_permissive": false }
ansible_role
aopensensei/rocky-linux-setup
aff261572b326e39bd00eca19dfe63cd305429ad
0
playbook/dmz_srv01/roles/account_setup
7,731
[ "no_license" ]
[ { "path": "playbook/dmz_srv01/roles/account_setup/vars/main.yml", "content": "---\nusers:\n - user01\n - user02\n - user03\n - user04\n - user05\n - user06\n - user07\n - user08\n - user09\n - user10\nuser_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 521, "all_permissive": false }
ansible_role
aopensensei/rocky-linux-setup
aff261572b326e39bd00eca19dfe63cd305429ad
0
playbook/dmz_srv01/roles/eccube_setup
7,731
[ "no_license" ]
[ { "path": "playbook/dmz_srv01/roles/eccube_setup/vars/main.yml", "content": "eccube_db_name: \"eccube_db\"\neccube_db_user: \"eccube_user\"\neccube_db_password: \"<PASSWORD>\"\neccube_db_host: \"localhost\"\neccube_site_url: \"{{ ansible_default_ipv4.address }}\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1696, "all_permissive": false }
ansible_role
aopensensei/rocky-linux-setup
aff261572b326e39bd00eca19dfe63cd305429ad
0
playbook/dmz_srv01/roles/middleware_install
7,731
[ "no_license" ]
[ { "path": "playbook/dmz_srv01/roles/middleware_install/handlers/main.yml", "content": "---\n# handlers file for middleware_install\n\n- name: Restart mariadb\n service:\n name: mariadb\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 805, "all_permissive": false }
ansible_role
aopensensei/rocky-linux-setup
aff261572b326e39bd00eca19dfe63cd305429ad
0
playbook/dmz_srv01/roles/nginx_config
7,731
[ "no_license" ]
[ { "path": "playbook/dmz_srv01/roles/nginx_config/tasks/main.yml", "content": "- name: Configure main Nginx configuration\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify:\n - Restart nginx\n\n- name: Configure WordPress site\n template:\n src: wordpress.conf.j2\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1375, "all_permissive": false }
ansible_role
aopensensei/rocky-linux-setup
aff261572b326e39bd00eca19dfe63cd305429ad
0
playbook/dmz_srv01/roles/wordpress_setup
7,731
[ "no_license" ]
[ { "path": "playbook/dmz_srv01/roles/wordpress_setup/templates/wp-config.php.j2", "content": "<?php\ndefine( 'DB_NAME', '{{ wordpress_db_name }}' );\ndefine( 'DB_USER', '{{ wordpress_db_user }}' );\ndefine( 'DB_PASSWORD', '{{ wordpress_db_password }}' );\ndefine( 'DB_HOST', '{{ wordpress_db_host }}' );\ndefi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4595, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
AWX/roles/general
7,733
[ "no_license" ]
[ { "path": "AWX/roles/general/tasks/create_hashivault.yml", "content": "---\n- name: Check if Vault-Lookup credential exists\n uri:\n url: \"{{ awx_url }}/api/v2/credentials/?name=Vault-Lookup\"\n method: GET\n headers:\n Authorization: \"Bearer {{ awx_token }}\"\n return_content: yes\n re...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3778, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
AWX/roles/pre_awx_info
7,733
[ "no_license" ]
[ { "path": "AWX/roles/pre_awx_info/tasks/main.yml", "content": "---\n- name: AWX information\n delegate_to: localhost\n run_once: true\n block:\n - name: Show pwd\n ansible.builtin.shell: |\n pwd\n changed_when: false\n\n - name: Show ansible version\n ansible.builtin.shell: |\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 816, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
AWX/roles/pre_datetime
7,733
[ "no_license" ]
[ { "path": "AWX/roles/pre_datetime/tasks/main.yml", "content": "---\n- name: Gather local time\n block:\n - name: Gather local time\n ansible.builtin.setup:\n delegate_to: localhost\n delegate_facts: true\n run_once: true", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Checkpoint/roles/config
7,733
[ "no_license" ]
[ { "path": "Checkpoint/roles/config/tasks/create-host-objects.yml", "content": "---\n- name: Add host object\n check_point.mgmt.cp_mgmt_host:\n name: \"{{ host_name }}\"\n ip_address: \"{{ host_ip_address }}\"\n color: \"{{ host_color }}\"\n state: present\n auto_publish_session: true\n", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2392, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Checkpoint/roles/gather_facts
7,733
[ "no_license" ]
[ { "path": "Checkpoint/roles/gather_facts/tasks/main.yml", "content": "---\n- name: Check all variables\n ansible.builtin.assert:\n that:\n - ansible_host is defined\n\n- name: Gather device facts\n block:\n - name: Login to Check Point Gaia API\n ansible.builtin.uri:\n url: \"https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Checkpoint/roles/post_tasks
7,733
[ "no_license" ]
[ { "path": "Checkpoint/roles/post_tasks/tasks/main.yml", "content": "---\n- name: Logout from Check Point API\n ansible.builtin.uri:\n url: \"https://{{ ansible_host }}/web_api/logout\"\n method: POST\n headers:\n Content-Type: \"application/json\"\n X-chkp-sid: \"{{ login_response.json.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Checkpoint/roles/pre_tasks
7,733
[ "no_license" ]
[ { "path": "Checkpoint/roles/pre_tasks/tasks/main.yml", "content": "---\n- name: Check all variables\n ansible.builtin.assert:\n that:\n - ansible_host is defined\n\n- name: Create temporary session file\n ansible.builtin.tempfile:\n state: file\n suffix: \".json\"\n register: temp_session_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 921, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
F5/roles/config
7,733
[ "no_license" ]
[ { "path": "F5/roles/config/tasks/ltm_standalone_upgrade.yml", "content": "# Upgrade will be performed on a single host.\n# Not for DNS or vCMP configurations.\n#\n# AWX extra variables example usage:\n# upgrade_iso = \"BIGIP-192.168.3.11-0.0.12.iso\"\n---\n- name: Perform pre-upgrade shell tasks\n ansible....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9579, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
F5/roles/pre_tasks
7,733
[ "no_license" ]
[ { "path": "F5/roles/pre_tasks/tasks/main.yml", "content": "---\n- name: Check all variables\n ansible.builtin.assert:\n that:\n - ansible_host is defined\n\n- name: Fetch credentials from Vault for this host\n ansible.builtin.set_fact:\n vault_creds: \"{{ lookup('community.hashi_vault.hashi_vau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1255, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
F5/roles/qkview
7,733
[ "no_license" ]
[ { "path": "F5/roles/qkview/tasks/generate_qkview.yml", "content": "---\n- name: Generate qkview block\n block:\n - name: Generate qkview\n f5networks.f5_modules.bigip_qkview:\n exclude_core: true\n dest: \"/var/tmp/{{ inventory_hostname }}.qkview\"\n only_create_file: true\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2154, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
F5/roles/reporting
7,733
[ "no_license" ]
[ { "path": "F5/roles/reporting/tasks/health_check.yml", "content": "---\n- name: Gather local time\n ansible.builtin.setup:\n delegate_to: localhost\n run_once: true\n\n- name: Gather subsets in Common\n f5networks.f5_modules.bigip_device_info:\n gather_subset:\n - license\n - partitions\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4055, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Fortinet/roles/config
7,733
[ "no_license" ]
[ { "path": "Fortinet/roles/config/tasks/exec-command.yml", "content": "---\n- name: Execute traceroute\n vars:\n ansible_connection: ssh\n ansible_ssh_common_args: \"-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null\"\n ansible_port: 22\n ansible.builtin.raw: execute traceroute 1.1.1.1\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1119, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Fortinet/roles/pre_tasks
7,733
[ "no_license" ]
[ { "path": "Fortinet/roles/pre_tasks/tasks/main.yml", "content": "---\n- name: Fetch credentials from Vault for this host\n ansible.builtin.set_fact:\n vault_creds: \"{{ lookup('community.hashi_vault.hashi_vault', vault_secret_path, url='http://10.255.32.212:30200', token='<PASSWORD>F12bGKaScb<PASSWORD>S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1246, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Ivanti/roles/config
7,733
[ "no_license" ]
[ { "path": "Ivanti/roles/config/tasks/create-terminal-profile-ocd.yml", "content": "# Create a terminal service resource profile and assign to an existing User Role.\n---\n- name: Check if the resource profile exists\n ansible.builtin.uri:\n url: \"https://{{ ansible_host }}:{{ device_https_port }}/api/v...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4383, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Ivanti/roles/keycloak
7,733
[ "no_license" ]
[ { "path": "Ivanti/roles/keycloak/tasks/main.yml", "content": "---\n- name: Just-In-Time Credential Retrieval\n ansible.builtin.uri:\n url: \"http://keycloak.awx.svc.cluster.local:8080/realms/awx-realm/protocol/openid-connect/token\"\n method: POST\n body_format: form-urlencoded\n body:\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2274, "all_permissive": false }
ansible_role
B-Keenan/Network_Security_Automation
e37727320915fe1ff3ecba648e315f6e53d2b514
0
Ivanti/roles/pre_tasks
7,733
[ "no_license" ]
[ { "path": "Ivanti/roles/pre_tasks/tasks/main.yml", "content": "---\n- name: Try to authenticate to legacy Pulse\n ansible.builtin.uri:\n url: \"https://{{ ansible_host }}:{{ device_https_port }}/api/v1/auth\"\n method: GET\n force_basic_auth: true\n user: \"admin\"\n password: <PASSWORD>\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
KomissarMaria/Ansible_Task
3ca4dcf7abcd88d9fcca964d68c98d307e664334
0
roles/launch
7,733
[ "no_license" ]
[ { "path": "roles/launch/tasks/main.yml", "content": "---\n\n- name: Create a security group\n local_action: \n module: ec2_group\n name: \"{{ security_group }}\"\n description: Security Group for webserver Servers\n region: \"{{ region }}\"\n ec2_access_key: \"{{ ec2_access_key }}\"\n ec2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2174, "all_permissive": false }
ansible_role
cws-khuntly/dotfiles
ca59ff8716146038c476ac58db9c40bb2e1ab5fc
10
ansible/roles/common
7,733
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# ==== ANSIBLE =============================================================\n# NAME: roles/common/tasks/main.yml\n# DESCRIPTION: Main entry point for common tasks\n# ================================================================...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1625, "all_permissive": true }
ansible_role
cws-khuntly/dotfiles
ca59ff8716146038c476ac58db9c40bb2e1ab5fc
10
ansible/roles/install_dotfiles
7,733
[ "permissive" ]
[ { "path": "ansible/roles/install_dotfiles/tasks/setup-dotfiles.yml", "content": "# ===== ANSIBLE ============================================================\n# NAME: tasks/deploy-files.yml\n# DESCRIPTION: Primary entry point for this play\n# ==================================================...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3769, "all_permissive": true }
ansible_role
mbayesokhnathiam/xroad-ansible-tsa-ca
cb4d0a43855b804423b9053b08541897d1400baa
0
roles/build-packages
7,733
[ "no_license" ]
[ { "path": "roles/build-packages/tasks/main.yml", "content": "---\n- name: \"build {{ ubuntu_releasever }} deb packages\"\n tags: deb\n block:\n - name: build docker image for building {{ ubuntu_releasever }} deb packages\n docker_image:\n name: xroad-deb-{{ ubuntu_releasever }}\n sou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1944, "all_permissive": false }
ansible_role
mbayesokhnathiam/xroad-ansible-tsa-ca
cb4d0a43855b804423b9053b08541897d1400baa
0
roles/packages-to-local-repo
7,733
[ "no_license" ]
[ { "path": "roles/packages-to-local-repo/tasks/main.yml", "content": "---\n- include_tasks: ubuntu.yml\n when: ansible_os_family == \"Debian\"\n\n- include_tasks: rhel.yml\n when: ansible_os_family == \"RedHat\"\n", "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
mbayesokhnathiam/xroad-ansible-tsa-ca
cb4d0a43855b804423b9053b08541897d1400baa
0
roles/xroad-base
7,733
[ "no_license" ]
[ { "path": "roles/xroad-base/tasks/rhel.yml", "content": "---\n- name: Check for EPEL repo\n stat:\n path: \"/etc/yum.repos.d/epel.repo\"\n register: epel\n\n- name: EPEL repo key\n rpm_key:\n state: present\n key: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ansible_distribution_majo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1951, "all_permissive": false }
ansible_role
fogmorn/openvpn_client
441e86d48d51c34c2e0c032563ee373dc07047c2
0
roles/openvpn_client
7,733
[ "no_license" ]
[ { "path": "roles/openvpn_client/templates/etc/openvpn/client.conf.j2", "content": "# {{ ansible_managed }}\n\nclient\nnobind\ndev tun\nkey-direction 1\nremote-cert-tls server\n\nremote {{ openvpn_client_remote.vars | join(' ') }}\n\n<key>\n{{ openvpn_client_priv_key }}\n</key>\n<cert>\n{{ openvpn_client_cer...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1984, "all_permissive": false }
ansible_role
StormWindStudios/Duo-Linux-2FA
53c79c1c985c4ceac2733d388b822159c364f860
0
roles/duo
7,733
[ "no_license" ]
[ { "path": "roles/duo/tasks/centos.yaml", "content": "---\n- name: Installing Duo GPG key (CentOS)\n ansible.builtin.rpm_key:\n state: present\n key: \"{{ duo_key_url }}\"\n fingerprint: \"{{ duo_key_id }}\"\n\n- name: Copying Duo repository file (CentOS)\n ansible.builtin.copy:\n src: duosecur...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2632, "all_permissive": false }
ansible_role
StormWindStudios/Duo-Linux-2FA
53c79c1c985c4ceac2733d388b822159c364f860
0
roles/duo_ssh_config
7,733
[ "no_license" ]
[ { "path": "roles/duo_ssh_config/tasks/main.yaml", "content": "---\n- name: Updating SSHD configurations\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.newline }}\"\n loop:\n - { regexp: '^#?PubkeyAuthentication', newline: 'PubkeyAut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
StormWindStudios/Duo-Linux-2FA
53c79c1c985c4ceac2733d388b822159c364f860
0
roles/firewall
7,733
[ "no_license" ]
[ { "path": "roles/firewall/tasks/centos.yaml", "content": "---\n- name: Install dnf\n ansible.builtin.dnf:\n name: firewalld\n state: present\n\n- name: Open SSH port\n ansible.posix.firewalld:\n port: \"{{ ansible_port }}/tcp\"\n permanent: true\n state: enabled\n\n- name: Start firewalld\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 966, "all_permissive": false }
ansible_role
StormWindStudios/Duo-Linux-2FA
53c79c1c985c4ceac2733d388b822159c364f860
0
roles/harden_ssh_config
7,733
[ "no_license" ]
[ { "path": "roles/harden_ssh_config/tasks/main.yaml", "content": "---\n## The bulk of this role is from\n## https://dmsimard.com/2016/03/15/changing-the-ssh-port-with-ansible/\n## Thanks for preventing my brain from melting, <NAME>\n## <3 <3 <3\n\n# ansible_port can change throughout this role, keep a copy a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3628, "all_permissive": false }
ansible_role
StormWindStudios/Duo-Linux-2FA
53c79c1c985c4ceac2733d388b822159c364f860
0
roles/pam
7,733
[ "no_license" ]
[ { "path": "roles/pam/tasks/centos.yaml", "content": "---\n- name: Enabling Duo Unix in SELinux\n ansible.posix.seboolean:\n name: \"{{ item }}\"\n state: yes\n persistent: yes\n loop:\n - \"pam_duo_permit_sshd\"\n - \"pam_duo_permit_local_login\"\n\n- name: Finding pam_duo.so\n set_fact: \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4948, "all_permissive": false }
ansible_role
StormWindStudios/Duo-Linux-2FA
53c79c1c985c4ceac2733d388b822159c364f860
0
roles/ssh_user
7,733
[ "no_license" ]
[ { "path": "roles/ssh_user/tasks/main.yaml", "content": "---\n- name: Gathering facts\n ansible.builtin.setup:\n\n- name: Choose correct sudo group (Centos)\n ansible.builtin.set_fact:\n sudo_group: wheel\n when: ansible_distribution == 'CentOS'\n\n- name: Choose correct sudo group (Ubuntu)\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1753, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
OUIT_Devops_Control/roles/ansible_setup
7,733
[ "no_license" ]
[ { "path": "OUIT_Devops_Control/roles/ansible_setup/handlers/main.yml", "content": "---\n# handlers file for ansible_setup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "OUIT_Devops_Control/roles/ansible_setup/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 846, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-JAVA/roles/create_atp_instance
7,733
[ "no_license" ]
[ { "path": "cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-JAVA/roles/create_atp_instance/tasks/main.yml", "content": "---\n\n - name: Set OCI user name when oci_user is not defined\n set_fact:\n oci_student_user: '{{event_id}}-lab.user01'\n when: 'oci_user == \"<oci_user>\"'\n\n\n - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4814, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-JAVA/roles/deploy_kuber_build
7,733
[ "no_license" ]
[ { "path": "cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-JAVA/roles/deploy_kuber_build/tasks/create_readme.yml", "content": "---\n\n - name: Creating a README file\n template:\n src: README.j2\n dest: \"{{ log_path }}/README\"\n\n\n", "license_type": "no_license", "detected_lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2492, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-JAVA/roles/deploy_kuber_purge
7,733
[ "no_license" ]
[ { "path": "cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-JAVA/roles/deploy_kuber_purge/tasks/purge_subnets.yml", "content": "---\n\n - name: Getting the Subnet details\n oci_subnet_facts:\n compartment_id: '{{ tenancy_id }}'\n region: '{{ oci_region }}'\n vcn_id: '{{ vcn_id }}'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 977, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/deploy_kuber_build
7,733
[ "no_license" ]
[ { "path": "cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/deploy_kuber_build/tasks/main.yml", "content": "---\n\n - name: Get full compartment list\n oci_identity_compartment_facts:\n parent_compartment_id: '{{tenancy_id}}'\n register: return_object2\n\n\n - name: Set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3724, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/deploy_kuber_purge
7,733
[ "no_license" ]
[ { "path": "cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/deploy_kuber_purge/tasks/purge_security_lists.yml", "content": "---\n\n - name: 'Get information of all Security lists'\n oci_network_security_list_facts:\n compartment_id: '{{ tenancy_id }}'\n region: '{{ oci_re...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 10248, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10_ORIG/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/deploy_kuber_purge
7,733
[ "no_license" ]
[ { "path": "cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10_ORIG/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/deploy_kuber_purge/tasks/purge_internet_gateways.yml", "content": "---\n\n - name: 'Get information of all Inetenet Gateways in the VCN'\n oci_internet_gateway_facts...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
joestechland/devops_class
84fe42a453e90667b4e4fbf143ef0753c31ad324
0
cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10_ORIG/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/oci_connection
7,733
[ "no_license" ]
[ { "path": "cloud_native/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10_ORIG/OPC_OCI-PSM_DCS-OKE_PE_APP-DEPLOY-KUBER-S104596GC10/roles/oci_connection/tasks/main.yml", "content": "---\n\n - name: Delete the pem file\n file:\n path: '/home/opc/keys/oci_api_key.pem'\n state: absent\n\n\n\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }