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
wataruoguchi/playaround-ansible
3520a7a34c9f419a975403399482181f038b205c
0
roles/vimrc
7,610
[ "no_license" ]
[ { "path": "roles/vimrc/templates/vimrc.j2", "content": "set nocompatible\nfiletype off\nset rtp+=~/.vim/bundle/Vundle.vim\ncall vundle#begin()\nPlugin 'VundleVim/Vundle.vim'\nPlugin 'avakhov/vim-yaml'\n\nsyntax on\nset number\nset autoindent\nset hlsearch\nset expandtab\nset tabstop=4\nset shiftwidth=4\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
praveensams16/dockerdeployment-jenkins
fc0ebe8b8dc99327f911338f3ee4158df317b603
0
roles/apache
7,610
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yml", "content": "---\n# vars file for apache\n\nabirami: 9090\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/apache/handlers/main.yml", "content": "---\n# handlers file for apache\n#\n- name: starting...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 677, "all_permissive": false }
ansible_role
sidesteps/scripts
855d239057426912f941dfa5e5005193c6370177
0
machine_setup/roles/base
7,610
[ "no_license" ]
[ { "path": "machine_setup/roles/base/tasks/main.yml", "content": "# basic stuff for all machines\n\n - name: install iw\n package: name=iw state=latest\n \n - name: install wpa_supplicant\n package:\n name: wpa_supplicant\n state: latest\n \n - name: install intel-ucode\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1027, "all_permissive": false }
ansible_role
sidesteps/scripts
855d239057426912f941dfa5e5005193c6370177
0
machine_setup/roles/gui
7,610
[ "no_license" ]
[ { "path": "machine_setup/roles/gui/tasks/main.yml", "content": "# for machines with media capabilities\n\n - name: install xorg-server\n package:\n name: xorg-server\n state: latest\n\n - name: install kde plasma-desktop\n package:\n name: plasma-desktop\n state: late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1130, "all_permissive": false }
ansible_role
inokappa/ansible-sample-prj-lambda
d6d743d8c736ef8c8941cfd98250af5d58e9e585
1
roles/cloudwatch_event
7,610
[ "no_license" ]
[ { "path": "roles/cloudwatch_event/tasks/main.yml", "content": "- name: Get role arn via module\n iam_role_arn_get:\n role_name: '{{ iam_role_name }}'\n changed_when: false\n register: iam_role\n when: not ansible_check_mode\n\n- set_fact:\n role_arn: '{{ iam_role.arn }}'\n when: not ansible_check...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1711, "all_permissive": false }
ansible_role
inokappa/ansible-sample-prj-lambda
d6d743d8c736ef8c8941cfd98250af5d58e9e585
1
roles/iam
7,610
[ "no_license" ]
[ { "path": "roles/iam/tasks/main.yml", "content": "- name: Create role\n iam_role:\n name: '{{ iam_role_name }}'\n assume_role_policy_document: \"{{ lookup( 'file' , iam_role_policy_file ) }}\"\n state: present\n\n- name: Attatch policy\n iam_policy:\n iam_type: role\n iam_name: '{{ iam_role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
inokappa/ansible-sample-prj-lambda
d6d743d8c736ef8c8941cfd98250af5d58e9e585
1
roles/lambda
7,610
[ "no_license" ]
[ { "path": "roles/lambda/tasks/main.yml", "content": "- name: Install required pkg\n pip:\n requirements: 'requirements.txt'\n extra_args: '-t site-packages'\n chdir: '{{ function_dir }}'\n\n- name: Create lambda.zip\n shell: zip -ur lambda.zip *\n register: create_lambda_zip\n changed_when: cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 949, "all_permissive": false }
ansible_role
Lucas-Andrade-pc/Projeto-Ansible
dc4f33d771999bf6be3567ef7656b370f85b505f
1
install_k8s/roles/add_vm
7,610
[ "no_license" ]
[ { "path": "install_k8s/roles/add_vm/defaults/main.yml", "content": "---\n# defaults file for add_vm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "install_k8s/roles/add_vm/tasks/main.yml", "content": "---\n# tasks file for add_vm\n- include_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 666, "all_permissive": false }
ansible_role
Lucas-Andrade-pc/Projeto-Ansible
dc4f33d771999bf6be3567ef7656b370f85b505f
1
install_k8s/roles/create-cluster
7,610
[ "no_license" ]
[ { "path": "install_k8s/roles/create-cluster/vars/main.yml", "content": "---\n# vars file for create-cluster\ndefault_url_k8s_weavenet: https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml\nuser_server: lucas\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2222, "all_permissive": false }
ansible_role
Lucas-Andrade-pc/Projeto-Ansible
dc4f33d771999bf6be3567ef7656b370f85b505f
1
install_k8s/roles/install-helm
7,610
[ "no_license" ]
[ { "path": "install_k8s/roles/install-helm/tasks/install-heml.yml", "content": "- name: teste command\n shell:\n 'curl {{ helm_url }}'\n- name: install apt-transport-https\n apt:\n name: apt-transport-https\n state: present\n \n- name: add repository\n shell: \n 'echo \"{{ repository }}\"'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 673, "all_permissive": false }
ansible_role
Lucas-Andrade-pc/Projeto-Ansible
dc4f33d771999bf6be3567ef7656b370f85b505f
1
install_k8s/roles/install-k8s
7,610
[ "no_license" ]
[ { "path": "install_k8s/roles/install-k8s/tasks/install-k8s.yml", "content": "- name: Install packages that allow apt to be used over HTTPS\n apt:\n name: \"{{ packages }}\"\n state: present\n # update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3124, "all_permissive": false }
ansible_role
Lucas-Andrade-pc/Projeto-Ansible
dc4f33d771999bf6be3567ef7656b370f85b505f
1
install_k8s/roles/join-workers
7,610
[ "no_license" ]
[ { "path": "install_k8s/roles/join-workers/tasks/join-cluster.yml", "content": "- name: Printando token\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O TOKEN {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name: Printando hash\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash {{ hostvars['K8S_T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1096, "all_permissive": false }
ansible_role
Lucas-Andrade-pc/Projeto-Ansible
dc4f33d771999bf6be3567ef7656b370f85b505f
1
provisioning/roles/create-instances
7,610
[ "no_license" ]
[ { "path": "provisioning/roles/create-instances/tasks/main.yml", "content": "---\n# tasks file for create-instances\n- include_tasks: provisioning_instances.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "provisioning/roles/create-instances/va...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2260, "all_permissive": false }
ansible_role
simarjeet-singh/apache
7f5a6d605070359c00423566b7f3755bfaedcd0c
0
roles/apache
7,610
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yaml", "content": " - name: apache Installation\n yum: pkg=httpd state=latest\n\n - name: Copying configuration file to conf directory of apache\n template:\n src: httpd.j2\n dest: /etc/httpd/conf/httpd.conf\n notify:\n - restart httpd\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
simarjeet-singh/apache
7f5a6d605070359c00423566b7f3755bfaedcd0c
0
roles/java
7,610
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yaml", "content": " - name: Installng Java 1.7.0\n yum: name=java-1.7.0-openjdk state=present\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
simarjeet-singh/apache
7f5a6d605070359c00423566b7f3755bfaedcd0c
0
roles/tomcat
7,610
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yaml", "content": " - name: adding group \"tomcat\"\n group: name=tomcat\n\n - name: adding user \"tomcat\" to group \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n become: True\n become_method: sudo\n\n - name: Down...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1718, "all_permissive": false }
ansible_role
trilioData/trilio-ansible
252e30d3e0c30718febedef2e3867a1daed3713e
0
roles/trilio_kubernetes
7,610
[ "permissive" ]
[ { "path": "roles/trilio_kubernetes/templates/backupplan.yaml.j2", "content": "apiVersion: triliovault.trilio.io/v1\nkind: BackupPlan\nmetadata:\n name: {{ trilio_kubernetes_backupplan_name_var }}\nspec:\n backupNamespace: {{ trilio_kubernetes_namespace_var }}\n backupConfig:\n target:\n name: {{ ...
{ "task_files": 31, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 45, "total_bytes": 83148, "all_permissive": true }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/common
7,610
[ "no_license" ]
[ { "path": "roles/common/handlers/package-cleanup.yaml", "content": "---\n- name: update all packages\n yum:\n name: '*'\n state: latest\n become: true\n notify: package-cleanup \n tags: update,upgrade\n\n# sudo package-cleanup --oldkernels --count=1\n", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 871, "all_permissive": false }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/dhcpd
7,610
[ "no_license" ]
[ { "path": "roles/dhcpd/tasks/dhcpd.yaml", "content": "---\n- name: Update packages\n yum: \n name: *\n state: latest\n become: true\n\n- name: Install required packages\n yum: \n name: dhcp,httpd,xinetd,syslinux,tftp-server\n state: present\n become: true\n\n- name: Install extra packages\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/dns
7,610
[ "no_license" ]
[ { "path": "roles/dns/handlers/main.yaml", "content": "---\n- name: start dnsmasq\n service: \n name: dnsmasq \n state: started\n enable: true\n become: true\n \n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/dns/tasks/ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 864, "all_permissive": false }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/nfs-server
7,610
[ "no_license" ]
[ { "path": "roles/nfs-server/tasks/nfs_server.yaml", "content": "---\n- name: Install yum packages\n yum:\n name: nfs-utils,nfs-utils-lib\n become: true\n\n- name: fstab\n /dev/sda1 /mnt\n when: \n\n- name: start service\n\n- name: enable service\n \n", "license_type": "no_license", "detected...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 216, "all_permissive": false }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/post-upgrade
7,610
[ "no_license" ]
[ { "path": "roles/post-upgrade/handlers/main.yaml", "content": "---\n- import_tasks: reboot.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/post-upgrade/tasks/reboot.yaml", "content": "---\n- name: Notify users again.\n command: wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 568, "all_permissive": false }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/pre-install
7,610
[ "no_license" ]
[ { "path": "roles/pre-install/tasks/main.yaml", "content": "---\n- import_tasks: keys.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/pre-install/tasks/keys.yaml", "content": "---\n- name: Initial user account. Normally this would b...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1270, "all_permissive": false }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/pre-upgrade
7,610
[ "no_license" ]
[ { "path": "roles/pre-upgrade/handlers/main.yaml", "content": "---\n- import_tasks: alert_teams.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/pre-upgrade/handlers/alert_teams.yaml", "content": "---\n- name: Send alert in Teams to ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2136, "all_permissive": false }
ansible_role
epieye/ansible
ac2a08e4c24964745a353987c0f55aaaf88ecc7d
0
roles/webserver
7,610
[ "no_license" ]
[ { "path": "roles/webserver/tasks/apache.yaml", "content": "---\n- name: Install apache\n yum: \n name: httpd\n state: latest\n become: true\n notify: start_webserver\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/webserver/task...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 376, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
arch/roles/applications
7,607
[ "no_license" ]
[ { "path": "arch/roles/applications/tasks/steam.yml", "content": "---\n# Steam configuration\n\n#- name: Install Steam\n# become: yes\n# flatpak:\n# name: \"{{item}}\"\n# loop:\n# - com.valvesoftware.Steam\n\n- name: Install Steam dependencies\n become: yes\n pacman:\n name: \"{{item}}\"\n s...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5354, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
arch/roles/desktop
7,607
[ "no_license" ]
[ { "path": "arch/roles/desktop/tasks/terminal.yml", "content": "---\n# Terminal configuration\n\n- name: Install Terminals\n become: yes\n pacman:\n name: \"{{item}}\"\n state: present\n loop:\n - alacritty\n - kitty ", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4526, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
arch/roles/development
7,607
[ "no_license" ]
[ { "path": "arch/roles/development/tasks/packages/main.yml", "content": "---\n# Development packages setup\n\n- name: Install development packages\n become: true\n pacman:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - tmux\n - ruby\n - ruby-erb\n - ripgrep\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1560, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
arch/roles/maintenance
7,607
[ "no_license" ]
[ { "path": "arch/roles/maintenance/tasks/main.yml", "content": "---\n# Maintenance tasks\n\n- name: Include system updates\n ansible.builtin.import_tasks: system.yml\n\n- name: Include application updates\n ansible.builtin.import_tasks: applications.yml ", "license_type": "no_license", "detected_li...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1076, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
arch/roles/work
7,607
[ "no_license" ]
[ { "path": "arch/roles/work/tasks/main.yml", "content": "- name: Install Citrix Client \n kewlfft.aur.aur:\n name: icaclient \n use: yay\n state: present \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
arch/roles/workstation
7,607
[ "no_license" ]
[ { "path": "arch/roles/workstation/tasks/main.yml", "content": "---\n# Workstation setup tasks\n\n- name: Install rcup\n kewlfft.aur.aur:\n use: makepkg\n state: present\n name:\n - rcm \n\n- name: Include AUR helper setup\n ansible.builtin.import_tasks: aur/main.yml\n\n- name: Include dotfil...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1295, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
debian/roles/common
7,607
[ "no_license" ]
[ { "path": "debian/roles/common/tasks/main.yml", "content": "- name: Update system\n include_tasks: roles/common/tasks/apt-update.yml\n\n- name: Run the equivalent of \"pacman -Sy\" as a separate step\n become: yes\n community.general.pacman:\n update_cache: true\n when: ansible_distribution == 'Arch ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1185, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
debian/roles/filesharing
7,607
[ "no_license" ]
[ { "path": "debian/roles/filesharing/tasks/main.yml", "content": "---\n- name: Remove default torrent\n become: yes\n apt:\n name: \"{{item}}\"\n state: absent\n loop:\n - transmission-gtk\n\n- name: Install transmission-remote\n become: yes\n apt:\n name: \"{{item}}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
debian/roles/filesyncing
7,607
[ "no_license" ]
[ { "path": "debian/roles/filesyncing/tasks/main.yml", "content": "---\n- name: Install syncthing\n become: yes\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - syncthing\n\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
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
debian/roles/windowmanager
7,607
[ "no_license" ]
[ { "path": "debian/roles/windowmanager/tasks/mail.yml", "content": "\n- name: Install terminal mail stack (ubuntu)\n become: yes\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - lynx\n - neomutt\n - msmtp\n - isync\n - imapfilter\n tags:\n - ubuntu\n...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4124, "all_permissive": false }
ansible_role
rsmacapinlac/workstation-builder
9cd435cbf6a46201194c2a82f71778c7188440e1
0
debian/roles/workstation
7,607
[ "no_license" ]
[ { "path": "debian/roles/workstation/tasks/main.yml", "content": "- name: Install core tools\n become: true\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - curl\n - vim\n - xvfb\n - software-properties-common\n - apt-transport-https\n - git\n - zs...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3745, "all_permissive": false }
ansible_role
bill954/DOS-games-with-Ansible
da3a0e426e084f79456d54da39083d311b3d7344
0
roles/build_images
7,607
[ "no_license" ]
[ { "path": "roles/build_images/tasks/main.yml", "content": "# Copy the docker files to the user's main folder in the server.\n- name: Copy docker files to server\n copy:\n src: game_build_files\n dest: /home/bill/Documents/\n force: no\n\n# Build each game with previously copied files\n- name: buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1281, "all_permissive": false }
ansible_role
bill954/DOS-games-with-Ansible
da3a0e426e084f79456d54da39083d311b3d7344
0
roles/games_server
7,607
[ "no_license" ]
[ { "path": "roles/games_server/tasks/main.yml", "content": "# Install and set Docker.\n- name: install docker\n package:\n name: docker\n state: latest\n\n- name: start docker service\n systemd:\n name: docker\n state: started\n enabled: yes\n\n- name: install docker python module\n pip:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
bill954/DOS-games-with-Ansible
da3a0e426e084f79456d54da39083d311b3d7344
0
roles/run_containers
7,607
[ "no_license" ]
[ { "path": "roles/run_containers/tasks/main.yml", "content": "# Run a container with each previously builded image for the DOS games\n\n- name: run doom\n docker_container:\n image: doom:v1\n name: doom\n state: started\n auto_remove: true\n ports: \"81:8000\"\n\n- name: run keen\n docker_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
bill954/DOS-games-with-Ansible
da3a0e426e084f79456d54da39083d311b3d7344
0
roles/web_server
7,607
[ "no_license" ]
[ { "path": "roles/web_server/tasks/main.yml", "content": "- name: install apache2\n package:\n name: apache2\n state: latest\n\n- name: delete default apache html\n file:\n path: /var/www/html/index.html\n state: absent\n\n- name: copy new index.html file\n copy:\n src: index.html\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
admincadia/ans02Avanzado
68e0ffc52c001578667241f413d355895b8211d7
0
roles/mongodb_install
7,607
[ "no_license" ]
[ { "path": "roles/mongodb_install/tasks/main.yml", "content": "---\n\n- name: Acualizar todos los paquetes a la última versión\n apt:\n name: \"*\"\n state: latest\n become: yes\n\n- name: Instalar MongoDB\n apt: name=mongodb-org state=latest\n become: yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
admincadia/ans02Avanzado
68e0ffc52c001578667241f413d355895b8211d7
0
roles/mongodb_run
7,607
[ "no_license" ]
[ { "path": "roles/mongodb_run/tasks/main.yml", "content": "---\n\n- name: Arrancar MongoDB\n service:\n name: mongod\n state: started\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
admincadia/ans02Avanzado
68e0ffc52c001578667241f413d355895b8211d7
0
roles/websvr_install
7,607
[ "no_license" ]
[ { "path": "roles/websvr_install/templates/index.nginx-centos.html.j2", "content": "<!DOCTYPE html>\n<html>\n\t<h1>Hola calavera</h1>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/websvr_install/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 825, "all_permissive": false }
ansible_role
admincadia/ans02Avanzado
68e0ffc52c001578667241f413d355895b8211d7
0
roles/websvr_run
7,607
[ "no_license" ]
[ { "path": "roles/websvr_run/tasks/main.yml", "content": "---\n\n- name: Arrancar Nginx\n service:\n name: nginx\n state: started\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
niryline/tp-devops
c5ebecf86f960c3fe6c589a4d0159f9cc8c981fe
0
ansible/roles/app
7,607
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for roles/app\n - name: Launch App\n docker_container:\n name: tp1-bck\n state: started\n image: niryantso/tp1-bck:5.0\n networks:\n - name: \"app-network\"", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
niryline/tp-devops
c5ebecf86f960c3fe6c589a4d0159f9cc8c981fe
0
ansible/roles/database
7,607
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n - name: Launch Database\n docker_container:\n name: tp1-postgres-server\n image: niryantso/tp1-postgres-server:5.0\n state: started\n networks:\n - name: \"app-network\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 426, "all_permissive": false }
ansible_role
niryline/tp-devops
c5ebecf86f960c3fe6c589a4d0159f9cc8c981fe
0
ansible/roles/front
7,607
[ "no_license" ]
[ { "path": "ansible/roles/front/tasks/main.yml", "content": "---\n# tasks file for roles/front\n- name: Run Front\n docker_container:\n name: tp1-front\n image: niryantso/tp1-front:5.0\n state: started\n networks:\n - name: \"app-network\"", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
niryline/tp-devops
c5ebecf86f960c3fe6c589a4d0159f9cc8c981fe
0
ansible/roles/proxy
7,607
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n# tasks file for roles/proxy\n- name: Run Proxy\n docker_container:\n name: tp1-apache\n image: niryantso/tp1-apache:5.0\n state: started\n networks:\n - name: \"app-network\"\n ports:\n - \"80:80\"", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
rajdurvasula/rdmotd
c27d8282ed6926bfe94a693960e60aebc25c9382
0
roles/handle_job_events
7,607
[ "no_license" ]
[ { "path": "roles/handle_job_events/defaults/main.yml", "content": "---\n# defaults file for handle_job_events", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/handle_job_events/vars/main.yml", "content": "---\n# vars file for handle_job_ev...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1550, "all_permissive": false }
ansible_role
rajdurvasula/rdmotd
c27d8282ed6926bfe94a693960e60aebc25c9382
0
roles/setup_motd
7,607
[ "no_license" ]
[ { "path": "roles/setup_motd/defaults/main.yml", "content": "---\n# defaults file for setup_motd\n\nmessages:\n - \"Welcome user !\"\n - \"Good Day !!\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/setup_motd/handlers/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 511, "all_permissive": false }
ansible_role
vdolgikh/devops-netology
d369ade6d066811ade49fd3c6f3176972c2a4bfa
1
4_conf-homeworks/conf_06/for_arch/ansible_collections/vdolgikh/test_createfile/roles/createfile
7,607
[ "no_license" ]
[ { "path": "4_conf-homeworks/conf_06/for_arch/ansible_collections/vdolgikh/test_createfile/roles/createfile/vars/main.yml", "content": "---\n# vars file for createfile\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "4_conf-homeworks/conf_06/for_ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 147, "all_permissive": false }
ansible_role
job/cdn.openbsd.org-ansible
21dbf1f2ece76ee71f2f96afd952b9537dbba970
14
roles/bgp
7,607
[ "no_license" ]
[ { "path": "roles/bgp/handlers/main.yml", "content": "- name: reload bgpd\n service: name=bgpd state=reloaded\n\n- name: restart bgpd\n service: name=bgpd state=restarted\n\n- name: restart hostname.lo1\n shell: /bin/sh /etc/netstart lo1\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2677, "all_permissive": false }
ansible_role
job/cdn.openbsd.org-ansible
21dbf1f2ece76ee71f2f96afd952b9537dbba970
14
roles/http
7,607
[ "no_license" ]
[ { "path": "roles/http/files/kfcgi.service", "content": "#!/bin/sh\n\ndaemon=\"kfcgi -v -U www -u www -- /cgi-bin/redmirror\"\n\n. /etc/rc.d/rc.subr\n\nrc_reload=YES\n\nrc_cmd $1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/http/files/ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5801, "all_permissive": false }
ansible_role
job/cdn.openbsd.org-ansible
21dbf1f2ece76ee71f2f96afd952b9537dbba970
14
roles/ssh
7,607
[ "no_license" ]
[ { "path": "roles/ssh/handlers/main.yml", "content": "- name: reload sshd\n service: name=sshd state=reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/ssh/tasks/main.yml", "content": "- name: copy ssh keys\n copy:\n src=keys\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
job/cdn.openbsd.org-ansible
21dbf1f2ece76ee71f2f96afd952b9537dbba970
14
roles/system
7,607
[ "no_license" ]
[ { "path": "roles/system/templates/pf.conf.j2", "content": "atr = \"{{ \"{ \" }}{%- for i in bgp_networks -%}{{ i }}{{ \" \" }}{%- endfor -%} }\"\n\nset block-policy drop\nset skip on lo\n\nblock log\n\npass inet proto icmp all icmp-type echoreq\npass inet6 proto icmp6 all icmp6-type echoreq\n\npass out all ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2356, "all_permissive": false }
ansible_role
job/cdn.openbsd.org-ansible
21dbf1f2ece76ee71f2f96afd952b9537dbba970
14
roles/tls
7,607
[ "no_license" ]
[ { "path": "roles/tls/tasks/main.yml", "content": "- name: Copy across acme-client config\n copy:\n src: acme-client.conf\n dest: /etc/acme-client.conf\n owner: root\n group: wheel\n mode: 0600\n\n- name: cron tls ams01.atr.ilams.net\n cron:\n name: \"refresh_ams01_tls\"\n minute: 04\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
jhidalgoc/nextgen_ansible_advanced_homework
f0dddffe042fbee165f2085955e7fcb707033888
0
roles/base-config
7,607
[ "no_license" ]
[ { "path": "roles/base-config/templates/centos.repo.j2", "content": "# CentOS-Base.repo\n#\n# The mirror system uses the connecting IP address of the client and the\n# update status of each mirror to pick mirrors that are updated to and\n# geographically close to the client. You should use this for CentOS u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2353, "all_permissive": false }
ansible_role
jhidalgoc/nextgen_ansible_advanced_homework
f0dddffe042fbee165f2085955e7fcb707033888
0
roles/osp-facts
7,607
[ "no_license" ]
[ { "path": "roles/osp-facts/tasks/main.yml", "content": "---\n# tasks file for osp-facts\n - name: Fetch Instance Info\n os_server_info:\n cloud: openstack\n register: result\n - name: Add host\n add_host:\n name: \"{{ item.private_v4 }}\"\n ansible_host: \"{{ item.public_v4 }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
jhidalgoc/nextgen_ansible_advanced_homework
f0dddffe042fbee165f2085955e7fcb707033888
0
roles/osp-instance-delete
7,607
[ "no_license" ]
[ { "path": "roles/osp-instance-delete/tasks/main.yml", "content": "---\n# tasks file for roles/osp-instance-delete\n- name: Fetch Instance Info\n os_server_info:\n cloud: openstack\n register: servers\n\n- name: Delete instances\n os_server:\n cloud: openstack\n name: \"{{ server.name }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
jhidalgoc/nextgen_ansible_advanced_homework
f0dddffe042fbee165f2085955e7fcb707033888
0
roles/osp-servers
7,607
[ "no_license" ]
[ { "path": "roles/osp-servers/tasks/main.yml", "content": "---\n\n# tasks file for osp.servers\n- name: Create OSP Servers\n os_server:\n cloud: openstack\n name: \"{{ __server.value.name }}\"\n image: \"{{ __server.value.image }}\"\n key_name: \"{{ __server.value.key_name }}\"\n flavor: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1092, "all_permissive": false }
ansible_role
neueda-devops-task/aws_ansible
356bbd12a2645bf07c3a7ef43844b0735e64ee0d
0
roles/infra
7,608
[ "no_license" ]
[ { "path": "roles/infra/tasks/aws-ec2-rds-create.yml", "content": "---\n- name: Create webserver instance\n ec2:\n region: \"{{ aws_region }}\"\n vpc_subnet_id: \"{{ web_subnet.subnet.id }}\"\n group_id: \"{{ websecgroup.group_id }}\"\n instance_type: \"{{ instance_type }}\"\n image: ami-02df...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2200, "all_permissive": false }
ansible_role
andrewdawood/cicd-project-andrew
02af3c155528eff6262c5d8baae7439b02783c22
0
.circleci/ansible/roles/configure-server
7,608
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"Add nodejs from Node Source\"\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -\n\n- name: \"Install nodejs 14 \"\n become: true\n apt:\n name: [\"nodejs\"]\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
netascode/ansible-dc-vxlan
6860987d75cd872d788bfb9d4c746f431e3f86d8
12
roles/validate
7,608
[ "no_license" ]
[ { "path": "roles/validate/files/rules/ibgp_vxlan/304_topology_switch_interfaces_members_unique.py", "content": "import re\n\n\nclass Rule:\n id = \"304\"\n description = \"\\n1)Verify Interface names are Unique per switch\\n2)Verify member interfaces are not repeated within a switch\\n\"\n severity...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 35, "total_bytes": 161843, "all_permissive": false }
ansible_role
netascode/ansible-dc-vxlan
6860987d75cd872d788bfb9d4c746f431e3f86d8
12
tests/integration/roles/test_update_model_data
7,608
[ "no_license" ]
[ { "path": "tests/integration/roles/test_update_model_data/tasks/main.yml", "content": "# Copyright (c) 2024 Cisco Systems, Inc. and its affiliates\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy of\n# this software and associated documentation files (the \"Software\"), to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11268, "all_permissive": false }
ansible_role
custompointofview/ansible-minikube
b2c4a0b2c976732c6728f6d84a16b66e64999e79
0
roles/cleanup
7,608
[ "permissive" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n- name: Reset Kubernetes\n shell: echo $(kubeadm reset && echo 'true')\n\n- name: Remove docker images\n shell: echo $(docker rmi --force $(docker images --all -q) && echo 'true')\n become: true\n\n- name: Update apt\n apt:\n update_cache: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 774, "all_permissive": true }
ansible_role
custompointofview/ansible-minikube
b2c4a0b2c976732c6728f6d84a16b66e64999e79
0
roles/docker-ce
7,608
[ "permissive" ]
[ { "path": "roles/docker-ce/tasks/main.yml", "content": "---\n# tasks file for master\n- name: Install Docker pre-requisites\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n become: true\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 816, "all_permissive": true }
ansible_role
custompointofview/ansible-minikube
b2c4a0b2c976732c6728f6d84a16b66e64999e79
0
roles/kubectl
7,608
[ "permissive" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- name: Add the kubectl apt key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n become: true\n\n- name: Add kubectl repository\n apt_repository:\n repo: deb https://apt.kubernetes.io/ kubernetes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": true }
ansible_role
custompointofview/ansible-minikube
b2c4a0b2c976732c6728f6d84a16b66e64999e79
0
roles/minikube
7,608
[ "permissive" ]
[ { "path": "roles/minikube/tasks/main.yml", "content": "---\n# tasks file for master\n- name: Download latest version of minikube\n get_url:\n url: https://storage.googleapis.com/minikube/releases/v0.30.0/minikube-linux-amd64\n dest: /usr/local/bin/minikube\n mode: 'u=rx,g=rx,o=rx'\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1140, "all_permissive": true }
ansible_role
minbulat/ansible-centos-update
0ec0fd6120f43feabc07a375bf9966cd01207751
0
roles/update-centos
7,608
[ "no_license" ]
[ { "path": "roles/update-centos/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - update-centos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/update-centos/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 800, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/certs
7,608
[ "no_license" ]
[ { "path": "ansible/roles/certs/tasks/main.yml", "content": "- name: Install PyOpenSSL to generate self signed cert\n pip:\n name: pyOpenSSL\n\n- name: Create proxy config directory\n file:\n path: \"{{ proxy_target_dir }}\"\n state: directory\n\n- name: Create proxy config directory\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/chrome
7,608
[ "no_license" ]
[ { "path": "ansible/roles/chrome/tasks/main.yml", "content": "- name: Run Chrome container\n docker_container:\n image: selenium/node-chrome:latest\n state: started\n recreate: yes\n name: chrome\n env:\n HUB_HOST: \"hub\"\n HUB_PORT: \"4444\"\n NODE_MAX_INSTANCES: \"3\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/commands
7,608
[ "no_license" ]
[ { "path": "ansible/roles/commands/tasks/main.yml", "content": "\n- include_vars: vault.yml\n\n- name: Importing default agent commands\n expect: \n command: \"python3 {{ reternal.install_dir }}/manage.py -a create -t command\"\n responses:\n (.*)Mongo Password(.*): \"{{ passwords.mongo_reternal_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/hub
7,608
[ "no_license" ]
[ { "path": "ansible/roles/hub/tasks/main.yml", "content": "- name: Run Selenium Grid container\n docker_container:\n image: selenium/hub:latest\n state: started\n name: hub\n recreate: yes\n env:\n GRID_BROWSER_TIMEOUT: \"20\"\n GRID_TIMEOUT: \"15\"\n\n networks:\n - name: b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/management
7,608
[ "no_license" ]
[ { "path": "ansible/roles/management/tasks/main.yml", "content": "- include_vars: vault.yml\n\n- name: Making sure default install directory is created\n file:\n path: \"{{ reternal.install_dir }}\"\n state: directory\n\n- name: Archiving source CLI components\n archive:\n path: \"../cli\"\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 869, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/proxy
7,608
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "- name: Create proxy config directory\n file:\n path: \"{{ proxy_target_dir }}\"\n state: directory\n\n- name: Copy NGINX config template\n template:\n src: proxy.conf.j2\n dest: \"{{ proxy_target_dir }}/proxy.conf\"\n\n- name: Run NG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/scraper
7,608
[ "no_license" ]
[ { "path": "ansible/roles/scraper/tasks/main.yml", "content": "- name: Run scraper container\n docker_container:\n image: phishyme/transparency\n name: scraper\n state: started\n recreate: yes\n env:\n STREAM_NAME: \"nootnoot-scraper\"\n STREAM_TYPE: \"streaming.scraper\"\n MON...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/transparency
7,608
[ "no_license" ]
[ { "path": "ansible/roles/transparency/tasks/main.yml", "content": "- name: Archiving streaming components\n archive:\n path: \"../streaming\"\n dest: \"../streaming.tgz\"\n delegate_to: localhost\n become: no\n\n- name: Extract streaming components to target\n unarchive:\n src: \"../streaming.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/usercreate
7,608
[ "no_license" ]
[ { "path": "ansible/roles/usercreate/tasks/main.yml", "content": "\n- include_vars: vault.yml\n\n- name: Creating Reternal user\n expect: \n command: \"python3 {{ reternal.install_dir }}/manage.py -a create -t user\"\n responses:\n (.*)Mongo Password(.*): \"{{ passwords.mongo_reternal_pass }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/wordmatching
7,608
[ "no_license" ]
[ { "path": "ansible/roles/wordmatching/tasks/main.yml", "content": "- name: Run Wordmatching container\n docker_container:\n image: phishyme/transparency\n name: wordmatching\n state: started\n recreate: yes\n env:\n STREAM_NAME: \"nootnoot-wordmatching\"\n STREAM_TYPE: \"streaming...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
d3vzer0/streamio
2a3147174d4fe6bdcf3b50c1c40aaa8b043f8970
13
ansible/roles/zookeeper
7,608
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/main.yml", "content": "\n- name: Making sure backend docker network exists\n docker_network:\n name: backend_network\n\n- name: Run Zookeeper container\n docker_container:\n image: confluentinc/cp-zookeeper:latest\n state: started\n name: zookeeper\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
redhat-telco-adoption/acm-gitops
f10abd3741b7a1d77860c5da5940bdf28168012e
0
bootstrap/roles/acm
7,608
[ "no_license" ]
[ { "path": "bootstrap/roles/acm/defaults/main.yml", "content": "---\n# defaults file for acm\nrhacmVersion: \"release-2.8\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "bootstrap/roles/acm/templates/multicluster-hub-operator-pull-secret.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7119, "all_permissive": false }
ansible_role
redhat-telco-adoption/acm-gitops
f10abd3741b7a1d77860c5da5940bdf28168012e
0
bootstrap/roles/managed-cluster
7,608
[ "no_license" ]
[ { "path": "bootstrap/roles/managed-cluster/templates/aws-credential-secret.yaml", "content": "apiVersion: v1\nkind: Secret\ntype: Opaque\nmetadata:\n name: aws\n namespace: default\n labels:\n cluster.open-cluster-management.io/credentials: \"\"\n cluster.open-cluster-management.io/type: aws\nstrin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5172, "all_permissive": false }
ansible_role
redhat-telco-adoption/acm-gitops
f10abd3741b7a1d77860c5da5940bdf28168012e
0
bootstrap/roles/openshift-gitops
7,608
[ "no_license" ]
[ { "path": "bootstrap/roles/openshift-gitops/templates/rbac.yaml", "content": "---\napiVersion: user.openshift.io/v1\nkind: Group\nmetadata:\n name: cluster-admins\nusers:\n - admin\n---\nkind: ClusterRoleBinding\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n name: cluster-admin\nsubjects:\n - ki...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2937, "all_permissive": false }
ansible_role
gitBC/kochava-deploy
4f41773b5ba59d489cfa0c4efe66204c6fd3941b
0
roles/common
7,608
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "ntp_timezone: Etc/UTC", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n#Ubuntu 16.04 doesnt come with python 2.7 wh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 376, "all_permissive": false }
ansible_role
philtiger30/rea_test
3c4d7d4c713ef7e97ef1ed6ec39b1463e7ce4145
0
roles/nginx
7,608
[ "no_license" ]
[ { "path": "roles/nginx/templates/unicorn.conf.rb.j2", "content": "# Unicorn configuration\n\n# the path to place the application\nAPP_PATH = \"/var/www/simple-sinatra-app\"\n\n#number of worker\nworker_processes 1\n\n# point to project directory\nworking_directory APP_PATH \n\n# listen to local socket\nlist...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4193, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/aws
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/aws/tasks/main.yml", "content": "---\n\n# AWS Instance Provisioning\n# Create EC2 instances and register the instances with\n# MapR installer.\n\n# First run, generate keys and update launch configuration\n# If run multiple times, it will not create or update existing keys\n#- set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4692, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/aws_start_stop
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/aws_start_stop/tasks/main.yml", "content": "# AWS Start-Stop nodes in the cluster\n# instance_state should be one of running or stopped\n\n- name: get cluster machines\n ec2_instance_facts:\n region: \"{{ provider.config.aws_region }}\"\n filters:\n \"tag:aws:autoscali...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1061, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/azure
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/azure/tasks/main.yml", "content": "---\n\n- mapr_state.py: state=17\n\n- name: Add new instance(s) to variable\n add_host:\n hostname: \"{{ item }}\"\n groupname: \"provisioned_ips\"\n with_items: \"{{ hosts }}\"\n\n- mapr_state.py: state=18\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/azure_scale
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/azure_scale/tasks/main.yml", "content": "---\n\n- mapr_state.py: state=17\n\n- name: Deploy new VMs\n mapr_azure_extend.py:\n node_count_param: nodeCount\n admin_password_param: <PASSWORD>\n mapr_password_param: <PASSWORD>\n deployment_name: MapR.VM.Template\n auth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1009, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/azure_start
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/azure_start/tasks/main.yaml", "content": "---\n\n- name: start azure instances\n mapr_azure_startup.py:\n auth_type: service_principal\n subscription_id: \"{{ provider.config.subscription_id }}\"\n tenant: \"{{ provider.config.tenant_id }}\"\n client_id: \"{{ provider...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/google
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/google/tasks/main.yml", "content": "---\n\n# Google Cloud Instance Provisioning\n# Create GCE instances and register the instances with\n# MapR installer.\n\n- name: provision gce instances\n gce_provision:\n disk_count: \"{{provider.config.disk_count}}\"\n disk_size: \"{{p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1367, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/start_services
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/start_services/tasks/main.yml", "content": "---\n\n- stat:\n path: \"{{ mapr_home }}/conf/mapr-clusters.conf\"\n check_mode: False\n register: mapr_configured\n\n- stat:\n path: \"{{ mapr_home }}/initscripts/mapr-warden\"\n check_mode: False\n register: warden_present\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2260, "all_permissive": false }
ansible_role
msellamiTN/mapr-cluster-ansible
a65397f5a61280e8ed1fa65050454d87089294b0
0
playbooks/roles/stop_services
7,608
[ "no_license" ]
[ { "path": "playbooks/roles/stop_services/tasks/main.yml", "content": "- stat: path=\"/opt/mapr/roles/tasktracker\"\n register: tasktrackerRole\n check_mode: False\n\n- stat: path=\"/opt/mapr/initscripts/mapr-warden\"\n register: warden_present\n check_mode: False\n\n- stat: path=\"/opt/mapr/roles/zookee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1140, "all_permissive": false }
ansible_role
daniel1302/ansible-role-kvm
469b085889c8489a80833999fc32983bd8d45c6b
0
roles/kvm
7,608
[ "no_license" ]
[ { "path": "roles/kvm/templates/networks/routed.xml.j2", "content": "<network>\n <name>{{ net.name }}</name>\n <forward mode='route' dev='{{ net.source_dev }}'/>\n <bridge name='{{ net.br_name }}' stp='on' delay='2'/>\n\n <ip address='{{ net.cidr | ipaddr('next_usable') }}' netmask='{{ net.cidr | ipaddr(...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2909, "all_permissive": false }
ansible_role
nhsy/gcp-packer-ansible
ce60c17e4aaef949689c358f4ca2ef16cf5ac0db
0
playbooks/roles/centos
7,611
[ "no_license" ]
[ { "path": "playbooks/roles/centos/tasks/main.yml", "content": "---\n#tasks file\n\n- import_tasks: install-common.yml\n tags:\n - common\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "playbooks/roles/centos/tasks/install-common.yml", "co...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 437, "all_permissive": false }
ansible_role
Cloufish/DevSecOps-Lab
02d32ca54ab7fdfdfcd24e54cbac324542975fb9
0
ansible/roles/ssh.copy
7,611
[ "no_license" ]
[ { "path": "ansible/roles/ssh.copy/handlers/main.yml", "content": "---\n# handlers file for ssh.copy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/ssh.copy/defaults/main.yml", "content": "---\n# defaults file for ssh.copy\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 338, "all_permissive": false }
ansible_role
Cloufish/DevSecOps-Lab
02d32ca54ab7fdfdfcd24e54cbac324542975fb9
0
ansible/roles/ssh.key_creation
7,611
[ "no_license" ]
[ { "path": "ansible/roles/ssh.key_creation/handlers/main.yml", "content": "---\n# handlers file for ssh.key_creation\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/roles/ssh.key_creation/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 689, "all_permissive": false }
ansible_role
Cloufish/DevSecOps-Lab
02d32ca54ab7fdfdfcd24e54cbac324542975fb9
0
ansible/roles/update-deb
7,611
[ "no_license" ]
[ { "path": "ansible/roles/update-deb/tasks/main.yml", "content": "---\n- name: Make sure everything's up to date\n apt:\n upgrade: dist\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
sergey-korolev/cassandra
32a31bf0eeb124b3c6eeb67d530c2a921cf9cc5f
0
roles/cassandra_common
7,611
[ "no_license" ]
[ { "path": "roles/cassandra_common/tasks/main.yml", "content": "---\n# Copyright (c) 2014 <NAME>. All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are\n# met:\n#\n# * Redistributions of sourc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4894, "all_permissive": false }
ansible_role
sergey-korolev/cassandra
32a31bf0eeb124b3c6eeb67d530c2a921cf9cc5f
0
roles/cassandra_cron
7,611
[ "no_license" ]
[ { "path": "roles/cassandra_cron/tasks/main.yml", "content": "---\n# Copyright (c) 2014 <NAME>. All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are\n# met:\n#\n# * Redistributions of source ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3042, "all_permissive": false }