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
david-rh/provision-ocp
ec1421b9e1aeb78b3364b53ae8ce36ca4b21423e
0
roles/openshift-installer
445
[ "no_license" ]
[ { "path": "roles/openshift-installer/tasks/prep.yml", "content": "---\n- name: Check for existing kubeconfig\n stat:\n path: '{{ kubeconfig }}'\n register: kubeconfig_file\n\n- name: Template install-config\n template:\n src: install-config.yaml.j2\n dest: '{{ tmp_dir }}/install-config.yaml'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 465, "all_permissive": false }
ansible_role
david-rh/provision-ocp
ec1421b9e1aeb78b3364b53ae8ce36ca4b21423e
0
roles/quickstart
445
[ "no_license" ]
[ { "path": "roles/quickstart/defaults/main.yml", "content": "---\ndeploy_amqstreams: true\ndeploy_ocs: false\ndeploy_quay: false\ndeploy_service_mesh: false\ndeploy_gitea: false\ndeploy_argocd: false\ndeploy_sonarqube: false\ndeploy_nexus: false\ndeploy_3scale: false\ndeploy_crw: false\ndeploy_pipeline: fals...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
david-rh/provision-ocp
ec1421b9e1aeb78b3364b53ae8ce36ca4b21423e
0
roles/rhbk
445
[ "no_license" ]
[ { "path": "roles/rhbk/templates/rhbk-deployment.yml.j2", "content": "# RH-SSO Deployment\n- apiVersion: k8s.keycloak.org/v2alpha1\n kind: Keycloak\n metadata:\n name: {{ rhbk_app_name }}\n namespace: {{ rhbk_project_name }}\n labels:\n app: {{ rhbk_app_label }}\n spec:\n db:\n vendo...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12476, "all_permissive": false }
ansible_role
david-rh/provision-ocp
ec1421b9e1aeb78b3364b53ae8ce36ca4b21423e
0
roles/rhedsord
445
[ "no_license" ]
[ { "path": "roles/rhedsord/defaults/main.yml", "content": "---\ndeploy_rhsso: true\ndeploy_quay: true\ndeploy_gitea: true\ndeploy_argocd: true\ndeploy_sonarqube: true\ndeploy_nexus: true\ndeploy_crw: true\ndeploy_selenium_grid: true\ndeploy_legacy_jenkins: true\ndeploy_mattermost_operator: true\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 835, "all_permissive": false }
ansible_role
oknechmed/upgraded-doodle
a2258c6b0ce041107c7a1ca18cb928f9812cb8de
0
ansible/roles/base_soft_install
445
[ "no_license" ]
[ { "path": "ansible/roles/base_soft_install/defaults/main.yml", "content": "---\n# defaults file for base_soft_install\n\nuser: demchenko\nuser_pwd: <PASSWORD>\n\ncreate_user: true\ncustom_repo_base: false\ncustom_repo_epel: false\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1500, "all_permissive": false }
ansible_role
oknechmed/upgraded-doodle
a2258c6b0ce041107c7a1ca18cb928f9812cb8de
0
ansible/roles/disk_parted
445
[ "no_license" ]
[ { "path": "ansible/roles/disk_parted/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - disk_parted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/disk_parted/README.md", "content": "DISK_P...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 7280, "all_permissive": false }
ansible_role
oknechmed/upgraded-doodle
a2258c6b0ce041107c7a1ca18cb928f9812cb8de
0
ansible/roles/mariadb_deploy
445
[ "no_license" ]
[ { "path": "ansible/roles/mariadb_deploy/defaults/main.yml", "content": "---\n# defaults file for mariadb_deploy\n\nbase_dir: \"/usr/data\"\n\nmariadb:\n repo_baseurl: \"https://yum.mariadb.org/10.5/centos7-amd64\"\n repo_gpgkey: \"https://yum.mariadb.org/RPM-GPG-KEY-MariaDB\"\n db_root_password: <PASSWOR...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 19825, "all_permissive": false }
ansible_role
oknechmed/upgraded-doodle
a2258c6b0ce041107c7a1ca18cb928f9812cb8de
0
ansible/roles/mongodb_deploy
445
[ "no_license" ]
[ { "path": "ansible/roles/mongodb_deploy/handlers/main.yml", "content": "---\n# handlers file for mongodb_deploy\\\n\n - name: Systemctl daemon-reload\n systemd:\n daemon_reload: yes\n\n - name: Enable MongoDB\n systemd:\n name: mongod\n state: restarted\n enabled: yes\n", "license_ty...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6741, "all_permissive": false }
ansible_role
AhmedM00/infra_cd
7d6fe1419204ec60c388cc884268962387bd6698
0
roles/setup
445
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: upgrade apt packages\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: yes\n apt:\n autoremove: yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
parthaaptuz/playbook
17665bedcb1da48ca713edea2e6223456b85f1a9
0
wordpress/roles/apt
445
[ "no_license" ]
[ { "path": "wordpress/roles/apt/tasks/main.yml", "content": "---\n\n- name: apt-get update the server\n apt: update_cache=yes\n\n- name: install debconf-utils\n apt: name=debconf-utils state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
parthaaptuz/playbook
17665bedcb1da48ca713edea2e6223456b85f1a9
0
wordpress/roles/lamp
445
[ "no_license" ]
[ { "path": "wordpress/roles/lamp/tasks/main.yml", "content": "---\n\n- include: php.yml\n- include: mysql.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "wordpress/roles/lamp/tasks/php.yml", "content": "---\n\n- name: Install PHP and assoc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1096, "all_permissive": false }
ansible_role
parthaaptuz/playbook
17665bedcb1da48ca713edea2e6223456b85f1a9
0
wordpress/roles/misc
445
[ "no_license" ]
[ { "path": "wordpress/roles/misc/tasks/main.yml", "content": "---\n\n- name: Create local server dir\n file: path=/home/ubuntu/myserver state=directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
parthaaptuz/playbook
17665bedcb1da48ca713edea2e6223456b85f1a9
0
wordpress/roles/wpress
445
[ "no_license" ]
[ { "path": "wordpress/roles/wpress/tasks/main.yml", "content": "---\n\n- name: download wordpress\n command: wget http://wordpress.org/latest.tar.gz -P /home/ubuntu \n\n- name: extract wordpress\n unarchive: src=/home/ubuntu/latest.tar.gz dest=/home/ubuntu copy=no owner=root mode=0644\n\n- name: chown word...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1063, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/desktop
445
[ "no_license" ]
[ { "path": "playbooks/roles/desktop/tasks/main.yml", "content": "---\n\n- name: Install gnome-tweaks\n apt:\n name: gnome-tweaks\n state: present\n\n- name: Remove Amazon App \n apt: \n name: ubuntu-web-launchers\n state: absent\n\n- name: Remove Amazon App Launcher Icon\n command: | \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/digitalocean
445
[ "no_license" ]
[ { "path": "playbooks/roles/digitalocean/tasks/main.yml", "content": "---\n\n- name: Install doctl\n snap:\n name: doctl\n classic: yes\n state: present\n\n- name: Install kubectl\n snap:\n name: kubectl\n classic: yes\n state: present\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/godot
445
[ "no_license" ]
[ { "path": "playbooks/roles/godot/tasks/main.yml", "content": "---\n\n- name: Make temporary directory\n file: \n path: /tmp/godot\n state: directory\n\n- name: Download Godot Release\n get_url:\n url: \"{{ download_url }}\"\n dest: /tmp/godot\n register: bin_files\n\n- name: Unziping the arch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/haxe
445
[ "no_license" ]
[ { "path": "playbooks/roles/haxe/tasks/main.yml", "content": "---\n\n- name: \"add Haxe repository\"\n apt_repository:\n repo: \"ppa:haxe/releases\"\n state: \"present\"\n update_cache: \"yes\"\n\n- name: \"Install Haxe\"\n apt:\n name: \"haxe\"\n state: \"present\"\n\n- name: \"Make ~/haxel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/haxe_flixel
445
[ "no_license" ]
[ { "path": "playbooks/roles/haxe_flixel/vars/main.yml", "content": "current_user: \"{{ lookup('env', 'CURRENT_USER')}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "playbooks/roles/haxe_flixel/tasks/main.yml", "content": "---\n- name: \"In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/multi_lingual
445
[ "no_license" ]
[ { "path": "playbooks/roles/multi_lingual/tasks/main.yml", "content": "---\n\n- name: Install mozc (Japanese IME)\n apt:\n name: ibus-mozc\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/net-tools
445
[ "no_license" ]
[ { "path": "playbooks/roles/net-tools/tasks/main.yml", "content": "---\n\n- name: Install net-tools\n apt:\n name: net-tools\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/python
445
[ "no_license" ]
[ { "path": "playbooks/roles/python/tasks/main.yml", "content": "---\n\n- name: Install pipenv\n pip:\n name: pipenv\n executable: pip3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/qemu
445
[ "no_license" ]
[ { "path": "playbooks/roles/qemu/tasks/main.yml", "content": "---\n\n- name: Install qemu\n apt:\n name: qemu\n state: present\n\n- name: Install qemu-x86\n apt:\n name: qemu-system-x86\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/slack
445
[ "no_license" ]
[ { "path": "playbooks/roles/slack/tasks/main.yml", "content": "---\n\n- name: Install slack\n snap:\n name: slack\n classic: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/utils
445
[ "no_license" ]
[ { "path": "playbooks/roles/utils/tasks/main.yml", "content": "---\n\n- name: Install htop\n apt:\n name: htop\n state: present\n\n- name: Install curl\n apt:\n name: curl\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
davidnuon/ubuntu-setup
fa04dc62b32ce913c9acf819d5d663aa48845cb4
0
playbooks/roles/wine
445
[ "no_license" ]
[ { "path": "playbooks/roles/wine/tasks/main.yml", "content": "---\n\n- name: Add 32bit \n command: dpkg --add-architecture i386 \n\n- name: Install wine\n apt:\n name: wine\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
kafka0238/ansilble_collection
5746e0c5f0fb2c179154e13613f93d12a22d3341
0
yandex_cloud_elk/roles/my_own_module_test
445
[ "no_license" ]
[ { "path": "yandex_cloud_elk/roles/my_own_module_test/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - my_own_module_test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "yandex_cloud_elk/roles/my_own_modul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 212, "all_permissive": false }
ansible_role
kaviankarimzadeh/hetzner-k8s-single-master
dd9b50dbd799dde9990e4d8f2a3f2b22507f8b8b
0
ansible/k8s-ha-ansible/roles/k8s-ha-ansible
445
[ "no_license" ]
[ { "path": "ansible/k8s-ha-ansible/roles/k8s-ha-ansible/vars/main.yml", "content": "VIP_WORKERS : 10.0.1.21\ncp_endpoint : '192.168.127.12:6443'\npod_subnet : 10.244.0.0/20\nkubernetes_version : 1.31.1\nkubernetes_package_version : 1.31.2-1.1\nk8s_repo_version: '1.31'\nhelm_version : 3.16.4\ncontainerd_versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4006, "all_permissive": false }
ansible_role
flavienbwk/etna-rank
786910cead6d42947e22b1abd6e57351b5d381e8
1
ansible/roles/install_etna_rank
445
[ "no_license" ]
[ { "path": "ansible/roles/install_etna_rank/tasks/main.yml", "content": "---\n# tasks file for setup_kubernetes_utils\n\n- include_tasks: ./install_docker.yml\n\n- include_tasks: ./setup_etna_rank.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path"...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3283, "all_permissive": false }
ansible_role
MilesYu15/Hybrid-Cloud-Weather-Alert-App
fdccade3b5db96fc7583f15fdf8ed84d3d90caab
0
kubernetes/roles/rds-teardown
445
[ "no_license" ]
[ { "path": "kubernetes/roles/rds-teardown/tasks/main.yml", "content": "---\n- name: \"Gather rds instance facts\"\n rds_instance_info:\n profile: \"{{ rds_aws_profile}}\"\n region: \"{{ aws_region }}\"\n db_instance_identifier: csye7125-fa2020-webapp\n register: rds_instance_facts\n\n# - debug: va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1320, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-keepalived-nginx-role/roles/httpd
445
[ "no_license" ]
[ { "path": "Ansible-keepalived-nginx-role/roles/httpd/tasks/main.yml", "content": "---\n- name: install httpd package\n yum: name=httpd state=latest\n\n- name: copy vip and kernel conf\n template: src=setka.sh dest=~/setka.sh\n\n- name: exec setka.sh\n shell: sh ~/setka.sh start\n\n- name: install condigu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7254, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-keepalived-nginx-role/roles/initial
445
[ "no_license" ]
[ { "path": "Ansible-keepalived-nginx-role/roles/initial/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n192.168.0.56 node1\n192.168.0.57 node2\n192.168.0.58 node3\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-keepalived-nginx-role/roles/keepalived
445
[ "no_license" ]
[ { "path": "Ansible-keepalived-nginx-role/roles/keepalived/templates/notify.sh", "content": "#!/bin/bash\n#\nvip={{ vip }}\ncontact='root@localhost'\n\nnotify() {\n mailsubject=\"`hostname` to be $1: $vip floating\"\n mailbody=\"`date '+%F %H:%M:%S'`: vrrp transition, `hostname` changed to be $...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1505, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-keepalived-nginx-role/roles/nginx
445
[ "no_license" ]
[ { "path": "Ansible-keepalived-nginx-role/roles/nginx/tasks/main.yml", "content": "---\n- name: install denpendency package\n yum: name={{ item }} state=present\n with_items:\n - gcc\n - pcre\n - openssl\n - pcre-devel\n - openssl-devel\n - zlib-devel\n - gd\n - gd-devel\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2305, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-lnmp-role/roles/env
445
[ "no_license" ]
[ { "path": "Ansible-lnmp-role/roles/env/tasks/main.yml", "content": "---\n- name: install libselinux-python, if not, ansible will raise error\n yum: name=libselinux-python state=present\n\n- name: disable selinux\n selinux: state=disabled\n\n- name: yum install env packages\n yum: name={{ item }} state=pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-lnmp-role/roles/mysql
445
[ "no_license" ]
[ { "path": "Ansible-lnmp-role/roles/mysql/tasks/main.yml", "content": "---\n- name: copy mysql source code\n copy: src=mysql-{{ mysql.version }}.tar.gz dest=/usr/local/src\n\n- name: copy msyql install shell\n template: src=mysqlinstall.sh.j2 dest=/usr/local/src/mysqlinstall.sh\n\n- name: daemon group crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2206, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-lnmp-role/roles/nginx
445
[ "no_license" ]
[ { "path": "Ansible-lnmp-role/roles/nginx/templates/nginxinstall.sh", "content": "## CONFIGUE ARGS ##\nDAEMON_NAME={{ nginx_daemon_name }}\nDAEMON_USER={{ nginx_daemon_user }}\nBASEDIR={{ nginx_base_dir }}\nWEBDIR={{ nginx_web_dir }}\nLOGDIR={{ nginx_log_dir }}\nVERSION={{ nginx.version }}\n\n## TARBALL INST...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2431, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-lnmp-role/roles/php
445
[ "no_license" ]
[ { "path": "Ansible-lnmp-role/roles/php/templates/phpinstall.sh", "content": "set -e\n## VARIABLE SETTING\nPHPDIR={{ php_base_dir }}\nCONFDIR={{ php_conf_dir }}\nMYSQLDIR={{ mysql_base_dir }}\nMYSQLSOCK={{ mysql_socket }}\nVERSION={{ php.version }}\nDAEMON_USER={{ php_daemon_user }}\nDAEMON_NAME={{ php_daemo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3807, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-tomcat-role/roles/env
445
[ "no_license" ]
[ { "path": "Ansible-tomcat-role/roles/env/tasks/main.yml", "content": "---\n- name: install libselinux-python, if not, ansible will raise error\n yum: name=libselinux-python state=present\n\n- name: disable selinux\n selinux: state=disabled\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-tomcat-role/roles/tomcat_install
445
[ "no_license" ]
[ { "path": "Ansible-tomcat-role/roles/tomcat_install/tasks/main.yml", "content": "---\n- name: copy jre\n copy: src=jre-7u80-linux-x64.tar.gz dest=/usr/local/src\n\n- name: copy tomcat\n copy: src=apache-tomcat-8.5.4.tar.gz dest=/usr/local/src\n\n- name: copy java env init scripts\n template: src=java-env...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2092, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-zabbix-agent2.4.5.1-roles/roles/common
445
[ "no_license" ]
[ { "path": "Ansible-zabbix-agent2.4.5.1-roles/roles/common/tasks/main.yml", "content": "---\n \n- name: Copy the EPEL repository definition\n copy: src=epel.repo dest=/etc/yum.repos.d/epel.repo\n\n- name: Create the GPG key for EPEL\n copy: src=RPM-GPG-KEY-EPEL-6 dest=/etc/pki/rpm-gpg\n\n\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-zabbix-agent2.4.5.1-roles/roles/zabbix-Agent
445
[ "no_license" ]
[ { "path": "Ansible-zabbix-agent2.4.5.1-roles/roles/zabbix-Agent/tasks/main.yml", "content": "---\n- name: Create zabbix directory\n file: path=/opt/zabbix state=directory\n- name: Copy zabbix rpm and scripts\n copy: src={{item}} dest=/opt/zabbix\n with_items:\n - zabbix-2.4.5-1.el6.x86_64.rpm\n - z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-zabbix-agent3.4.1-roles/roles/common
445
[ "no_license" ]
[ { "path": "Ansible-zabbix-agent3.4.1-roles/roles/common/tasks/main.yml", "content": "---\n \n- name: Copy the EPEL repository definition for centos6.x\n copy: src=epel-6.repo dest=/etc/yum.repos.d/epel-6.repo\n when: ansible_distribution_major_version == \"6\"\n\n- name: Copy the EPEL repository definiti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
Ansible-zabbix-agent3.4.1-roles/roles/zabbix-Agent
445
[ "no_license" ]
[ { "path": "Ansible-zabbix-agent3.4.1-roles/roles/zabbix-Agent/tasks/main.yml", "content": "---\n- name: Create zabbix directory\n file: path=/opt/zabbix state=directory\n\n- name: Copy zabbix rpm and scripts for centos6.x\n copy: src={{item}} dest=/opt/zabbix\n with_items:\n - zabbix-agent-3.4.1-1.el6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1258, "all_permissive": false }
ansible_role
Ljohn001/Ansible-roles
9d6702db44609e5ca22f0d5b904b657a208689be
15
ansible-rpm-package-role/roles/ftpclient
445
[ "no_license" ]
[ { "path": "ansible-rpm-package-role/roles/ftpclient/tasks/main.yml", "content": "---\n- name: Copy ftp client to centos6.x\n copy: src=ftp-0.17-54.el6.x86_64.rpm dest=/server/apps\n when: ansible_distribution_major_version == \"6\"\n- name: Copy ftp client to centos7.x\n copy: src=ftp-0.17-67.el7.x86_64....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
HemanthGangadharaReddy/Ansible
e5206078387fa3d3c00a1aba46003ea2bc2f6002
0
roles/install_maven
445
[ "no_license" ]
[ { "path": "roles/install_maven/tasks/main.yml", "content": "---\n- name: Install java in Amazon linux\n ansible.builtin.yum:\n name: '{{ java_package }}'\n state: present\n when: ansible_os_family == 'RedHat'\n\n- name: Install java in Ubuntu linux\n ansible.builtin.apt:\n name: '{{java_packa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1368, "all_permissive": false }
ansible_role
HemanthGangadharaReddy/Ansible
e5206078387fa3d3c00a1aba46003ea2bc2f6002
0
roles/install_nexus
445
[ "no_license" ]
[ { "path": "roles/install_nexus/tasks/main.yml", "content": "---\n- name: Install java in Amazon linux\n ansible.builtin.yum:\n name: '{{ java_package }}'\n state: present\n when: ansible_os_family == 'RedHat'\n- name: Install java in Ubuntu linux\n ansible.builtin.apt:\n name: '{{ java_package_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1884, "all_permissive": false }
ansible_role
HemanthGangadharaReddy/Ansible
e5206078387fa3d3c00a1aba46003ea2bc2f6002
0
roles/install_sonarqube
445
[ "no_license" ]
[ { "path": "roles/install_sonarqube/tasks/main.yml", "content": "---\n- name: Install java in Amazon linux\n ansible.builtin.yum:\n name: java-1.8.0-amazon-corretto-devel\n state: present\n when: ansible_os_family == 'RedHat'\n- name: Install java in Ubuntu linux\n ansible.builtin.apt:\n name: op...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1524, "all_permissive": false }
ansible_role
conradhodge/ansible-demo
24d25acc489ddf6bb8c8b327364285b2e71a9a62
0
ansible/roles/common
445
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update package manager cache (valid for 1 hour)\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - vim", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
conradhodge/ansible-demo
24d25acc489ddf6bb8c8b327364285b2e71a9a62
0
ansible/roles/dbserver
445
[ "no_license" ]
[ { "path": "ansible/roles/dbserver/vars/main.yml", "content": "---\npackages:\n - mysql-server\n - mysql-client\n - python-mysqldb\n\ndatabases:\n - {name: \"conski_wp\", creates: \"/var/lib/mysql/conski_wp/wp_posts.frm\"}", "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": 760, "all_permissive": false }
ansible_role
conradhodge/ansible-demo
24d25acc489ddf6bb8c8b327364285b2e71a9a62
0
ansible/roles/webserver
445
[ "no_license" ]
[ { "path": "ansible/roles/webserver/vars/main.yml", "content": "---\npackages:\n - php5\n - php5-cli\n - php5-mysql\n - php5-common\n - apache2\n\napache_vhosts:\n - {url: \"conski.wp\", docroot: \"/var/www/wordpress\"}\n\nwordpress:\n - {version: 3.9.1}\n", "license_type": "no_license", "dete...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4382, "all_permissive": false }
ansible_role
aryklein/ansible-playbooks
7a11b49e8affd7560bbb9cc772d73775d751f613
0
roles/common
445
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n\ntimezone: 'America/Argentina/Cordoba'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/common/tasks/main.yml", "content": "---\n# This role contains common tasks that are per...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 955, "all_permissive": false }
ansible_role
aryklein/ansible-playbooks
7a11b49e8affd7560bbb9cc772d73775d751f613
0
roles/mariadb-server
445
[ "no_license" ]
[ { "path": "roles/mariadb-server/tasks/main.yml", "content": "---\n\n- name: Ensure to have installed software-properties-common\n apt: name=software-properties-common state=present update_cache=yes\n\n- name: Add official MariaDB apt key\n apt_key: id={{mariadb_repo_key_id}} keyserver={{mariadb_repo_key_u...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2556, "all_permissive": false }
ansible_role
aryklein/ansible-playbooks
7a11b49e8affd7560bbb9cc772d73775d751f613
0
roles/oracle-java8
445
[ "no_license" ]
[ { "path": "roles/oracle-java8/defaults/main.yml", "content": "---\n\njdk_version: \"8\"\njdk_tarball_url: \"http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-linux-x64.tar.gz\"\njdk_tarball_file: \"jdk-8u102-linux-x64.tar.gz\"\njdk_download_path: \"/tmp\"\njdk_install_dir: \"/opt\"\njdk_origin...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1718, "all_permissive": false }
ansible_role
aryklein/ansible-playbooks
7a11b49e8affd7560bbb9cc772d73775d751f613
0
roles/user-mgmt
445
[ "no_license" ]
[ { "path": "roles/user-mgmt/defaults/main.yml", "content": "---\n# default values\ndefault_groups: []\ndefault_shell: /bin/bash\ncreate_home: yes\nremove_home: yes\n\n# list of users to add\nusers_to_add: []\n\n# list of users to del\nusers_to_del: []\n\n# list of groups to add\ngroups_to_add: []\n\n# list o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3876, "all_permissive": false }
ansible_role
cws-khuntly/WebSphere
1d7c2470abdb5239ffb3a55347f6ef066e1991c1
0
AppServer/ansible/postup-healthcheck/roles/postup
445
[ "permissive" ]
[ { "path": "AppServer/ansible/postup-healthcheck/roles/postup/tasks/check-processtable.yml", "content": "# ===== ANSIBLE ============================================================\n# NAME: site.yml\n# DESCRIPTION: Entry point for playbook\n# ==================================================...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2039, "all_permissive": true }
ansible_role
cws-khuntly/WebSphere
1d7c2470abdb5239ffb3a55347f6ef066e1991c1
0
IHS/ansible/postup-healthcheck/roles/postup
445
[ "permissive" ]
[ { "path": "IHS/ansible/postup-healthcheck/roles/postup/handlers/send-notification.yml", "content": "# ===== ANSIBLE ============================================================\n# NAME: site.yml\n# DESCRIPTION: Entry point for playbook\n# ======================================================...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2836, "all_permissive": true }
ansible_role
djoven89/Ansible_Icinga2
fed34a6ce6237e2b696e01666bc5539d37106e63
0
roles/graphs
445
[ "no_license" ]
[ { "path": "roles/graphs/templates/datasources-icinga2.j2", "content": "apiVersion: 1\n\ndatasources:\n - name: Icinga2\n type: influxdb\n access: proxy\n url: 'http://localhost:8086'\n database: {{ influxdb_db }}\n user: {{ influxdb_user }}\n password: \"{{ <PASSWORD> }}\"\n basicAuth:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 9859, "all_permissive": false }
ansible_role
djoven89/Ansible_Icinga2
fed34a6ce6237e2b696e01666bc5539d37106e63
0
roles/icinga2
445
[ "no_license" ]
[ { "path": "roles/icinga2/handlers/main.yml", "content": "---\n\n- name: db restart\n systemd:\n name: mysql\n state: restarted\n\n- name: icinga2 restart\n systemd:\n name: icinga2\n state: restarted\n\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3182, "all_permissive": false }
ansible_role
djoven89/Ansible_Icinga2
fed34a6ce6237e2b696e01666bc5539d37106e63
0
roles/icingaweb2
445
[ "no_license" ]
[ { "path": "roles/icingaweb2/templates/groups.j2", "content": "[icingaweb2]\nbackend = \"db\"\nresource = \"{{ db_icingaweb2 }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/icingaweb2/templates/api_config.j2", "content": "object Api...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 14081, "all_permissive": false }
ansible_role
djoven89/Ansible_Icinga2
fed34a6ce6237e2b696e01666bc5539d37106e63
0
roles/system
445
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n\n- name: HOSTNAME | Estableciendo el nombre del servidor\n hostname:\n name: \"{{ server_fqdn }}\"\n ignore_errors: true\n\n- name: TIMEZONE | Estableciendo la zona horaria del servidor\n timezone:\n name: Europe/Madrid\n notify: cron rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1281, "all_permissive": false }
ansible_role
malixds/ansible_usb
89206772b8784f8ebad91dd80d94429ebb431e6e
0
roles/usb_check
445
[ "no_license" ]
[ { "path": "roles/usb_check/handlers/main.yml", "content": "---\n# handlers file for usb_check\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/usb_check/defaults/main.yml", "content": "---\n# defaults file for usb_check\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1275, "all_permissive": false }
ansible_role
chkp-gderon/CPX2021-Demos
8bd332783a9f85dd49ed5dc3ed004edb2f15a64e
5
roles/chkp_sec_policy
447
[ "no_license" ]
[ { "path": "roles/chkp_sec_policy/tasks/cp_mgmt_access_rule.yml", "content": "---\n# Add access policy rules in Check Point management server\n- name: add-access-rule or delete-access-rule tasks\n check_point.mgmt.cp_mgmt_access_rule:\n state: \"{{item.state}}\"\n layer: \"{{item.layer}}\"\n name: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3417, "all_permissive": false }
ansible_role
scottbrown/ansible-digitalocean-ubuntu-bootstrap
cb5a9f44db29e04f20ecff4b7c93465e80146128
1
roles/ops-account
447
[ "no_license" ]
[ { "path": "roles/ops-account/templates/sudoers.j2", "content": "{{ ops_account_username }} ALL=(ALL:ALL) NOPASSWD:ALL\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/ops-account/tasks/main.yml", "content": "---\n- name: ensure operat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1247, "all_permissive": false }
ansible_role
scottbrown/ansible-digitalocean-ubuntu-bootstrap
cb5a9f44db29e04f20ecff4b7c93465e80146128
1
roles/ssh-lockdown
447
[ "no_license" ]
[ { "path": "roles/ssh-lockdown/tasks/main.yml", "content": "---\n- name: ensure root is no longer allowed to login\n template: >\n src=sshd_config.j2\n dest={{ sshd_config_file }}\n owner={{ sshd_config_owner }}\n group={{ sshd_config_group }}\n mode={{ sshd_config_permissions }}\n validat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/certificates
447
[ "no_license" ]
[ { "path": "roles/certificates/meta/main.yml", "content": "---\r\n\r\ndependencies: []\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/certificates/tasks/main.yml", "content": "---\r\n\r\n- name: Ensure certificate folder exists\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2944, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/configureproxmoxcluster
447
[ "no_license" ]
[ { "path": "roles/configureproxmoxcluster/tasks/main.yml", "content": "---\n\n- name: Create CIFS storage\n shell: |\n status=$(pvesm status | grep {{ item.name }} | wc -l)\n if [ $status -eq 0 ] ; then\n echo \"create\"\n pvesm add cifs {{ item.name }} -server {{ item.ipaddress }} -username...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1086, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/configureproxmoxhost
447
[ "no_license" ]
[ { "path": "roles/configureproxmoxhost/scripts/remote.install.python3.sh", "content": "#!/bin/bash\n\nipaddress=$1\nusername=$2\nbasename=$3\n\nexpect -f $(dirname \"$0\")/remote.install.python3.expect \"$ipaddress\" \"$username\" \"$basename\"\nif [[ \"$?\" != \"0\" ]]; then \n echo \"**** Error: Expect ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7666, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/configuresmb
447
[ "no_license" ]
[ { "path": "roles/configuresmb/templates/.smbcred.j2", "content": "username={{ prop_admin_username }}\npassword={{ <PASSWORD> }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/configuresmb/tasks/main.yml", "content": "---\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2986, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/emptyvm
447
[ "no_license" ]
[ { "path": "roles/emptyvm/tasks/main.yml", "content": "---\r\n\r\n- ansible.builtin.include_role:\r\n name: alex.proxmox.removevm\r\n\r\n- name: Create [{{ prop_proxmox_vmid }}]\r\n shell: |\r\n qm create {{ prop_proxmox_vmid }} \r\n if [ \"$?\" -eq \"0\" ]; then\r\n echo \"CHANGED\"\r\n el...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/exportvm
447
[ "no_license" ]
[ { "path": "roles/exportvm/tasks/main.yml", "content": "---\r\n\r\n- ansible.builtin.include_role:\r\n name: alex.proxmox.statusvm\r\n\r\n- ansible.builtin.include_role:\r\n name: alex.proxmox.shutdownvm\r\n when: '\"RUNNING\" in result_status.stdout'\r\n\r\n- name: Backup [{{ prop_proxmox_vmid }}]\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 738, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/importbasevm
447
[ "no_license" ]
[ { "path": "roles/importbasevm/tasks/main.yml", "content": "---\r\n\r\n- ansible.builtin.include_role:\r\n name: alex.proxmox.removevm\r\n\r\n- name: Restore [{{ prop_proxmox_vmid }}]\r\n shell: |\r\n qmrestore /mnt/build-dev/vm-qemu-base/vzdump-qemu-{{ prop_proxmox_vmid }}-*.vma.zst {{ prop_proxmox_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/importvm
447
[ "no_license" ]
[ { "path": "roles/importvm/tasks/main.yml", "content": "---\r\n\r\n- ansible.builtin.include_role:\r\n name: alex.proxmox.removevm\r\n\r\n- name: Restore [{{ prop_proxmox_vmid }}]\r\n shell: |\r\n path=$( ls -Art /mnt/build-dev/vm-qemu-*/vzdump-qemu-{{ prop_proxmox_templateid }}-*.vma.zst | tail -n 1 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2040, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/rebootvm
447
[ "no_license" ]
[ { "path": "roles/rebootvm/meta/main.yml", "content": "---\r\n\r\ndependencies: []\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/rebootvm/tasks/main.yml", "content": "---\r\n\r\n- ansible.builtin.include_role:\r\n name: alex.proxm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1420, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/removeproxmoxcluster
447
[ "no_license" ]
[ { "path": "roles/removeproxmoxcluster/tasks/main.yml", "content": "---\n\n- ansible.builtin.include_role: # knownoshost\n name: alex.base.knownoshost\n\n- name: Stop Service\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: stopped\n become: true\n loop:\n - pve-cluster\n - corosy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1062, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/removevm
447
[ "no_license" ]
[ { "path": "roles/removevm/tasks/main.yml", "content": "---\n\n- ansible.builtin.include_role:\n name: alex.proxmox.stopvm\n\n- name: Remove [{{ prop_proxmox_vmid }}]\n shell: |\n qm destroy {{ prop_proxmox_vmid }} --skiplock --purge\n if [ \"$?\" -eq \"0\" ]; then\n echo \"CHANGED\"\n else...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/sethardware
447
[ "no_license" ]
[ { "path": "roles/sethardware/tasks/main.yml", "content": "---\r\n\r\n# - ansible.builtin.include_role:\r\n# name: alex.proxmox.statusvm\r\n\r\n- name: Set processor [{{ prop_proxmox_vmid }}]\r\n shell: |\r\n qm set {{ prop_proxmox_vmid }} --cpu cputype=host \r\n if [ \"$?\" -eq \"0\" ]; then\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4195, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/setmeta
447
[ "no_license" ]
[ { "path": "roles/setmeta/tasks/main.yml", "content": "---\n\n- name: Set Name [{{ prop_proxmox_vmid }}]\n shell: |\n name=\"{{ prop_hostname }}-{{ prop_os }}-{{ prop_arch }}-{{ prop_environment }}-{{ prop_proxmox_name_description }}\"\n qm set {{ prop_proxmox_vmid }} --name \"$name\"\n args:\n ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1322, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/startvm
447
[ "no_license" ]
[ { "path": "roles/startvm/tasks/main.yml", "content": "---\n\n- ansible.builtin.include_role:\n name: alex.proxmox.statusvm\n\n- name: start vm [{{ prop_proxmox_vmid }}]\n shell: |\n qm start {{ prop_proxmox_vmid }}\n if [ \"$?\" -eq \"0\" ]; then\n echo \"CHANGED\"\n else\n echo \"FAI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/statusvm
447
[ "no_license" ]
[ { "path": "roles/statusvm/tasks/main.yml", "content": "---\n\n- ansible.builtin.include_role: # knownhost\n name: alex.base.knownproxmoxhost\n\n- name: Status [{{ prop_proxmox_vmid }}]\n shell: |\n status=$(qm status {{ prop_proxmox_vmid }} 2> /dev/null )\n if [ $? -ne 0 ] ; then\n echo NOTEX...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Proxmox
f283cf84ff294fb391313732333aa371de84473c
0
roles/stopvm
447
[ "no_license" ]
[ { "path": "roles/stopvm/tasks/main.yml", "content": "---\n\n- ansible.builtin.include_role:\n name: alex.proxmox.statusvm\n\n- name: Stop [{{ prop_proxmox_vmid }}]\n shell: |\n qm stop {{ prop_proxmox_vmid }} --skiplock\n if [ \"$?\" -eq \"0\" ]; then\n echo \"CHANGED\"\n else\n echo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
Cheunn-Panaa/dotfiles
631dfcbbb561a590d84a41e58589d212802c9305
0
ansible/roles/common
447
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: Install bunch of common package\n ansible.builtin.apt:\n pkg: \"{{packages}}\"\n state: latest\n vars:\n packages: \n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
Cheunn-Panaa/dotfiles
631dfcbbb561a590d84a41e58589d212802c9305
0
ansible/roles/container
447
[ "no_license" ]
[ { "path": "ansible/roles/container/tasks/main.yaml", "content": "- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu focal stable\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
Cheunn-Panaa/dotfiles
631dfcbbb561a590d84a41e58589d212802c9305
0
ansible/roles/monitoring
447
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yaml", "content": "\n- name: Install kubens & kubectx\n tags:\n - cli\n - kube\n ansible.builtin.apt:\n pkg: kubectx\n state: latest\n\n- name: Install kubens & kubectx\n tags:\n - cli\n - kube\n ansible.builtin.apt:\n pkg: ster\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
Cheunn-Panaa/dotfiles
631dfcbbb561a590d84a41e58589d212802c9305
0
ansible/roles/terminal
447
[ "no_license" ]
[ { "path": "ansible/roles/terminal/tasks/main.yaml", "content": "- name: Install Alacritty (OpenGL terminal emulator)\n tags:\n - development\n - terminal\n ansible.builtin.apt:\n pkg: alacritty\n state: latest\n\n- name: Install Neovim\n tags:\n - development\n - editor\n - terminal\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
darkedges/vagrant-multichain
c8a019fe9c350c689457eeae51698901f02fbe10
0
roles/darkedges.bws
447
[ "no_license" ]
[ { "path": "roles/darkedges.bws/tasks/main.yml", "content": "---\r\n\r\n- name: install pre-requisite packages\r\n yum: name=unzip\r\n state=present\r\n\r\n- name: download {{ bws_url }}\r\n get_url: url=\"{{ bws_url }}\"\r\n dest=\"/tmp/{{ bws_file }}\"\r\n\r\n- name: unarchive {{ bws_file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2063, "all_permissive": false }
ansible_role
darkedges/vagrant-multichain
c8a019fe9c350c689457eeae51698901f02fbe10
0
roles/darkedges.multichain
447
[ "no_license" ]
[ { "path": "roles/darkedges.multichain/tasks/multichain-install.yml", "content": "---\n\n- debug: msg=\"Installing MultiChain\"\n\n- name: Install libselinux-python\n yum: name=libselinux-python\n\n- name: Creates directory\n file: path=~/.ssh state=directory mode=0600\n\n- name: Copy ssh keys - i know thi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5957, "all_permissive": false }
ansible_role
darkedges/vagrant-multichain
c8a019fe9c350c689457eeae51698901f02fbe10
0
roles/darkedges.multichain-explorer
447
[ "no_license" ]
[ { "path": "roles/darkedges.multichain-explorer/templates/etc/systemd/system/multichainexplorer.service.j2", "content": "[Unit]\r\nDescription = MultiChain Explorer\r\nAfter = syslog.target network.target remote-fs.target\r\n\r\n[Service]\r\nType=forking\r\nExecStart = {{ multichain_explorer_usr_dir }}/mcein...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5396, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/envoy
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/envoy/tasks/install-on-ubuntu.yml", "content": "- name: Install essential packages\n package:\n name:\n - curl\n - ca-certificates\n - gnupg2\n - lsb-release\n state: present\n\n- name: Remove distribution's docker\n package:\n name:\n - doc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4201, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/fortio
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/fortio/tasks/main.yml", "content": "- name: Install fortio\n get_url:\n url: https://github.com/fortio/fortio/releases/download/v1.25.0/fortio-linux_x64-1.25.0.tgz\n dest: /tmp/fortio-linux_x64-1.25.0.tgz\n\n- name: Decompress fortio\n command: tar xvf /tmp/fortio-linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/haproxy
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n cpu-map 1 0\n cpu-map 2 1\n ssl-server-verify none\n log /dev/null local0\n chroot /var/lib/haproxy\n maxconn 65536\ndefaults\n log global\n #option httplog\n option http-keep-alive\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1387, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/http-echo
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/http-echo/tasks/main.yml", "content": "- name: Check if pipy exists\n stat:\n path: /etc/systemd/system/pipy.service\n register: service_status\n\n- name: Stop pipy\n systemd:\n name: pipy\n state: stopped\n when: service_status.stat.exists\n\n- name: Download htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/jdk
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/jdk/tasks/main.yml", "content": "- include_tasks: debian.yml\n when: ansible_distribution == \"Debian\" or ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "proxy/ansible/roles/jdk...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 158, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/jmeter
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/jmeter/tasks/main.yml", "content": "- name: Download jmeter\n tags: [download]\n get_url:\n url: https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.4.3.tgz\n dest: /opt/\n\n- name: Unarchive\n unarchive:\n remote_src: yes\n src: /opt/apache-jmeter-5.4.3.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/nginx
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/nginx/tasks/main.yml", "content": "- include_tasks: install-nginx-on-ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "proxy/ansible/roles/nginx/tasks/install-ngi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1689, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/os-setup
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/os-setup/tasks/main.yml", "content": "- name: Set kernel options\n sysctl:\n name: \"{{item.name}}\"\n value: \"{{item.value}}\"\n sysctl_set: yes\n reload: yes\n state: present\n with_items:\n - {name: \"net.ipv4.ip_local_port_range\", value: \"1024 65000\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/pipy
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/pipy/tasks/main.yml", "content": "- name: Remove previous download files\n file:\n path: /tmp/pipy-0.30.0-70-generic_linux-x86_64.tar.gz\n state: absent\n\n- name: Download pipy\n get_url:\n url: https://pipy-oss-1255617643.cos-website.ap-beijing.myqcloud.com/repo/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2183, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/pipy-hello
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/pipy-hello/files/pipy/plugins/router.js", "content": "(config =>\n\npipy({\n _router: new algo.URLRouter(config.routes),\n})\n\n.export('router', {\n __serviceID: '',\n})\n\n.pipeline('request')\n .handleMessageStart(\n msg => (\n __serviceID = _router.find(\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2599, "all_permissive": false }
ansible_role
flomesh-io/benchmark
81ace5b4b0600682b75bc73ab277007280b490d1
0
proxy/ansible/roles/wrk2
447
[ "no_license" ]
[ { "path": "proxy/ansible/roles/wrk2/tasks/main.yml", "content": "- name: Install build essentials\n package:\n name:\n - git\n - make\n - gcc\n state: present\n\n- name: Install header packages\n package:\n name:\n - libssl-dev\n - zlib1g-dev\n - python3-pip\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
mazerunner70/machine-setup
1b2328aae47abf4f00fd64d1e2e5b28c8cf3fa64
0
roles/vagrant
447
[ "permissive" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "---\n\n# Taking ideas from https://github.com/jdauphant/ansible-role-vagrant\n\n\n- name: Get latest available vagrant version \n script: get_vagrant_latest_version.py\n register: vagrant_version_latest\n\n- name: see if vagrant already installed\n sh...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2141, "all_permissive": true }
ansible_role
mazerunner70/machine-setup
1b2328aae47abf4f00fd64d1e2e5b28c8cf3fa64
0
roles/virtualbox
447
[ "permissive" ]
[ { "path": "roles/virtualbox/files/get_virtualbox_latest_version.py", "content": "#!/usr/bin/env python3.6\n\nimport subprocess\nimport re\n\noutput = subprocess.check_output(['apt', 'list', 'virtualbox*']).decode('UTF-8').split('\\n')\nregex = re.compile('virtualbox-(\\d+\\.\\d+).*(\\d+\\.\\d+.\\d+)-')\n\nv...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4927, "all_permissive": true }