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
Meskaline213/nexus_ca_ya
12ef4be97ca86602d7f12af44ee15a0030d45049
0
roles/configure_dns
541
[ "no_license" ]
[ { "path": "roles/configure_dns/tasks/main.yml", "content": "---\n- name: Configure DNS search domain\n copy:\n content: |\n [Resolve]\n Domains=nexus.local\n DNS=10.10.0.2\n dest: /etc/systemd/resolved.conf\n mode: '0644'\n notify: restart systemd-resolved\n\n- name: Create symlink...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
Meskaline213/nexus_ca_ya
12ef4be97ca86602d7f12af44ee15a0030d45049
0
roles/disable_auto_updates
541
[ "no_license" ]
[ { "path": "roles/disable_auto_updates/tasks/main.yml", "content": "- name: Stop and disable unattended-upgrades service\n systemd:\n name: unattended-upgrades\n enabled: no\n state: stopped\n masked: yes\n\n- name: Remove unattended-upgrades package\n apt:\n name: unattended-upgrades\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1142, "all_permissive": false }
ansible_role
Meskaline213/nexus_ca_ya
12ef4be97ca86602d7f12af44ee15a0030d45049
0
roles/nexus
541
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n - openjdk-17-jdk\n - wget\n - nginx\n - openssl\n state: present\n update_cache: true\n\n- name: Create nexus user\n user:\n name: nexus\n shell: /bin/bash\n cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7603, "all_permissive": false }
ansible_role
Meskaline213/nexus_ca_ya
12ef4be97ca86602d7f12af44ee15a0030d45049
0
roles/rdp
541
[ "no_license" ]
[ { "path": "roles/rdp/tasks/main.yml", "content": "---\n- name: Set password for ubuntu user\n user:\n name: ubuntu\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n\n- name: Install GNOME, xrdp, Chrome dependencies\n apt:\n name:\n - ubuntu-desktop\n - xrdp\n - wge...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1900, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/auto-update
541
[ "no_license" ]
[ { "path": "roles/auto-update/files/check_reboot.sh", "content": "#!/bin/bash\n\nLOG_FILE=\"/var/log/reboot_check.log\"\n\nif [ -f /var/run/reboot-required ]; then\n echo \"Reboot required on $(date)\" >>\"$LOG_FILE\"\n # Uncomment the next line to automatically reboot\n /sbin/reboot\nfi\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1858, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/aws
541
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n- name: install aws cli\n import_tasks: aws-cli.yml\n\n- name: install aws sam cli\n import_tasks: aws-sam-cli.yml\n\n- name: install aws acg scripts\n import_tasks: aws-acg.yml\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4934, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/base
541
[ "no_license" ]
[ { "path": "roles/base/files/set_keychron_kb.sh", "content": "#!/bin/bash\n\nsudo echo 0 > /sys/module/hid_apple/parameters/fnmode\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/base/tasks/keychron.yml", "content": "---\n# enable functi...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 11492, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/brave
541
[ "no_license" ]
[ { "path": "roles/brave/tasks/main.yml", "content": "---\n- name: Add Brave apt repository key\n get_url:\n url: https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg\n dest: /usr/share/keyrings/brave-browser-archive-keyrings.gpg\n mode: 0644\n force: true\n\n- name: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/chrome
541
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n- name: Add Chrome apt repository key\n get_url:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n dest: /usr/share/keyrings/googlechrome-keyring.asc\n mode: \"0644\"\n force: false\n\n- name: Add Google chrome repo\n apt_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/disable-local-dns
541
[ "no_license" ]
[ { "path": "roles/disable-local-dns/tasks/main.yml", "content": "---\n- name: add DNSStubListener=no to /etc/systemd/resolved.conf\n lineinfile:\n firstmatch: true\n path: \"/etc/systemd/resolved.conf\"\n insertafter: \"EOF\"\n line: \"DNSStubListener=no\"\n state: present\n register: dns_de...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2537, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/docker-cli-only
541
[ "no_license" ]
[ { "path": "roles/docker-cli-only/tasks/main.yml", "content": "---\n- name: install docker dependencies\n apt:\n state: present\n pkg:\n - ca-certificates\n - curl\n - gnupg\n\n- name: install docker GPG key\n get_url:\n url: \"https://download.docker.com/linux/ubuntu/gpg\"\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1124, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/env
541
[ "no_license" ]
[ { "path": "roles/env/files/.tmux.conf", "content": "set -g history-limit 20000\nset -g allow-rename off\n\n# search mode VI (default is emacs)\n#set-window-option -g mode-keys vi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/env/files/py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 24131, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/gh_cli
541
[ "no_license" ]
[ { "path": "roles/gh_cli/tasks/main.yml", "content": "---\n- name: add gh cli signing key\n get_url:\n url: \"https://cli.github.com/packages/githubcli-archive-keyring.gpg\"\n dest: /usr/share/keyrings/githubcli-archive-keyring.gpg\n mode: 0644\n force: true\n\n- name: add gh cli repo\n apt_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/hashicorp
541
[ "no_license" ]
[ { "path": "roles/hashicorp/tasks/main.yml", "content": "---\n- name: add hashicorp key\n get_url:\n url: \"https://apt.releases.hashicorp.com/gpg\"\n dest: /usr/share/keyrings/hashicorp-archive-keyring.asc\n mode: 0644\n force: true\n\n- name: add hashicorp repo\n apt_repository:\n repo: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/keepassxc
541
[ "no_license" ]
[ { "path": "roles/keepassxc/tasks/main.yml", "content": "---\n# Use the fingerprint and matching key from: https://launchpad.net/~phoerious/+archive/ubuntu/keepassxc\n- name: install keepassxc signing key\n get_url:\n url: \"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x61922ab60068fcd6\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/kubectl
541
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- name: ensure dependencies are installed.\n apt:\n name:\n - apt-transport-https\n - bash-completion\n - ca-certificates\n - curl\n state: present\n\n- name: install kubernetes apt key\n get_url:\n url: https://pkgs.k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/microsoft
541
[ "no_license" ]
[ { "path": "roles/microsoft/tasks/main.yml", "content": "---\n- name: install Microsoft Linux signing key\n get_url:\n url: \"https://packages.microsoft.com/keys/microsoft.asc\"\n dest: /usr/share/keyrings/microsoft.asc\n mode: 0644\n force: no\n register: microsoft_key_result\n\n- name: add Mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/mullvad
541
[ "no_license" ]
[ { "path": "roles/mullvad/tasks/main.yml", "content": "---\n- name: Add Mullvad apt repository key\n get_url:\n url: https://repository.mullvad.net/deb/mullvad-keyring.asc\n dest: /usr/share/keyrings/mullvad-keyring.asc\n mode: \"0644\"\n force: false\n\n- name: Add Mullvad repo\n apt_repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/opera
541
[ "no_license" ]
[ { "path": "roles/opera/tasks/main.yml", "content": "---\n- name: add opera apt key\n get_url:\n url: https://deb.opera.com/archive.key\n dest: /usr/share/keyrings/opera-browser.asc\n mode: 0644\n force: true\n\n- name: add opera apt repository\n apt_repository:\n repo: \"deb [signed-by=/usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/signal-desktop
541
[ "no_license" ]
[ { "path": "roles/signal-desktop/defaults/main.yml", "content": "---\n# GPG full fingerprint of apt repo key, retrieved from:\n# https://updates.signal.org/desktop/apt/keys.asc\n#signal_desktop_gpg_fingerprint: \"DBA36B5181D0C816F630E889D980A17457F6FB06\"\n\n# Prerequisites for configuring HTTPS apt repo.\ns...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1228, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/sublime-text
541
[ "no_license" ]
[ { "path": "roles/sublime-text/tasks/main.yml", "content": "---\n- name: Add Sublime Text apt repository key\n get_url:\n url: https://download.sublimetext.com/sublimehq-pub.gpg\n dest: /usr/share/keyrings/sublimehq-archive.asc\n mode: \"0644\"\n force: false\n\n- name: Add Sublime Text repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/trivy
541
[ "no_license" ]
[ { "path": "roles/trivy/tasks/main.yml", "content": "---\n- name: ensure Trivy dependencies are installed\n apt:\n state: present\n pkg:\n - apt-transport-https\n - gnupg\n\n- name: add Trivy apt repository key\n get_url:\n url: https://aquasecurity.github.io/trivy-repo/deb/public.key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/ufw
541
[ "no_license" ]
[ { "path": "roles/ufw/handlers/main.yml", "content": "---\n\n- name: reset ufw\n ufw:\n state: reset\n\n- name: reload ufw\n ufw:\n state: reloaded\n when: ufw_enabled | bool\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/ufw/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 227, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/vim
541
[ "no_license" ]
[ { "path": "roles/vim/files/markdown.vim", "content": "\" Original error pattern\nsyn match markdownError \"\\w\\@<=\\w\\@=\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/vim/files/.vimrc", "content": "\"Filename & location ~/.vimr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 22571, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/vivaldi
541
[ "no_license" ]
[ { "path": "roles/vivaldi/tasks/main.yml", "content": "---\n#- name: Add Vivaldi apt key\n# apt_key:\n# url: https://repo.vivaldi.com/archive/linux_signing_key.pub\n# id: <KEY>\n# state: present\n\n- name: Add Vivaldi apt key\n get_url:\n url: https://repo.vivaldi.com/archive/linux_signing_key....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
richlamdev/ansible-desktop-ubuntu
cf6841438e0043793672da0c520c8e449f7502c9
8
roles/yubico
541
[ "no_license" ]
[ { "path": "roles/yubico/tasks/main.yml", "content": "---\n- name: Add Yubico repo\n apt_repository:\n repo: ppa:yubico/stable\n filename: yubico\n state: present\n update_cache: True\n validate_certs: True\n\n- name: Install Yubico-manager and personalization-gui package\n apt:\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
DeclerckLouis/netbox_EDA_terraform
9cad1c57041f269e3a9efb6197a27874b9976d4d
3
ansible/ansible-k3s/roles/static-ip
541
[ "no_license" ]
[ { "path": "ansible/ansible-k3s/roles/static-ip/defaults/main.yml", "content": "---\n# defaults file for static-ip\nstatic_ip: false # set to true in the inventory to enable static ip configuration\nstatic_ip_network: \"192.168.0.0\"\nnode_static_subnet: \"23\"\nnode_static_gateway: \"192.168.1.1\"\nnode_sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3252, "all_permissive": false }
ansible_role
Aemaeth60/awx
22974c4dcb3c090eb9a6d9ae3030176c9c1eab53
0
roles/rand_pwd
541
[ "no_license" ]
[ { "path": "roles/rand_pwd/defaults/main.yaml", "content": "---\n\n dest_dir: /tmp/list_passwd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/rand_pwd/tasks/main.yaml", "content": "---\n\n\n - add_host:\n name: control\n ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
zoni/Pikachoun-Clothing-blogging-platform
ca2294d04c139e63a2cddbc8c0d699baabd723be
0
roles/firewall
541
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "# This role will set-up directories (/etc/iptables/fragments.v{4,6}/ in which\n# configuration snippets for iptables may be placed. These snippets will be\n# concatenated together and fed to iptables-restore, which is part of the\n# iptables-persistent ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2849, "all_permissive": false }
ansible_role
zoni/Pikachoun-Clothing-blogging-platform
ca2294d04c139e63a2cddbc8c0d699baabd723be
0
roles/nginx
541
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n\n# If yes, will automatically create iptables firewall rules for\n# the firewall role.\nnginx_firewall_integration: yes\nnginx_config_dir: /etc/nginx/\n# If yes, install nginx package provided by Phusion in order\n# to have the Passenger module in...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8231, "all_permissive": false }
ansible_role
zoni/Pikachoun-Clothing-blogging-platform
ca2294d04c139e63a2cddbc8c0d699baabd723be
0
roles/openssh
541
[ "no_license" ]
[ { "path": "roles/openssh/handlers/main.yml", "content": "---\n\n- include: ../../firewall/handlers/main.yml\n\n- name: Reload sshd\n service:\n name: ssh\n state: reloaded\n\n- name: Restart sshd\n service:\n name: ssh\n state: restarted\n", "license_type": "no_license", "detected_lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1482, "all_permissive": false }
ansible_role
zoni/Pikachoun-Clothing-blogging-platform
ca2294d04c139e63a2cddbc8c0d699baabd723be
0
roles/phpmyadmin
541
[ "no_license" ]
[ { "path": "roles/phpmyadmin/tasks/setup.yml", "content": "---\n\n- name: Generate random password\n shell: >\n < /dev/urandom| head --bytes 32 | sha1sum | cut --fields 1 --delimiter ' '\n register: random_password\n\n- name: Create mysql user\n mysql_user:\n state: present\n name: phpmyadmin\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8210, "all_permissive": false }
ansible_role
zoni/Pikachoun-Clothing-blogging-platform
ca2294d04c139e63a2cddbc8c0d699baabd723be
0
roles/vsftpd
541
[ "no_license" ]
[ { "path": "roles/vsftpd/tasks/main.yml", "content": "# This role installs the vsftpd FTP daemon\n---\n\n- include: ../../../snippets/require-debian-family.yml\n\n- name: Install packages\n apt:\n name: vsftpd\n state: present\n tags: [apt,packages,dependencies]\n\n- name: Install configuration file\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2057, "all_permissive": false }
ansible_role
zoni/Pikachoun-Clothing-blogging-platform
ca2294d04c139e63a2cddbc8c0d699baabd723be
0
roles/wordpress
541
[ "no_license" ]
[ { "path": "roles/wordpress/templates/nginx.j2", "content": "# {{ ansible_managed }}\n\nupstream varnish {\n\tserver localhost:{{ wordpress_varnish_port }} max_fails=2 fail_timeout=30;\n\t# Internal http->fastcgi to speak to fpm directly used as fallback in case\n\t# varnish is down.\n\tserver localhost:{{ w...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 16699, "all_permissive": false }
ansible_role
khalender/raspberry-opnsense
77b85c25964b078e8f05ada067b14c1491d9a0e9
0
roles/host-preparation
541
[ "no_license" ]
[ { "path": "roles/host-preparation/tasks/main.yml", "content": "---\n- name: Check if running on Raspberry Pi\n fail:\n msg: \"This playbook is designed for Raspberry Pi systems\"\n when: ansible_architecture != \"aarch64\" and \"raspberry\" not in ansible_product_name | lower\n ignore_errors: true\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6575, "all_permissive": false }
ansible_role
khalender/raspberry-opnsense
77b85c25964b078e8f05ada067b14c1491d9a0e9
0
roles/kvm-setup
541
[ "no_license" ]
[ { "path": "roles/kvm-setup/tasks/main.yml", "content": "---\n- name: Debug variables\n debug:\n msg: |\n opnsense_image_url: {{ opnsense_image_url | default('UNDEFINED') }}\n ubuntu_iso_url: {{ ubuntu_iso_url | default('UNDEFINED') }}\n opnsense_vm_name: {{ opnsense_vm_name | default('UND...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8825, "all_permissive": false }
ansible_role
khalender/raspberry-opnsense
77b85c25964b078e8f05ada067b14c1491d9a0e9
0
roles/opnsense-config
541
[ "no_license" ]
[ { "path": "roles/opnsense-config/hanlers/main.yml", "content": "---\n- name: reload systemd\n systemd:\n daemon_reload: yes\n\n- name: enable opnsense service\n systemd:\n name: opnsense-vm\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 18750, "all_permissive": false }
ansible_role
Vaidehi2510/Automated-Server-Provisioning-with-Ansible
31a70dac29ca3fe62a4608719f1758a095058c8a
0
roles/common
541
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Ensure common packages are installed\n yum:\n name:\n - vim\n - curl\n - git\n state: present\n\n- name: Create admin user\n group:\n name: wheel\n state: present\n user:\n name: admin\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
Vaidehi2510/Automated-Server-Provisioning-with-Ansible
31a70dac29ca3fe62a4608719f1758a095058c8a
0
roles/dbserver
541
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "--- \n- name: Install MySQL server\n yum:\n name: mariadb-server\n state: present\n\n- name: Start and enable MySQL\n systemd:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Secure MySQL installation\n mysql_secure_installa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
Vaidehi2510/Automated-Server-Provisioning-with-Ansible
31a70dac29ca3fe62a4608719f1758a095058c8a
0
roles/webserver
541
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "--- \n- name: Install Nginx\n yum:\n name: nginx\n state: present\n\n- name: Start and enable Nginx\n systemd:\n name: nginx\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
noamgreen/vmware_autoscaling
4023f5946821ea6882f6843ff71edc5eebb822cd
0
ansible/roles/vmcreate
541
[ "no_license" ]
[ { "path": "ansible/roles/vmcreate/tasks/main.yml", "content": "---\r\n- name: Create VM\r\n hosts: servers # [inventory group ]\r\n connection: local\r\n gather_facts: false\r\n\r\n\r\n\r\n tasks:\r\n - name: get the current time for a timestamp\r\n command: date +%Y%m%d-%H%M%S\r\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1547, "all_permissive": false }
ansible_role
noamgreen/vmware_autoscaling
4023f5946821ea6882f6843ff71edc5eebb822cd
0
ansible/roles/vmware-rename
541
[ "no_license" ]
[ { "path": "ansible/roles/vmware-rename/templates/VMGuestMoveDataStore.j2", "content": "#!/bin/python\r\nfrom pysphere import *\r\nfrom pysphere.resources import VimService_services as VI\r\nfrom pysphere import VIException, VIApiException, FaultTypes\r\n\r\nserver = VIServer()\r\nserver.connect(\"VCENTER_IP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1788, "all_permissive": false }
ansible_role
noamgreen/vmware_autoscaling
4023f5946821ea6882f6843ff71edc5eebb822cd
0
ansible/roles/vmwaretools
541
[ "no_license" ]
[ { "path": "ansible/roles/vmwaretools/vars/main.yml", "content": "---\n# vars file for vmwaretools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/vmwaretools/tasks/main.yml", "content": "---\r\n- name: Check if VMware Guest and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 954, "all_permissive": false }
ansible_role
fajmayor/laravel-app-deployment-with-ansible
1ff0c412bb83feef1bf3a0abc564d2372b08e5c4
0
roles/apache
547
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "---\nhttp_conf: laravel-exam\nhttp_port: \"80\"\nhttp_host: \"{{ ansible_facts.eth0.ipv4.address }}\"\ndocument_root: /var/www/laravel-exam/public\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1826, "all_permissive": false }
ansible_role
fajmayor/laravel-app-deployment-with-ansible
1ff0c412bb83feef1bf3a0abc564d2372b08e5c4
0
roles/composer
547
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n- name: Checks if Composer is already installed\n ansible.builtin.stat:\n path: \"{{ composer_path }}\"\n register: composer_installed\n\n#- name: Checks if Composer is already installed\n# #command: ls \"{{ composer_path }}\"\n# command: ls...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1345, "all_permissive": false }
ansible_role
fajmayor/laravel-app-deployment-with-ansible
1ff0c412bb83feef1bf3a0abc564d2372b08e5c4
0
roles/mysql
547
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Update \"apt\" \n apt:\n update_cache: yes\n autoclean: yes \n autoremove: yes\n\n- name: Install MYSQL Download\n ansible.builtin.apt:\n deb: https://dev.mysql.com/get/mysql-apt-config_0.8.24-1_all.deb\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2584, "all_permissive": false }
ansible_role
fajmayor/laravel-app-deployment-with-ansible
1ff0c412bb83feef1bf3a0abc564d2372b08e5c4
0
roles/php
547
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Update installed packages\n ansible.builtin.apt:\n update_cache: yes\n autoremove: yes\n cache_valid_time: 3600\n\n- name: Install lsb-release apt-transport-https ca-certificates\n apt: name={{ item }} update_cache=yes state=latest\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1578, "all_permissive": false }
ansible_role
FlexibleToast/Tower_PiKubed
8bcfdcb11d99de24e5ee558fa2557f1ff42bae54
0
roles/automount-luks
547
[ "no_license" ]
[ { "path": "roles/automount-luks/tasks/main.yml", "content": "---\n# tasks file for automount-luks\n- name: Create keyfile\n command: dd if\\=/dev/urandom of\\=/etc/luks_keyfile bs\\=1024 count\\=4\n args:\n creates: \"/etc/luks_keyfile\"\n\n- name: Make keyfile read only\n file:\n path: \"/etc/luks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1958, "all_permissive": false }
ansible_role
FlexibleToast/Tower_PiKubed
8bcfdcb11d99de24e5ee558fa2557f1ff42bae54
0
roles/common
547
[ "no_license" ]
[ { "path": "roles/common/tasks/setup-deb.yml", "content": "---\n- name: Update all packages\n apt:\n name: '*'\n state: latest\n update_cache: yes\n autoremove: yes\n\n- name: Install prereqs\n apt:\n name: '{{ item }}'\n state: latest\n loop:\n - f2fs-tools\n - nfs-common\n - cryptse...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
FlexibleToast/Tower_PiKubed
8bcfdcb11d99de24e5ee558fa2557f1ff42bae54
0
roles/k3s-install
547
[ "no_license" ]
[ { "path": "roles/k3s-install/tasks/main.yml", "content": "---\n# tasks file for k3s-install\n- name: Check for k3s token\n fail:\n msg: Must provide a token for k3s\n when: k3s_token is undefined\n\n- name: Enable cgroups on Ubuntu 18.04\n include_tasks: cgroups_ubuntu18.yml\n when: \n - ansible_d...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3751, "all_permissive": false }
ansible_role
ASoTNetworks/ansible-common
54e3ec003b0e11e9966f9fe119905c4abd636e86
0
roles/proxmox-provision-vm
547
[ "no_license" ]
[ { "path": "roles/proxmox-provision-vm/tasks/provision-vm.yml", "content": "---\n- name: Clone VM\n proxmox_kvm:\n api_user: \"{{ api_user }}\"\n api_password: \"{{ api_password }}\"\n api_host: \"{{ api_host }}\"\n\n clone: \"{{ clone }}\"\n newid: \"{{ vm_id }}\"\n full: true\n name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2627, "all_permissive": false }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-backup
547
[ "permissive" ]
[ { "path": "roles/netbox-backup/defaults/main.yml", "content": "---\n# defaults file for netbox-backup\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 38 }, { "path": "roles/netbox-backup/handlers/main.yml", "content": "---\n# handlers ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4483, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-csrf
547
[ "permissive" ]
[ { "path": "roles/netbox-csrf/vars/main.yml", "content": "---\n# vars file for netbox-csrf\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 32 }, { "path": "roles/netbox-csrf/tasks/main.yml", "content": "---\n# tasks file for netbox-csrf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 537, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-database
547
[ "permissive" ]
[ { "path": "roles/netbox-database/defaults/main.yml", "content": "---\n# defaults file for netbox-database\nPOSTGRESQL_VERSION: 16\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 63 }, { "path": "roles/netbox-database/vars/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2738, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-deploy
547
[ "permissive" ]
[ { "path": "roles/netbox-deploy/tasks/main.yml", "content": "---\n# tasks file for netbox\n- name: Install required packages with apt for NetBox\n apt:\n name:\n - python3\n - python3-pip\n - python3-venv\n - python3-tk\n - python3-dev\n - build-essential\n - libxml2-de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5989, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-deploy-check-path
547
[ "permissive" ]
[ { "path": "roles/netbox-deploy-check-path/vars/main.yml", "content": "---\n# vars file for netbox-deploy-check-path", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "roles/netbox-deploy-check-path/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1925, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-health-check
547
[ "permissive" ]
[ { "path": "roles/netbox-health-check/vars/main.yml", "content": "---\n# vars file for netbox-health-check\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 40 }, { "path": "roles/netbox-health-check/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2286, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-housekeeping
547
[ "permissive" ]
[ { "path": "roles/netbox-housekeeping/tasks/main.yml", "content": "---\n# tasks file for netbox-housekeeping\n\n- name: Run NetBox housekeeping maintenance script\n command: /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping\n become: yes\n args:\n chdir: /opt/netbox/netbox\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 559, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-plugin-deploy
547
[ "permissive" ]
[ { "path": "roles/netbox-plugin-deploy/defaults/main.yml", "content": "---\n# defaults file for netbox-plugin-deploy\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "roles/netbox-plugin-deploy/vars/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6936, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-plugin-disable
547
[ "permissive" ]
[ { "path": "roles/netbox-plugin-disable/vars/main.yml", "content": "---\n# vars file for netbox-plugin-disable\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 42 }, { "path": "roles/netbox-plugin-disable/handlers/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1399, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-remove
547
[ "permissive" ]
[ { "path": "roles/netbox-remove/vars/main.yml", "content": "---\n# vars file for netbox-remove\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/netbox-remove/defaults/main.yml", "content": "---\n# defaults file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1180, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-restart
547
[ "permissive" ]
[ { "path": "roles/netbox-restart/handlers/main.yml", "content": "# handlers file for netbox-csrf\n- name: restart netbox services\n systemd:\n name: \"{{ item }}\"\n state: restarted\n enabled: yes\n daemon_reload: yes\n with_items:\n - netbox\n - netbox-rq\n", "license_type": "permis...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 506, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netbox-restore
547
[ "permissive" ]
[ { "path": "roles/netbox-restore/defaults/main.yml", "content": "---\n# defaults file for netbox-restore\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 39 }, { "path": "roles/netbox-restore/vars/main.yml", "content": "---\n# vars file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6654, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-airflow-key
547
[ "permissive" ]
[ { "path": "roles/netos-airflow-key/tasks/main.yml", "content": "---\n# tasks file for netos-airflow-key\n\n- name: Create Airflow API User for Netbox\n django_manage: \n app_path: \"{{ NETBOX_INSTALL_DIR }}/netbox\"\n command: \"createsuperuser --noinput\"\n virtualenv: \"{{ NETBOX_INSTALL_DIR }}/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1542, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-branding-apply
547
[ "permissive" ]
[ { "path": "roles/netos-branding-apply/tasks/main.yml", "content": "---\n# tasks file for netos-branding-apply\n\n- name: Replace NetBox logo with Netos logo in layout.html\n replace:\n path: /opt/netbox/netbox/templates/base/layout.html\n regexp: |\n {% raw %}<img src=\"{% static 'netbox_logo.sv...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2851, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-branding-remove
547
[ "permissive" ]
[ { "path": "roles/netos-branding-remove/tasks/main.yml", "content": "---\n# tasks file for netos-branding-remove\n\n- name: Reverse layout.html logo changes\n replace:\n path: /opt/netbox/netbox/templates/base/layout.html\n regexp: |\n {% raw %}<img src=\"{% static 'netos_logo.svg' %}\" alt=\"{% ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2076, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-default-preferences
547
[ "permissive" ]
[ { "path": "roles/netos-default-preferences/tasks/main.yml", "content": "---\n# tasks file for netos-default-preferences\n\n- name: Insert contents of netos-field-choices.py if the block doesn't already exist\n blockinfile:\n path: /opt/netbox/netbox/netbox/configuration.py\n marker_begin: \"BEGIN net...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7457, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-plugin-dependency-check
547
[ "permissive" ]
[ { "path": "roles/netos-plugin-dependency-check/vars/main.yml", "content": "---\n# vars file for netos-plugin-check\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 39 }, { "path": "roles/netos-plugin-dependency-check/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1006, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-plugin-deploy-cloudflare
547
[ "permissive" ]
[ { "path": "roles/netos-plugin-deploy-cloudflare/tasks/main.yml", "content": "---\n# tasks file for netos-plugin-deploy-core\n\n- name: Download plugin from Netos GitLab via Cloudflare Zero Trust\n shell: |\n wget --header=\"PRIVATE-TOKEN:{{ CUSTOMER_TOKEN }}\" \\\n --header=\"{{ CF_ACCESS_CLIENT...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2719, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-plugin-deploy-pypi
547
[ "permissive" ]
[ { "path": "roles/netos-plugin-deploy-pypi/vars/main.yml", "content": "---\n# vars file for netos-plugin-deploy-core\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "roles/netos-plugin-deploy-pypi/defaults/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2694, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-plugin-version-check
547
[ "permissive" ]
[ { "path": "roles/netos-plugin-version-check/defaults/main.yml", "content": "---\n# defaults file for netos-plugin-version-check\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 51 }, { "path": "roles/netos-plugin-version-check/vars/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1374, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/netos-preload-cache
547
[ "permissive" ]
[ { "path": "roles/netos-preload-cache/defaults/main.yml", "content": "---\n# defaults file for netos-preload-cache\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "roles/netos-preload-cache/handlers/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1782, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/nginx-netbox-cert-self-signed
547
[ "permissive" ]
[ { "path": "roles/nginx-netbox-cert-self-signed/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Create certificate directory structure {{ CERT_DIR }} if it doesn't exist\n file:\n path: \"{{ CERT_DIR }}\"\n state: directory\n mode: '0755'\n\n- name: Ensure nginx is installed\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2623, "all_permissive": true }
ansible_role
netos-networks/netos-netbox
9f791b29ec8ef2356949bc4777729c907aa9bf0a
3
roles/semaphore-repo-netbox
547
[ "permissive" ]
[ { "path": "roles/semaphore-repo-netbox/tasks/main.yml", "content": "---\n# tasks file for semaphore-repo-netbox\n\n- name: Update the Netos NetBox repository\n become: yes\n git:\n repo: \"{{ NETOS_NETBOX_GIT }}\"\n dest: /netos/netos-netbox\n force: yes\n update: yes\n register: git_output\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 656, "all_permissive": true }
ansible_role
xcld/bestdealsnew-ansible
92d4bd7595d4177caafce3ce02a5bd8bd7360ce2
0
roles/backend
547
[ "no_license" ]
[ { "path": "roles/backend/templates/memcached.conf.j2", "content": "-d\nlogfile /var/log/memcached.log\n-m {{ BMEMCACHE_M }}\n-I 3M\n-p 11211\n-u memcache\n-l 127.0.0.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/backend/templates/www.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4432, "all_permissive": false }
ansible_role
xcld/bestdealsnew-ansible
92d4bd7595d4177caafce3ce02a5bd8bd7360ce2
0
roles/cron
547
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yaml", "content": "---\n- name: add cronjob to frontend\n cron:\n name: \"blockip\"\n minute: \"*/10\"\n job: \"/usr/bin/python /etc/nginx/blockip/blockip.py >/dev/null 2>&1\"\n when: ansible_hostname==\"bestdeals2-frontend\" or ansible_hostname==\"bestdeals2-fron...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
xcld/bestdealsnew-ansible
92d4bd7595d4177caafce3ce02a5bd8bd7360ce2
0
roles/frontend
547
[ "no_license" ]
[ { "path": "roles/frontend/templates/www.conf.j2", "content": "[www]\nuser = {{ user }}\ngroup = {{ group }}\nlisten = /run/php/php{{ FPHP_VERSION }}-fpm.sock\nlisten.owner = {{ user }}\nlisten.group = {{ group }}\npm = dynamic\npm.max_children = 100\npm.start_servers = 15\npm.min_spare_servers = 15\npm.max_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4604, "all_permissive": false }
ansible_role
ddetkov/k8s
64fcb17ea503b0cbf4050b26834c53dd41af50a9
0
roles/common
547
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "# THIS FILE IS CONTROLLED BY ANSIBLE\n# any local modifications will be overwritten!\n#\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 763, "all_permissive": false }
ansible_role
ddetkov/k8s
64fcb17ea503b0cbf4050b26834c53dd41af50a9
0
roles/containerd
547
[ "no_license" ]
[ { "path": "roles/containerd/defaults/main.yml", "content": "containerd_cfg_dir: /etc/containerd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/containerd/tasks/runc.yml", "content": "---\n\n- name: runc\n block:\n - name: \n g...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2609, "all_permissive": false }
ansible_role
ddetkov/k8s
64fcb17ea503b0cbf4050b26834c53dd41af50a9
0
roles/k8s
547
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "---\n\n- name: install k8s\n include_tasks: install.yml\n tags:\n - install\n\n- name: init k8s\n include_tasks: init.yml\n tags:\n - init\n\n# - name: discover node status\n# include_tasks: discover.yml\n\n# - debug: var=node\n# - debug: var=clu...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4114, "all_permissive": false }
ansible_role
ddetkov/k8s
64fcb17ea503b0cbf4050b26834c53dd41af50a9
0
roles/nano-pi
547
[ "no_license" ]
[ { "path": "roles/nano-pi/tasks/main.yml", "content": "---\n\n- name: mock arch\n set_fact:\n arch: \"arm64\"\n when: ansible_architecture == \"aarch64\" or ansible_architecture == \"arm64\"\n\n# - name: mock packages\n# block:\n# - name: update\n# ansible.builtin.package:\n# update_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1071, "all_permissive": false }
ansible_role
ddetkov/k8s
64fcb17ea503b0cbf4050b26834c53dd41af50a9
0
roles/orange-pi
547
[ "no_license" ]
[ { "path": "roles/orange-pi/tasks/main.yml", "content": "---\n\n- name: install packages\n block:\n # - name: update\n # ansible.builtin.package:\n # update_cache: yes\n # upgrade: full\n # autoclean: true\n # autoremove: true\n\n - name: install armbian-config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
WhoisBsa/alura-ansible
584d4aa251460b71b986c8419e50de1442ca2285
0
roles/mysql
547
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n - name: Instalando dependências mysql\n ansible.builtin.apt: \n pkg:\n - mysql-server\n - python3-pymysql\n state: latest\n update_cache: yes\n \n - name: Criando tabela wordpress_db\n community.mysql.mysql_db:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 976, "all_permissive": false }
ansible_role
WhoisBsa/alura-ansible
584d4aa251460b71b986c8419e50de1442ca2285
0
roles/wordpress
547
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n - name: Criando diretório www\n ansible.builtin.file:\n path: /srv/www\n state: directory\n owner: www-data\n group: www-data\n\n - name: Baixando wordpress\n ansible.builtin.unarchive:\n src: https://wordpress.or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2796, "all_permissive": false }
ansible_role
bertrama/exhibits-vagrant
437b318eb6894a2c3f6f93d3b89d93eb1c52a17b
0
ansible/roles/database
547
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n- name: Install mysql-common\n apt: name=mysql-common=5.5* state=present \n\n- name: Install mysql\n apt: name=mysql-server state=present\n\n- name: Install mysql python module\n apt: name=python-mysqldb state=present\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
bertrama/exhibits-vagrant
437b318eb6894a2c3f6f93d3b89d93eb1c52a17b
0
ansible/roles/sites
547
[ "no_license" ]
[ { "path": "ansible/roles/sites/tasks/main.yml", "content": "- name: Create document roots\n file:\n state: directory\n path: \"/sites/{{ item }}\"\n mode: 0775\n owner: vagrant\n group: vagrant\n when: vagrant == true\n with_items: sites\n\n- name: Create document roots\n file:\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2875, "all_permissive": false }
ansible_role
bertrama/exhibits-vagrant
437b318eb6894a2c3f6f93d3b89d93eb1c52a17b
0
ansible/roles/web
547
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n- name: Install apache and modules\n apt:\n name: \"{{item}}\"\n state: present\n with_items:\n - php5-cli\n - apache2\n - php5-cgi\n - php5\n - libapache2-mod-php5\n - libapache2-mod-webauthldap\n\n- name: Install deco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 507, "all_permissive": false }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_apache
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_apache/README.md", "content": "Please, refer to the kubeinit_apache role\n[official docs](https://kubeinit.github.io/kubeinit/roles/role-kubeinit_apache.html)\nfor further information.\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3630, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_bind
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_bind/templates/internals_db.j2", "content": "$TTL 604800\n\n; This file is rendered using a template from a KubeInit role\n; This file will be overriden each time the playbook runs\n; No not edit directly\n; More information at: https://github.com/kubeinit/kubeinit\n\n{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 19394, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_dnsmasq
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_dnsmasq/README.md", "content": "Please, refer to the kubeinit_dnsmasq role\n[official docs](https://kubeinit.github.io/kubeinit/roles/role-kubeinit_dnsmasq.html)\nfor further information.\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5318, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_haproxy
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_haproxy/meta/main.yml", "content": "---\n# Copyright kubeinit contributors\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9053, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_k8s
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_k8s/defaults/main.yml", "content": "---\n# Copyright kubeinit contributors\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 13698, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_libvirt
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_libvirt/tasks/70_check_nodes_up.yml", "content": "---\n# Copyright kubeinit contributors\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a ...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 91945, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_openshift
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_openshift/tasks/main.yml", "content": "---\n# Copyright kubeinit contributors\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 26660, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_prepare
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_prepare/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: instance\n image: quay.io/centos/centos:stream8\n pre_build_image: true\nprovisioner:\n name: ansible\nverifier:\n name: ansible\n",...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 75016, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_registry
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_registry/tasks/main.yml", "content": "---\n# Copyright kubeinit contributors\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4250, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_services
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_services/tasks/create_provision_container.yml", "content": "---\n# Copyright kubeinit contributors\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may ob...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 46663, "all_permissive": true }
ansible_role
Kubeinit/kubeinit
da6fec314d5594b6bd97ef2e4e71f9098a85e63c
220
kubeinit/roles/kubeinit_validations
547
[ "permissive" ]
[ { "path": "kubeinit/roles/kubeinit_validations/tasks/20_libvirt_available_ram.yml", "content": "---\n# Copyright kubeinit contributors\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may o...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 15590, "all_permissive": true }
ansible_role
starseed777/Ansible-Roles-Wordpress
3df2d0f4a56b97e5965d5c6e402aad07ccb6c7ad
0
debugjawnt/roles/server
547
[ "no_license" ]
[ { "path": "debugjawnt/roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n\n- name: update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: true\n\n- name: Install required software\n apt:\n name: \"{{ item }}\"\n state: present\n become: true\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
valerii-azarov/devops-ansible
e63f129334915b28ba05cda59da09d5107375122
0
roles/docker
547
[ "no_license" ]
[ { "path": "roles/docker/tasks/01_add_dependencies.yml", "content": "#- block:\r\n# - name: Set docker-compose version\r\n# shell: curl --silent \"https://api.github.com/repos/docker/compose/releases/latest\" | grep '\"tag_name\":' | sed -E 's/.*\"([^\"]+)\".*/\\1/';\r\n# register: docker_compos...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 6055, "all_permissive": false }