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
DICL/velox-deploy-ansible
17f39fcd2f64a69d4339fbe33be2743385d138a2
0
roles/master
8,021
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n\n- name: Create log folder\n file: \n path: /var/log/velox\n state: directory\n mode: 0755\n\n tags:\n - rsyslog\n\n- name: Copy velox rsyslog config file\n copy: \n src: ../files/99-velox-master.conf\n dest: /etc/rsyslog.d/99-v...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
DICL/velox-deploy-ansible
17f39fcd2f64a69d4339fbe33be2743385d138a2
0
roles/slaves
8,021
[ "no_license" ]
[ { "path": "roles/slaves/tasks/main.yml", "content": "---\n- name: Copy velox rsyslog configuration file\n template: \n src: ../templates/99-velox.conf\n dest: /etc/rsyslog.d/99-velox.conf\n mode: 0644\n notify:\n - Reload Rsyslog\n tags:\n - rsyslog\n\n- name: Create directories\n file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
DICL/velox-deploy-ansible
17f39fcd2f64a69d4339fbe33be2743385d138a2
0
roles/velox-hadoop-configuration
8,021
[ "no_license" ]
[ { "path": "roles/velox-hadoop-configuration/test.yml", "content": "---\n- hosts: master\n vars:\n prefix: '~/sandbox'\n build_dir: '~/opt' \n roles:\n - ../velox-hadoop-configuration\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1564, "all_permissive": false }
ansible_role
DICL/velox-deploy-ansible
17f39fcd2f64a69d4339fbe33be2743385d138a2
0
roles/zkmaster
8,021
[ "no_license" ]
[ { "path": "roles/zkmaster/tasks/main.yml", "content": "---\n- name: Install needed packages\n yum: pkg={{ item }} state=installed\n with_items: \n - git\n - docker\n - docker-compose\n\n- name: Reload Docker\n become: yes\n service: name=docker state=started\n\n- name: Create dirs \n file:\n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
rybyakovigor/server-setting
d97504985a77e1e84d94fbe10caa4de8b847ff80
0
roles/configure_swap
8,021
[ "no_license" ]
[ { "path": "roles/configure_swap/README.md", "content": "# configure_swap\n\nconfigure_swap — роль для создания и настройки swap-файла на Linux.\n\n## Requirements\n\n- Linux сервер (Ubuntu/Debian или совместимые).\n- Пользователь с правами sudo.\n- Доступ к достаточному свободному месту на диске.\n\n## Role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2482, "all_permissive": false }
ansible_role
rybyakovigor/server-setting
d97504985a77e1e84d94fbe10caa4de8b847ff80
0
roles/install_certbot
8,021
[ "no_license" ]
[ { "path": "roles/install_certbot/tasks/main.yml", "content": "- name: Install Certbot and dependencies\n ansible.builtin.apt:\n name:\n - certbot\n - python3-certbot-nginx\n state: present\n update_cache: true\n\n- name: Check certbot version\n ansible.builtin.command:\n cmd: certbot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 784, "all_permissive": false }
ansible_role
rybyakovigor/server-setting
d97504985a77e1e84d94fbe10caa4de8b847ff80
0
roles/install_docker
8,021
[ "no_license" ]
[ { "path": "roles/install_docker/templates/daemon.json.j2", "content": "{\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"max-size\": \"{{ install_docker_log_max_size | default('10m') }}\",\n \"max-file\": \"{{ install_docker_log_max_file | default('3') }}\"\n }\n}\n", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2652, "all_permissive": false }
ansible_role
rybyakovigor/server-setting
d97504985a77e1e84d94fbe10caa4de8b847ff80
0
roles/install_gitlab_runner
8,021
[ "no_license" ]
[ { "path": "roles/install_gitlab_runner/tasks/README.md", "content": "# install_gitlab_runner\n\ninstall_gitlab_runner — роль для установки gitlab runner.\n\n## Requirements\n\n- Ubuntu/Debian-based хосты.\n- Пользователь с sudo.\n- apt должен быть доступен.\n\n## Role Variables\n\n-\n\n## Dependencies\n\n-\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
rybyakovigor/server-setting
d97504985a77e1e84d94fbe10caa4de8b847ff80
0
roles/install_packages
8,021
[ "no_license" ]
[ { "path": "roles/install_packages/defaults/main.yml", "content": "install_packages_list:\n - ufw\n - fail2ban\n\ninstall_packages_enable_ufw: true\ninstall_packages_ufw_allow_ports:\n - 22 # SSH\n - 80 # HTTP\n - 443 # HTTPS\n\ninstall_packages_enable_fail2ban: true\ninstall_packages_fail2ban_maxretry:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2770, "all_permissive": false }
ansible_role
rybyakovigor/server-setting
d97504985a77e1e84d94fbe10caa4de8b847ff80
0
roles/update_packages
8,021
[ "no_license" ]
[ { "path": "roles/update_packages/README.md", "content": "# update_packages\n=========\n\nupdate_packages — роль Ansible для обновления пакетов и системы с помощью apt. Поддерживает обновление кеша и выполнение полного dist-upgrade.\n\n## Requirements\n------------\n\n- Целевая система должна быть на базе De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 582, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles-tf
2c09c4cbc0a2b0fad2c30d184ccf4c260cdccfe5
0
roles/mongodb
8,021
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: Copy mongo.repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n- name: copy catalogue.js\n ansible.builtin.copy:\n src: catalogue.js\n dest: /app/schema/ \n- name: installing mongodb\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/centosrunvalitor
8,021
[ "no_license" ]
[ { "path": "roles/centosrunvalitor/tasks/main.yml", "content": "---\n# tasks file for runvalidator\n - name: Run the validator\n shell: |\n python3 /home/svc_awsmigfactory/Linux_PreWig_Validator/control_script.py --verbose\n register: ps\n - name: Print the result\n debug: var=ps.stdout_lines...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/centossetupvalitor
8,021
[ "no_license" ]
[ { "path": "roles/centossetupvalitor/tasks/main.yml", "content": "---\n# tasks file for setupvalidator\n - name: Install rhpython36\n yum:\n name:\n - \"@development\"\n - python3\n state: present\n - name: ansible create directory Linux_PreWig_Validator\n file:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1102, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/dracuthostonly
8,021
[ "no_license" ]
[ { "path": "roles/dracuthostonly/tasks/main.yml", "content": "---\n# tasks file for dracuthostonly\n- name: fetch dracut hostonly value\n command: grep -ir 'hostonly=\"yes\"' 01-dist.conf\n args: \n chdir: /usr/lib/dracut/dracut.conf.d/\n register: dracut_hostonly\n\n- debug:\n var: dracut_hostonly...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/efadriver
8,021
[ "no_license" ]
[ { "path": "roles/efadriver/tasks/main.yml", "content": "---\n# tasks file for efadriver\n - name: Remove old driver folder\n command: mv amzn-drivers amzn-driver-old\n args:\n chdir: /var/tmp\n removes: /var/tmp/amzn-drivers\n creates: /va/tmp/amzn-driver-old\n\n - name: Install Git\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/enapostreboot
8,021
[ "no_license" ]
[ { "path": "roles/enapostreboot/tasks/main.yml", "content": "---\n# tasks file for enapostreboot\n - name: Copy enaparttwo step file Script to remote machine\n copy:\n src: templates/enaparttwo.sh\n dest: /root/\n owner: root\n group: root\n mode: '0755'\n\n\n - name: Run the en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2296, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/enaprereq
8,021
[ "no_license" ]
[ { "path": "roles/enaprereq/templates/enapartone.sh", "content": "#!/bin/bash\nyum -y install kernel-devel-$(uname -r) gcc git patch rpm-build wget\nwget https://github.com/amzn/amzn-drivers/archive/master.zip\nunzip master.zip\ncd amzn-drivers-master/kernel/linux/ena\nmake\ncp ena.ko /lib/modules/$(uname -r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 797, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/etcresolv
8,021
[ "no_license" ]
[ { "path": "roles/etcresolv/tasks/main.yml", "content": "---\n# tasks file for etcresolv\n# tasks:\n - name: Remove immutable\n #become: true\n file:\n path: /etc/resolv.conf\n attr: -i\n\n - name: remove old content from resolv.conf\n #become: true\n lineinfile:\n path: /etc/re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/kernelupdate
8,021
[ "no_license" ]
[ { "path": "roles/kernelupdate/tasks/main.yml", "content": "---\n# tasks file for kernelupdate\n - name: Update kernel\n yum:\n name: kernel\n state: latest\n\n - name: Reboot after kernel update\n reboot:\n reboot_timeout: 1800\n\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/prepareforwigs
8,021
[ "no_license" ]
[ { "path": "roles/prepareforwigs/tasks/main.yml", "content": "---\n# tasks file for prepareforwigs\n - name: Copy prepare-for-wigs.sh file Script to remote machine\n copy:\n src: templates/prepare-for-wigs.sh\n dest: /home/svc_awsmigfactory/\n owner: svc_awsmigfactory\n #group: svc_aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5384, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/remove70net
8,021
[ "no_license" ]
[ { "path": "roles/remove70net/tasks/main.yml", "content": "---\n# tasks file for remove70net\n- name: Remove 70 net rule\n file:\n state: absent\n path: /etc/udev/rules.d/70-persistent-net.rules\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/removessm
8,021
[ "no_license" ]
[ { "path": "roles/removessm/tasks/main.yml", "content": "---\n# tasks file for removessm\n - name: Stop service ssm, if started\n service:\n name: amazon-ssm-agent\n state: stopped\n\n - name: Remove the SSM agent\n yum:\n name: amazon-ssm-agent\n state: absent\n\n - name: Delete S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/rhelsubscription
8,021
[ "no_license" ]
[ { "path": "roles/rhelsubscription/templates/rhel-subscription-manager.sh", "content": "#!/bin/bash\necho \"Fetching Platform Information...\"\nif [ -f /etc/redhat-release ] && [ `cat /etc/redhat-release | cut -d\" \" -f7 | cut -d \".\" -f1` = 6 ]; then\n\n platform=el6\n\nelif [ -f /etc/redhat-release ] &...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2755, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/rootawsfolder
8,021
[ "no_license" ]
[ { "path": "roles/rootawsfolder/tasks/main.yml", "content": "---\n# tasks file for rootawsfolder\n- name: Clear root .aws if present\n file:\n state: absent\n path: /root/.aws\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/runvalidator
8,021
[ "no_license" ]
[ { "path": "roles/runvalidator/tasks/main.yml", "content": "---\n# tasks file for runvalidator\n - name: Run the validator\n shell: |\n scl enable rh-python36 -- python3 /home/svc_awsmigfactory/Linux_PreWig_Validator/control_script.py --verbose\n register: ps\n - name: Print the result\n debu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/sshdssm
8,021
[ "no_license" ]
[ { "path": "roles/sshdssm/templates/sshd_config.sh", "content": "#!/bin/bash\n\nsudo grep -q \"^PubkeyAuthentication\" /etc/ssh/sshd_config && sudo sed \"s/^PubkeyAuthentication=.*/PubkeyAuthentication yes/\" -i /etc/ssh/sshd_config || sudo sed \"$ a\\PubkeyAuthentication yes\" -i /etc/ssh/sshd_config\n\nsud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1209, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/uninstallapps
8,021
[ "no_license" ]
[ { "path": "roles/uninstallapps/tasks/main.yml", "content": "---\n# tasks file for uninstallapps\n\n - name: check if vmware uninstall file exists\n stat: \n path: /usr/bin/vmware-uninstall-tools.pl\n register: vmwarefile\n\n - name: Run the script to uninstall vmwaretools\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/windisableadmin
8,021
[ "no_license" ]
[ { "path": "roles/windisableadmin/tasks/main.yml", "content": "---\n# tasks file for disableadmin\n- name: Disable Administrator ID\n win_command: net user administrator /active:no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/winec2config
8,021
[ "no_license" ]
[ { "path": "roles/winec2config/tasks/main.yml", "content": "---\n# tasks file for ansible-prewig/roles/winec2config\n- name: Uninstall EC2Config if present\n win_command: Ec2Install.exe /uninstall /quiet\n args:\n chdir: C:\\post_migration\n\n- name: Clear Ec2Config old data\n win_file:\n path: 'C:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/winfixpathvariable
8,021
[ "no_license" ]
[ { "path": "roles/winfixpathvariable/tasks/main.yml", "content": "---\n# tasks file for ansible-prewig/roles/fixpathvariable\n- name: Ensure that system32 and Powershell are present on the global system path, and in the specified order\n win_path:\n elements:\n - '%SystemRoot%\\system32'\n - '%Syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/wininstallpackages
8,021
[ "no_license" ]
[ { "path": "roles/wininstallpackages/tasks/main.yml", "content": "---\n# tasks file for ansible-prewig/roles/wininstallpackages\n- name: Install aws powershell Toolkit\n win_package:\n path: C:\\post_migration\\AWSToolsAndSDKForNet_sdk-3.3.736.0_ps-4.0.5.0_tk-1.14.5.0.msi\n state: present\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/winremoveawscred
8,021
[ "no_license" ]
[ { "path": "roles/winremoveawscred/tasks/main.yml", "content": "---\n# tasks file for ansible-prewig/roles/removeawscred\n- name: Remove aws folder from systemprofile , if present\n win_file:\n path: C:\\Windows\\System32\\config\\systemprofile\\aws\n state: absent\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/winrunvalidator
8,021
[ "no_license" ]
[ { "path": "roles/winrunvalidator/tasks/main.yml", "content": "---\n# tasks file for ansible-prewig/roles/winrunvalidator\n- name: Run the Prewig validator\n win_shell: |\n Import-Module .\\AWSManagedServices.PreWigs.Validation.psm1 -force\n Invoke-PreWIGsValidation -RunWithoutExitCodes\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/winssmagent
8,021
[ "no_license" ]
[ { "path": "roles/winssmagent/tasks/main.yml", "content": "---\n# tasks file for ansible-prewig/roles/winssmagent\n- name: Uninstall SSM Agent if installed\n win_shell: |\n $env:SEE_MASK_NOZONECHECKS = 1\n Start-Process -Wait .\\AmazonSSMAgentSetup.exe -ArgumentList \"/uninstall /silent\" -PassThru\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
sagarpanigrahi27/automation-scripts
f1a3b90dc1dbaa0f1e67600d198d2572437406f8
1
roles/winstepone
8,021
[ "no_license" ]
[ { "path": "roles/winstepone/tasks/main.yml", "content": "---\n# tasks file for step one\n\n- name: Unjoin , Change Name , Deny TSC and disable firewall\n win_shell: C:\\post_migration\\remove-computer-from-domain.ps1\n\n- name: Remove VmwareTools, Microsoft Monitoring and Commvault agents\n win_shell: C:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
monikamikhaiel/cloud-formation-circle-ci
8cb724ec399924b062fe004ba84340e49c7c94f2
0
ansible-config/roles/enhanced-webserver
8,021
[ "no_license" ]
[ { "path": "ansible-config/roles/enhanced-webserver/tasks/main.yaml", "content": "- name: \"update apt packages\"\r\n become: true\r\n apt:\r\n update_cache: yes \r\n- name: \"upgrade packages\"\r\n become: true\r\n apt:\r\n upgrade: yes\r\n- name: \"install dependencies, such as NodeJS and NPM\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
CN-UPB/MARVELO
33303a6cefa3315ccb4ff12248d497aec2e19f48
10
ansible/roles/setup
8,021
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/service.yml", "content": "---\n- name: Get dispynode.py path\n command: which dispynode.py\n register: dispynode_path\n tags:\n - renew_service\n\n- name: Template-copy fission service file\n template:\n src: fission.service.j2\n dest: /etc/systemd/system/fi...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1828, "all_permissive": false }
ansible_role
farkhans/deepops-prod
6a55bf5a643fb0a2eb4da3e789cfc9bcc643a6b7
0
roles/nvidia-peer-memory
8,021
[ "no_license" ]
[ { "path": "roles/nvidia-peer-memory/tasks/main.yml", "content": "---\n- name: Check for DGX packages\n stat:\n path: /etc/dgx-release\n register: is_dgx\n\n- name: Autoinstall DKMS modules\n command: dkms autoinstall\n when:\n - ansible_local['gpus']['count']\n - is_dgx.stat.exists\n\n- name: M...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
neosavvyinc/cadence-services
a3275cfe93569d59356b288a94523ed1d4c5a946
0
ansible/roles/common
8,021
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Make sure mysql-python is installed\n easy_install: name=mysql-python\n# sudo: true\n\n- name: Set up mysql user cadence\n mysql_user: name=cadencev1 password=<PASSWORD>1 priv=*.*:ALL state=present\n# sudo: true\n\n- name: Set Up mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
neosavvyinc/cadence-services
a3275cfe93569d59356b288a94523ed1d4c5a946
0
ansible/roles/ubuntu
8,021
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu/tasks/main.yml", "content": "- name: install pycurl\n action: apt pkg=python-pycurl state=present\n\n- name: git binaries\n apt: name=git state=present\n\n- name: add java repository\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: accept java license\n command: e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1606, "all_permissive": false }
ansible_role
nekto1989/competera-tz
acc41b07bae27faed54cc46bcc23dfe84ba93a9a
0
cm/roles/application
8,021
[ "no_license" ]
[ { "path": "cm/roles/application/tasks/main.yml", "content": "---\n - name: Make manage.py executable\n become: true\n become_user: '{{ username }}'\n file:\n path: \"{{ project_homedir }}/manage.py\"\n mode: 0755\n\n - name: create demo db & config\n become: true\n become_user: '{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
nekto1989/competera-tz
acc41b07bae27faed54cc46bcc23dfe84ba93a9a
0
cm/roles/common
8,021
[ "no_license" ]
[ { "path": "cm/roles/common/tasks/main.yml", "content": "---\n- name: apt update\n become: yes\n action: apt update_cache=yes\n\n- name: dev locale\n become: yes\n shell: update-locale LC_ALL=en_US.UTF-8\n\n- name: set default locale\n become: yes\n lineinfile: dest=/etc/default/locale\n regexp=\"LC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3173, "all_permissive": false }
ansible_role
nekto1989/competera-tz
acc41b07bae27faed54cc46bcc23dfe84ba93a9a
0
cm/roles/nginx
8,021
[ "no_license" ]
[ { "path": "cm/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n become: yes\n apt: pkg=nginx-full state=latest\n\n- name: ensures /var/log/nginx/ dir exists if not create\n become: yes\n file: path=/var/log/nginx/ state=directory group=www-data owner=www-data\n\n- name: copy nginx co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1339, "all_permissive": false }
ansible_role
nekto1989/competera-tz
acc41b07bae27faed54cc46bcc23dfe84ba93a9a
0
cm/roles/supervisor
8,021
[ "no_license" ]
[ { "path": "cm/roles/supervisor/tasks/main.yml", "content": "---\n- name: install packages\n become: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - supervisor\n\n- name: copy supervisor config\n become: yes\n template: src=supervisord.conf.j2 dest=/etc/supervisor/conf.d/{{ project_url }}.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 366, "all_permissive": false }
ansible_role
nekto1989/competera-tz
acc41b07bae27faed54cc46bcc23dfe84ba93a9a
0
cm/roles/uwsgi
8,021
[ "no_license" ]
[ { "path": "cm/roles/uwsgi/tasks/main.yml", "content": "---\n- name: install packages\n become: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - uwsgi\n - uwsgi-plugin-python\n\n- name: copy uwsgi file\n become: yes\n template: src=uwsgi.j2 dest={{ project_homedir }}/uwsgi.{{ project_slug ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/ets-admin-3850-sw1
8,021
[ "no_license" ]
[ { "path": "roles/ets-admin-3850-sw1/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ets-admin-3850-sw1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/ets-admin-3850-sw1/vars/main.yml", "content"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1072, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/ets-admin-3850-sw2
8,021
[ "no_license" ]
[ { "path": "roles/ets-admin-3850-sw2/defaults/main.yml", "content": "---\n# defaults file for ets-admin-3850-sw2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/ets-admin-3850-sw2/vars/main.yml", "content": "---\n# vars file for ets-admin-...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1072, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/ets-lp15-sg300
8,021
[ "no_license" ]
[ { "path": "roles/ets-lp15-sg300/vars/main.yml", "content": "---\n# vars file for ets-lp15-sg300", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/ets-lp15-sg300/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ro...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1011, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/ets-lp5-sg300
8,021
[ "no_license" ]
[ { "path": "roles/ets-lp5-sg300/tasks/ets-lp5-sg300-config.yaml", "content": " - name: Obtain Login\n include_vars: pass.yaml\n\n - name: Define ETS LP5 SG300 Provider\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n pass...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1001, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/ets-lp7-sg300
8,021
[ "no_license" ]
[ { "path": "roles/ets-lp7-sg300/vars/main.yml", "content": "---\n# vars file for ets-lp7-sg300", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/ets-lp7-sg300/handlers/main.yml", "content": "---\n# handlers file for ets-lp7-sg300", "lice...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1001, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-admin-5548
8,021
[ "no_license" ]
[ { "path": "roles/tti-admin-5548/defaults/main.yml", "content": "---\n# defaults file for tti-admin-5548", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/tti-admin-5548/handlers/main.yml", "content": "---\n# handlers file for tti-admin-5548...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4715, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-admin-6509
8,021
[ "no_license" ]
[ { "path": "roles/tti-admin-6509/tasks/tti-admin-6509-config.yaml", "content": " - name: Obtain Login\n include_vars: pass.yaml\n\n - name: Define TTI Admin 6509 Provider\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n p...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4540, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-bunker-5548
8,021
[ "no_license" ]
[ { "path": "roles/tti-bunker-5548/handlers/main.yml", "content": "---\n# handlers file for tti-bunker-5548", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/tti-bunker-5548/vars/main.yml", "content": "---\n# vars file for tti-bunker-5548", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1011, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-lp10-sw1
8,021
[ "no_license" ]
[ { "path": "roles/tti-lp10-sw1/tasks/main.yml", "content": "---\n# tasks file for TTI LP10 Switch\n- name: Obtain Login\n include_vars: pass.yaml\n\n- name: Define TTI LP10 Switch Provider\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1012, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-lp32-sw1
8,021
[ "no_license" ]
[ { "path": "roles/tti-lp32-sw1/tasks/main.yml", "content": "---\n# tasks file for TTI LP32 Switch\n- name: Obtain Login\n include_vars: pass.yaml\n\n- name: Define TTI LP32 Switch Provider\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1012, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-lp41-sw1
8,021
[ "no_license" ]
[ { "path": "roles/tti-lp41-sw1/defaults/main.yml", "content": "---\n# defaults file for tti-lp41-sw1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/tti-lp41-sw1/tasks/tti-lp41-sw1-config.yaml", "content": " - name: Obtain Login\n incl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1012, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-lp5-sw1
8,021
[ "no_license" ]
[ { "path": "roles/tti-lp5-sw1/handlers/main.yml", "content": "---\n# handlers file for tti-lp5-sw1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/tti-lp5-sw1/defaults/main.yml", "content": "---\n# defaults file for tti-lp5-sw1", "lice...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1001, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-lp7-sw1
8,021
[ "no_license" ]
[ { "path": "roles/tti-lp7-sw1/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tti-lp7-sw1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/tti-lp7-sw1/vars/main.yml", "content": "---\n# vars file f...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1001, "all_permissive": false }
ansible_role
dlakey/Auto-Demo
04984e574ec75cf2297adafe2f2cfe38999c0d6f
0
roles/tti-lp70-sw1
8,021
[ "no_license" ]
[ { "path": "roles/tti-lp70-sw1/vars/main.yml", "content": "---\n# vars file for tti-lp70-sw1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/tti-lp70-sw1/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1012, "all_permissive": false }
ansible_role
epfl-si/grantsdb.ops
821bd972989ec5d4d7ec14535c0b707e2a292d46
0
roles/application
8,021
[ "no_license" ]
[ { "path": "roles/application/vars/main.yml", "content": "git_branch: \"'master' if {{ inventory_environment }} is prod else {{ inventory_environment }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/application/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1027, "all_permissive": false }
ansible_role
epfl-si/grantsdb.ops
821bd972989ec5d4d7ec14535c0b707e2a292d46
0
roles/dummy
8,021
[ "no_license" ]
[ { "path": "roles/dummy/tasks/main.yml", "content": "- name: Register current hostname\n ansible.builtin.shell: hostname\n register: current_hostname\n\n- name: Show hostname\n debug:\n msg: \"{{ current_hostname.stdout }} || {{ ansible_host }} || {{ inventory_hostname }}\"\n\n- name: print inventory_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
epfl-si/grantsdb.ops
821bd972989ec5d4d7ec14535c0b707e2a292d46
0
roles/setup
8,021
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "# https://github.com/epfl-si/ansible-collection-rhel/blob/main/roles/user/README.md\n- name: Create GrantsDB's VM administrators\n epfl_si.rhel.user:\n user_name: '{{ item.username }}'\n user_shell: '{{ item.shell | default(\"/bin/zsh\") }}'\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
dseeley/gold-img-build
d74945de81863402bebeee77f88448cf782adf3c
1
roles/_common
8,021
[ "no_license" ]
[ { "path": "roles/_common/templates/Dockerfile.j2", "content": "FROM ubuntu:24.04\n\nENV PACKER_LOG=1\nENV PACKER_LOG_PATH=\"./packerlog.txt\"\n\n{#Faster version - copies from local instead of downloads.#}\n{% if uselocal is defined and uselocal %}\n\nCOPY {{cloud_type}}__{{os_id}}/* /{{cloud_type}}__{{os_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3427, "all_permissive": false }
ansible_role
dseeley/gold-img-build
d74945de81863402bebeee77f88448cf782adf3c
1
roles/esxi
8,021
[ "no_license" ]
[ { "path": "roles/esxi/templates/ubuntu2004/packer.json.j2", "content": "{\n \"builders\": [\n {\n \"type\": \"vmware-iso\",\n \"boot_command\": [\n \"<rightShift><enter><f6><esc><wait1s><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 16669, "all_permissive": false }
ansible_role
dseeley/gold-img-build
d74945de81863402bebeee77f88448cf782adf3c
1
roles/libvirt
8,021
[ "no_license" ]
[ { "path": "roles/libvirt/templates/ubuntu1804/packer.json.j2", "content": "{\n \"builders\": [\n {\n \"type\": \"qemu\",\n \"accelerator\": \"kvm\",\n{% if image_config.libvirt.firmware is defined and 'efi' in image_config.libvirt.firmware %}\n \"boot_command\": [\n \"<up><wait1s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 22597, "all_permissive": false }
ansible_role
dseeley/gold-img-build
d74945de81863402bebeee77f88448cf782adf3c
1
roles/xcp_ng
8,021
[ "no_license" ]
[ { "path": "roles/xcp_ng/templates/ubuntu2204/packer.json.j2", "content": "{\n \"builders\": [\n {\n \"type\": \"xenserver-iso\",\n \"boot_command\": [\n \"<up><wait5><up><wait5>\",\n \"c<wait5>\",\n \"set gfxpayload=keep<enter><wait5>\",\n \"linux /casper/vmlinuz ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 12174, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/cilium
8,021
[ "no_license" ]
[ { "path": "roles/cilium/tasks/main.yml", "content": "- name: Install cilium\n when: inventory_hostname == groups[\"control\"][0]\n block:\n - name: Install cilium repo\n kubernetes.core.helm_repository:\n repo_name: cilium\n repo_url: https://helm.cilium.io/\n repo_state: pres...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3324, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/cluster
8,021
[ "no_license" ]
[ { "path": "roles/cluster/tasks/main.yml", "content": "- name: Initialize kubernetes\n when: inventory_hostname == groups[\"control\"][0]\n block:\n - name: Gather stats\n ansible.builtin.stat:\n path: \"{{ kubeconfig }}\"\n register: kubeconfig_stat\n\n - name: Probe readiness\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5231, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/crio
8,021
[ "no_license" ]
[ { "path": "roles/crio/tasks/main.yml", "content": "- name: Install dependencies\n ansible.builtin.apt:\n name: \"{{ crio_dependencies }}\"\n state: present\n cache_valid_time: 3600\n autoremove: true\n autoclean: true\n install_recommends: false\n\n- name: Download key\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1416, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/helm
8,021
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "- name: Download key\n ansible.builtin.get_url:\n url: \"{{ helm_key.url }}\"\n dest: /tmp/helm_signing.asc\n mode: \"0644\"\n force: true\n\n- name: Dearmor key\n ansible.builtin.command:\n argv:\n - gpg\n - --dearmor\n - --...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 919, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/init
8,021
[ "no_license" ]
[ { "path": "roles/init/defaults/main.yml", "content": "init_packages:\n - jq\n - gpg\n - lvm2\n - python3-debian\n - python3-kubernetes\ninit_modules:\n - overlay\n - br_netfilter\n - rbd\ninit_sysctl:\n - name: net.bridge.bridge-nf-call-iptables\n value: 1\n file: 10-bridge-nf-call-iptables.c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3597, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/kubetools
8,021
[ "no_license" ]
[ { "path": "roles/kubetools/tasks/main.yml", "content": "- name: Ensure keyring dir\n tags:\n - kubetools\n ansible.builtin.file:\n path: '{{ kubetools_keyring.dir }}'\n mode: '0755'\n state: directory\n\n- name: Add release key\n tags:\n - kubetools\n ansible.builtin.get_url:\n url: '{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1482, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/kvip
8,021
[ "no_license" ]
[ { "path": "roles/kvip/defaults/main.yml", "content": "kvip_vip: \"{{ control_ip.addr }}\"\nkvip_interface: enp5s0\nkvip_version: v0.8.2\nkvip_rbac: https://kube-vip.io/manifests/rbac.yaml\nkvip_controller: https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/main/manifest/kube-vip-cloud-contro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2158, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/openebs
8,021
[ "no_license" ]
[ { "path": "roles/openebs/tasks/main.yml", "content": "- name: Install openebs repo\n when: inventory_hostname == groups[\"control\"][0]\n kubernetes.core.helm_repository:\n repo_name: openebs\n repo_url: \"{{ openebs_repo }}\"\n repo_state: present\n kubeconfig: \"{{ kubeconfig }}\"\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
piratecaveman/talos-ansible
4f9c26312c3228739074f752b03f0ca9bedfcdcd
1
roles/rook
8,021
[ "no_license" ]
[ { "path": "roles/rook/tasks/main.yml", "content": "- name: Install rook\n when: inventory_hostname in groups[\"control\"][0]\n block:\n - name: Add repo\n kubernetes.core.helm_repository:\n repo_name: rook-release\n repo_url: \"{{ rook_repo }}\"\n repo_state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1753, "all_permissive": false }
ansible_role
rezabojnordi/blue-green
704801467f179bb7046e87b4460a2b9481221c16
0
roles/blue-green
8,023
[ "no_license" ]
[ { "path": "roles/blue-green/templates/app_test.conf.j2", "content": "upstream myapp2 {\n server {{ app_name }}-{{ version }}:3000;\n }\n server {\n listen 8080;\n\n location / {\n proxy_pass http://myapp2;\n }\n }\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1917, "all_permissive": false }
ansible_role
rezabojnordi/blue-green
704801467f179bb7046e87b4460a2b9481221c16
0
roles/config_nginx
8,023
[ "no_license" ]
[ { "path": "roles/config_nginx/templates/app.conf.j2", "content": "upstream myapp1 {\n server {{ app_name }}-{{ version }}:3000;\n }\n server {\n listen 80;\n\n location / {\n proxy_pass http://myapp1;\n }\n }\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 873, "all_permissive": false }
ansible_role
rezabojnordi/blue-green
704801467f179bb7046e87b4460a2b9481221c16
0
roles/create_image
8,023
[ "no_license" ]
[ { "path": "roles/create_image/handlers/main.yml", "content": "---\n# handlers file for create_image\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/create_image/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1119, "all_permissive": false }
ansible_role
rezabojnordi/blue-green
704801467f179bb7046e87b4460a2b9481221c16
0
roles/install_docker
8,023
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n# tasks file for install_docker\n\n\n- name: \"apt-get update\"\n apt:\n update_cache: yes\n cache_valid_time: 3600\n \n- name: Upgrade all apt packages\n apt: upgrade=dist force_apt_get=yes\n\n- name: \" install Docker\"\n shell: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
cwsus/ansible
c2ef189a3ebb72b52fcd1069dba8c36beca3dc30
0
build-dns/roles/create_accounts
8,023
[ "permissive" ]
[ { "path": "build-dns/roles/create_accounts/defaults/main.yml", "content": "#===== ANSIBLE =============================================================\n# NAME: defaults/main.yml\n# DESCRIPTION: Common variables that apply to this play\n#======================================================...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1199, "all_permissive": true }
ansible_role
cwsus/ansible
c2ef189a3ebb72b52fcd1069dba8c36beca3dc30
0
build-dns/roles/install_software
8,023
[ "permissive" ]
[ { "path": "build-dns/roles/install_software/tasks/main.yml", "content": "#====== ANSIBLE ============================================================\n# NAME: tasks/main.yml\n# DESCRIPTION: Primary entry point for this play\n#===================================================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 650, "all_permissive": true }
ansible_role
cwsus/ansible
c2ef189a3ebb72b52fcd1069dba8c36beca3dc30
0
distributeProfile/roles/installProfile
8,023
[ "permissive" ]
[ { "path": "distributeProfile/roles/installProfile/tasks/main.yml", "content": "#====== ANSIBLE ============================================================\n# NAME: tasks/main.yml\n# DESCRIPTION: Primary entry point for this play\n#=============================================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": true }
ansible_role
sravanir878/ansible
0fe4b119989b92c17abc77d1dbd39d2e6c43c5d7
0
roles/jboss-standalone
8,023
[ "no_license" ]
[ { "path": "roles/jboss-standalone/tasks/main.yaml", "content": "---\n- name: install java 1.7\n yum: name=java-1.7.0-openjdk state=present\n- name: Download JBoss from jboss.org\n get_url: \n url: http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip \n dest: /opt/jboss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1879, "all_permissive": false }
ansible_role
sravanir878/ansible
0fe4b119989b92c17abc77d1dbd39d2e6c43c5d7
0
roles/tomcat_role
8,023
[ "no_license" ]
[ { "path": "roles/tomcat_role/tasks/install.yaml", "content": "- name: installing the tomcat\n yum: name=tomcat state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/tomcat_role/tasks/main.yaml", "content": "- import_tasks: inst...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 214, "all_permissive": false }
ansible_role
RiotKit/ansible-universal-node-playbooks
dff4773c99a80e91fd3d66e68ddc5f3620dc1cd1
2
roles/port-multiplexer
8,023
[ "no_license" ]
[ { "path": "roles/port-multiplexer/tasks/main.yml", "content": "---\n\n- tags: port-multiplexer\n block:\n - name: Install sslh\n become: yes\n package:\n name: sslh\n state: present\n\n - name: Detect gateway interface\n become: yes\n shell: \"ip route | head -n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2789, "all_permissive": false }
ansible_role
RiotKit/ansible-universal-node-playbooks
dff4773c99a80e91fd3d66e68ddc5f3620dc1cd1
2
roles/system-settings
8,023
[ "no_license" ]
[ { "path": "roles/system-settings/tasks/main.yml", "content": "- name: Set timezone\n become: yes\n timezone:\n name: \"{{ timezone }}\"\n\n- name: Install language packs\n become: yes\n apt:\n state: present\n name:\n - language-pack-en\n - language-pack-en-base\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1031, "all_permissive": false }
ansible_role
RiotKit/ansible-universal-node-playbooks
dff4773c99a80e91fd3d66e68ddc5f3620dc1cd1
2
roles/tor-onion-service
8,023
[ "no_license" ]
[ { "path": "roles/tor-onion-service/README.md", "content": "TOR Onion Node\n==============\n\nConnects the server into a TOR network, then the server gets an *.onion address. Everybody who knows the\nonion address can reach exposed services of the server in TOR network.\n\nSecond function - optionally contri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1162, "all_permissive": false }
ansible_role
jkuhlenkamp/aisle_cassandra
eaddd1ab292ff16fb5f13a66f185af802ff352bc
0
roles/vil
8,023
[ "no_license" ]
[ { "path": "roles/vil/tasks/main.yml", "content": "---\n# file: /roles/vil/tasks/main.yml\n\n- name: Print local variables\n debug: msg=\"{{ aws_key_file_basename }}\"\n\n- name: Provisioning instances from AWS EC2\n with_sequence: count=\"{{ aws_instance_number }}\"\n ec2:\n key_name: \"{{ aws_key_fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1414, "all_permissive": false }
ansible_role
senorsmile/jenkins-herd
84b2f3949dc596b24e7b68ac27a932bb27ede0db
0
roles/jenkins
8,023
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/docker_data_build.yml", "content": "---\n- name: Make tmp dir\n file:\n state: directory\n path: \"/tmp/{{ docker_data_container_build_dockerfile.name }}/\"\n\n\n- name: Copy Dockerfiles\n template:\n src: \"docker_data_build/Dockerfile.j2\"\n dest: \"/tmp/{{ do...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 19032, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/apache
8,023
[ "no_license" ]
[ { "path": "roles/apache/templates/vhost.conf.j2", "content": "# Managed by Ansible - Apache configuration\n<VirtualHost *:80>\n ServerAdmin webmaster@{{ apache_server_name }}\n ServerName {{ apache_server_name }}\n DocumentRoot {{ apache_document_root }}\n ErrorLog {{ apache_log_dir }}/error.log...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8493, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/basic_info
8,023
[ "no_license" ]
[ { "path": "roles/basic_info/tasks/disk.yml", "content": "# ------------------------------------------------------------------------------\n# Role: basic_info | File: tasks/disk.yml\n# Description: Reports total and available disk space on the root filesystem (first mount).\n# -------------------------------...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5058, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/common_packages
8,023
[ "no_license" ]
[ { "path": "roles/common_packages/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: common_packages | File: tasks/main.yml\n# Description: Installs commonly used packages on the system.\n# ---------------------------------------------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1877, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/fail2ban
8,023
[ "no_license" ]
[ { "path": "roles/fail2ban/defaults/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: fail2ban | File: defaults/main.yml\n# Description: Default variables for the Fail2ban role.\n# -----------------------------------------------------------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5937, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/firewall
8,023
[ "no_license" ]
[ { "path": "roles/firewall/tasks/firewalld.yml", "content": "# ------------------------------------------------------------------------------\n# Role: firewall | File: tasks/firewalld.yml\n# Description: Installs and configures Firewalld for Red Hat-based systems.\n# -----------------------------------------...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5712, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/nginx
8,023
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.yml", "content": "# ------------------------------------------------------------------------------\n# Role: nginx | File: tasks/install.yml\n# Description: Installs the Nginx web server package.\n# -------------------------------------------------------------------------...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7336, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/ssh_hardening
8,023
[ "no_license" ]
[ { "path": "roles/ssh_hardening/README.md", "content": "# Ansible Role: `ssh_hardening`\n\n## Description\n\nThis role hardens SSH configurations on Linux servers to enhance security. It allows customization of various SSH settings such as port, root login, authentication methods, idle timeouts, and banner m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6119, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/system_update
8,023
[ "no_license" ]
[ { "path": "roles/system_update/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: system_update | File: tasks/main.yml\n# Description: Performs system updates and upgrades on the managed nodes.\n# -------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1650, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/timezone_locale
8,023
[ "no_license" ]
[ { "path": "roles/timezone_locale/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: timezone_locale | File: tasks/main.yml\n# Description: Installs and configures the system's timezone and locale settings.\n# -------------------------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3322, "all_permissive": false }
ansible_role
kamerk22/ansible-starter-pack
2abbef58fb6fd0253b7f856c48b2330f182ed217
1
roles/user_management
8,023
[ "no_license" ]
[ { "path": "roles/user_management/README.md", "content": "# Role: user_management\n\n## Description\n\nThis Ansible role manages users and groups on Linux systems. It ensures that required groups are present, users are created, modified, or removed according to the configuration, and users are assigned to pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3567, "all_permissive": false }
ansible_role
octaveOJK/Devops
4e3ba240aeed53953908761ba42b37985a402235
0
roles/sql
8,023
[ "no_license" ]
[ { "path": "roles/sql/tasks/main.yml", "content": "---\n\n- name: install Mysql\n apt: \n name: mysql-server\n update_cache: yes\n remote_user: <EMAIL>\n become: true\n\n- name: install python\n apt: \n name: python\n update_cache: yes\n remote_user: <EMAIL>\n become: true\n\n- name: instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 924, "all_permissive": false }