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
rahulg/ansible-base
2c7d5fcc7f22d606df30e3d69c6f9653b80be2ef
0
roles/ssl
2,938
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "---\n- name: create tls group\n group:\n name=tls\n state=present\n system=yes\n\n- name: copy ssl certs\n copy:\n src={{ item }}\n dest={{ ssl.dest.cert }}/\n owner=root\n group=tls\n mode=0644\n with_fileglob: certs/*\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
bitcrumb/ansible-infra
f973fc61bc8665a4a7611cb09723bda417b89269
0
roles/asdf
2,938
[ "no_license" ]
[ { "path": "roles/asdf/tasks/plugins/yarn.yaml", "content": "- name: 'Add Yarn plugin'\n register: asdf_add_yarn\n changed_when: '\"already added\" not in asdf_add_yarn.stderr'\n failed_when:\n - asdf_add_yarn.rc != 0\n - '\"already added\" not in asdf_add_yarn.stderr'\n ansible.builtin.command: 'a...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1540, "all_permissive": false }
ansible_role
bitcrumb/ansible-infra
f973fc61bc8665a4a7611cb09723bda417b89269
0
roles/zsh
2,938
[ "no_license" ]
[ { "path": "roles/zsh/templates/zshrc.local.j2", "content": "SPACESHIP_HOST_SHOW=false\nSPACESHIP_EXIT_CODE_SHOW=true\nCOMPOSE_FILE=docker-compose.yaml\n\n{% if ansible_os_family == \"Darwin\" %}\nif type brew &>/dev/null; then\nFPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH\nautoload -Uz compinit\nc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3589, "all_permissive": false }
ansible_role
JujuDesFruits/Tell-me-a-story
761069814fa203b567a1cad574d9d34e417f81e0
0
deployment/roles/base
2,938
[ "no_license" ]
[ { "path": "deployment/roles/base/tasks/main.yml", "content": "- name: update & upgrade apt package\n apt:\n upgrade: yes\n update: yes\n cache_valid_time: 86400 #One day\n\n- name: ensure packages is install\n package:\n name:\n - ssh\n - openssh-client\n - openssh-server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/common
2,938
[ "no_license" ]
[ { "path": "roles/common/tasks/install_common_packages.yml", "content": "# vim: et\n---\n\n- name: Install common packages\n become: true\n ansible.builtin.package:\n name: \"{{ common_packages }}\"\n state: present\n\n- name: Install common graphical packages\n become: true\n ansible.builtin.packa...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 5296, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/cronjobs
2,938
[ "no_license" ]
[ { "path": "roles/cronjobs/tasks/main.yml", "content": "# vim: et\n# https://github.com/FuzzyMistborn/infra/blob/main/roles/cronjobs/tasks/main.yml\n---\n- name: Install Normal Cronjobs\n ansible.builtin.cron:\n name: \"{{ item.name }}\"\n job: \"{{ item.job }}\"\n user: \"{{ item.user | default('r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/davfs_client
2,938
[ "no_license" ]
[ { "path": "roles/davfs_client/defaults/main.yml", "content": "# vim: et\n---\n\ndavfs_client_mounts:\n - remote: replaceme\n mount_point: replaceme\n user: replaceme\n password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path":...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1683, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/desktop
2,938
[ "no_license" ]
[ { "path": "roles/desktop/tasks/install_desktop_packages.yml", "content": "# vim: et\n---\n\n- name: Install packages (desktop)\n become: true\n ansible.builtin.package:\n name: \"{{ desktop_packages_common }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1986, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/dev
2,938
[ "no_license" ]
[ { "path": "roles/dev/tasks/install_dev_packages_archlinux.yml", "content": "# vim: et\n---\n\n- name: Install dev packages (arch)\n become: true\n ansible.builtin.package:\n name: \"{{ dev_packages_archlinux }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1242, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/disable_ipv6
2,938
[ "no_license" ]
[ { "path": "roles/disable_ipv6/tasks/main.yml", "content": "# vim: et\n---\n\n- name: Disable IPv6\n become: true\n ansible.builtin.copy:\n src: disable_ipv6.conf\n dest: /etc/sysctl.d/10-disable-ipv6.conf\n owner: root\n group: root\n mode: \"0644\"\n notify: Reload sysctl config\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/docker
2,938
[ "no_license" ]
[ { "path": "roles/docker/tasks/setup_docker_repo_redhat.yml", "content": "# vim: et\n---\n\n- name: Nothing to do here, using default packages\n ansible.builtin.debug:\n msg: 'Nothing to do here, using default packages. See the redhat file if the Docker package is preferred'\n\n# - name: Check whether Do...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3307, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/ftps_server
2,938
[ "no_license" ]
[ { "path": "roles/ftps_server/tasks/main.yml", "content": "# vim: et\n---\n\n# The Brother scanner we have does not support scanning to Samba or SFTP - only\n# (S)FTP. This role is to support setting up an SFTP server so the scanner can\n# scan to it\n- name: Configure FTP directory\n become: true\n ansibl...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2400, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/gaming
2,938
[ "no_license" ]
[ { "path": "roles/gaming/tasks/install_gaming_packages.yml", "content": "# vim: et\n---\n\n- name: Install packages (gaming)\n become: true\n ansible.builtin.package:\n name:\n - aisleriot\n - goverlay\n - lutris\n - mangohud\n - steam\n state: present\n", "license_type":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 330, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/intel_graphics_drivers
2,938
[ "no_license" ]
[ { "path": "roles/intel_graphics_drivers/tasks/install_intel_graphics_drivers_redhat.yml", "content": "# vim: et\n---\n\n# To get non-free Intel graphics drivers\n- name: Setup RPM Fusion\n ansible.builtin.include_role:\n name: rpm_fusion\n\n- name: Install Intel graphics drivers (Fedora)\n become: true...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2078, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/kde_server
2,938
[ "no_license" ]
[ { "path": "roles/kde_server/tasks/main.yml", "content": "---\n# tasks file for kde_server\n\n- name: Uninstall packages we don't need\n ansible.builtin.package:\n name: \"{{ kde_server_packages_to_remove }}\"\n state: absent\n\n- name: Install packages we want\n ansible.builtin.package:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 548, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/kde_workstation
2,938
[ "no_license" ]
[ { "path": "roles/kde_workstation/tasks/setup_xdg_desktop_portal.yml", "content": "# vim: et\n---\n\n- name: Install the xdg-desktop-portal backend\n become: true\n become_user: root\n ansible.builtin.package:\n name: xdg-desktop-portal-kde\n state: present\n", "license_type": "no_license", ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5480, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/latex
2,938
[ "no_license" ]
[ { "path": "roles/latex/tasks/install_latex_packages_redhat.yml", "content": "# vim: et\n---\n\n- name: Install LaTeX packages (Fedora)\n become: true\n ansible.builtin.package:\n name: \"{{ latex_packages_redhat }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1002, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/lgsm_dependencies
2,938
[ "no_license" ]
[ { "path": "roles/lgsm_dependencies/tasks/main.yml", "content": "# vim: et\n---\n\n# These tasks all need to be run as root\n# The tasks in lgsm_server need to be run as the service user for that server\n# Those users are set up by this task\n- name: Create users for LGSM\n ansible.builtin.import_tasks: cre...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1977, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/lgsm_server
2,938
[ "no_license" ]
[ { "path": "roles/lgsm_server/templates/inssserver/MapCycleDay.txt.j2", "content": "{% for scenario_name in inssserver_scenarios %}\nScenario_{{ scenario_name }}_Checkpoint_Insurgents\nScenario_{{ scenario_name }}_Checkpoint_Security\n{% endfor %}\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 9054, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/monitoring
2,938
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/install_monitoring_packages_archlinux.yml", "content": "# vim: et\n---\n\n- name: Install monitoring packages (Arch Linux)\n become: true\n ansible.builtin.package:\n name: \"{{ monitoring_packages_archlinux }}\"\n state: present\n", "license_type": "no_license"...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1775, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/mount_network_shares
2,938
[ "no_license" ]
[ { "path": "roles/mount_network_shares/tasks/network_shares.yml", "content": "# vim: et\n---\n\n- name: Create network share mount points\n become: true\n ansible.builtin.file:\n dest: \"{{ network_mount_dir }}/{{ item }}\"\n state: directory\n mode: '0755'\n with_items: \"{{ samba_shares }}\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/nvidia_graphics_drivers
2,938
[ "no_license" ]
[ { "path": "roles/nvidia_graphics_drivers/tasks/install_nvidia_container_toolkit.yml", "content": "# vim: et\n---\n\n# Installs the nvidia-container-toolkit package as described in\n# https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installing-with-apt\n# Feels a bi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3198, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/pacman
2,938
[ "no_license" ]
[ { "path": "roles/pacman/tasks/configure_aur.yml", "content": "# vim: et\n---\n\n# For more details, see: https://github.com/chaotic-aur\n- name: Install Chaotic AUR primary key\n become: true\n ansible.builtin.command: pacman-key --recv-key <KEY> --keyserver keyserver.ubuntu.com\n register: key_install\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2416, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/padd
2,938
[ "no_license" ]
[ { "path": "roles/padd/tasks/main.yml", "content": "# vim: et\n---\n\n- name: Install PADD\n ansible.builtin.import_tasks: install_padd.yml\n\n- name: Install touchscreen driver\n ansible.builtin.import_tasks: install_tft_driver.yml\n\n- name: Configure PADD to run on screen\n ansible.builtin.import_tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 426, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/pihole_dns_dhcp_server
2,938
[ "no_license" ]
[ { "path": "roles/pihole_dns_dhcp_server/templates/static-dhcp.conf.j2", "content": "# {{ ansible_managed }}\n{% for client in dhcp_reservations %}\ndhcp-host={{ client.mac }},{{ client.ip }},{{ client.hostname }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7887, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/rpm_fusion
2,938
[ "no_license" ]
[ { "path": "roles/rpm_fusion/vars/main.yml", "content": "# vim: et\n---\n\nrpm_fusion_gpg_keys:\n - \"https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020\"\n - \"https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-202...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1147, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/samba_client
2,938
[ "no_license" ]
[ { "path": "roles/samba_client/tasks/create_samba_credentials_file.yml", "content": "# vim: et\n---\n\n# This same file will be used by the non-guest samba fstab entries\n- name: Create the smbcredentials file from template\n become: true\n become_user: root\n ansible.builtin.template:\n src: smbcreden...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5409, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/server_setup
2,938
[ "no_license" ]
[ { "path": "roles/server_setup/tasks/clone_server_setup_repo.yml", "content": "# vim: et\n---\n\n- name: Create git repo area\n ansible.builtin.file:\n path: \"{{ server_setup_clone_dir }}\"\n state: directory\n mode: '0755'\n\n# Note: This may require an SSH key to be used to clone\n# whether via ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3065, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/smb_scan_server
2,938
[ "no_license" ]
[ { "path": "roles/smb_scan_server/tasks/main.yml", "content": "# vim: et\n---\n\n- name: Setup scan user\n become: true\n ansible.builtin.import_tasks: setup_scan_user.yml\n\n- name: Configure scan directory\n become: true\n ansible.builtin.import_tasks: configure_scan_directory.yml\n\n- name: Install SM...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1860, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/ssh_agent_user_service
2,938
[ "no_license" ]
[ { "path": "roles/ssh_agent_user_service/tasks/main.yml", "content": "# vim: et\n---\n\n# This is an alternative to having to set the ssh-agent process to start in\n# dotfiles for each shell, such as\n# https://gist.github.com/gerbsen/5fd8aa0fde87ac7a2cae and\n# https://stackoverflow.com/questions/17846529/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/triple-coaster
2,938
[ "no_license" ]
[ { "path": "roles/triple-coaster/defaults/main.yml", "content": "# vim: et\n---\n\nlinux_drive: linux-ssd-1tb\nlinux_drive_uuid: 8f69b0af-ac56-408c-85fc-6d94e3cf45e8\n\nshared_drive: shared-hdd-3tb\nshared_drive_uuid: 1E90FB1890FAF4DD\n\nwindows_drive: windows-hdd-1tb\nwindows_drive_uuid: 58EA1A91EA1A6B8E\n\...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 10361, "all_permissive": false }
ansible_role
Namdrib/ansible-desktop
bca9d0b27e7a4d13eea92d4eceb4aaac1b5f311a
0
roles/wireguard_server
2,938
[ "no_license" ]
[ { "path": "roles/wireguard_server/tasks/install_wireguard_packages.yml", "content": "# vim: et\n---\n\n- name: Install packages (wireguard)\n become: true\n ansible.builtin.package:\n name:\n - qrencode\n - wireguard\n state: present\n", "license_type": "no_license", "detected_lice...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1852, "all_permissive": false }
ansible_role
leo-e-org/argocd-flux-demo
5dae7e56439903fbe0c974fd2fde5024fb579b10
0
ansible/roles/argocd
2,938
[ "no_license" ]
[ { "path": "ansible/roles/argocd/tasks/main.yml", "content": "---\n- name: Install Helm\n ansible.builtin.shell: \"curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash\"\n changed_when: false\n- name: Add ArgoCD Helm repo\n ansible.builtin.shell: helm repo add argo https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
leo-e-org/argocd-flux-demo
5dae7e56439903fbe0c974fd2fde5024fb579b10
0
ansible/roles/flux
2,938
[ "no_license" ]
[ { "path": "ansible/roles/flux/tasks/main.yml", "content": "---\n- name: Install Flux CLI\n ansible.builtin.shell: \"curl -s https://fluxcd.io/install.sh | bash\"\n changed_when: false\n- name: Bootstrap Flux\n ansible.builtin.shell: \"flux bootstrap github --owner={{ REPOSITORY_OWNER }} --repository={{ R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
WanguiR/yolo_ansible
726034a40561559be0be887920237af8315475ed
0
ansible/roles/backend
2,938
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "--- \n- name: Copy Dockerfiles for backend \n copy:\n src: /home/ry/Desktop/dev/yolo_ansible/yolo/backend/Dockerfile\n dest: /var/www/yolo-app/\n with_items:\n - Dockerfile\n\n- name: Build the backend Docker container\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
WanguiR/yolo_ansible
726034a40561559be0be887920237af8315475ed
0
ansible/roles/client
2,938
[ "no_license" ]
[ { "path": "ansible/roles/client/tasks/main.yml", "content": "---\n- name: Copy Dockerfiles for client \n copy:\n src: /home/ry/Desktop/dev/yolo_ansible/yolo/client/Dockerfile\n dest: /var/www/yolo-app/\n with_items:\n - Dockerfile\n\n- name: Build the front-end Docker container\n command: do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/datasync
2,938
[ "permissive" ]
[ { "path": "roles/datasync/defaults/main.yml", "content": "---\ndatasync_template_namespace: openshift\ndatasync_template_repository: \"https://raw.githubusercontent.com/aerogear/datasync-deployment/\"\ndatasync_app_template: \"{{ datasync_template_repository }}{{ data_sync }}/openshift/datasync-http.yml\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/idm
2,938
[ "permissive" ]
[ { "path": "roles/idm/tasks/main.yml", "content": "---\n# TODO: we should really get rid of this once keycloak operator itself supports upstream images\n- name: Setup RH-SSO Imagestreams\n include_tasks: imagestream.yml\n\n- name: Install IDM\n include_tasks: install.yml", "license_type": "permissive",...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2283, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/mdc
2,938
[ "permissive" ]
[ { "path": "roles/mdc/templates/mobiledeveloperconsole.yml.j2", "content": "apiVersion: mdc.aerogear.org/v1alpha1\nkind: MobileDeveloperConsole\nmetadata:\n name: {{ mdc_name }}\nspec:\n oAuthClientId: {{ mdc_oauth_client_id }}\n oAuthClientSecret: {{ mdc_oauth_client_secret }}\n", "license_type": "pe...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 14130, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/mss
2,938
[ "permissive" ]
[ { "path": "roles/mss/templates/operator.yml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: mobile-security-service-operator\nspec:\n replicas: 1\n selector:\n matchLabels:\n name: mobile-security-service-operator\n template:\n metadata:\n labels:\n name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4978, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/namespace
2,938
[ "permissive" ]
[ { "path": "roles/namespace/defaults/main.yml", "content": "---\nmobile_services_namespace: \"mobile-developer-services\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 58 }, { "path": "roles/namespace/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 434, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/prerequisites
2,938
[ "permissive" ]
[ { "path": "roles/prerequisites/tasks/main.yml", "content": "---\n- fail:\n msg: \"openshift_master_url is required\"\n when: (openshift_master_url is not defined) or (openshift_master_url|length == 0) ", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/pull-secrets
2,938
[ "permissive" ]
[ { "path": "roles/pull-secrets/tasks/main.yml", "content": "---\n- name: Ensure registry username and password are set\n fail:\n msg: \"username and password for the redhat registry is not set. \\n Please check https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html/configuri...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1541, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/setup-services
2,938
[ "permissive" ]
[ { "path": "roles/setup-services/templates/binding-ups-app-android.json.j2", "content": "{\n \"apiVersion\": \"push.aerogear.org/v1alpha1\",\n \"kind\": \"AndroidVariant\",\n \"metadata\": {\n \"name\": \"{{appname}}-android-ups-variant\",\n \"ownerReferences\": [\n {\n \"apiVersion\": \...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 18464, "all_permissive": true }
ansible_role
aerogear/mobile-services-installer
b9a62ea99a9bb1d0acfd428ea8a2f5d9176df207
4
roles/ups
2,938
[ "permissive" ]
[ { "path": "roles/ups/templates/role_binding.yml.j2", "content": "---\nkind: ClusterRoleBinding\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n name: unifiedpush-operator-standalone\nsubjects:\n- kind: ServiceAccount\n name: unifiedpush-operator\n namespace: {{ mobile_services_namespace }}\nroleRef...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3749, "all_permissive": true }
ansible_role
qrpesblaca-cpe/HOA3.1_Team6
5888361ef41b123ae17843fafbd3963989f1d996
0
roles/bind9
2,938
[ "no_license" ]
[ { "path": "roles/bind9/tasks/main.yml", "content": "---\n# tasks file for bind9\n- name: Install Bind9 on CentOS\n dnf:\n name:\n - bind\n - bind-utils\n state: latest\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: Install Bind9 on Ubuntu\n apt:\n name: bind9\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
qrpesblaca-cpe/HOA3.1_Team6
5888361ef41b123ae17843fafbd3963989f1d996
0
roles/dhcpd
2,938
[ "no_license" ]
[ { "path": "roles/dhcpd/tasks/main.yml", "content": "---\n# tasks file for dhcpd\n- name: Installing dhcpd on CentOS\n dnf:\n name: dhcp-server.x86_64\n state: latest\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: Installing dhcpd on Ubuntu\n apt:\n name: isc-dhcp-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
qrpesblaca-cpe/HOA3.1_Team6
5888361ef41b123ae17843fafbd3963989f1d996
0
roles/httpd
2,938
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n\n- name: Install httpd and apache2\n package:\n name: \"{{ apache_package }}\"\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
qrpesblaca-cpe/HOA3.1_Team6
5888361ef41b123ae17843fafbd3963989f1d996
0
roles/mariadb
2,938
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n- name: install mariadb server package for CentOS\n dnf:\n name: mariadb-server\n state: latest\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb server for Ubuntu\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
qrpesblaca-cpe/HOA3.1_Team6
5888361ef41b123ae17843fafbd3963989f1d996
0
roles/samba
2,938
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n# tasks file for samba\n\n- name: Install samba on CentOS and Ubuntu\n package:\n name: samba\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
qrpesblaca-cpe/HOA3.1_Team6
5888361ef41b123ae17843fafbd3963989f1d996
0
roles/vsftpd
2,938
[ "no_license" ]
[ { "path": "roles/vsftpd/tasks/main.yml", "content": "---\n# tasks file for vsftpd\n\n- name: Install vsftpd on CentOS\n dnf:\n name: vsftpd\n state: present\n when: ansible_distribution == \"CentOS\"\n\n- name: Install vsftpd on Ubuntu\n apt:\n name: vsftpd\n state: present\n when: ansible_distr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
oleh27ua/AnsibleTerraformIAC
ac9f3213d54750973df5a3d1e91888ae39f471d3
0
ansible/roles/deploy
2,938
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- include: packages.yml\n- include: envs.yml\n- include: migration.yml\n- include: run-server.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "ansible/roles/deploy/tasks/run-serve...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1981, "all_permissive": false }
ansible_role
oleh27ua/AnsibleTerraformIAC
ac9f3213d54750973df5a3d1e91888ae39f471d3
0
ansible/roles/postgres-setup
2,938
[ "no_license" ]
[ { "path": "ansible/roles/postgres-setup/tasks/packages.yml", "content": "---\n- name: Install PostgreSQL packages\n yum:\n name:\n - postgresql-server\n - postgresql-contrib\n state: present\n\n- name: Initialize PostgreSQL database\n command: initdb -D /var/lib/pgsql/data\n become_user: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 755, "all_permissive": false }
ansible_role
oleh27ua/AnsibleTerraformIAC
ac9f3213d54750973df5a3d1e91888ae39f471d3
0
ansible/roles/webserver-setup
2,938
[ "no_license" ]
[ { "path": "ansible/roles/webserver-setup/tasks/python-install.yml", "content": "---\n- name: Install Python\n yum:\n name:\n - python{{ python_version }}\n - python{{ python_version }}-devel\n - python{{ python_version }}-pip\n state: present\n\n- name: Create Python virtual environmen...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 809, "all_permissive": false }
ansible_role
SycSin/Wahlfachprojekt2
111f109d99b2d1b3c4a7ca6ea306d53688460b8c
0
ansible/roles/base
2,938
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Add \"{{ inventory_hostname }}\" to /etc/hosts\n template:\n src: \"hosts.j2\"\n dest: \"/etc/hosts\" \n\n- name: Set timezone\n timezone:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 692, "all_permissive": false }
ansible_role
SycSin/Wahlfachprojekt2
111f109d99b2d1b3c4a7ca6ea306d53688460b8c
0
ansible/roles/microk8s
2,938
[ "no_license" ]
[ { "path": "ansible/roles/microk8s/tasks/main.yml", "content": "---\n- name: Include snap role\n include_role:\n name: snap\n\n- name: Check if MicroK8s is installed\n command: \"snap list | grep microk8s\"\n register: microk8s_snap_list\n check_mode: no\n ignore_errors: yes\n\n- name: Print debug me...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2054, "all_permissive": false }
ansible_role
SycSin/Wahlfachprojekt2
111f109d99b2d1b3c4a7ca6ea306d53688460b8c
0
ansible/roles/snap
2,938
[ "no_license" ]
[ { "path": "ansible/roles/snap/tasks/main.yml", "content": "---\n# Required for MicroK8s\n- name: Install snapd\n apt:\n name: \"snapd\"\n register: snapd_installation\n when: not ansible_check_mode\n\n- name: Reboot the machine\n reboot:\n reboot_timeout: 900\n when: snapd_installation.changed an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
veeson41/ansible_configs
62d00c5c6a025793d064e716fbc849987ffb5b08
0
roles/base
2,938
[ "no_license" ]
[ { "path": "roles/base/tasks/repo_utils.yml", "content": "\n - name: Add Docker GPG apt 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 repo: deb https://download.docker.com/linux/ubuntu {{ ansibl...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3267, "all_permissive": false }
ansible_role
veeson41/ansible_configs
62d00c5c6a025793d064e716fbc849987ffb5b08
0
roles/server
2,938
[ "no_license" ]
[ { "path": "roles/server/tasks/vm_server_configs.yml", "content": "---\n - name: Create a .config\n ansible.builtin.file:\n path: /home/veeson/.config\n state: directory\n mode: '0755'\n\n - name: Mount configs-backup-store\n ansible.posix.mount:\n src: 192.168.0.44:/mnt/configs-b...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9474, "all_permissive": false }
ansible_role
veeson41/ansible_configs
62d00c5c6a025793d064e716fbc849987ffb5b08
0
roles/workstation
2,938
[ "no_license" ]
[ { "path": "roles/workstation/tasks/files/tmux-plugins.yml", "content": "---\n\n # - name: Download foo.conf\n # ansible.builtin.get_url:\n # url: http://example.com/path/file.conf\n # dest: /etc/foo.conf\n # #mode: '0440' \n # #\n\n- name: create a tmux directory\n ansible.builtin.file:\n ...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 12171, "all_permissive": false }
ansible_role
claramelo/sre_wordpress
5c5919259f18b09b000d5071e6498cd975fceccf
0
ansible/roles/certificate
2,938
[ "no_license" ]
[ { "path": "ansible/roles/certificate/tasks/main.yml", "content": "- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /etc/nginx/ssls\n state: directory\n mode: '0755'\n\n- name: Create private key (rsa:2048)\n community.crypto.openssl_privatekey:\n path: /etc/ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1205, "all_permissive": false }
ansible_role
claramelo/sre_wordpress
5c5919259f18b09b000d5071e6498cd975fceccf
0
ansible/roles/ec2
2,938
[ "no_license" ]
[ { "path": "ansible/roles/ec2/scripts/launch-template.sh", "content": "#!/bin/bash\n\naws ec2 create-image --instance-id {{ instance_id }} --name \"Wordpess image\" --description \"An AMI for wordpress server\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 339, "all_permissive": false }
ansible_role
claramelo/sre_wordpress
5c5919259f18b09b000d5071e6498cd975fceccf
0
ansible/roles/wordpress
2,938
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n - name: Instalando os pacotes abaixo\n apt:\n name:\n - nginx\n - unzip\n - php-imagick\n - php7.4-fpm\n - php7.4-mbstring\n - php7.4-bcmath\n - php7.4-xml\n - php7.4-mysql\n - php7.4-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1767, "all_permissive": false }
ansible_role
nicolasclaudon/shared
eed7645b4d885c4d8196f76c92cbb98093d41d0d
0
environments/roles/springboot
2,938
[ "no_license" ]
[ { "path": "environments/roles/springboot/templates/start.sh.j2", "content": "#!/bin/bash\r\n\r\n#echo $JAVA_HOME\r\n# the name of the project\r\n\r\nPROJECT_NAME={{ service_name }}\r\nSERVICE_USER={{ service_user }}\r\nSPRINGBOOTAPP_HOME={{ service_deploy_folder }}\r\nSPRINGBOOTAPP_JAR=\"$SPRINGBOOTAPP_HOME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5932, "all_permissive": false }
ansible_role
nicolasclaudon/shared
eed7645b4d885c4d8196f76c92cbb98093d41d0d
0
roles/app_folder
2,938
[ "no_license" ]
[ { "path": "roles/app_folder/tasks/main.yml", "content": "- name: \"Create app folder if not exists\"\r\n file:\r\n path: \"{{ item }}\"\r\n state: directory\r\n owner: \"{{ service_user }}\"\r\n group: \"{{ service_group }}\"\r\n with_items:\r\n - \"{{ app_folder }}\"\r\n - \"{{ app_conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
vitorpavani/DevOps-capstone
02fb8b41be91df38d6400a14952f0ba6a97299d5
0
.circleci/ansible/roles/configure-server
3,278
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: Run apt-get update\n become: yes\n apt:\n update_cache: yes\n\n- name: Upgrade the OS (apt-get dist-upgrade)\n become: yes\n apt:\n upgrade: dist\n\n\n- name: \"install dependencies.\"\n become: yes\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
Tengku08/tutorial-ansible-id
f02ae713bdbaf3bd81a374391e41d0725cbb0d41
5
7-belajar-folder/roles/deploy-docker
3,278
[ "no_license" ]
[ { "path": "7-belajar-folder/roles/deploy-docker/tasks/main.yml", "content": "---\n - name: Pull landing page image from Docker Hub\n docker_image:\n name: ikanpaus/landingpage:{{version}}\n state: present\n\n - name: stop container\n docker-image:\n name: ikanpaus/landin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
Tengku08/tutorial-ansible-id
f02ae713bdbaf3bd81a374391e41d0725cbb0d41
5
7-belajar-folder/roles/install-docker
3,278
[ "no_license" ]
[ { "path": "7-belajar-folder/roles/install-docker/handlers/main.yml", "content": "---\n - name: start docker\n service: name=docker state=start\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "7-belajar-folder/roles/install-docker/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1508, "all_permissive": false }
ansible_role
frrenzy/dotfiles
7f826cc648e8f3ccda1a84b6697075ef3cc8ac97
0
roles/essentials
3,278
[ "no_license" ]
[ { "path": "roles/essentials/tasks/debian.yml", "content": "- name: Install Linuxbrew\n include_role:\n name: markosamuli.linuxbrew\n vars:\n linuxbrew_use_installer: true\n linuxbrew_init_shell: false\n\n- name: Install essentials\n become: true\n loop:\n - build-essential\n - coreutils\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 990, "all_permissive": false }
ansible_role
frrenzy/dotfiles
7f826cc648e8f3ccda1a84b6697075ef3cc8ac97
0
roles/nvim
3,278
[ "no_license" ]
[ { "path": "roles/nvim/tasks/main.yml", "content": "---\n- name: Install nvim in Debian\n import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Install nvim in macOS\n import_tasks: macos.yml\n when: ansible_distribution == \"MacOSX\"\n", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
frrenzy/dotfiles
7f826cc648e8f3ccda1a84b6697075ef3cc8ac97
0
roles/programming
3,278
[ "no_license" ]
[ { "path": "roles/programming/tasks/main.yml", "content": "---\n- name: Install rustup & cargo\n vars:\n rustup_configure_shell: false\n rustup_cargo_crates: [cargo-watch, wasm-pack]\n include_role:\n name: hurricanehrndz.rustup\n\n- name: Install python\n community.general.homebrew:\n name:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
frrenzy/dotfiles
7f826cc648e8f3ccda1a84b6697075ef3cc8ac97
0
roles/stow
3,278
[ "no_license" ]
[ { "path": "roles/stow/tasks/main.yml", "content": "---\n- name: Remove conflicting files\n loop:\n - .bashrc\n - .zshrc\n - .profile\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/{{ item }}\"\n state: absent\n\n- name: Run stow\n shell: \"stow . --target {{ ansible_env.HOME }} -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
hmoats/ansible-lan-sandbox1
de6ac384162e50778507170ad7d1536236ada388
0
roles/common
3,278
[ "no_license" ]
[ { "path": "roles/common/templates/secure_ios_template.j2", "content": "{#\n! Ensures all passwords and secrets are obfuscated when looking at\n! configuration files\n#}\nno ip domain-lookup\nservice password-encryption\nno service dhcp\nlogin on-failure log\nlogin on-success log\n{#\n! Set the timezone prop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1876, "all_permissive": false }
ansible_role
hmoats/ansible-lan-sandbox1
de6ac384162e50778507170ad7d1536236ada388
0
roles/router_interface
3,278
[ "no_license" ]
[ { "path": "roles/router_interface/tasks/main.yml", "content": "---\n- name: Configure interface descriptions and enable\n ios_interfaces:\n config:\n - name: \"{{ item.interface }}\"\n description: \"{{ item.description }}\"\n enabled: \"{{ item.enabled }}\"\n with_items: \"{{ hostva...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
hmoats/ansible-lan-sandbox1
de6ac384162e50778507170ad7d1536236ada388
0
roles/switch_base
3,278
[ "no_license" ]
[ { "path": "roles/switch_base/tasks/main.yml", "content": "---\n- name: Create vlan 10 (core)\n ios_vlan:\n vlan_id: 10\n name: core\n state: present\n\n- name: Create vlan 20 (web)\n ios_vlan:\n vlan_id: 20\n name: web\n state: present\n\n- name: Create vlan 30 (app)\n ios_vlan:\n vl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
hmoats/ansible-lan-sandbox1
de6ac384162e50778507170ad7d1536236ada388
0
roles/switch_interface
3,278
[ "no_license" ]
[ { "path": "roles/switch_interface/tasks/main.yml", "content": "---\n- name: configure l3 SVI\n ios_l3_interface:\n name: \"{{ item.interface }}\"\n ipv4: \"{{ item.ipv4 }}\"\n with_items: \"{{ hostvars[inventory_hostname].l3svi }}\"\n when: hostvars[inventory_hostname].l3svi[0] is defined\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2367, "all_permissive": false }
ansible_role
Sefanos/network_infrastructure
a3ea5a0697924df0f9cd7c579a9555c19c3b2b44
0
ansible/roles/apache
3,278
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/ports.conf.j2", "content": "# /etc/apache2/ports.conf\n\nListen {{ apache_port }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/apache/meta/main.yml", "content": "galaxy_info:\n autho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1474, "all_permissive": false }
ansible_role
Sefanos/network_infrastructure
a3ea5a0697924df0f9cd7c579a9555c19c3b2b44
0
ansible/roles/common
3,278
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update system packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install common packages\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - vim\n - curl\n - wget\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
Sefanos/network_infrastructure
a3ea5a0697924df0f9cd7c579a9555c19c3b2b44
0
ansible/roles/dhcp
3,278
[ "no_license" ]
[ { "path": "ansible/roles/dhcp/templates/dhcpd.conf.j2", "content": "subnet {{ dhcp_subnet }} netmask {{ dhcp_netmask }} {\n range {{ dhcp_range_start }} {{ dhcp_range_end }};\n option domain-name-servers {{ dns_servers }};\n option routers {{ router_ip }};\n}\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 712, "all_permissive": false }
ansible_role
Sefanos/network_infrastructure
a3ea5a0697924df0f9cd7c579a9555c19c3b2b44
0
ansible/roles/dns
3,278
[ "no_license" ]
[ { "path": "ansible/roles/dns/tasks/main.yml", "content": "---\n- name: Install CoreDNS\n package:\n name: coredns\n state: present\n\n- name: Copy CoreDNS configuration file\n template:\n src: Corefile.j2\n dest: /etc/coredns/Corefile\n owner: root\n group: root\n mode: '0644'\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 389, "all_permissive": false }
ansible_role
Otus-DevOps-2018-09/mkosterin_microservices
cb3f4b88cc3aec7fd33e3060f3ce8e5c3fb793d9
0
gitlab-ci-infra/ansible/roles/docker
3,278
[ "no_license" ]
[ { "path": "gitlab-ci-infra/ansible/roles/docker/tasks/config_docker.yml", "content": "---\n- name: add appuser in to docker group\n user:\n name: appuser\n groups: docker\n append: yes\n tags: install\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
ctienshi/ansible
287a40beeebe543e14cff2ef82a426910a0a6e9b
0
ansible-apim/roles/apim
3,278
[ "permissive" ]
[ { "path": "ansible-apim/roles/apim/tasks/main.yml", "content": "#----------------------------------------------------------------------------\n# Copyright (c) 2018 WSO2, Inc. http://www.wso2.org\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3223, "all_permissive": true }
ansible_role
ctienshi/ansible
287a40beeebe543e14cff2ef82a426910a0a6e9b
0
ansible-apim/roles/common
3,278
[ "permissive" ]
[ { "path": "ansible-apim/roles/common/tasks/main.yml", "content": "#----------------------------------------------------------------------------\n# Copyright (c) 2018 WSO2, Inc. http://www.wso2.org\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1434, "all_permissive": true }
ansible_role
freeCodeCamp/infra
c792b673a8ceb1e377bbf5cf3bbdc8f3f01afbea
67
ansible/roles/dns
3,278
[ "no_license" ]
[ { "path": "ansible/roles/dns/tasks/main.yml", "content": "---\n# We expect the /etc/hostname file to be populated with a FQDN\n# when the host is provisioned, using terraform or cloud-init.\n#\n# The FQDN should point to a Public IP address that is resolvable\n#\n- name: Get Hostname from /etc/hostname\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
freeCodeCamp/infra
c792b673a8ceb1e377bbf5cf3bbdc8f3f01afbea
67
ansible/roles/docker
3,278
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "---\ndocker_packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - python3-docker\ndocker_repo: deb [arch=amd64] https://download.docker.com/li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1252, "all_permissive": false }
ansible_role
freeCodeCamp/infra
c792b673a8ceb1e377bbf5cf3bbdc8f3f01afbea
67
ansible/roles/docker-swarm
3,278
[ "no_license" ]
[ { "path": "ansible/roles/docker-swarm/tasks/install-swarm.yml", "content": "---\n- name: Gather network interfaces facts\n ansible.builtin.setup:\n gather_subset:\n - network\n no_log: \"{{ variable_no_log | default (true) }}\"\n when: inventory_hostname in groups['managers']\n\n- name: Check if ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2539, "all_permissive": false }
ansible_role
freeCodeCamp/infra
c792b673a8ceb1e377bbf5cf3bbdc8f3f01afbea
67
ansible/roles/nginx
3,278
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/install-nginx.yml", "content": "---\n- name: Install NGINX and its dependecies via apt\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1602, "all_permissive": false }
ansible_role
freeCodeCamp/infra
c792b673a8ceb1e377bbf5cf3bbdc8f3f01afbea
67
ansible/roles/nodejs
3,278
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/defaults/main.yml", "content": "nodejs_version: 'latest'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Install or Update NVM\n shell: |\n cur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 798, "all_permissive": false }
ansible_role
freeCodeCamp/infra
c792b673a8ceb1e377bbf5cf3bbdc8f3f01afbea
67
ansible/roles/ubuntu
3,278
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu/tasks/main.yml", "content": "---\n- name: Update\n import_tasks: update.yml\n\n- name: Reboot\n import_tasks: reboot.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/ubuntu/tasks/reboot.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 632, "all_permissive": false }
ansible_role
Mezhnun89/dms-bundle-chrony
47e0a63dd4f0f5e82e255a9a4e8e63193bee89e3
0
roles/chrony
3,278
[ "no_license" ]
[ { "path": "roles/chrony/tasks/check.yaml", "content": "---\n\n###### Print info ######\n- name: Resources\n debug: \n msg: \n - \"CPU - {{ ansible_processor_vcpus }} CORE\"\n - \"RAM - {{ ansible_memory_mb.real.total }} MB\"\n - \"OS - {{ ansible_distribution }} {{ ansible_distribution_version}...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 13897, "all_permissive": false }
ansible_role
ilgea/my-devops-projects
443bd1561f937c189fce5d750d16a66e72670668
1
Ansible-publish-website-postgresql-nodejs-react/solution-2/roles/nodejs
3,278
[ "no_license" ]
[ { "path": "Ansible-publish-website-postgresql-nodejs-react/solution-2/roles/nodejs/files/server/.env", "content": "SERVER_PORT=5000\nDB_USER=postgres\nDB_PASSWORD=<PASSWORD>\nDB_NAME=clarustodo\nDB_HOST=172.31.80.229\nDB_PORT=5432", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1265, "all_permissive": false }
ansible_role
ilgea/my-devops-projects
443bd1561f937c189fce5d750d16a66e72670668
1
Ansible-publish-website-postgresql-nodejs-react/solution-2/roles/postgre
3,278
[ "no_license" ]
[ { "path": "Ansible-publish-website-postgresql-nodejs-react/solution-2/roles/postgre/tasks/main.yml", "content": "---\n# tasks file for postgre\n - name: create build directory\n file:\n path: /home/ec2-user/postgresql # böyle bir dizin oluşturduk. temiz oldun diye.\n state: directory ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2376, "all_permissive": false }
ansible_role
ilgea/my-devops-projects
443bd1561f937c189fce5d750d16a66e72670668
1
Ansible-publish-website-postgresql-nodejs-react/solution-2/roles/react
3,278
[ "no_license" ]
[ { "path": "Ansible-publish-website-postgresql-nodejs-react/solution-2/roles/react/vars/main.yml", "content": "---\n# vars file for react\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "Ansible-publish-website-postgresql-nodejs-react/solution-2/ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1434, "all_permissive": false }
ansible_role
oatakan/install-tower
bcc6bbaf1d2c7a9581b1375b6af4187291f82518
2
roles/ansible-tower
3,278
[ "no_license" ]
[ { "path": "roles/ansible-tower/defaults/main.yml", "content": "---\n# defaults file for ansible-tower\nansible_devel: false\ndns_domain_name: \"example.com\"\n\ntowerchk: undefined\n\ntower_version: 3.6.4-1\ntower_pass: '<PASSWORD>'\npg_pass: '<PASSWORD>'\nrabbit_pass: '<PASSWORD>'", "license_type": "no...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5718, "all_permissive": false }
ansible_role
oatakan/install-tower
bcc6bbaf1d2c7a9581b1375b6af4187291f82518
2
roles/common
3,278
[ "no_license" ]
[ { "path": "roles/common/tasks/RedHat.yml", "content": "- name: RHEL | Set version specific variables\n include_vars: \"{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml\"\n tags:\n - always\n\n- name: RHEL | Install {{ firewall_name }} and libselinux-python\n yum:\n name:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1533, "all_permissive": false }
ansible_role
oatakan/install-tower
bcc6bbaf1d2c7a9581b1375b6af4187291f82518
2
roles/ec2_application_elb_provision
3,278
[ "no_license" ]
[ { "path": "roles/ec2_application_elb_provision/tasks/main.yml", "content": "- name: set targets from list\n set_fact:\n targets_http: \"{{ targets_http|default([]) + [ {'Id': hostvars[item].ec2_id, 'Port': 80 } ] }}\"\n targets_https: \"{{ targets_https|default([]) + [ {'Id': hostvars[item].ec2_id, '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3753, "all_permissive": false }
ansible_role
oatakan/install-tower
bcc6bbaf1d2c7a9581b1375b6af4187291f82518
2
roles/ec2_application_elb_remove
3,278
[ "no_license" ]
[ { "path": "roles/ec2_application_elb_remove/tasks/main.yml", "content": "---\n- name: remove elb target group https\n elb_target_group:\n name: \"{{ ec2_name_prefix }}-{{ app_name | replace('_','-') }}-elb-tg-443\"\n region: \"{{ ec2_region }}\"\n vpc_id: \"{{ ec2_vpc_id }}\"\n state: absent\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
oatakan/install-tower
bcc6bbaf1d2c7a9581b1375b6af4187291f82518
2
roles/ec2_elb_provision
3,278
[ "no_license" ]
[ { "path": "roles/ec2_elb_provision/tasks/elb.yml", "content": "---\n- debug:\n msg: \"number of hosts in this group: {{ groups[instance_group]|length }}\"\n run_once: yes\n\n- name: initialize instance ids\n set_fact:\n instance_ids: []\n run_once: yes\n\n- name: set current region\n set_fact:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4502, "all_permissive": false }
ansible_role
oatakan/install-tower
bcc6bbaf1d2c7a9581b1375b6af4187291f82518
2
roles/ec2_elb_provision_backup2
3,278
[ "no_license" ]
[ { "path": "roles/ec2_elb_provision_backup2/tasks/main.yml", "content": "---\n- name: set targets from list\n set_fact:\n instance_ids: \"{{ instance_ids|default([]) + [ {'id': hostvars[item].ec2_id, 'region': hostvars[item].ec2_region } ] }}\"\n with_items: \"{{ play_hosts }}\"\n run_once: yes\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2854, "all_permissive": false }
ansible_role
oatakan/install-tower
bcc6bbaf1d2c7a9581b1375b6af4187291f82518
2
roles/ec2_elb_remove
3,278
[ "no_license" ]
[ { "path": "roles/ec2_elb_remove/tasks/main.yml", "content": "---\n- name: Initialize instance groups for host\n set_fact:\n awx_instance_groups: []\n run_once: yes\n\n- name: Determine instance groups for host\n set_fact:\n awx_instance_groups: \"{{ awx_instance_groups }} + [ '{{ item }}' ]\"\n lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }