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
kagu22/ica0002
69fab9efca219494cdefd1da8a4b34ff10d76f1b
0
roles/pinger
8,031
[ "no_license" ]
[ { "path": "roles/pinger/tasks/main.yaml", "content": "- name: Install pinger\n ansible.builtin.apt:\n name: fping\n state: latest\n\n- name: Create user pinger\n ansible.builtin.user:\n name: pinger\n\n- name: Create /usr/local/bin/pinger directory\n ansible.builtin.file:\n path: /usr/local/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1218, "all_permissive": false }
ansible_role
kagu22/ica0002
69fab9efca219494cdefd1da8a4b34ff10d76f1b
0
roles/prometheus
8,031
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 15s\n evaluation_interval: 15s\n\nscrape_configs:\n - job_name: 'prometheus'\n scrape_interval: 5s\n scrape_timeout: 5s\n metrics_path: /prometheus/metrics\n static_configs:\n - targets: ['lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1725, "all_permissive": false }
ansible_role
kagu22/ica0002
69fab9efca219494cdefd1da8a4b34ff10d76f1b
0
roles/resolvers
8,031
[ "no_license" ]
[ { "path": "roles/resolvers/tasks/main.yaml", "content": "- name: stop resolved service\n ansible.builtin.systemd:\n name: systemd-resolved\n enabled: no\n state: stopped\n\n- name: Copy resolv.conf file\n ansible.builtin.template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf \n\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
kagu22/ica0002
69fab9efca219494cdefd1da8a4b34ff10d76f1b
0
roles/uwsgi
8,031
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: install uWSGI\n ansible.builtin.apt:\n name: uwsgi\n\n- name: install uWSGI plugin\n ansible.builtin.apt:\n name: uwsgi-plugin-python3\n\n- name: uWSGI configuration for AGAMA\n ansible.builtin.template:\n src: agama.ini.j2\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/generate_corporate_git_ssh_keys
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/generate_corporate_git_ssh_keys/tasks/main.yaml", "content": "- name: Install cryptography python package\n ansible.builtin.pip:\n name: cryptography\n- name: Generate an OpenSSH keypair with ed25519 algorithm\n register: output\n community.cryp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_chrome
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_chrome/vars/main.yaml", "content": "# vscode_public_key_path: /tmp/vscode-package-signing-key.pub\nchrome_deb_package_path: /tmp/chrome.deb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1189, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_docker_desktop
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_docker_desktop/vars/main.yaml", "content": "# $USER is root if --ask-become-pass is passed\n# non_root_user: $USER\ninstall_docker_desktop_non_root_user: \"{{ ansible_user_id }}\"\n# non_root_user: bojan.komazec\ninstall_docker_desktop_desktop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4332, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_helm
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_helm/tasks/main.yaml", "content": "---\n- name: Install Helm\n become: true\n community.general.snap:\n classic: true\n name:\n - helm\n register: output\n- name: Print output\n ansible.builtin.debug:\n var: output\n- name: V...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_keepassxc
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_keepassxc/tasks/main.yaml", "content": "# https://keepassxc.org/download/#linux\n- name: Install KeePassXC Snap package\n community.general.snap:\n name:\n - keepassxc", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_mysql_client_apps
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_mysql_client_apps/tasks/main.yaml", "content": "- name: Install required apt packages\n become: yes\n register: output\n ansible.builtin.apt:\n pkg:\n - mariadb-client\n- debug: var=output.stdout\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_slack
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_slack/tasks/main.yaml", "content": "# to remove it: \n# $ sudo dpkg --remove slack-desktop \n- name: Download Slack Debian package\n register: output\n ansible.builtin.get_url:\n # todo: find generic url (which probably gets redirected)\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1214, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_terraform
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_terraform/tasks/main.yaml", "content": "---\n- name: Download the Hashicorp PGP public key for verifying the signatures\n ansible.builtin.get_url:\n url: \"https://apt.releases.hashicorp.com/gpg\"\n dest: \"{{ hashicorp_asc_key_path }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1662, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_vscode
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_vscode/tasks/main.yaml", "content": "#\n# TODO: check if VSCode is installed and if so, its current version.\n# Compare that version with the version available and only if newer is available\n# then download and install the newer version.\n#\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1248, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/install_zoom
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/install_zoom/tasks/main.yaml", "content": "- name: Gather package facts\n package_facts:\n manager: apt\n- name: Download Zoom public key\n register: output\n ansible.builtin.get_url:\n url: https://zoom.us/client/5.12.0.4682/zoom_amd64.deb\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
playbooks/run_locally/dev-machine-setup/roles/packages_update_install
8,031
[ "no_license" ]
[ { "path": "playbooks/run_locally/dev-machine-setup/roles/packages_update_install/tasks/main.yaml", "content": "- name: Update and upgrade apt packages\n become: true\n register: output\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n cache_valid_time: 86400 # seconds in 1 day\n- name: Prin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/bkomazec.ubuntu_packages_update
8,031
[ "no_license" ]
[ { "path": "roles/bkomazec.ubuntu_packages_update/tasks/main.yaml", "content": "---\n- name: Update all apt packages to their latest version\n# \"module_stderr\": \"sudo: a password is required\\n\"\n# If enabled we need to prompt user for root pass via e.g. ansible-playbook --ask-become-pass\n become: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/bkomazec.uptime
8,031
[ "no_license" ]
[ { "path": "roles/bkomazec.uptime/tasks/main.yaml", "content": "# Example taken from https://rderik.com/blog/using-ansible-to-automate-local-tasks-and-setup/\n---\n- name: Check system uptime\n ansible.builtin.command:\n cmd: uptime\n register: output_uptime\n- ansible.builtin.debug:\n var: output_up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/install_anaconda
8,031
[ "no_license" ]
[ { "path": "roles/install_anaconda/tasks/main.yaml", "content": "# https://docs.anaconda.com/free/anaconda/install/silent-mode/?highlight=latest#anaconda-distribution-installers\n---\n# might be required for certain versions of Anaconda Distribution in order to use GUI packages with Linux\n# - name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4769, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/install_awscli
8,031
[ "no_license" ]
[ { "path": "roles/install_awscli/tasks/main.yaml", "content": "# Install awscli on Ubuntu globally (not in user site)\n# https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html\n---\n# TODO: Improve this by downloading the installer only if version newer than installed is available.\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1476, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/install_docker_engine
8,031
[ "no_license" ]
[ { "path": "roles/install_docker_engine/tasks/main.yaml", "content": "# This script follows steps listed here:\n# https://docs.docker.com/engine/install/debian/#install-using-the-repository\n#\n# Release notes: https://docs.docker.com/engine/release-notes/\n#\n# Docker binary gets installed here: /usr/bin/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2686, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/install_kubectl
8,031
[ "no_license" ]
[ { "path": "roles/install_kubectl/tasks/main.yaml", "content": "---\n- name: Find the version string of the latest release of kubectl\n ansible.builtin.command:\n cmd: \"curl -L -s https://dl.k8s.io/release/stable.txt\"\n register: get_url_output\n- ansible.builtin.set_fact:\n kubectl_version={{ get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2222, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/install_minikube
8,031
[ "no_license" ]
[ { "path": "roles/install_minikube/tasks/main.yaml", "content": "# -L, --location = (HTTP) If the server reports that the requested page has moved to a different location\n# (indicated with a Location: header and a 3XX response code),\n# this option will make curl redo the request on the new plac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1451, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/install_vagrant
8,031
[ "no_license" ]
[ { "path": "roles/install_vagrant/tasks/main.yaml", "content": "# Vagrant installation: https://developer.hashicorp.com/vagrant/install#linux\n#\n# Upon VirtualBox installation perform the following checks:\n# $ which vagrant\n# /usr/bin/vagrant\n# $ vagrant --version\n# Vagrant 2.4.1\n# $ ps aux | grep vagr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2705, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/install_virtualbox
8,031
[ "no_license" ]
[ { "path": "roles/install_virtualbox/tasks/main.yaml", "content": "# VirtualBox installation: https://www.virtualbox.org/wiki/Linux_Downloads\n#\n# Upon VirtualBox installation perform the following checks:\n# $ which virtualbox\n# /usr/bin/virtualbox\n# $ virtualbox --version\n# $ ps aux | grep virtualbox\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2385, "all_permissive": false }
ansible_role
BojanKomazec/ansible-demo
867e93759c4c864e264c1ab558cbf56ae0036a41
0
roles/print_facts
8,031
[ "no_license" ]
[ { "path": "roles/print_facts/tasks/main.yaml", "content": "---\n- name: Print all facts\n ansible.builtin.debug:\n var: ansible_facts\n- name: Print fact\n ansible.builtin.debug:\n msg: \"{{ fact }} = {{ ansible_facts[fact] }}\"\n # fact can be used as ansible_facts key only if its name does not st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
josephmorsi/devops-assessment
b19e5a893794059b76cb944255796fcca7c73da8
0
ansible/roles/mysql
8,031
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\r\n\r\n- name: debug\r\n debug: var=mysql.root_password\r\n\r\n- name: Prepare MySQL root password (1/2)\r\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{ mysql.root_password }}' vtype='password'\r\n\r\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 820, "all_permissive": false }
ansible_role
weshouman/ansible-collection-arduino
07db65d1e161522819102084e0a176f693c3a933
0
roles/arduino_setup
8,031
[ "no_license" ]
[ { "path": "roles/arduino_setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - arduino_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/arduino_setup/tasks/install_cores.yml", "content": "...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3804, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/bind
8,031
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yml", "content": "---\n- name: Install bind\n yum: name=bind state=present\n notify:\n - enable bind\n - restart bind\n\n- name: install bind-utils\n yum: name=bind-utils state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 298, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/composer
8,031
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n- name: install composer\n get_url:\n url=http://getcomposer.org/composer.phar\n dest=/usr/bin/composer\n mode=0777", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/fail2ban
8,031
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install\n yum: name=fail2ban state=present\n notify:\n - enable fail2ban\n - restart fail2ban\n\n- name: Install Gamin\n yum: name=gamin state=present\n\n- name: copy fail2ban settings\n template:\n src=etc/fail2ban/jail.d/fail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/gcc
8,031
[ "no_license" ]
[ { "path": "roles/gcc/tasks/main.yml", "content": "---\n- name: Install\n yum: name=gcc state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 50, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/iptables
8,031
[ "no_license" ]
[ { "path": "roles/iptables/handlers/main.yml", "content": "---\n- name: enable iptables\n service: name=postfix state=started enabled=yes\n\n- name: restart iptables\n service: name=postfix state=restarted enabled=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/mail-server
8,031
[ "no_license" ]
[ { "path": "roles/mail-server/tasks/main.yml", "content": "---\n- name: Install postfix\n yum: name=postfix state=present\n notify:\n - enable postfix\n - restart postfix\n\n- name: Install dovecot\n yum: name=dovecot state=present\n notify:\n - enable dovecot\n - restart dovecot\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1131, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/mariadb
8,031
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Install client\n yum: name=mariadb state=present\n\n- name: Install server\n yum: name=mariadb-server state=present\n notify:\n - enable mariadb\n - restart mariadb", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 333, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/midnight-commander
8,031
[ "no_license" ]
[ { "path": "roles/midnight-commander/tasks/main.yml", "content": "---\n- name: install\n yum: name=mc state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 47, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/php-fpm
8,031
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install the php packages\n become: true\n yum: name={{ item }} state=present\n with_items: php_fpm_yum_packages\n tags: [packages,php,fpm]\n\n- name: Copy the PHP configuration file\n become: true\n ini_file: dest={{ php_fpm_ini_path }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3080, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/update-system
8,031
[ "no_license" ]
[ { "path": "roles/update-system/tasks/main.yml", "content": "---\n- name: Install EPEL\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state=present\n\n- name: Install Remi\n yum: name=http://rpms.remirepo.net/enterprise/remi-release-7.rpm state=present\n\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
thul/Centos-box
02dcd5febfeebf8ce2677038062b8bb3069784a8
0
roles/webmin
8,031
[ "no_license" ]
[ { "path": "roles/webmin/tasks/main.yml", "content": "- name: copy webmin.repo settings\n template:\n src=etc/yum.repos.d/webmin.repo\n dest=/etc/yum.repos.d/webmin.repo\n\n- name: import webmin key\n shell: wget http://www.webmin.com/jcameron-key.asc && rpm --import jcameron-key.asc && rm jcameron-k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
kodep/dzen
a2147b3906518c77ecd196b18e948a5f746b0866
2
ansible/harbor/roles/install_harbor
8,031
[ "no_license" ]
[ { "path": "ansible/harbor/roles/install_harbor/defaults/main.yml", "content": "---\nharbor_version: 2.8.2\nharbor_download_url: \"https://github.com/goharbor/harbor/releases/download/v{{ harbor_version }}/harbor-offline-installer-v{{ harbor_version }}.tgz\"\n\n#harbor_url: \"\"\n#lets_encrypt_email: \"\"\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5493, "all_permissive": false }
ansible_role
kodep/dzen
a2147b3906518c77ecd196b18e948a5f746b0866
2
ansible/harbor/roles/install_other
8,031
[ "no_license" ]
[ { "path": "ansible/harbor/roles/install_other/vars/main.yml", "content": "---\n# vars file for install_other\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/harbor/roles/install_other/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1164, "all_permissive": false }
ansible_role
kodep/dzen
a2147b3906518c77ecd196b18e948a5f746b0866
2
ansible/k8s/roles/docker_install
8,031
[ "no_license" ]
[ { "path": "ansible/k8s/roles/docker_install/defaults/main.yml", "content": "---\n# defaults file for k8s\ndocker_gpg_key: \"https://download.docker.com/linux/ubuntu/gpg\"\ndocker_apt_repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable\"\n\ndocker_compo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1748, "all_permissive": false }
ansible_role
kodep/dzen
a2147b3906518c77ecd196b18e948a5f746b0866
2
ansible/k8s/roles/k8s_create_cluster
8,031
[ "no_license" ]
[ { "path": "ansible/k8s/roles/k8s_create_cluster/defaults/main.yml", "content": "---\n# defaults file for k8s_create_cluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible/k8s/roles/k8s_create_cluster/tasks/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1288, "all_permissive": false }
ansible_role
kodep/dzen
a2147b3906518c77ecd196b18e948a5f746b0866
2
ansible/k8s/roles/k8s_dashboard
8,031
[ "no_license" ]
[ { "path": "ansible/k8s/roles/k8s_dashboard/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - k8s_dashboard", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/k8s/roles/k8s_dashboard/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1293, "all_permissive": false }
ansible_role
kodep/dzen
a2147b3906518c77ecd196b18e948a5f746b0866
2
ansible/k8s/roles/k8s_install
8,031
[ "no_license" ]
[ { "path": "ansible/k8s/roles/k8s_install/defaults/main.yml", "content": "---\n# defaults file for k8s\nk8s_gpg_key: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\nk8s_apt_repo: \"deb [signed-by=/etc/apt/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1726, "all_permissive": false }
ansible_role
kodep/dzen
a2147b3906518c77ecd196b18e948a5f746b0866
2
ansible/k8s/roles/node_invite
8,031
[ "no_license" ]
[ { "path": "ansible/k8s/roles/node_invite/vars/main.yml", "content": "---\n# vars file for node_invite", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/k8s/roles/node_invite/tests/test.yml", "content": "---\n- hosts: localhost\n remote_u...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 527, "all_permissive": false }
ansible_role
threesquared/homelab
fbdefe81bbe0b2f86a082656c4504f6600ef7bff
3
docker/ansible/roles/common
8,031
[ "no_license" ]
[ { "path": "docker/ansible/roles/common/tasks/user.yml", "content": "---\n- name: create user\n user:\n name: \"{{ username }}\"\n append: yes\n state: present\n createhome: yes\n shell: /bin/bash\n\n- name: allow user to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n line...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2084, "all_permissive": false }
ansible_role
threesquared/homelab
fbdefe81bbe0b2f86a082656c4504f6600ef7bff
3
docker/ansible/roles/docker
8,031
[ "no_license" ]
[ { "path": "docker/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: add Docker apt-key\n apt_key:\n id: 0EBFCD88\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- name: add Docker APT repository\n apt_repository:\n repo: deb https://download.docker.com/linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
threesquared/homelab
fbdefe81bbe0b2f86a082656c4504f6600ef7bff
3
docker/ansible/roles/kubernetes
8,031
[ "no_license" ]
[ { "path": "docker/ansible/roles/kubernetes/tasks/worker.yml", "content": "---\n- name: join cluster\n shell: \"{{ hostvars['charles']['join_command'] }}\"\n register: kubeadm_join\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "docker/ansible/...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2866, "all_permissive": false }
ansible_role
threesquared/homelab
fbdefe81bbe0b2f86a082656c4504f6600ef7bff
3
docker/ansible/roles/swarm
8,031
[ "no_license" ]
[ { "path": "docker/ansible/roles/swarm/tasks/main.yml", "content": "---\n- name: get docker info\n shell: docker info\n register: docker_info\n changed_when: false\n\n- name: setup manager\n include_tasks: manager.yml\n when: mode == \"manager\"\n\n- name: setup worker\n include_tasks: worker.yml\n wh...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1817, "all_permissive": false }
ansible_role
delphix/automation-framework-demo
a3db0a4df5e25a233eeb0aeb2079f8c951c77af7
3
terraform/roles/build-api
8,031
[ "permissive" ]
[ { "path": "terraform/roles/build-api/tasks/main.yml", "content": "---\n- name: \"BUILD HTML\"\n command: chdir=../ mvn clean package\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": true }
ansible_role
delphix/automation-framework-demo
a3db0a4df5e25a233eeb0aeb2079f8c951c77af7
3
terraform/roles/build-app
8,031
[ "permissive" ]
[ { "path": "terraform/roles/build-app/tasks/main.yml", "content": "---\n- name: \"INSTALL PACKAGES\"\n command: chdir=../client yarn install\n\n- name: \"BUILD HTML\"\n command: chdir=../client ng build --prod\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": true }
ansible_role
delphix/automation-framework-demo
a3db0a4df5e25a233eeb0aeb2079f8c951c77af7
3
terraform/roles/deploy-api
8,031
[ "permissive" ]
[ { "path": "terraform/roles/deploy-api/tasks/main.yml", "content": "---\n- name: STOP API SERVICE\n become: true\n systemd:\n name: app-api\n state: stopped\n\n- name: \"DEPLOY API\"\n synchronize:\n src: \"../target/app-api.jar\"\n dest: \"{{ api_root }}app-api.jar\"\n\n- name: START API SERV...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": true }
ansible_role
delphix/automation-framework-demo
a3db0a4df5e25a233eeb0aeb2079f8c951c77af7
3
terraform/roles/deploy-app
8,031
[ "permissive" ]
[ { "path": "terraform/roles/deploy-app/tasks/main.yml", "content": "---\n- name: \"DEPLOY HTML\"\n become: true\n synchronize:\n src: \"../client/dist/client/\"\n dest: \"{{ html_root }}\"\n\n- set_fact: set_owner=true\n when: set_owner is undefined\n\n- set_fact: set_mode=true\n when: set_mode is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": true }
ansible_role
delphix/automation-framework-demo
a3db0a4df5e25a233eeb0aeb2079f8c951c77af7
3
terraform/roles/set-hosts
8,031
[ "permissive" ]
[ { "path": "terraform/roles/set-hosts/tasks/main.yml", "content": "---\n- name: Wait for instances to listen on port 22\n wait_for:\n state=started\n host=\"{{ public_ip }}\"\n port=22\n\n- add_host:\n hostname={{ public_ip }}\n groupname=\"ec2hosts\"\n", "license_type": "permissive", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": true }
ansible_role
daniyl-x/home-server-playbook
62e6b5fb28c0e14557f258468de2bcc8e2ca3434
0
roles/containers_repository
8,031
[ "no_license" ]
[ { "path": "roles/containers_repository/tasks/main.yml", "content": "# SPDX-License-Identifier: BSD-2-Clause\n# Copyright (c) 2024-2025, daniyl-x\n\n\n- name: Pull containers repository\n git:\n repo: https://github.com/daniyl-x/containers\n dest: \"{{ containers_repo_dir }}\"\n version: main\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
daniyl-x/home-server-playbook
62e6b5fb28c0e14557f258468de2bcc8e2ca3434
0
roles/fzf_scripts
8,031
[ "no_license" ]
[ { "path": "roles/fzf_scripts/tasks/main.yml", "content": "# SPDX-License-Identifier: BSD-2-Clause\n# Copyright (c) 2024, daniyl-x\n\n\n- name: Copy get_fzf_tag.awk to the target\n copy:\n src: get_fzf_tag.awk\n dest: /tmp/get_fzf_tag.awk\n mode: 0400\n\n- name: Get fzf tag\n shell: \"awk -f /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1613, "all_permissive": false }
ansible_role
daniyl-x/home-server-playbook
62e6b5fb28c0e14557f258468de2bcc8e2ca3434
0
roles/podman_compose
8,031
[ "no_license" ]
[ { "path": "roles/podman_compose/tasks/main.yml", "content": "# SPDX-License-Identifier: BSD-2-Clause\n# Copyright (c) 2024, daniyl-x\n\n\n- name: Install pip\n package:\n name: python3-pip\n state: present\n\n- name: Install podman-compose from pip\n pip:\n name: podman-compose\n extra_args: -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
daniyl-x/home-server-playbook
62e6b5fb28c0e14557f258468de2bcc8e2ca3434
0
roles/vim_plugins
8,031
[ "no_license" ]
[ { "path": "roles/vim_plugins/vars/main.yml", "content": "vim_autoload_dir: \"{{ ansible_user_dir }}/.vim/autoload\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/vim_plugins/tasks/main.yml", "content": "# SPDX-License-Identifier: BS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/_compat_check
8,031
[ "no_license" ]
[ { "path": "roles/_compat_check/README.md", "content": "Compatibility Check Role\n========================\n\nThis role is not intended to be used directly. It is used by other roles to check compatibility of the managed node.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 834, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/chrony
8,031
[ "no_license" ]
[ { "path": "roles/chrony/vars/main.yml", "content": "---\n# chrony package name\nchrony__package_name: 'chrony'\n# chrony service name\nchrony__service_name: 'chrony.service'\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/chrony/templ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 12574, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/cron
8,031
[ "no_license" ]
[ { "path": "roles/cron/vars/main.yml", "content": "---\n# cron package name\nlinux_cron__package_name: 'cron'\n# cron service name\nlinux_cron__service_name: 'cron.service'\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/cron/molecule/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7534, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/group
8,031
[ "no_license" ]
[ { "path": "roles/group/defaults/main.yml", "content": "---\n# linux group list\nlinux_group: [ ]\n## - name: string\n## gid: int | d(omit)\n## system: boolean | d(omit)\n## state: enum('present', 'absent') | d('present')\n...\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4037, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/hostname
8,031
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- name: 'Assert that the HostName State Value is Valid'\n ansible.builtin.assert:\n that:\n - linux_hostname__state in [ 'present', 'latest' ]\n msg: 'The `linux_hostname__state` must be one of [ \"present\", \"latest\" ] - \"{{ linux_hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2711, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/locale
8,031
[ "no_license" ]
[ { "path": "roles/locale/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: podman\nlint: |\n set -e\n yamllint .\n ansible-lint\nplatforms:\n- name: linux-locale-debian-bullseye\n image: docker.io/havlasme/debian11-systemd-ansible:latest\n pre_build_image: tr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5092, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/motd
8,031
[ "no_license" ]
[ { "path": "roles/motd/defaults/main.yml", "content": "---\n# motd conf list\nlinux_motd: [ ]\n## - dest: string\n## tmpl: string\n## user: string | d('root')\n## group: string | d('root')\n## mode: string | d('0755')\n## backup: boolean | d(false)\n## state: enum('present', 'absent') | d('presen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4952, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/mount
8,031
[ "no_license" ]
[ { "path": "roles/mount/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: podman\nlint: |\n set -e\n yamllint .\n ansible-lint\nplatforms:\n- name: linux-mount-debian-bullseye\n image: docker.io/havlasme/debian11-systemd-ansible:latest\n pre_build_image: true...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5022, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/sysctl
8,031
[ "no_license" ]
[ { "path": "roles/sysctl/molecule/default/prepare.yml", "content": "---\n- name: 'prepare'\n hosts: 'all'\n\n tasks:\n - ansible.builtin.apt:\n name: 'procps'\n update_cache: true\n\n - ansible.posix.sysctl:\n name: 'vm.swappiness'\n value: '60'\n reload: false\n\n - ansible.pos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6297, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/timezone
8,031
[ "no_license" ]
[ { "path": "roles/timezone/defaults/main.yml", "content": "---\n# timezone package state ('present', 'latest') - 'absent' is not supported\n# * 'present' ensures that the package is installed\n# * 'latest' ensures that the latest version of the package is installed\nlinux_timezone__state: 'present'\n\n# linu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5551, "all_permissive": false }
ansible_role
havlasme/ansible-collection-linux
11940356fa27f48ad613976bee02bbe1184eebb6
0
roles/user
8,031
[ "no_license" ]
[ { "path": "roles/user/molecule/default/prepare.yml", "content": "---\n- name: 'prepare'\n hosts: 'all'\n\n tasks:\n - ansible.builtin.user:\n name: 'update_user'\n comment: 'update_user'\n shell: '/bin/sh'\n uid: 915\n\n - ansible.builtin.user:\n name: 'delete_user'\n", "lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 9945, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
ansible-galera/roles/master
8,031
[ "no_license" ]
[ { "path": "ansible-galera/roles/master/tasks/main.yml", "content": "#部署wsrep进程mariadb-master\n- name: 启动wsrep进程\n shell: \"cd {{ opt_dir }}/mariadb/ && sh master.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
ansible-galera/roles/rabbit
8,031
[ "no_license" ]
[ { "path": "ansible-galera/roles/rabbit/tasks/main.yml", "content": "#安装rabbit:\n- name: install erlang rabbitmq-server\n shell: \"yum install -y erlang rabbitmq-server.noarch\"\n\n#开启rabbitmq服务\n- name: start rabbitmq\n shell: \"systemctl enable rabbitmq-server.service && systemctl restart rabbitmq-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
ansible-galera/roles/ready
8,031
[ "no_license" ]
[ { "path": "ansible-galera/roles/ready/tasks/main.yml", "content": "#准备工作目录:\n- name: prepare some dirs\n file: name={{ item }} state=directory mode=0755\n with_items:\n - \"{{ opt_dir }}/mariadb\"\n\n## ---------下载 配置文件及镜像 -----------\n- name: download configfile and iamge\n copy: src={{ base_dir }}/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1582, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
ansible-galera/roles/slave1
8,031
[ "no_license" ]
[ { "path": "ansible-galera/roles/slave1/tasks/main.yml", "content": "#部署wsrep进程mariadb-master\n- name: 启动salve进程\n shell: \"cd {{ opt_dir }}/mariadb/ && sh slave1.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
ansible-galera/roles/slave2
8,031
[ "no_license" ]
[ { "path": "ansible-galera/roles/slave2/tasks/main.yml", "content": "#部署wsrep进程mariadb-master\n- name: 启动salve进程\n shell: \"cd {{ opt_dir }}/mariadb/ && sh slave2.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/cinder_controller
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/cinder_controller/tasks/main.yml", "content": "## ---------安装 openstack-cinder -----------\n- name: Install openstack-cinder\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openstack-cinder\n\n## ---------create cinder.conf -----------\n- name: ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1359, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/clean
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/clean/tasks/main.yml", "content": "- name: stop openstack\n shell: \"systemctl stop \\\n neutron-server.service \\\n neutron-dhcp-agent.service \\\n openvswitch neutron-openvswitch-agent \\\n neutron-metadata-agent.service \\\n openstack-nova-api.service \\\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1991, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/common
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/common/templates/set_rabbitmq_memcache.sh", "content": "rabbitmqctl add_user openstack admin\nrabbitmqctl set_permissions openstack \".*\" \".*\" \".*\"\nrabbitmqctl set_user_tags openstack administrator\nsed -i 's/OPTIONS=\"-l 127.0.0.1,::1\"/OPTIONS=\"-l 127.0.0.1,::1,{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2593, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/dashboard_controller
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/dashboard_controller/tasks/main.yml", "content": "## ---------安装 common-app -----------\n- name: Install openstack-keystone httpd mod_wsgi\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openstack-dashboard\n\n## ---------create local_settings ---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1083, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/glance
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/glance/tasks/main.yml", "content": "## ---------安装 openstack-glance -----------\n- name: Install openstack-glance\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openstack-glance\n\n## ---------create glance-api.conf -----------\n- name: back old ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1271, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/keystone
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/keystone/templates/keystone_user.sh", "content": "echo \"export OS_USERNAME=admin\nexport OS_PASSWORD=<PASSWORD>\nexport OS_PROJECT_NAME=admin\nexport OS_USER_DOMAIN_NAME=Default\nexport OS_PROJECT_DOMAIN_NAME=Default\nexport OS_AUTH_URL=http://{{ api_ip }}:5000/v3\nexport O...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5375, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/neutron_compute
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/neutron_compute/tasks/main.yml", "content": "## ---------安装 openstack-neutron -----------\n- name: Install openstack-neutron\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openvswitch\n - openstack-neutron-openvswitch\n - ebtables\n - ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1462, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/neutron_controller
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/neutron_controller/templates/l3_agent.ini", "content": "[DEFAULT]\ninterface_driver = openvswitch\nexternal_network_bridge = br-ex\n\n[agent]\n\n[ovs]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "openstack-slav...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3356, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/nova_compute
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/nova_compute/tasks/main.yml", "content": "## ---------安装 openstack-nova -----------\n- name: Install openstack-nova\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openstack-nova-compute\n\n## ---------create nova.conf -----------\n- name: back ol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/nova_controller
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/nova_controller/tasks/main.yml", "content": "## ---------安装 openstack-nova -----------\n- name: Install openstack-nova\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openstack-nova-api\n - openstack-nova-conductor\n - openstack-nova-novncpr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1873, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/placement
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/placement/tasks/main.yml", "content": "## ---------安装 openstack-placement-api -----------\n- name: Install openstack-placement-api\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openstack-placement-api\n\n## ---------create glance-api.conf ------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
Asteven-zn/auto-yunwei
6a0b7786532242c1cced05df0ef68455455fe1d5
0
openstack-slave/roles/prepare
8,031
[ "no_license" ]
[ { "path": "openstack-slave/roles/prepare/tasks/main.yml", "content": "#---------导入 yum-repo源 ---------\n- name: Install openstack-repo\n yum:\n name: centos-release-openstack-train\n state: present\n# enablerepo: tstack-common\n become: true\n- name: Install repl-repo\n yum:\n name: epel-rele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
shirtzo/TaseExamAnsibleDocker
fd5ef99b9dfd30071b370eb0526b98ef20586c7c
0
ansible/roles/clear_compose
8,031
[ "no_license" ]
[ { "path": "ansible/roles/clear_compose/vars/main.yaml", "content": "compose_file_dest: \"/home/ec2-user\"\ncompose_package_dest: \"/usr/local/bin/docker-compose\"\ncontainers_to_remove:\n - web-service\n - counter-service\n - postgres", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1072, "all_permissive": false }
ansible_role
shirtzo/TaseExamAnsibleDocker
fd5ef99b9dfd30071b370eb0526b98ef20586c7c
0
ansible/roles/deploy_compose_app
8,031
[ "no_license" ]
[ { "path": "ansible/roles/deploy_compose_app/tasks/deploy_docker_compose.yaml", "content": "- name: Run docker compose up in a specific directory\n command: docker-compose up -d\n args:\n chdir: \"{{ compose_file_dest }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1295, "all_permissive": false }
ansible_role
oxiden/Vagrantfiles
9d24b330b9e3ddc6d1125441bf932346f9a49438
0
Ansible/playbooks/roles/common
8,031
[ "permissive" ]
[ { "path": "Ansible/playbooks/roles/common/tasks/main.yml", "content": "- name: Install NTPd\n yum: name=ntp state=present\n- name: Configure NTP\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n notify:\n - restart NTPd\n- name: be sure ntpd is running and enabled\n service: name=ntpd state=started enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 313, "all_permissive": true }
ansible_role
oxiden/Vagrantfiles
9d24b330b9e3ddc6d1125441bf932346f9a49438
0
Ansible/playbooks/roles/httpd
8,031
[ "permissive" ]
[ { "path": "Ansible/playbooks/roles/httpd/tasks/main.yml", "content": "- name: Install httpd\n yum: name=httpd state=latest\n- name: be sure httpd is running and enabled\n service: name=httpd state=started enabled=yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": true }
ansible_role
oxiden/Vagrantfiles
9d24b330b9e3ddc6d1125441bf932346f9a49438
0
Ansible/playbooks/roles/mysqld
8,031
[ "permissive" ]
[ { "path": "Ansible/playbooks/roles/mysqld/tasks/main.yml", "content": "- name: Install mysqld\n yum: name=mysql-server state=latest\n- name: be sure mysqld is running and enabled\n service: name=mysqld state=started enabled=yes\n", "license_type": "permissive", "detected_licenses": [ "Apache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": true }
ansible_role
kristaum/ansible_v1
955e82be603cc7bf1497566301efb7e78868b853
0
roles/deploy_tomcat
8,031
[ "no_license" ]
[ { "path": "roles/deploy_tomcat/tasks/main.yml", "content": "---\n- name: Delete weapps folder\n file:\n state: absent\n path: /opt/tomcat/latest/webapps/\n\n- name: Recreate clean folder\n file:\n path: /opt/tomcat/latest/webapps\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
kristaum/ansible_v1
955e82be603cc7bf1497566301efb7e78868b853
0
roles/install_tomcat
8,031
[ "no_license" ]
[ { "path": "roles/install_tomcat/tasks/main.yml", "content": "- name: Creating /opt/tomcat dir\n file:\n path: /opt/tomcat\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ user_group }}\"\n\n- name: Download file with check (sha512)\n get_url:\n url: \"http://www-us.apache.org/dist/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1490, "all_permissive": false }
ansible_role
kristaum/ansible_v1
955e82be603cc7bf1497566301efb7e78868b853
0
roles/jdk
8,031
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n - name: install java\n yum:\n name: \"java-{{ jdk_version }}-openjdk-devel\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/hardening
8,030
[ "no_license" ]
[ { "path": "roles/hardening/tasks/main.yml", "content": "---\n- name: Compiler permissions hardened\n file:\n path: \"{{ item }}\"\n state: touch\n mode: '0754'\n with_items:\n - /usr/bin/as\n - /usr/bin/cc\n - /usr/bin/clang\n - /usr/bin/gcc\n - /usr/bin/g++\n - /usr/local/bin/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/mail
8,030
[ "no_license" ]
[ { "path": "roles/mail/tasks/main.yml", "content": "---\n- name: Check mandatory variables are defined\n assert:\n that:\n - secret_gmail_email is defined\n - secret_gmail_secret is defined\n no_log: True\n\n- name: mail server private key generated\n openssl_privatekey:\n path: /etc/ssl/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2024, "all_permissive": false }
ansible_role
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/mail-server
8,030
[ "no_license" ]
[ { "path": "roles/mail-server/tasks/main.yml", "content": "---\n- name: Packages needed for mail server installed\n openbsd_pkg:\n name:\n - opensmtpd-extras\n - opensmtpd-filter-rspamd\n - dovecot\n - dovecot-pigeonhole\n - rspamd\n - redis\n state: present\n\n- name: ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 10618, "all_permissive": false }
ansible_role
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/monitoring
8,030
[ "no_license" ]
[ { "path": "roles/monitoring/handlers/main.yml", "content": "- name: enable monitoring daemons\n service:\n name: \"{{ item }}\"\n enabled: true\n loop:\n - prometheus\n - node_exporter\n - grafana\n\n- name: start monitoring daemons\n service:\n name: \"{{ item }}\"\n state: started\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/pf-base
8,030
[ "no_license" ]
[ { "path": "roles/pf-base/tasks/main.yml", "content": "---\n- name: pf.anchors directory created\n file:\n path: /etc/pf.anchors\n owner: root\n group: wheel\n state: directory\n mode: 0700\n\n- name: pf.rules deployed\n template:\n src: pf.rules\n dest: /etc/pf.anchors/\n owner: ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4384, "all_permissive": false }
ansible_role
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/reboot
8,030
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "- name: reboot the server\n command:\n cmd: reboot\n failed_when: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }