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
djaodjin/drop
61095b74cc2aee897edd08458f2435ecafe8705d
5
share/playbooks/roles/dynamicfile
240
[ "no_license" ]
[ { "path": "share/playbooks/roles/dynamicfile/tasks/main.yml", "content": "---\n\n- name: Create an empty group_vars/dynamic file if not exists\n local_action:\n module: copy\n content: \"\"\n dest: group_vars/dynamic\n force: no\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
djaodjin/drop
61095b74cc2aee897edd08458f2435ecafe8705d
5
share/playbooks/roles/keyimport
240
[ "no_license" ]
[ { "path": "share/playbooks/roles/keyimport/tasks/main.yml", "content": "---\n\n- name: Import key pair to connect to EC2 instances with a public IP address\n local_action:\n module: ec2_key\n name: \"{{key_name}}\"\n region: \"{{aws_region}}\"\n key_material: \"{{item}}\"\n with_file: ~/.ssh/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
djaodjin/drop
61095b74cc2aee897edd08458f2435ecafe8705d
5
share/playbooks/roles/startelasticsearchinstance
240
[ "no_license" ]
[ { "path": "share/playbooks/roles/startelasticsearchinstance/tasks/main.yml", "content": "\n- ec2_remote_facts:\n region: \"{{aws_region}}\"\n filters:\n \"tag:Name\": elasticsearch\n register: elasticsearch_instance\n\n- name: Running ec2 instance\n local_action:\n module: ec2\n instance_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
djaodjin/drop
61095b74cc2aee897edd08458f2435ecafe8705d
5
share/playbooks/roles/stopelasticsearchinstance
240
[ "no_license" ]
[ { "path": "share/playbooks/roles/stopelasticsearchinstance/tasks/main.yml", "content": "\n- ec2_remote_facts:\n region: \"{{aws_region}}\"\n filters:\n \"tag:Name\": elasticsearch\n register: elasticsearch_instance\n\n- name: stopping ec2 instance\n local_action:\n module: ec2\n instance_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
djaodjin/drop
61095b74cc2aee897edd08458f2435ecafe8705d
5
share/playbooks/roles/uploadidentities
240
[ "no_license" ]
[ { "path": "share/playbooks/roles/uploadidentities/tasks/main.yml", "content": "---\n\n- name: Upload identifies files to S3\n local_action:\n module: command\n aws s3 cp \"{{identities_dir}}\" \"s3://{{deployutils_bucket}}\" --recursive --sse\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
akshaygupta2208/google-authenticator-MFA
8faa1301f73008f522d2c4d334a33894a3d65a31
0
roles/google-authenticator
240
[ "no_license" ]
[ { "path": "roles/google-authenticator/tasks/main.yml", "content": "---\n- name: Install google-authenticator\n yum: pkg=google-authenticator state=present\n\n- name: Updating /etc/pam.d/sshd file for adding GA entry\n lineinfile:\n dest: /etc/pam.d/sshd\n line: \"{{ item.line }}\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 862, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/aws_cli
240
[ "no_license" ]
[ { "path": "Ansible/roles/aws_cli/tasks/main.yml", "content": "---\n - name: Check if AWS CLI is installed # check if the AWS CLI executable (/usr/local/aws-cli/aws) already exists.\n stat:\n path: /usr/local/aws-cli/aws\n register: aws_cli_check_result # It registers the result in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1619, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/docker
240
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "# insecure-registries will be located in '/etc/docker/daemon.json' and sudo systemctl restart docker\n---\n- name: Update APT package cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Install Docker from Ubuntu repository\n become: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/helm
240
[ "no_license" ]
[ { "path": "Ansible/roles/helm/tasks/main.yml", "content": "---\n- name: Install Helm\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - gnupg\n\n- name: Download Helm GPG key\n shell: \"curl https://baltocdn.com/helm/signing.asc | gpg --dea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/jenkins
240
[ "no_license" ]
[ { "path": "Ansible/roles/jenkins/tasks/main.yml", "content": "---\n - name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - software-properties-common\n - wget\n\n - name: Add Jenki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1294, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/kubectl
240
[ "no_license" ]
[ { "path": "Ansible/roles/kubectl/tasks/main.yml", "content": "---\n - name: Update the apt package index\n apt:\n update_cache: yes\n become: yes\n\n - name: Install packages needed for Kubernetes apt repository\n apt:\n name: \"{{ item }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1010, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/nexus
240
[ "no_license" ]
[ { "path": "Ansible/roles/nexus/tasks/main.yml", "content": "---\n - name: Update package cache\n apt:\n update_cache: yes\n register: update_result\n\n - name: Upgrade packages\n apt:\n upgrade: dist\n autoremove: yes\n when: update_result.changed\n \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1447, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/nginx
240
[ "no_license" ]
[ { "path": "Ansible/roles/nginx/tasks/nginx-site.conf.j2", "content": "# Define an upstream block to specify the backend server where the Python web app is hosted.\nupstream {{ nginx_server_name }} {\n server {{ ansible_host }}:6000; # The Python web app server address and port.Open this port as http in ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2344, "all_permissive": false }
ansible_role
Kareemgomaaa98/DevOps-Project
a965c2ed06edbd8c953ebae46de646bcd55107bf
0
Ansible/roles/sonarqube
240
[ "no_license" ]
[ { "path": "Ansible/roles/sonarqube/vars/main.yml", "content": " pgsql_password: \"<PASSWORD>\"\n sonar_password: \"<PASSWORD>\"\n postgres_version: \"14\"\n sonarqube_version: 8.9.2.46101", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5979, "all_permissive": false }
ansible_role
PavaniVemasani18/learn-ansible
865875ef1902e445cac22fea8f243444292cfb19
0
roles/backend
240
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yml", "content": "component: backend\napp_dir: /app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/backend/tasks/main.yml", "content": "- name: disable nodejs\n ansible.builtin.shell: dnf module disabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1667, "all_permissive": false }
ansible_role
PavaniVemasani18/learn-ansible
865875ef1902e445cac22fea8f243444292cfb19
0
roles/common
240
[ "no_license" ]
[ { "path": "roles/common/tasks/pre-req.yml", "content": "# common code for all roles(DRY Code)\n- name: clean the code\n ansible.builtin.file:\n path: \"{{app_dir}}\"\n state: absent\n\n- name: Create a directory\n ansible.builtin.file:\n path: \"{{app_dir}}\"\n state: directory\n\n- name: Down...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 632, "all_permissive": false }
ansible_role
PavaniVemasani18/learn-ansible
865875ef1902e445cac22fea8f243444292cfb19
0
roles/frontend
240
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: start nginx installation\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n- name: start nginx service\n ansible.builtin.systemd_service:\n name: nginx\n state: started\n#below copy code wont work when dynamically pass the va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 897, "all_permissive": false }
ansible_role
PavaniVemasani18/learn-ansible
865875ef1902e445cac22fea8f243444292cfb19
0
roles/mysql
240
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Installing mysql server\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n- name: Start mysql server service\n ansible.builtin.systemd_service:\n name: mysqld\n state: started\n\n- name: Enable mysql server service\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 984, "all_permissive": false }
ansible_role
qedsoftware/piece
2905c9a5686f73f0b9fdc3a684d57afa622a0699
0
roles/configuration
240
[ "no_license" ]
[ { "path": "roles/configuration/templates/README.txt.j2", "content": "PIECE\n=====\n\n0. What is PIECE?\n-----------------\nPIECE stands for Portable Integrated Environment for Computing Education.\n\n1. Included software\n--------------------\n- python3, pip, venv\n- R, RStudio\n- Node.js, npm, yarn\n- git,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3777, "all_permissive": false }
ansible_role
qedsoftware/piece
2905c9a5686f73f0b9fdc3a684d57afa622a0699
0
roles/documentation
240
[ "no_license" ]
[ { "path": "roles/documentation/tasks/main.yml", "content": "- name: Create documentation directory\n file:\n path: \"{{ doc_dir }}\"\n state: directory\n\n- name: Download Python manual\n get_url:\n url: \"https://docs.python.org/3.6/archives/python-3.6.8-docs-pdf-letter.zip\"\n dest: \"{{ doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1553, "all_permissive": false }
ansible_role
qedsoftware/piece
2905c9a5686f73f0b9fdc3a684d57afa622a0699
0
roles/os-packages
240
[ "no_license" ]
[ { "path": "roles/os-packages/tasks/main.yml", "content": "- name: Add yarn signing key\n apt_key:\n url: https://dl.yarnpkg.com/debian/pubkey.gpg\n state: present\n\n- name: Add yarn repository\n apt_repository:\n repo: deb https://dl.yarnpkg.com/debian/ stable main\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1268, "all_permissive": false }
ansible_role
qedsoftware/piece
2905c9a5686f73f0b9fdc3a684d57afa622a0699
0
roles/python-packages
240
[ "no_license" ]
[ { "path": "roles/python-packages/tasks/main.yml", "content": "- name: create venv and install packages\n pip:\n virtualenv: \"{{ user_home }}/venv\"\n virtualenv_command: \"/usr/bin/python3 -m venv --system-site-packages\"\n name:\n - django\n - numpy\n - pandas\n - tqdm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
qedsoftware/piece
2905c9a5686f73f0b9fdc3a684d57afa622a0699
0
roles/r
240
[ "no_license" ]
[ { "path": "roles/r/tasks/main.yml", "content": "- name: install R with OpenBLAS\n apt:\n name:\n - libopenblas-base\n - r-base\n\n- name: install RStudio dependencies\n apt:\n name:\n - qt5-default\n - libxml2-dev\n - libcurl4-openssl-dev\n - libssl-dev\n\n- name: downl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1268, "all_permissive": false }
ansible_role
NuCivic/ansible-dev-vm
eba19cb70910deb72b99730fb5646b4de8995e25
8
roles/nucivic
240
[ "no_license" ]
[ { "path": "roles/nucivic/templates/make-random-password", "content": "#! /bin/bash\n\necho `< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c24`\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/nucivic/templates/10-help-text.j2", "content": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6446, "all_permissive": false }
ansible_role
NuCivic/ansible-dev-vm
eba19cb70910deb72b99730fb5646b4de8995e25
8
roles/nucivic-solr
240
[ "no_license" ]
[ { "path": "roles/nucivic-solr/tasks/main.yml", "content": "---\n\n - name: Setup | Install required packages.\n action: apt pkg={{ item }} state=installed update_cache=yes\n when: ansible_os_family == \"Debian\"\n with_items:\n - tomcat6 \n - tomcat6-admin \n\n - name: Add create-solr-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2061, "all_permissive": false }
ansible_role
NuCivic/ansible-dev-vm
eba19cb70910deb72b99730fb5646b4de8995e25
8
roles/nucivic-vim
240
[ "no_license" ]
[ { "path": "roles/nucivic-vim/templates/vimrc", "content": "set nocompatible\ncall pathogen#infect('/home/{{ webadmin_user }}/.drush/vimrc/bundle/{}')\ncall pathogen#infect('/home/{{ webadmin_user }}/.vim/bundle/{}')\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2360, "all_permissive": false }
ansible_role
hieu-do-seta/terraform-ansible
e93317522399b977aab0414f017fe74e798a308c
0
infra/ansible/roles/app_setup
240
[ "no_license" ]
[ { "path": "infra/ansible/roles/app_setup/tasks/main.yml", "content": "---\n- name: Tạo thư mục app nếu là app group\n file:\n path: \"{{ app_dir }}\"\n state: directory\n owner: ubuntu\n mode: '0755'\n when: \"'app' in group_names\"\n\n- name: Tạo file .env nếu là app group\n template:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
hieu-do-seta/terraform-ansible
e93317522399b977aab0414f017fe74e798a308c
0
infra/ansible/roles/aws
240
[ "no_license" ]
[ { "path": "infra/ansible/roles/aws/tasks/main.yml", "content": "- name: Thu thập facts về hệ thống (lấy kiến trúc CPU)\n setup:\n\n- name: Cài curl và unzip (bắt buộc để cài AWS CLI)\n apt:\n name:\n - curl\n - unzip\n update_cache: yes\n\n- name: Xác định kiến trúc CPU (aarch64 hoặc x86_6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1244, "all_permissive": false }
ansible_role
hieu-do-seta/terraform-ansible
e93317522399b977aab0414f017fe74e798a308c
0
infra/ansible/roles/docker
240
[ "no_license" ]
[ { "path": "infra/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Cài Docker & pip\n apt:\n name:\n - docker.io\n - python3-pip\n update_cache: yes\n\n- name: Đảm bảo Docker service đang chạy\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Thêm u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
hieu-do-seta/terraform-ansible
e93317522399b977aab0414f017fe74e798a308c
0
infra/terraform/envs/prod/ansible/roles/web
240
[ "no_license" ]
[ { "path": "infra/terraform/envs/prod/ansible/roles/web/templates/default.conf.j2", "content": "server {\n listen 80;\n server_name _;\n root /var/www/html;\n index index.html index.htm;\n\n location / {\n try_files $uri $uri/ =404;\n }\n\n location /api/ {\n proxy_pass htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/alb_create
240
[ "no_license" ]
[ { "path": "ansible/roles/alb_create/handlers/main.yml", "content": "---\n# handlers file for alb_create", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/alb_create/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1568, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/ecs_create
240
[ "no_license" ]
[ { "path": "ansible/roles/ecs_create/tasks/main.yml", "content": "---\n# tasks file for ecs_create\n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: vars/resources.yml\n name: resources\n \n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 572, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/igw_create
240
[ "no_license" ]
[ { "path": "ansible/roles/igw_create/defaults/main.yml", "content": "---\n# defaults file for igw_create", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/igw_create/vars/main.yml", "content": "---\n# vars file for igw_create", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 664, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/igw_facts
240
[ "no_license" ]
[ { "path": "ansible/roles/igw_facts/tasks/main.yml", "content": "---\n# tasks file for igw_facts\n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: vars/resources.yml\n name: resources\n \n- name: \"Import vars from from {{resources.var_dynamic_file}}\"\n include_vars:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1008, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/rds_create
240
[ "no_license" ]
[ { "path": "ansible/roles/rds_create/tasks/main.yml", "content": "---\n# tasks file for rds_create\n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: vars/resources.yml\n name: resources\n \n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1759, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/rds_facts
240
[ "no_license" ]
[ { "path": "ansible/roles/rds_facts/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rds_facts", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/rds_facts/vars/main.yml", "content": "---\n# v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 991, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/routetable_create
240
[ "no_license" ]
[ { "path": "ansible/roles/routetable_create/tasks/main.yml", "content": "---\n# tasks file for routetable_create\n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: vars/resources.yml\n name: resources\n \n- name: \"Import vars from from {{resources.var_dynamic_file}}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1074, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/sg_create
240
[ "no_license" ]
[ { "path": "ansible/roles/sg_create/defaults/main.yml", "content": "---\n# defaults file for sg_create", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/sg_create/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1635, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/sg_facts
240
[ "no_license" ]
[ { "path": "ansible/roles/sg_facts/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sg_facts", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/sg_facts/handlers/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 989, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/subnets_create
240
[ "no_license" ]
[ { "path": "ansible/roles/subnets_create/tasks/main.yml", "content": "---\n# tasks file for subnets_create\n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: vars/resources.yml\n name: resources\n \n- name: \"Import vars from from {{resources.var_dynamic_file}}\"\n inclu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2610, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/subnets_facts
240
[ "no_license" ]
[ { "path": "ansible/roles/subnets_facts/vars/main.yml", "content": "---\n# vars file for subnets_facts", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/subnets_facts/defaults/main.yml", "content": "---\n# defaults file for subnets_f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1043, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/vpc_create
240
[ "no_license" ]
[ { "path": "ansible/roles/vpc_create/tasks/main.yml", "content": "---\n# tasks file for vpc_create\n- name: \"Import vars from from vars/resources.yml\"\n include_vars:\n file: vars/resources.yml\n name: resources\n \n- name: \"Setup VPC in '{{resources.region}}'\"\n ec2_vpc_net:\n cidr_block: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 636, "all_permissive": false }
ansible_role
fercunha/notejam-django
6e51763b530d7b4c5a0cfc9abb47caa797baaadc
0
ansible/roles/vpc_facts
240
[ "no_license" ]
[ { "path": "ansible/roles/vpc_facts/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vpc_facts", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/vpc_facts/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 813, "all_permissive": false }
ansible_role
Bbloomique/CPE243_MidtermExam_PACINOS
8bd672d7019b2c8c52ad266620b7a89e7ded6d89
0
roles/centos
247
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "# centos\n\n- name: Install\n ansible.builtin.yum:\n name: firewalld\n state: present\n\n- name: Start the firewall\n tags: serviceon\n service:\n name: firewalld\n state: started\n enabled: yes\n\n- name: Enable the firewall\n tags: se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
Bbloomique/CPE243_MidtermExam_PACINOS
8bd672d7019b2c8c52ad266620b7a89e7ded6d89
0
roles/server1
247
[ "no_license" ]
[ { "path": "roles/server1/tasks/main.yml", "content": "# server1\n\n- name: Install UFW\n ansible.builtin.apt:\n name: ufw\n state: present\n\n- name: Start and enable firewall\n tags: serviceon\n service:\n name: ufw\n state: started\n enabled: yes\n\n- name: Enable firewall\n tags: servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
avnermosh/my-openhab2-config
fc49f3972250190a239647a2b1ff07046cb700cd
0
roles/openhab2_config
247
[ "no_license" ]
[ { "path": "roles/openhab2_config/tasks/main.yml", "content": "- name: See if configurations is a directory (then we nuke it next)\n shell: \"[ -d {{ openhab_configuration_dir }}] && echo 'Directory' || echo ''\"\n register: is_directory\n\n- name: create openHAB configrations directories\n file: path={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3780, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/browser
247
[ "no_license" ]
[ { "path": "roles/browser/tasks/main.yml", "content": "---\n- name: Install chromium\n become: true\n apt:\n name: \"chromium-browser\"\n state: absent\n\n- name: Check if chrome is installed\n command: dpkg-query -W google-chrome-stable\n register: chrome_check_deb\n failed_when: chrome_check_deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/citrix
247
[ "no_license" ]
[ { "path": "roles/citrix/tasks/main.yml", "content": "---\n- name: Download deb package of citrix workspace app\n get_url:\n url: https://downloads.citrix.com/19434/icaclient_21.4.0.11_amd64.deb?__gda__=1622062181_73323ff61e3e908507260cbfe564336f\n dest: ./download/icaclient_21.4.0.11_amd64.deb\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/container
247
[ "no_license" ]
[ { "path": "roles/container/tasks/main.yml", "content": "---\n # install docker\n- name: Ensure that required tools for docker are present\n apt:\n pkg:\n - curl\n - apt-transport-https\n - gnupg\n - lsb-release\n - ca-certificates\n\n- name: Add GPG Key of Docker Repo\n apt_key:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/doctools
247
[ "no_license" ]
[ { "path": "roles/doctools/tasks/main.yml", "content": "---\n- name: Install all doc-tools\n apt:\n pkg:\n - okular\n - ghostwriter\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/media
247
[ "no_license" ]
[ { "path": "roles/media/tasks/main.yml", "content": "---\n- name: Add strawberry repository from PPA and install its signing key on Ubuntu target\n apt_repository:\n repo: ppa:jonaski/strawberry\n state: present\n update_cache: true\n\n- name: Install strawberry\n apt:\n name: \"strawberry\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/systools
247
[ "no_license" ]
[ { "path": "roles/systools/tasks/main.yml", "content": "---\n- name: Add apt repo of tlp (https://github.com/linrunner/TLP)\n apt_repository:\n repo: ppa:linrunner/tlp\n update_cache: true\n\n- name: Install tlp\n apt:\n name: tlp\n\n- name: Install acpi_call kernel module\n apt:\n name: acpi-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/virtualbox
247
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- name: Install virtualbox\n apt:\n name: \"virtualbox\"\n\n #- name: Install vagrant\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/vscode
247
[ "no_license" ]
[ { "path": "roles/vscode/vars/main.yml", "content": "---\nvscode_microsoft_asc_url: \"https://packages.microsoft.com/keys/microsoft.asc\"\nvscode_apt_repo: \"deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\"\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 535, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/yadm
247
[ "no_license" ]
[ { "path": "roles/yadm/tasks/main.yml", "content": "---\n- name: Install yadm\n apt:\n name: \"yadm\"\n\n- name: Check if .config/yadm/repo.git/ exists\n stat:\n path: \"~/.config/yadm/repo.git/\"\n register: stat_result\n\n- name: Clone and bootstrap\n command: yadm clone -b {{ yadm_dotfiles_branc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
marcmaendli/ansible-budgie-client
74a8501fd026843f056c1e26e10b473cb6004f57
0
roles/zsh
247
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n apt:\n name: \"zsh\"\n\n- name: Install fancy fonts for zsh\n apt:\n name: \"fonts-powerline\"\n\n- name: Get zsh installed path.\n command: \"which zsh\"\n register: omz_zsh_installed_path\n changed_when: false\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
yuta-ushijima/ansible-playground-20241207
6104a79477a81746e24cdee156e718405235895d
0
roles/git
247
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: Install Git\n yum:\n name: git\n state: present\n become: yes\n tags:\n - git\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
yuta-ushijima/ansible-playground-20241207
6104a79477a81746e24cdee156e718405235895d
0
roles/nginx
247
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Check if nginx1 is already enabled\n shell: \"amazon-linux-extras list\"\n register: amazon_linux_extras_list\n changed_when: false\n become: yes\n\n- name: Debug amazon-linux-extras list output\n debug:\n msg: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
vened/InnaRails
959e4202310a7d620c7ace36b0e453c412c4a6fe
0
config/provision/roles/ansible-role-elasticsearch
247
[ "no_license" ]
[ { "path": "config/provision/roles/ansible-role-elasticsearch/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansible-role-java\n - ansible-role-elasticsearch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 827, "all_permissive": false }
ansible_role
vened/InnaRails
959e4202310a7d620c7ace36b0e453c412c4a6fe
0
config/provision/roles/mongodb
247
[ "no_license" ]
[ { "path": "config/provision/roles/mongodb/tasks/mongodb.yml", "content": "--- \n\n- name: Install MongoDB\n action: apt pkg=mongodb state=installed\n- name: Copy MongoDB configuration\n copy: src=./mongodb.conf dest=/etc/mongodb.conf\n owner=root group=root mode=0644\n\n- name: Создание {{ mongodb_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": false }
ansible_role
vened/InnaRails
959e4202310a7d620c7ace36b0e453c412c4a6fe
0
config/provision/roles/webserver
247
[ "no_license" ]
[ { "path": "config/provision/roles/webserver/tasks/nginx.yml", "content": "---\n - name: 'nginx | check config'\n command: 'test -f /home/deploy/nginx/sites/{{ name }}.conf'\n register: 'nginx_config_copied'\n ignore_errors: yes\n\n# - name: 'nginx | createdir'\n# shell: 'rm /etc/nginx/sites-en...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2955, "all_permissive": false }
ansible_role
yuris001/orenoansible
74e7a6dbfea5d0b0b3d14ee85ab10fc32f7f744b
0
roles/nginx
247
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: nginxのレポジトリ設置\n template:\n src: ../../../template/nginx/nginx.repo\n dest: /etc/yum.repos.d/nginx.repo\n\n- name: nginxのインストール\n yum: name=nginx state=installed\n\n\n\n\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
Crazy450/Openshift
a2f69ba83919d76fb46c9f5f891f3b0a0acd2356
0
Playbooks/roles/openshift_backup
247
[ "no_license" ]
[ { "path": "Playbooks/roles/openshift_backup/vars/main.yml", "content": "---\nopenshift_master_url: https://openshift.domain.com:8443\nenvironment: production", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "Playbooks/roles/openshift_backup/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2976, "all_permissive": false }
ansible_role
Crazy450/Openshift
a2f69ba83919d76fb46c9f5f891f3b0a0acd2356
0
Playbooks/roles/openshift_cleanup
247
[ "no_license" ]
[ { "path": "Playbooks/roles/openshift_cleanup/vars/main.yml", "content": "---\n# Replace all of the $env with the correct env.\n# Ex. Change $env to Prod\n#\ntoken_$env: ReplaceWithSAToken\nopenshift_prune_images_tag_revisions: 2", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1375, "all_permissive": false }
ansible_role
Crazy450/Openshift
a2f69ba83919d76fb46c9f5f891f3b0a0acd2356
0
Playbooks/roles/openshift_iac_install
247
[ "no_license" ]
[ { "path": "Playbooks/roles/openshift_iac_install/vars/main.yml", "content": "# Global Vars:\nenv: lab\naws_access_key_id:\naws_secret_access_key: \n\n# SSH Keys Section:\naws_keypair: \n\n# VPC Section:\naws_region: ca-central-1\nvpc_subnet: 192.168.0.0/19\n\n# EC2 Section:\nami_type: t2.micro\nami_id: ami-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6126, "all_permissive": false }
ansible_role
Crazy450/Openshift
a2f69ba83919d76fb46c9f5f891f3b0a0acd2356
0
Playbooks/roles/openshift_os_update
247
[ "no_license" ]
[ { "path": "Playbooks/roles/openshift_os_update/tasks/main.yml", "content": "---\n- name: Ensure RedHat repos are enabled on the server\n command: subscription-manager config --rhsm.manage_repos=1\n become: true\n\n- name: Setting a release version of Rhel\n command: subscription-manager release --set={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3950, "all_permissive": false }
ansible_role
Crazy450/Openshift
a2f69ba83919d76fb46c9f5f891f3b0a0acd2356
0
Playbooks/roles/openshift_prepwork
247
[ "no_license" ]
[ { "path": "Playbooks/roles/openshift_prepwork/templates/docker-storage-setup.j2", "content": "WIPE_SIGNATURES=true\n\nDEVS=/dev/{{ dockervg_disk }}\n\nVG={{ docker_vg_name }}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "Playbooks/roles/opens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8312, "all_permissive": false }
ansible_role
Crazy450/Openshift
a2f69ba83919d76fb46c9f5f891f3b0a0acd2356
0
Playbooks/roles/openshift_prepwork_cns
247
[ "no_license" ]
[ { "path": "Playbooks/roles/openshift_prepwork_cns/tasks/main.yml", "content": "---\n- name: Create a package directory on the main master\n file: \n path: /tmp/packages\n state: directory\n owner: root\n group: root\n when: inventory_hostname == groups['master_nodes'][0]\n\n- name: Transfer pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4529, "all_permissive": false }
ansible_role
MrE-Fog/k3s-tools
266409930d208a609b394d66c78cca114b489c19
0
roles/common
247
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for common\n\napt_packages:\n- git\n- tree\n- wget\n- tmux\n\nyum_packages:\n- git\n- tree\n- wget\n- tmux\n- redhat-lsb-core\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1963, "all_permissive": false }
ansible_role
MrE-Fog/k3s-tools
266409930d208a609b394d66c78cca114b489c19
0
roles/k3s-master
247
[ "no_license" ]
[ { "path": "roles/k3s-master/tasks/main.yml", "content": "---\n# tasks file for k3s-master\n\n- name: install k3s on master without agent\n shell: curl -sfL https://get.k3s.io | sh -\n # curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=\"--disable-agent --write-kubeconfig-mode 644\" sh -\n \n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1078, "all_permissive": false }
ansible_role
MrE-Fog/k3s-tools
266409930d208a609b394d66c78cca114b489c19
0
roles/k3s-workers
247
[ "no_license" ]
[ { "path": "roles/k3s-workers/tasks/main.yml", "content": "---\n# tasks file for k3s-workers\n\n- name: get node token\n command: cat /var/lib/rancher/k3s/server/node-token\n register: node_token_result\n become: yes\n delegate_to: \"{{ groups['k3s_masters'][0] }}\"\n\n- set_fact:\n node_token: \"{{ n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
MrE-Fog/k3s-tools
266409930d208a609b394d66c78cca114b489c19
0
roles/rancher
247
[ "no_license" ]
[ { "path": "roles/rancher/tasks/main.yml", "content": "---\n# tasks file for rancher\n\n# docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher\n\n- name: start rancher in docker\n docker_container:\n name: myrancher\n image: rancher/rancher\n ports:\n - \"80:80\"\n - \"4...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
shirishgund/playbooks
d25cb886e1c899327ec2a2ac044904d6aff776ef
0
roles/user-create
247
[ "no_license" ]
[ { "path": "roles/user-create/tasks/main.yml", "content": "---\n- name: create user\n user:\n name: girish\n password: \"{{ '<PASSWORD>' }}\"\n comment: girishgund\n shell: /bin/bash\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
dclinics/team_claude_ecommerce
beeea3d0f962b0bd7839bf7467e753526dcc21ad
0
roles/e-commerce_plaform
247
[ "no_license" ]
[ { "path": "roles/e-commerce_plaform/templates/route-checkout.js.j2", "content": "const express = require('express');\nconst stripe = require('stripe')(require('../config/keys').stripeSecretKey);;\n\nconst router = express.Router();\n\nrouter.post('/', async (req, res) => {\n const { items } = req.body;\n...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 17134, "all_permissive": false }
ansible_role
dclinics/team_claude_ecommerce
beeea3d0f962b0bd7839bf7467e753526dcc21ad
0
roles/nginx
247
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Update package repository\n apt:\n update_cache: yes\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Start Nginx service\n service:\n name: nginx\n state: started\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 782, "all_permissive": false }
ansible_role
dclinics/team_claude_ecommerce
beeea3d0f962b0bd7839bf7467e753526dcc21ad
0
roles/users
247
[ "no_license" ]
[ { "path": "roles/users/tasks/mihamm.yml", "content": "---\n - name: Creating group 'mihamm'\n ansible.builtin.group:\n name: \"{{ user_mm }}\"\n state: present\n\n - name: Creating user 'mihamm' with sudo access\n ansible.builtin.user:\n name: \"{{ user_mm }}\"\n create_home: yes...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4508, "all_permissive": false }
ansible_role
omnivector-solutions/getting-started-with-vantage-compute
324b576fba8bcceee42d1047ff34673a3a2c6c1b
0
external_integrations/ansible/roles/vantage_agents
247
[ "no_license" ]
[ { "path": "external_integrations/ansible/roles/vantage_agents/defaults/main.yml", "content": "---\n# defaults/main.yml\n# Default variables for vantage_agents role\n\noidc_client_id: \"\"\noidc_client_secret: \"\"\ncluster_name: \"\"\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2585, "all_permissive": false }
ansible_role
omnivector-solutions/getting-started-with-vantage-compute
324b576fba8bcceee42d1047ff34673a3a2c6c1b
0
external_integrations/ansible/roles/vantage_agents_pypi
247
[ "no_license" ]
[ { "path": "external_integrations/ansible/roles/vantage_agents_pypi/tasks/main.yml", "content": "---\n# tasks/main.yml\n- name: Ensure python3 and pip are installed\n apt:\n name:\n - python3\n - python3-pip\n - python3-venv\n state: present\n become: true\n\n- name: Create directories...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4349, "all_permissive": false }
ansible_role
tomohiro-tanazawa/ansible-practice
740ee1a2bc6ac7ddf48e8a4d12e865064c5000f8
0
roles/nginx
247
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install yum-utils\n yum:\n name: yum-utils\n state: latest\n\n- name: Create Nginx repo\n template:\n src: roles/nginx/templates/nginx.repo.j2\n dest: /etc/yum.repos.d/nginx.repo\n\n- name: Install nginx\n yum:\n name: nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
frizz925/kogane-playbooks
38bdbd562a2db7275903e2a5021e015632c615d3
0
roles/certs
247
[ "no_license" ]
[ { "path": "roles/certs/tasks/main.yml", "content": "- block:\n - name: Making sure certs directory exists\n file:\n path: /etc/certs\n owner: root\n group: root\n mode: 0755\n state: directory\n - name: Copying certificate\n copy:\n src: certs/fullchain.pem\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
frizz925/kogane-playbooks
38bdbd562a2db7275903e2a5021e015632c615d3
0
roles/nginx
247
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- block:\n - name: Installing required packages\n apt:\n name:\n - nginx\n - openssl\n - rng-tools\n state: latest\n update_cache: yes\n cache_valid_time: 86400\n - name: Creating dhparam\n shell: openssl dh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1632, "all_permissive": false }
ansible_role
frizz925/kogane-playbooks
38bdbd562a2db7275903e2a5021e015632c615d3
0
roles/squid
247
[ "no_license" ]
[ { "path": "roles/squid/tasks/main.yml", "content": "- block:\n - name: Installing required packages\n apt:\n name:\n - squid\n - iptables-persistent\n - python-passlib\n state: latest\n update_cache: yes\n cache_valid_time: 86400\n - name: Creating Squid configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/android_dev
247
[ "no_license" ]
[ { "path": "roles/android_dev/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2020 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n# python3-lxml is a dependency of aioxmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 782, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/ansible_controller
247
[ "no_license" ]
[ { "path": "roles/ansible_controller/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2018 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n- name: Install the Ansible packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/arch_reflector
247
[ "no_license" ]
[ { "path": "roles/arch_reflector/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2018 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n#####################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 844, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/aurutils
247
[ "no_license" ]
[ { "path": "roles/aurutils/templates/02_aur_build_user.j2", "content": "## Allow the AUR build user to use arch-nspawn and pacman without password\n{{aur_build_user}} ALL=(ALL) NOPASSWD: /usr/bin/arch-nspawn\n{{aur_build_user}} ALL=(ALL) NOPASSWD:SETENV: /usr/bin/makechrootpkg\n{{aur_build_user}} ALL=(ALL) N...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5463, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/backup
247
[ "no_license" ]
[ { "path": "roles/backup/templates/personal-backup.service.j2", "content": "[Unit]\nDescription=Create backups of personal data\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=simple\nUser={{backup_user}}\nGroup={{backup_group}}\nExecStart={{backup_root_dir}}/backup-venv/bin/auto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4094, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/common
247
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2018 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n- name: Include distribution specific variabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7072, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/desktop_applications
247
[ "no_license" ]
[ { "path": "roles/desktop_applications/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2018 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n###############################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6565, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/docker
247
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2023 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n#############################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1550, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/fwupd
247
[ "no_license" ]
[ { "path": "roles/fwupd/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2018 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n- name: Install fwupd package\n package:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/git
247
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2021 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n- name: Install required packages for Git\n pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1415, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/gnupg
247
[ "no_license" ]
[ { "path": "roles/gnupg/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2021 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n- name: Install packages for gnupg\n package:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/initial_setup
247
[ "no_license" ]
[ { "path": "roles/initial_setup/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2019 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n- name: Set time zone\n timezone:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1503, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/kde
247
[ "no_license" ]
[ { "path": "roles/kde/defaults/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2018 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\nkde_install_powerdevil: no\nkde_install_blued...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2589, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/kmonad
247
[ "no_license" ]
[ { "path": "roles/kmonad/templates/99-kmonad-service.rules.j2", "content": "DEVPATH==\"*virtual*\", GOTO=\"kmonad_inputs_end\"\nACTION==\"add\", KERNEL==\"event*\", SUBSYSTEM==\"input\", ENV{ID_INPUT_KEYBOARD}==\"?*\", GOTO=\"kmonad_inputs_start\"\n\nGOTO=\"kmonad_inputs_end\"\n\nLABEL=\"kmonad_inputs_start\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1901, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/local_unbound
247
[ "no_license" ]
[ { "path": "roles/local_unbound/templates/unbound.conf.j2", "content": "include: \"/etc/unbound/resolvconf.conf\"\n\nserver:\n use-syslog: yes\n do-daemonize: no\n username: \"unbound\"\n directory: \"/etc/unbound\"\n trust-anchor-file: trusted-key.key\n tls-cert-bundle: /etc/ssl/certs/ca-certificates....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2608, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/minikube
247
[ "no_license" ]
[ { "path": "roles/minikube/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2023 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n###########################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/neovim
247
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2021 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n- name: Install packages for neovim\n packag...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2302, "all_permissive": false }
ansible_role
tfkhim/ansible-linux-setup
731fe18119fe05167773f4cf02c2c0008647f723
0
roles/networkmanager
247
[ "no_license" ]
[ { "path": "roles/networkmanager/tasks/main.yml", "content": "# Private Ansible playbook\n#\n# Copyright (C) 2018 <NAME>\n#\n# This software may be freely distributed under the MIT license. You should\n# have received a copy of the MIT License along with this program.\n\n#####################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": false }