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
pierreaubert/ansible-me
5300df1b13a24a7a7bde1d5c15dc1e8d6072c259
0
roles/openstack
5,957
[ "no_license" ]
[ { "path": "roles/openstack/tasks/apt.yml", "content": "---\n- name: install git\n apt: name=git state=present\n tags:\n - apt\n - git", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/openstack/tasks/main.yml", "content": "---\n- in...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 992, "all_permissive": false }
ansible_role
pierreaubert/ansible-me
5300df1b13a24a7a7bde1d5c15dc1e8d6072c259
0
roles/qemu
5,957
[ "no_license" ]
[ { "path": "roles/qemu/files/.gitignore", "content": "*.tar\n*.iso\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/qemu/tasks/apt.yml", "content": "- name: Postgresql | install server and related packages if on Ubuntu 14.04\n apt: pkg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 492, "all_permissive": false }
ansible_role
pierreaubert/ansible-me
5300df1b13a24a7a7bde1d5c15dc1e8d6072c259
0
roles/torrent
5,957
[ "no_license" ]
[ { "path": "roles/torrent/tasks/blocklist.yml", "content": "---\n- name: Torrent | install ultimate blocklist source\n git: repo=https://github.com/walshie4/Ultimate-Blocklist.git\n dest=/home/vps/src/Ultimate-Blocklist\n depth=1\n tags:\n - blocklist\n - torrent\n\n- name: Torrent | use ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4966, "all_permissive": false }
ansible_role
pierreaubert/ansible-me
5300df1b13a24a7a7bde1d5c15dc1e8d6072c259
0
roles/tsuru
5,957
[ "no_license" ]
[ { "path": "roles/tsuru/vars/main.yml", "content": "---\nfw_subnet: 192.168.0.0/16\ngandalf_port: 8000\nhipache_port: 10080\nhipache_sport: 10443\ntsuru_port: 8080\ntsuru_ssh_port: 4545\ntsuru_host: 192.168.1.18\nbeanstalkd_port: 11300", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 16240, "all_permissive": false }
ansible_role
pierreaubert/ansible-me
5300df1b13a24a7a7bde1d5c15dc1e8d6072c259
0
roles/webservers
5,957
[ "no_license" ]
[ { "path": "roles/webservers/templates/collectd/collectd.conf.d/apache.conf.j2", "content": "#<Plugin apache>\n#\t<Instance \"foo\">\n#\t\tURL \"http://localhost/server-status?auto\"\n#\t\tUser \"www-user\"\n#\t\tPassword \"<PASSWORD>\"\n#\t\tVerifyPeer false\n#\t\tVerifyHost false\n#\t\tCACert \"/etc/ssl/ca...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2731, "all_permissive": false }
ansible_role
harkeet/ansible-snowmid-role
f8132e797eff598ad0b4cf470b561867a9f4ec0e
0
roles/install-docker
5,957
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "---\n - name: Run Mid Server on host\n docker_container:\n name: \"{{ docker_name }}\"\n image: andrekosak/sn-midserver:kingston\n volumes:\n - /tmp/{{ docker_name }}/logs:/opt/agent/logs\n env:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
paulkiernan/homelab-cluster
a76dfde974fdf2aa10d5ed730cd5ed87e8350438
1
ansible/roles/base-ubuntu-server-config
5,957
[ "no_license" ]
[ { "path": "ansible/roles/base-ubuntu-server-config/tasks/leds/pwr.yml", "content": "---\n- name: disable PWR (red) LED\n become: yes\n become_user: root\n blockinfile:\n path: /boot/firmware/config.txt\n block: |\n\n # Disable the PWR LED.\n dtparam=pwr_led_trigger=none\n dtparam=pwr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1922, "all_permissive": false }
ansible_role
paulkiernan/homelab-cluster
a76dfde974fdf2aa10d5ed730cd5ed87e8350438
1
ansible/roles/ubuntu-server-upgrade
5,957
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu-server-upgrade/tasks/main.yml", "content": "---\n- name: Update apt cache\n become: yes\n become_user: root\n apt: update_cache=yes\n\n- name: Upgrade packages\n become: yes\n become_user: root\n apt: upgrade=dist\n\n- name: Check if a reboot is required\n become: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
dubzland/ansible-collection-minio
ee740a4493381ff11d7186f1f14f1fb80725d2a7
3
roles/minio_client
5,957
[ "no_license" ]
[ { "path": "roles/minio_client/vars/main.yml", "content": "---\nminio_client_binary_url: https://dl.min.io/client/mc/release/linux-amd64/mc\nminio_client_binary_path: /usr/local/bin/mc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/minio_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1798, "all_permissive": false }
ansible_role
dubzland/ansible-collection-minio
ee740a4493381ff11d7186f1f14f1fb80725d2a7
3
roles/minio_server
5,957
[ "no_license" ]
[ { "path": "roles/minio_server/defaults/main.yml", "content": "---\nminio_server_storage_dir: /srv/minio\nminio_server_admin_username: minioadmin\nminio_server_admin_password: <PASSWORD>\n# minio_server_url: https://s3.example.com\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6501, "all_permissive": false }
ansible_role
bhavya633/deploy
a605eb1ead3177a4cd978a0d8dd7d9663a105a55
0
roles/artifacts
5,957
[ "no_license" ]
[ { "path": "roles/artifacts/vars/main.yml", "content": "---\nhome_dir: \"/home/ubuntu\"\n\nmy_buket: \"bhavya-app-info\"\n\nartifacts: \"App-Info.tar.gz\"\n\nartifact_dir: \"{{home_dir}}/\"\n\nis_source_is_remote: \"yes\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 604, "all_permissive": false }
ansible_role
bhavya633/deploy
a605eb1ead3177a4cd978a0d8dd7d9663a105a55
0
roles/docker
5,957
[ "no_license" ]
[ { "path": "roles/docker/templates/docker-compose.yml", "content": "version: '2'\n\nservices:\n app:\n image: \"{{ image_name }}:{{ version }}\"\n ports:\n - 80:8080\n volumes:\n - appinfo:/opt/app\n networks:\n - app\n environment:\n DB_HOST: mysql\n DB_USER: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1147, "all_permissive": false }
ansible_role
sercangezer/k3s-libvirt
a215a50d95e055dbd5d583e316cb039a6f610b2a
0
roles/install_helm
6,057
[ "permissive" ]
[ { "path": "roles/install_helm/defaults/main.yml", "content": "---\n# proxy_prefix:\n# get.helm.sh: https://get.helm.sh\n# github.com: https://raw.githubusercontent.com\n# raw.githubusercontent.com: https://raw.githubusercontent.com\n\n# Helm version number\nhelm_version: '3.14.4'\n\n# The CPU architec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3426, "all_permissive": true }
ansible_role
sercangezer/k3s-libvirt
a215a50d95e055dbd5d583e316cb039a6f610b2a
0
roles/install_prometheus
6,057
[ "permissive" ]
[ { "path": "roles/install_prometheus/templates/values.yml", "content": "prometheus:\n\n ## nodePort\n service:\n type: NodePort\n\n prometheusSpec:\n serviceMonitorSelector:\n matchLabels:\n release: prometheus\n\n ruleSelector:\n matchLabels:\n release: prometheus\n\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2160, "all_permissive": true }
ansible_role
sercangezer/k3s-libvirt
a215a50d95e055dbd5d583e316cb039a6f610b2a
0
roles/k3s_server_config
6,057
[ "permissive" ]
[ { "path": "roles/k3s_server_config/tasks/02_kubens_install.yml", "content": "---\n\n- name: Download kubens tarball\n ansible.builtin.get_url:\n url: \"https://github.com/ahmetb/kubectx/archive/refs/tags/v0.9.5.tar.gz\"\n dest: \"/tmp/kubens.tar.gz\"\n mode: \"0777\"\n timeout: 300\n force: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2183, "all_permissive": true }
ansible_role
camercu/hackbox-init
5069661927a8acbe3b6c07b5dac8e03dadf43aec
1
ansible/roles/common
6,057
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n# - name: Restart services\n# ansible.builtin.systemd:\n# name: \"{{ item }}\"\n# state: restarted\n# loop: \"{{ services.enable }}\"\n\n- name: Refresh font cache\n ansible.builtin.command: fc-cache -fv\n\n- name: Update data...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 22263, "all_permissive": false }
ansible_role
camercu/hackbox-init
5069661927a8acbe3b6c07b5dac8e03dadf43aec
1
ansible/roles/dev
6,057
[ "no_license" ]
[ { "path": "ansible/roles/dev/vars/main.yml", "content": "---\npip:\n install:\n # - sqlalchemy # SQL ORM\n - ansible-lint # lint Ansible (yaml) files\n - autoflake # remove unused imports/variables\n - bandit # check for CVEs in dependencies\n - beautifulsoup4 # web scraping\n - black # a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1503, "all_permissive": false }
ansible_role
camercu/hackbox-init
5069661927a8acbe3b6c07b5dac8e03dadf43aec
1
ansible/roles/pentest
6,057
[ "no_license" ]
[ { "path": "ansible/roles/pentest/vars/main.yml", "content": "---\npip:\n install:\n # USING UV - don't install, just call uvx <toolname>\n # - pyftpdlib # create ftp servers from cmdline\n # - updog # python http server replacement that supports ssl & file upload\n # - wsgidav # WebDAV server\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 6204, "all_permissive": false }
ansible_role
camercu/hackbox-init
5069661927a8acbe3b6c07b5dac8e03dadf43aec
1
ansible/roles/re
6,057
[ "no_license" ]
[ { "path": "ansible/roles/re/tasks/main.yml", "content": "---\n- name: \"Install RE apt packages: {{ apt.install | join(', ') }}\"\n ansible.builtin.apt:\n name: \"{{ apt.install }}\"\n state: latest\n update_cache: true\n tags:\n - apt\n - update\n - re\n\n- name: \"Install RE python pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2320, "all_permissive": false }
ansible_role
camercu/hackbox-init
5069661927a8acbe3b6c07b5dac8e03dadf43aec
1
ansible/roles/rf
6,057
[ "no_license" ]
[ { "path": "ansible/roles/rf/vars/main.yml", "content": "---\napt:\n install:\n - bettercap # wifi, BLE, HID, CAN bus swiss-army knife\n - kali-tools-wireless # 802.11, Bluetooth, RFID & SDR. https://www.kali.org/tools/kali-meta/#kali-tools-wireless\n - libairspy-dev # universal radio hacker depend...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/common
6,057
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: \"DEBUG | STARTING COMMON ROLE INSTALLATION\"\n debug:\n msg: \"Beginning installation of common system tools and applications\"\n\n######################\n# XCODE INSTALLATION #\n######################\n\n- name: \"DEBUG | Starting Xcode...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 9956, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/dev
6,057
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n- name: install general development libraries (Mac)\n community.general.homebrew:\n name:\n - libevent\n - libxml2\n - git\n - golangci-lint\n - autoenv\n - fzf\n - htop\n - ack\n - tree\n - telnet\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2605, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/git
6,057
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: install Git packages\n homebrew:\n name:\n - git\n - git-extras\n state: latest\n when: ansible_os_family == 'Darwin'\n tags: git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/golang
6,057
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n#####################################\n# GOLANG ENVIRONMENT SETUP\n#####################################\n\n- name: \"[START] Beginning Golang environment setup\"\n debug:\n msg: \"Starting Golang environment configuration process\"\n\n##########...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4399, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/homebrew
6,057
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: Update Homebrew\n command: brew update\n when: ansible_os_family == 'Darwin'\n register: update_result\n tags:\n - common\n - macos\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/python
6,057
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: install Python versions\n homebrew:\n name:\n - python3\n - pypy\n state: present\n tags: python\n\n- name: install uv\n homebrew:\n name:\n - uv\n tags: python\n\n- name: Install OpenSSL for Python\n homebrew:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/tmux
6,057
[ "no_license" ]
[ { "path": "roles/tmux/files/tmux.conf", "content": "#### COLOUR (Solarized light)\n\n# default statusbar colors\nset-option -g status-bg colour231 #base2\nset-option -g status-fg colour130 #yellow\nset-option -g status-attr default\n\n# default window title colors\nset-window-option -g window-status-fg colo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2708, "all_permissive": false }
ansible_role
toffguy77/macSetUp
fa76bae85aaf956b3cc939e1b8c57aea5d9a1d62
0
roles/zsh
6,057
[ "no_license" ]
[ { "path": "roles/zsh/files/zshrc", "content": "# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.\n# Initialization code that may require console input (password prompts, [y/n]\n# confirmations, etc.) must go above this block; everything else may go below.\nif [[ -r \"${XDG_CAC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3892, "all_permissive": false }
ansible_role
ublue-os/bazzite
d55692df5ff8388e15789f0d9d2c072b0a347c7e
5,895
spec_files/ibus/tests/roles/ibus-desktop-testing-role
6,057
[ "permissive" ]
[ { "path": "spec_files/ibus/tests/roles/ibus-desktop-testing-role/tasks/main.yml", "content": "---\n- name: Check if Fedora desktop\n register: fedora_desktop\n stat:\n path: \"/etc/fedora-release\"\n\n- name: Build and install GNOME installed-tests testing harness\n block:\n - name: Installing co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8422, "all_permissive": true }
ansible_role
tiagosouza488/4linux-roles
b61feefe1c8093c23ada6386fae4d4fe68f5914c
0
roles/test
6,057
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n# tasks file for test\n- name: testando um modulo aleatorio\n pachage:\n name: \"{{item}}\"\n with_items:\n - htop\n - vim\n - cowsay\n - figlet\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/config-resolv-conf
6,057
[ "no_license" ]
[ { "path": "ansible/roles/config-resolv-conf/tasks/main.yml", "content": "---\n\n- name: \"Config resolv.conf\"\n copy:\n src: working-files/resolv.conf\n dest: /etc/resolv.conf\n owner: root\n group: root\n\n- name: \"Make resolv.conf immutable from reboot dhcp\"\n shell: \"chattr +i /etc/reso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/containerd-mount
6,057
[ "no_license" ]
[ { "path": "ansible/roles/containerd-mount/templates/create-containerd-overlay2-lvm.j2", "content": "#!/bin/sh\n\n/usr/sbin/pvcreate {{ docker_storage_device }}\n/usr/sbin/vgcreate containerd {{ docker_storage_device }}\n/usr/sbin/lvcreate --wipesignatures y -n containerd -l 95%VG containerd\n/sbin/mkfs.xfs ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 963, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/deploy-bind-docker
6,057
[ "no_license" ]
[ { "path": "ansible/roles/deploy-bind-docker/tasks/main.yml", "content": "---\n\n- name: \"Open dns firewall port in iptables (tcp)\"\n ansible.builtin.iptables:\n chain: INPUT\n protocol: tcp\n destination_ports:\n - \"53\"\n jump: ACCEPT\n\n- name: \"Open dns firewall port in iptables (ud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1512, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-add-calico-cni
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-add-calico-cni/tasks/main.yml", "content": "---\n\n- name: \"Creating deploy-calico-cni.sh script..\"\n template:\n src: deploy-calico-cni.sh.j2\n dest: /root/deploy-calico-cni.sh\n owner: root\n group: root\n mode: 755\n\n- name: \"Copying calico.yaml file to m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-add-storageclass
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-add-storageclass/templates/aws-ebs-storageclass.yaml.j2", "content": "apiVersion: storage.k8s.io/v1\nkind: StorageClass\nmetadata:\n name: standard\nprovisioner: kubernetes.io/aws-ebs\nparameters:\n type: gp2\nreclaimPolicy: Delete\nallowVolumeExpansion: true\nmountOptions:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1563, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-kubeadm-init-master1
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-kubeadm-init-master1/tasks/main.yml", "content": "---\n\n- name: \"Creating kubeadm-init-master1.sh script..\"\n template:\n src: kubeadm-init-master1.sh.j2\n dest: /root/kubeadm-init-master1.sh\n owner: root\n group: root\n mode: 755\n\n- name: \"Generating Con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2926, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-kubeadm-install
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-kubeadm-install/tasks/main.yml", "content": "---\n\n- name: \"Install kubeadm\"\n yum:\n name: kubeadm\n state: present\n\n- name: \"Ensure kubelet is enabled and started\"\n systemd:\n name: kubelet\n state: started\n enabled: yes\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-kubeadm-join-master
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-kubeadm-join-master/templates/kubeadm-join-master.sh.j2", "content": "#!/bin/bash\n\n# subsitute private hostname in joinconfigmap\nHOSTNAME=`hostname -f`\nsed -i \"s/##THIS_HOSTNAME##/${HOSTNAME}/g\" /root/kubeadm-master-join-configmap.yaml\n\n# Join the cluster\nkubeadm join ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1076, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-kubeadm-join-node
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-kubeadm-join-node/templates/kubeadm-join-node.sh.j2", "content": "#!/bin/bash\n\n# subsitute private hostname in joinconfigmap\nHOSTNAME=`hostname -f`\nsed -i \"s/##THIS_HOSTNAME##/${HOSTNAME}/g\" /root/kubeadm-node-join-configmap.yaml\n\n# Join the cluster\nkubeadm join --conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1364, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-repo
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-repo/templates/kubernetes.repo.j2", "content": "[kubernetes]\nname=Kubernetes Repository\nbaseurl = https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64\ngpgkey = https://packages.cloud.google.com/yum/doc/yum-key.gpg\n https://packages.cloud.google.com/yum/doc/rpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1027, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kube-yum-versionlock
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kube-yum-versionlock/tasks/main.yml", "content": "---\n\n- name: \"Creating yum versionlock script..\"\n template:\n src: yum-versionlock-kube.sh.j2\n dest: /root/yum-versionlock-kube.sh\n owner: root\n group: root\n mode: 755\n\n- name: \"Yum version locking kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 603, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/kubectl-cli-install
6,057
[ "no_license" ]
[ { "path": "ansible/roles/kubectl-cli-install/tasks/main.yml", "content": "---\n\n- name: \"Install kubectl only\"\n yum:\n name: kubectl\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/lpv-storage-mounts
6,057
[ "no_license" ]
[ { "path": "ansible/roles/lpv-storage-mounts/templates/create-lpv-storage-mounts.j2", "content": "#!/bin/sh\n\n/usr/sbin/pvcreate {{ lpv_storage_device }}\n/usr/sbin/vgcreate disks {{ lpv_storage_device }}\n\n/usr/sbin/lvcreate --wipesignatures y -n vol1 -l 24%VG disks\n/usr/sbin/lvcreate --wipesignatures y ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1544, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/pause-minutes
6,057
[ "no_license" ]
[ { "path": "ansible/roles/pause-minutes/tasks/main.yml", "content": "---\n\n- name: \"Pausing for 1 minute\"\n pause:\n minutes: 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/pre-deploy
6,057
[ "no_license" ]
[ { "path": "ansible/roles/pre-deploy/tasks/main.yml", "content": "---\n\n# Add alias to .bashrc\n- lineinfile:\n dest=/root/.bashrc\n line=\"alias l='ls -latFrh'\"\n regexp=\"^.*latFrh.*$\"\n owner=root\n state=present\n insertafter=EOF\n\n# Various Packages\n- name: \"Install LVM needed fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1772, "all_permissive": false }
ansible_role
grahamnscp/aws-kubeadm-deploy
9b5d0cba0cb6d7c2011f717c39af646bd3334e26
0
ansible/roles/set-hostname
6,057
[ "no_license" ]
[ { "path": "ansible/roles/set-hostname/tasks/main.yml", "content": "---\n\n- debug:\n msg: \"THIS HOST: {{ inventory_hostname }}: {{ ansible_host }} {{ fqdn }}\"\n\n# Note: on AWS the hostname does not survive a reboot, adding this line preserves the setting:\n\n- stat: path=/etc/cloud/cloud.cfg\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1373, "all_permissive": false }
ansible_role
nsateesh13/ansible
634f5265ba0a105b55bb5d0db7fd7177df0eefc3
0
roles/catalogue
6,057
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: Print Catalogue\n ansible.builtin.debug:\n msg: Catalogue\n\n- name: Configure Yum repos\n ansible.builtin.shell: curl -fsSL https://rpm.nodesource.com/setup_lts.x | bash -\n\n- name: Install Node\n ansible.builtin.yum:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1335, "all_permissive": false }
ansible_role
nsateesh13/ansible
634f5265ba0a105b55bb5d0db7fd7177df0eefc3
0
roles/frontend
6,057
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Print Frontend\n ansible.builtin.debug:\n msg: Frontend\n # yum install nginx -y\n # systemctl enable nginx\n # systemctl start nginx\n# Let's download the HTDOCS content and deploy under the Nginx path.\n# curl -s -L -o /tmp/frontend.zip \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1291, "all_permissive": false }
ansible_role
nsateesh13/ansible
634f5265ba0a105b55bb5d0db7fd7177df0eefc3
0
roles/mongodb
6,057
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Print MongoDB\n ansible.builtin.debug:\n msg: mongoDB\n\n- name: Copy MongoDB repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1493, "all_permissive": false }
ansible_role
wellingtonssilva-leishman/smallwebapp
5e4f6accf77b1e6a980dbad9d0a40ca27138d682
0
ansible/roles/db
6,057
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yaml", "content": "- name: \"Installing Database\"\n yum:\n name: \"{{ packages_db }}\"\n vars:\n packages_db:\n - mariadb-server\n - mariadb\n tags:\n - db\n\n- name: \"Enable/restart MariaDB service\"\n service:\n name: mariadb\n enabled: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
wellingtonssilva-leishman/smallwebapp
5e4f6accf77b1e6a980dbad9d0a40ca27138d682
0
ansible/roles/web
6,057
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yaml", "content": "- name: \"Installing Webserver and dependecies\"\n yum:\n name: \"{{ packages_web }}\"\n vars:\n packages_web:\n - httpd\n - php\n - php-mysqlnd\n - php-pdo\n - mod_ssl\n - openssl\n - mod_security\n - mod_evasive\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2173, "all_permissive": false }
ansible_role
wellingtonssilva-leishman/smallwebapp
5e4f6accf77b1e6a980dbad9d0a40ca27138d682
0
ansible/roles/yum
6,057
[ "no_license" ]
[ { "path": "ansible/roles/yum/tasks/main.yaml", "content": "- name: \"Install EPEL Release\"\n yum: name=epel-release state=latest\n tags:\n - yummgmt\n\n- name: \"yum update all on {{inventory_hostname}}\"\n yum: name='*' state=latest\n tags:\n - yummgmt\n\n- name: \"Installing Firewalld\"\n yum:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
wellingtonssilva-leishman/smallwebapp
5e4f6accf77b1e6a980dbad9d0a40ca27138d682
0
ansible_aws/roles/ec2
6,057
[ "no_license" ]
[ { "path": "ansible_aws/roles/ec2/vars/main.yaml", "content": "# vars file\naws_access: \"\"\naws_secret: \"\"\naws_region: \"us-east-2\"\naws_ssh_key: \"<pemfilename>\"\naws_group: \"swa\"\naws_cidr: \"\"\naws_subnet: \"\"\naws_ami: \"ami-0f2b4fc905b0bd1f1\"\naws_instance_type: \"t2.micro\"\nhostpath: \"./h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4643, "all_permissive": false }
ansible_role
wellingtonssilva-leishman/smallwebapp
5e4f6accf77b1e6a980dbad9d0a40ca27138d682
0
ansible_aws/roles/keys
6,057
[ "no_license" ]
[ { "path": "ansible_aws/roles/keys/tasks/main.yaml", "content": "- name: \"Add public keys for user\"\n authorized_key:\n user: centos\n state: present\n key: \"{{ lookup('file', './files/id_rsa.pub') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
tjmcs/telegraf
a55172f348451efb6e3f6f330be3a765d4d99080
0
roles/configure-telegraf-nodes
6,057
[ "no_license" ]
[ { "path": "roles/configure-telegraf-nodes/tasks/configure-input.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved\n---\n# Customize the specified `input_filter_entry` in the configuration file for\n# the specified `measurement_set` based on the config parameters defined\n# for that `measureme...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3317, "all_permissive": false }
ansible_role
martin-ottens/eBPF-Loadbalancer
5df6352674b303f3a3536a0147e2668af3059753
0
ansible/roles/base
6,057
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: true\n\n- name: Install apt packets\n apt:\n name:\n - iproute2\n - curl\n - wget\n - vim\n - libconfig-dev\n update_cache: false\n state: present\n\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1554, "all_permissive": false }
ansible_role
martin-ottens/eBPF-Loadbalancer
5df6352674b303f3a3536a0147e2668af3059753
0
ansible/roles/loadbalancer
6,057
[ "no_license" ]
[ { "path": "ansible/roles/loadbalancer/handlers/main.yml", "content": "---\n- name: Restart Keepalived\n ansible.builtin.systemd_service:\n name: keepalived\n state: restarted\n\n- name: Restart loadbalancer\n ansible.builtin.systemd_service:\n name: lb\n state: restarted\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2265, "all_permissive": false }
ansible_role
martin-ottens/eBPF-Loadbalancer
5df6352674b303f3a3536a0147e2668af3059753
0
ansible/roles/webserver
6,057
[ "no_license" ]
[ { "path": "ansible/roles/webserver/templates/index.html.j2", "content": "Site served by node <b>{{ inventory_hostname }}</b>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2419, "all_permissive": false }
ansible_role
avulab/udacity
96e213a53b3fc55018531f4c190fbf6cc0c3080e
0
roles/apache
6,057
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": " - name: Install Apache\n apt: \n name: apache2\n - name: Copy index.html\n ansible.builtin.copy:\n src: index.html\n dest: /var/www/hmtl/index.html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
Erouan50/ansible-roles
18b100948671bde813a9ada03c27d4663193d321
0
roles/arc-theme
6,057
[ "no_license" ]
[ { "path": "roles/arc-theme/tasks/main.yml", "content": "---\n\n- name: Install Moka Project repository\n sudo: yes\n get_url:\n url: http://download.opensuse.org/repositories/home:snwh:moka/Fedora_25/home:snwh:moka.repo\n dest: /etc/yum.repos.d/home:snwh:moka-project.repo \n\n- name: Install the Mak...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1070, "all_permissive": false }
ansible_role
Erouan50/ansible-roles
18b100948671bde813a9ada03c27d4663193d321
0
roles/google-chrome
6,057
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/main.yml", "content": "---\n\n- name: Copy the Google Chrome repository\n sudo: yes\n copy:\n src: google-chrome.repo\n dest: /etc/yum.repos.d/google-chrome.repo\n\n- name: Install Google Chrome\n sudo: yes\n dnf:\n name: google-chrome-stable\n state: lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
Erouan50/ansible-roles
18b100948671bde813a9ada03c27d4663193d321
0
roles/i3
6,057
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n\n- name: Install i3 Windows Manager and its dependencies\n sudo: yes\n dnf:\n name: \"{{item}}\"\n state: latest\n with_items:\n - i3\n - i3status\n - i3lock\n - scrot\n\n- name: Ensure i3 config folder exist\n file:\n path: /ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
Erouan50/ansible-roles
18b100948671bde813a9ada03c27d4663193d321
0
roles/spotify
6,057
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "- name: Add Spotify repository\n become: yes\n yum_repository:\n name: \"fedora-spotify\"\n description: \"negativo17 - Spotify\"\n baseurl: \"https://negativo17.org/repos/spotify/fedora-$releasever/$basearch/\"\n skip_if_unavailable: \"yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
Erouan50/ansible-roles
18b100948671bde813a9ada03c27d4663193d321
0
roles/urxvt
6,057
[ "no_license" ]
[ { "path": "roles/urxvt/handlers/main.yml", "content": "---\n- name: Parse Xresources\n shell: xrdb -merge ~/.Xresources\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/urxvt/tasks/main.yml", "content": "---\n\n- name: Install urxvt\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 615, "all_permissive": false }
ansible_role
Erouan50/ansible-roles
18b100948671bde813a9ada03c27d4663193d321
0
roles/vim
6,057
[ "no_license" ]
[ { "path": "roles/vim/handlers/main.yml", "content": "---\n\n- name: reload plugin\n shell: vim +PluginInstall +qall\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/vim/tasks/main.yml", "content": "---\n\n- name: Install vim\n sudo: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 350, "all_permissive": false }
ansible_role
nolram/devops-iac-examples
08d28ea8204beca2eda04ec02a52a941e0a82522
5
ansible/django/project_draw/molecule/default/roles/test_project
6,057
[ "no_license" ]
[ { "path": "ansible/django/project_draw/molecule/default/roles/test_project/tasks/main.yml", "content": "---\n- name: \"Test if docker is installed\"\n include_tasks: \"test_docker.yml\"\n\n- name: \"Test if app is running\"\n include_tasks: \"test_app.yml\"", "license_type": "no_license", "detecte...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 786, "all_permissive": false }
ansible_role
nolram/devops-iac-examples
08d28ea8204beca2eda04ec02a52a941e0a82522
5
ansible/django/project_draw/roles/app
6,057
[ "no_license" ]
[ { "path": "ansible/django/project_draw/roles/app/handlers/main.yml", "content": "---\n# handlers file for project_draw\n- name: docker-compose up\n command: /usr/local/bin/docker-compose -f /opt/docker-app/docker-compose.yml up -d\n\n- name: docker-compose stop\n command: /usr/local/bin/docker-compose -f ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1536, "all_permissive": false }
ansible_role
notchxor/infraestructura-ofensiva-infra
282b9aaa42f0d508506bbdf8a7659ad13b58ba8e
6
redirectors/ansible/roles/adduser
5,877
[ "no_license" ]
[ { "path": "redirectors/ansible/roles/adduser/vars/main.yml", "content": "---\nuser: \"{{ lookup('env', 'USER') }}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "redirectors/ansible/roles/adduser/tasks/main.yml", "content": "---\n## Import...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 618, "all_permissive": false }
ansible_role
notchxor/infraestructura-ofensiva-infra
282b9aaa42f0d508506bbdf8a7659ad13b58ba8e
6
redirectors/ansible/roles/certbot
5,877
[ "no_license" ]
[ { "path": "redirectors/ansible/roles/certbot/tasks/main.yml", "content": "---\n- import_tasks: install-with-package.yml\n- import_tasks: renew-cron.yml\n when: certbot_auto_renew\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
notchxor/infraestructura-ofensiva-infra
282b9aaa42f0d508506bbdf8a7659ad13b58ba8e
6
redirectors/ansible/roles/docker-installer
5,877
[ "no_license" ]
[ { "path": "redirectors/ansible/roles/docker-installer/tasks/ubuntu.yml", "content": "---\n- name: Install Dependencies\n apt:\n update_cache: yes\n cache_valid_time: 3600\n name: \"{{ docker_ubuntu_deps }}\"\n state: present\n\n- name: Add ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2439, "all_permissive": false }
ansible_role
notchxor/infraestructura-ofensiva-infra
282b9aaa42f0d508506bbdf8a7659ad13b58ba8e
6
redirectors/ansible/roles/setup
5,877
[ "no_license" ]
[ { "path": "redirectors/ansible/roles/setup/tasks/apt.yml", "content": "- name: Ensure a locale exists\n locale_gen:\n name: \"{{ item }}\"\n state: present\n with_items:\n - es_AR.UTF-8\n - en_US.UTF-8\n\n- name: cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n- name: upgrade...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1698, "all_permissive": false }
ansible_role
notchxor/infraestructura-ofensiva-infra
282b9aaa42f0d508506bbdf8a7659ad13b58ba8e
6
redirectors/ansible/roles/socat_script
5,877
[ "no_license" ]
[ { "path": "redirectors/ansible/roles/socat_script/tasks/main.yml", "content": "---\n- import_tasks: socat.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "redirectors/ansible/roles/socat_script/tasks/socat.yml", "content": "---\n- shell: \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 180, "all_permissive": false }
ansible_role
notchxor/infraestructura-ofensiva-infra
282b9aaa42f0d508506bbdf8a7659ad13b58ba8e
6
redirectors/ansible/roles/update
5,877
[ "no_license" ]
[ { "path": "redirectors/ansible/roles/update/tasks/apt.yml", "content": "- name: cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n- name: upgrade\n apt: upgrade=full\n- name: clean\n apt: \n autoclean: yes\n- name: remove\n apt:\n autoremove: yes\n", "license_type": "no_license"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1370, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
edureka/roles/apache_tomcat
5,877
[ "no_license" ]
[ { "path": "edureka/roles/apache_tomcat/tasks/main.yml", "content": "# Edureka Ansible Task from New Servers playbook\n# Author: <NAME>\n\n# Import below tasks\n- import_tasks: tomcat_all.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "edureka/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1631, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/add_hostentry
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/add_hostentry/tasks/main.yml", "content": "---\n- name: Adding {{ target_vm|lower }} to /etc/hosts\n lineinfile:\n dest: /etc/hosts\n regexp: '^{{ ipaddr }}.*{{ fqdn|regex_replace(\"\\..*$\",\"\") }}*'\n line: '{{ ipaddr }}\t{{ fqdn }}\t{{ fqdn|regex_replace...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/add_unix_admins
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/add_unix_admins/vars/accounts.yml", "content": "---\nugroup: sysadmin\n\nusers:\n - {uname: \"jcorrea\", gecos: \"<NAME>,<EMAIL>\", shell: \"/bin/bash\", passwd: \"<PASSWORD>\"}\n - {uname: \"jnoyes\", gecos: \"<NAME>,<EMAIL>\", shell: \"/bin/bash\", passwd: \"<PASSWORD>\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2142, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/clone_vm
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/clone_vm/tasks/main.yml", "content": "---\n- name: Gather variables\n include_vars: \n file: '{{ vaultfile }}'\n\n- debug:\n msg: \"Hello {{ vcsuser }}\"\n\n- name: Verify '{{ target_vm }}' doesn't already exists\n vmware_guest_find: \n hostname: '{{ vcenterserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3710, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/configure_cl6
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/configure_cl6/tasks/main.yml", "content": "---\n- name: Gathering facts\n setup:\n\n- name: touch the rebootme file\n shell: 'touch /root/.rebootme'\n\n- name: Update /etc/hosts\n template: \n src: files/etchosts.tmpl\n dest: /etc/hosts\n backup: true\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2303, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/configure_vm6
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/configure_vm6/tasks/main.yml", "content": "---\n- name: Gathering facts\n setup:\n\n- name: Update /etc/hosts\n template: \n src: files/etchosts.tmpl\n dest: /etc/hosts\n\n- name: Update resolv.conf\n template: \n src: files/resolv.conf\n dest: /etc/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/configure_vm8
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/configure_vm8/tasks/maintake2.yml", "content": "---\n- name: Gathering facts\n setup:\n\n- name: Get hostname of server\n command: 'uname -n'\n register: whoisit\n\n- fail: \n msg: \"Configuration halted. Server reached is not the target server\"\n when: whoisit.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1960, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/deploy_vm_nocluster
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/deploy_vm_nocluster/tasks/main.yml", "content": "---\n- name: Gather variables\n include_vars: \n file: '{{ vaultfile }}'\n\n- debug:\n msg: \"Hello {{ vcsuser }}\"\n\n- name: Verify '{{ target_vm }}' doesn't already exists\n vmware_guest_find: \n hostname: '{{ v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4927, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/eitsnowp
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/eitsnowp/vars/main.yml", "content": "users2add:\n- {uname: \"eitsnowp\", uid: 552, gid: 552, gecos: \"Service-Now Discovery Account,<EMAIL>\", shell: \"/bin/bash\", kfile: \"files/eitsnowp.pub\"}\nsudofile: \"/etc/sudoers\"\nusudocmds:\n- { binchk: 'dmidecode', binargs: '' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3438, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/final_config6
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/final_config6/tasks/main.yml", "content": "---\n- name: find all mail files\n find:\n paths: /var/spool/mail\n patterns: \"*\"\n register: mailfiles\n\n- name: Change perms on mail files\n file:\n path: \"{{ item.path }}\"\n mode: 0600 \n with_items:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4587, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/intrado
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/intrado/tasks/main.yml", "content": "---\n- name: Copy intrado tarball to remote server\n copy:\n src: files/intrado.tar.gz\n dest: /opt/intrado.tar.gz\n \n- name: Unpack intrado framework archive\n unarchive:\n src: /opt/intrado.tar.gz\n dest: /o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1159, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/reboot_server
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/reboot_server/tasks/main.yml", "content": "---\n- name: remove reboot file if it exists\n file:\n path: /root/.rebootme\n state: absent\n register: rebootfile\n become: true\n\n- debug:\n msg: '{{ rebootfile }}'\n\n- name: Reboot the system '{{ target_vm }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/ucmdbuser
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/ucmdbuser/tasks/main.yml", "content": "---\n- name: create ucmdbsvc group\n group:\n name: ucmdbsvc\n system: yes\n gid: 550\n \n- name: create ucmdbsvc user\n user:\n name: ucmdbsvc\n comment: 'uCMDB Discovery Account,<EMAIL>'\n system: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
intrado/vmdeploy/roles/user_accounts
5,877
[ "no_license" ]
[ { "path": "intrado/vmdeploy/roles/user_accounts/tasks/create_users.yml", "content": "# Create Group/Users tasks\n---\n- name: create group\n group:\n name=\"{{ugroup}}\"\n state=present\n when: ugroup is defined\n\n- name: create users in a group\n user:\n name: \"{{item.uname}}\"\n comment: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1719, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/fortigate_backup
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/fortigate_backup/tasks/fwpctn.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in civil and/or crimi...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 12153, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/generate_user_rsa_key
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/generate_user_rsa_key/tasks/main.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in civil and/or cr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1511, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/linux_associate_user_ss
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/linux_associate_user_ss/tasks/user_ss.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in civil and/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1317, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/linux_remove_user
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/linux_remove_user/tasks/remove_user.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in civil and/or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/linux_server_compliance
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/linux_server_compliance/tasks/snow.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in civil and/or ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 15496, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/linux_server_hardening
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/linux_server_hardening/tasks/add_secops_and_security_ss_users.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this ...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 20848, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/sites_configuration
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/sites_configuration/tasks/proxy_configuration.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in ci...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6936, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/snowpack
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/snowpack/tasks/snow.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in civil and/or criminal penalt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1075, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
it-rundeck/roles/windows_server_compliance
5,877
[ "no_license" ]
[ { "path": "it-rundeck/roles/windows_server_compliance/tasks/commands.yml", "content": "# UNAUTHORIZED ACCESS TO THIS PLAYBOOK IS PROHIBITED\n# You must have explicit, authorized permission to access or configure this playbook. \n# Unauthorized attempts and actions to access or use this may result in civil a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1298, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
jh/roles/common
5,877
[ "no_license" ]
[ { "path": "jh/roles/common/tasks/install_cyberreason.yml", "content": "# Set download directory by OS type\n- name: Set download directory (WIN)\n ansible.builtin.set_fact:\n agent_dl_dir: \"{{ drives.data | default('C', true) }}:\\\\tools\"\n when: ansible_os_family == \"Windows\"\n\n- name: Set downl...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7465, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
jh/roles/windows
5,877
[ "no_license" ]
[ { "path": "jh/roles/windows/tasks/config_long_path.yml", "content": "- name: Enable Win32 long paths\n ansible.windows.win_regedit:\n path: HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem\n name: LongPathsEnabled\n data: 1\n type: dword\n", "license_type": "no_license", "detected_...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 27849, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
jh/roles/windows_vulnerability_patches
5,877
[ "no_license" ]
[ { "path": "jh/roles/windows_vulnerability_patches/tasks/enabled_speculative_store_bypass.yml", "content": "\n###\n# Enables bypass of the speculative storage to remediate CVE-2018-3639\n#\n# \n#\n###\n---\n- name: Apply registry key changes if required\n ansible.windows.win_powershell:\n script: |\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4683, "all_permissive": false }
ansible_role
mariocalipo/ansible
cda78157626694960cdcb0f08c93e9d8ae2f56e3
0
jh/roles/wsus
5,877
[ "no_license" ]
[ { "path": "jh/roles/wsus/tasks/install_wsus_feature.yml", "content": "- name: Install WSUS\n ansible.windows.win_feature:\n name:\n - UpdateServices\n - UpdateServices-WidDB\n - UpdateServices-Services\n - UpdateServices-RSAT\n - UpdateServices-API\n state: present\n registe...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 13163, "all_permissive": false }