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
twistedFantasy/ansible
376fa1d007f58924d9929bcf61b00211833f1ed2
0
roles/chrome
310
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n- import_tasks: chrome.yml\n tags: chrome\n- import_tasks: chromedriver.yml\n tags: chromedriver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/chrome/tasks/chrome.yml", "con...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2196, "all_permissive": false }
ansible_role
twistedFantasy/ansible
376fa1d007f58924d9929bcf61b00211833f1ed2
0
roles/clean
310
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n- name: Find files which should be deleted\n find:\n paths: \"{{ location }}\"\n patterns: \"{{ patter }}\"\n use:\n regex: \"{{ regex }}\"\n register: files_to_delete\n\n- name: Delete files\n file:\n path: \"{{ item.path }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
twistedFantasy/ansible
376fa1d007f58924d9929bcf61b00211833f1ed2
0
roles/codedeploy-agent
310
[ "no_license" ]
[ { "path": "roles/codedeploy-agent/tasks/main.yml", "content": "---\n- name: Check if codedeploy agent already installed\n shell: service codedeploy-agent status\n failed_when: no\n changed_when: no\n register: codedeploy_agent_installed_version\n\n- name: Set codedeploy agent facts\n set_fact:\n cod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
twistedFantasy/ansible
376fa1d007f58924d9929bcf61b00211833f1ed2
0
roles/cron
310
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": "---\n- name: Create cron configuration\n become: yes\n template:\n src: \"templates/cron.d/{{ item }}.j2\"\n dest: \"/etc/cron.d/{{ item }}\"\n with_items: \"{{ jobs }}\"\n\n- name: Apply exising cron configuration\n become: yes\n shell: /etc/ini...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
twistedFantasy/ansible
376fa1d007f58924d9929bcf61b00211833f1ed2
0
roles/docker
310
[ "no_license" ]
[ { "path": "roles/docker/tasks/containerd/install.yml", "content": "---\n- name: Check if containerd already installed\n shell: \"{{ containerd_path }} --version\"\n failed_when: no\n changed_when: no\n register: containerd_installed_version\n\n- name: Set containerd facts\n set_fact:\n containerd:\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9373, "all_permissive": false }
ansible_role
twistedFantasy/ansible
376fa1d007f58924d9929bcf61b00211833f1ed2
0
roles/firefox
310
[ "no_license" ]
[ { "path": "roles/firefox/tasks/firefox.yml", "content": "---\n- name: Get installed Firefox version\n shell: \"{{ firefox_path }} --version\"\n failed_when: no\n changed_when: no\n register: firefox_installed_version\n\n- name: Install Firefox\n block:\n - name: Download Firefox archive\n get_u...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2570, "all_permissive": false }
ansible_role
twistedFantasy/ansible
376fa1d007f58924d9929bcf61b00211833f1ed2
0
roles/symlink
310
[ "no_license" ]
[ { "path": "roles/symlink/tasks/main.yml", "content": "---\n- name: Create symlinks\n become: yes\n file:\n state: link\n follow: true\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: \"{{ user }}\"\n group: \"{{ group }}\"\n with_items: \"{{ items }}\"\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
sameeryalla/roboshop-ansible
df65687ff0b224eeaebf2df33e3397cfba0218f4
1
roles/catalogue
310
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: Import Common NodeJS\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/catalogue/vars/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
sameeryalla/roboshop-ansible
df65687ff0b224eeaebf2df33e3397cfba0218f4
1
roles/common
310
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "app_user: roboshop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/common/tasks/nodejs.yml", "content": "- name: Configuring NodeJS repos\n ansible.builtin.shell: curl -sL https://rpm...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3724, "all_permissive": false }
ansible_role
sameeryalla/roboshop-ansible
df65687ff0b224eeaebf2df33e3397cfba0218f4
1
roles/frontend
310
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Copy roboshop Config file\n ansible.builtin.template:\n src: roboshop.conf\n dest: /etc/nginx/default.d/roboshop.conf\n\n- name: Copy Nginx Config fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1097, "all_permissive": false }
ansible_role
sameeryalla/roboshop-ansible
df65687ff0b224eeaebf2df33e3397cfba0218f4
1
roles/payment
310
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Import Common Python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/payment/vars/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 138, "all_permissive": false }
ansible_role
sameeryalla/roboshop-ansible
df65687ff0b224eeaebf2df33e3397cfba0218f4
1
roles/prometheus
310
[ "no_license" ]
[ { "path": "roles/prometheus/templates/alerts.yml", "content": "groups:\n- name: ec2-nodes\n rules:\n - alert: HighCPUUtilization\n expr: 100 - (avg by (component, env, instance, job, name) (rate(node_cpu_seconds_total{mode=\"idle\"}[1m]) * 100)) > 50\n for: 1m\n labels:\n severity: page\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2015, "all_permissive": false }
ansible_role
sameeryalla/roboshop-ansible
df65687ff0b224eeaebf2df33e3397cfba0218f4
1
roles/shipping
310
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Import Common Java\n ansible.builtin.import_role:\n name: common\n tasks_from: java\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/shipping/vars/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 156, "all_permissive": false }
ansible_role
dimagi/commcare-connect
e9dfdf6ff9c3719f183969c96be85c4c271804c1
1
deploy/roles/connect
310
[ "no_license" ]
[ { "path": "deploy/roles/connect/defaults/main.yml", "content": "apt_update_cache: yes\n\napp_name: commcare_connect\napp_user: connect\nhome_dir: /home/{{ app_user }}\napp_group: webapps\nproject_name: commcare-connect\nbase_dir: '{{home_dir}}/www'\nproject_dir: '{{ base_dir }}/{{ project_name }}'\n\ndocker...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7565, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/ec2_operations
310
[ "no_license" ]
[ { "path": "roles/ec2_operations/tasks/launch_ec2_instance.yml", "content": "---\n#\n# Task to launch EC2 instance with pre-requisite resources\n#\n# Arguments:\n# ec2_operation = 'launch_instance|release_instance'\n# instance_name = <any character>\n# sg_name = <any character> (default=instance_name)\n# my_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3709, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/eks_operations
310
[ "no_license" ]
[ { "path": "roles/eks_operations/tasks/main.yml", "content": "---\n#\n# Play for AWS EKS operations\n#\n# arguments:\n#\n# tags:\n# \n#\n\n- name: Include Create EKS Cluster Task\n include_tasks: create_eks_cluster.yml\n when:\n - eks_operation is defined\n - eks_operation == \"create_eks_cluster\"\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9146, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/install_maven
310
[ "no_license" ]
[ { "path": "roles/install_maven/tasks/main.yml", "content": "---\n#\n# Play to install Apache maven\n#\n# Positional arguments:\n#\n# Tags:\n# install_maven\n#\n\n- name: Download Apache Maven\n get_url:\n url: \"{{apache_maven_url}}\"\n dest: \"{{downloads}}/{{apache_maven_tar}}\"\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1373, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/install_packages
310
[ "no_license" ]
[ { "path": "roles/install_packages/tasks/main.yml", "content": "---\n#\n# Play to install pre-requisite packages\n#\n#\n#\n\n- name: Install packages for AWS EC2 client access\n yum:\n name: python-pip\n state: present\n become: true\n become_method: sudo\n tags:\n - install_packages\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/query_ec2_instances
310
[ "no_license" ]
[ { "path": "roles/query_ec2_instances/tasks/main.yml", "content": "---\n#\n# Play to query EC2 instances\n#\n#\n\n- name: List EC2 instances\n shell: |\n /usr/bin/python /root/ec2.py --list\n args:\n executable: /bin/bash\n environment:\n AWS_ACCESS_KEY_ID: \"{{aws_access_key}}\"\n AWS_SECRET_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/s3_fileops
310
[ "no_license" ]
[ { "path": "roles/s3_fileops/tasks/main.yml", "content": "---\n#\n# Play to perform file operations on AWS S3 bucket\n#\n#\n# Tags:\n# s3_upload, s3_download\n\n- name: Upload JDK 1.8.0_172 to AWS S3 bucket\n aws_s3:\n aws_access_key: \"{{aws_access_key}}\"\n aws_secret_key: \"{{aws_secret_key}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/springboot_prereqs
310
[ "no_license" ]
[ { "path": "roles/springboot_prereqs/tasks/main.yml", "content": "---\n#\n# Play to install SpringBoot pre-requisite packages\n#\n#\n\n- name: Update all packages\n yum:\n name: '*'\n state: latest\n become: true\n become_method: sudo\n tags:\n - springboot_prereqs\n\n- name: Install Development...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1706, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/test
310
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "#\n#- name: Gather VPC facts\n# ec2_vpc_net_facts:\n# filters:\n# \"tag:Name\": \"{{vpc.name}}\"\n# region: \"{{region}}\"\n# environment:\n# AWS_ACCESS_KEY_ID: \"{{aws_access_key}}\"\n# AWS_SECRET_ACCESS_KEY: \"{{aws_secret_key}}\"\n# r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3039, "all_permissive": false }
ansible_role
rajdurvasula/ansible-aws
00efa8e77ead8ecc98d779d574c4a94d5554e6a2
0
roles/vpc_operations
310
[ "no_license" ]
[ { "path": "roles/vpc_operations/tasks/create_subnet.yml", "content": "---\n#\n# Task to create VPC subnet, routetable\n#\n# Task Parameters:\n# subnet_name, subnet_cidr, vpc_id, subnet_region, igw_id\n#\n\n- name: Provision VPC subnet \"{{subnet_name}}\"\n ec2_vpc_subnet:\n state: present\n vpc_id: \...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3495, "all_permissive": false }
ansible_role
ewalk153/nginx-ansible
0d175ee9764ea18df3688502655c23862245feb9
0
roles/node
310
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: install\n apt:\n name: nodejs\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
ewalk153/nginx-ansible
0d175ee9764ea18df3688502655c23862245feb9
0
roles/service_foo
310
[ "no_license" ]
[ { "path": "roles/service_foo/tasks/main.yml", "content": "---\n- name: remove default\n file: path=/etc/nginx/sites-enabled/default state=absent\n- name: Creates directory\n file: path=/var/www/app/public state=directory owner=www-data group=www-data mode=0775\n- name: copy app.js\n template: src=app.js ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
trilokkn3/Ansible
e551505145799b9df0c71f3b5e9f978d4447e60e
0
ROLES/DEVOPS
310
[ "no_license" ]
[ { "path": "ROLES/DEVOPS/handlers/main.yml", "content": "---\n- name: HANDLERS \n debug:\n msg: \"hello I am handler from roles directory\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ROLES/DEVOPS/defaults/main.yml", "content": "---\nm...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 544, "all_permissive": false }
ansible_role
Philip-Owen/ansible-playbooks
fbba432028412fe095bbdd985cc8c9fe01d3452d
1
Switch_Roles/roles/login-banner
310
[ "no_license" ]
[ { "path": "Switch_Roles/roles/login-banner/tasks/main.yml", "content": "---\n - name: Configure Login Banner\n ios_banner:\n banner: login\n text: |\n ******************************************\n ** Unauthorized access is prohibited. **\n ********************************...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
Philip-Owen/ansible-playbooks
fbba432028412fe095bbdd985cc8c9fe01d3452d
1
Switch_Roles/roles/snmp
310
[ "no_license" ]
[ { "path": "Switch_Roles/roles/snmp/tasks/main.yml", "content": "---\n - name: Configure SNMPv3\n ios_config:\n src: \"templates/snmp.j2\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
Philip-Owen/ansible-playbooks
fbba432028412fe095bbdd985cc8c9fe01d3452d
1
Switch_Roles/roles/stp-root
310
[ "no_license" ]
[ { "path": "Switch_Roles/roles/stp-root/templates/stp-root.j2", "content": "spanning-tree vlan 1 priority 4096\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "Switch_Roles/roles/stp-root/tasks/main.yml", "content": "---\n - name: Configure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 119, "all_permissive": false }
ansible_role
Philip-Owen/ansible-playbooks
fbba432028412fe095bbdd985cc8c9fe01d3452d
1
Switch_Roles/roles/vlan-assignment
310
[ "no_license" ]
[ { "path": "Switch_Roles/roles/vlan-assignment/tasks/main.yml", "content": "---\n - name: Assign VLANS/Swichports\n ios_config:\n src: \"templates/vlan.j2\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "Switch_Roles/roles/vlan-assignment/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 229, "all_permissive": false }
ansible_role
y14a/dcdeploy
33e6a5ea1cecebda14bccac87adb39172ceea15b
0
roles/common
310
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: setup hostname\n hostname: \n name: \"{{ inventory_hostname }}\"\n\n- name: set hostname to hosts file\n lineinfile:\n path: /etc/hosts\n regexp: '{{ item }}'\n line: '\\1 {{ inventory_hostname }} \\2'\n backrefs: yes\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
y14a/dcdeploy
33e6a5ea1cecebda14bccac87adb39172ceea15b
0
roles/directory
310
[ "no_license" ]
[ { "path": "roles/directory/tasks/main.yaml", "content": "---\n\n- name: setup hostname\n hostname: \n name: \"{{ inventory_hostname }}\"\n\n- name: set hostname to hosts file\n lineinfile:\n path: /etc/hosts\n regexp: '{{ item }}'\n line: '\\1 {{ inventory_hostname }} \\2'\n backrefs: yes\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2724, "all_permissive": false }
ansible_role
y14a/dcdeploy
33e6a5ea1cecebda14bccac87adb39172ceea15b
0
roles/dns
310
[ "no_license" ]
[ { "path": "roles/dns/templates/nsd.conf.jinja2", "content": "server:\n ip-address: {{ ansible_host }}\n port: 53\n do-ip4: yes\n do-ip6: no\n zonesdir: /etc/nsd/zones\n\nremote-control:\n control-enable: no\n\nzone:\n name: {{ domain.name }}\n zonefile: {{ domain.name }}.zone\n\nzone:\n name: {{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1134, "all_permissive": false }
ansible_role
y14a/dcdeploy
33e6a5ea1cecebda14bccac87adb39172ceea15b
0
roles/docker
310
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: install packages for installing docker official package\n yum:\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n state: installed\n \n- name: check has docker official repository been setup\n stat:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1096, "all_permissive": false }
ansible_role
y14a/dcdeploy
33e6a5ea1cecebda14bccac87adb39172ceea15b
0
roles/resolver
310
[ "no_license" ]
[ { "path": "roles/resolver/handlers/main.yml", "content": "---\n\n- name: reconfig unbound\n systemd:\n name: unbound\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/resolver/tasks/main.yml", "content": "---\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1107, "all_permissive": false }
ansible_role
AltheaFoundation/info-server
7daf46671bbe036b6fbd44f84f83c8db571d00a9
0
scripts/roles/install-deps
310
[ "permissive" ]
[ { "path": "scripts/roles/install-deps/tasks/main.yml", "content": "---\n# Determines if the required dependencies are installed\n\n- name: Install Debian deps\n apt:\n name: \"{{debian_deps}}\"\n state: present\n update_cache: true\n when: ansible_distribution == 'Debian'\n become: true\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": true }
ansible_role
AltheaFoundation/info-server
7daf46671bbe036b6fbd44f84f83c8db571d00a9
0
scripts/roles/setup-info-server
310
[ "permissive" ]
[ { "path": "scripts/roles/setup-info-server/tasks/systemd.yml", "content": "---\n- name: Template service file\n template:\n src: althea-info-server.service.j2\n dest: /etc/systemd/system/althea-info-server.service\n become: true\n\n- name: Set the info server to run on startup\n systemd:\n daemo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1769, "all_permissive": true }
ansible_role
ogurskiy/playbooks
510d55f2450d8ffe86fabd4e05a9c6eba3064a71
0
roles/nginx
311
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n\nnginx_user: nginx\nnginx_worker_processes: \"{{ansible_processor_count}}\"\nnginx_worker_connections: 1024\n\nnginx_http_params:\n sendfile: \"on\"\n tcp_nopush: \"on\"\n keepalive_timeout: \"65\"\n access_log: \"/var/log/nginx/access.log mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1041, "all_permissive": false }
ansible_role
ansible-gcp/ansible
f36118562874f21cff85dbe26f423201307e50e8
0
roles/jenkins
311
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- include_tasks: debug\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
kefaslungu/hng_todo_deployment
b66c033e47842b3598f38b125247bd4ead1b9b4a
0
ansible/roles/dependencies
311
[ "no_license" ]
[ { "path": "ansible/roles/dependencies/tasks/main.yml", "content": "---\n - name: Deploy Containerized Application\n hosts: all\n become: yes\n vars:\n app_dest: \"/home/{{ ansible_user }}/app\"\n tasks:\n - name: Update apt cache\n apt:\n update_cache: yes\n \n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }
ansible_role
kefaslungu/hng_todo_deployment
b66c033e47842b3598f38b125247bd4ead1b9b4a
0
ansible/roles/deployment
311
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "- name: Clone application repository\n git:\n repo: \"https://github.com/kefaslungu/DevOps-Stage-4.git\"\n dest: \"/home/ubuntu/app\"\n version: main\n\n- name: Start application with Docker Compose\n shell: docker-compose up -d\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
jyepesr1/ansible-kubernetes
55aaa4cf0daff1704b299510302a31c3c93f781a
0
roles/app
311
[ "no_license" ]
[ { "path": "roles/app/files/mongoDB/03-mongodb-sts.yaml", "content": "apiVersion: apps/v1\nkind: StatefulSet\nmetadata:\n name: mongo\nspec:\n selector:\n matchLabels:\n app: mongo\n serviceName: \"mongo\"\n replicas: 3\n template:\n metadata:\n labels:\n app: mongo\n spec:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2233, "all_permissive": false }
ansible_role
AnotherUser969/kubernetes_deploy
ce405cfb5b926f7e176d701597f793b5cee0488e
0
infrastructure/ansible/roles/prepare-kubernetes-claster
311
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/prepare-kubernetes-claster/defaults/main.yml", "content": "---\n# defaults file for prepare-kubernetes-claster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "infrastructure/ansible/roles/prepare-kubernetes...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7171, "all_permissive": false }
ansible_role
kirapythia/aws-infra
80b50072cfe3e73c0a64a77c2017952cc1167d45
0
infra-provisioning/roles/docker_host
311
[ "no_license" ]
[ { "path": "infra-provisioning/roles/docker_host/tasks/main.yml", "content": "---\n# this uses yum-config-manager directly as it is not exposed through Ansible modules\n- name: Add Docker CE stable YUM repository\n command: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
mansoorjain89/Ansible
b14e79d53fe89ab47097d9b2be2d9a44ae31bd84
0
roles/bandersnatch
311
[ "no_license" ]
[ { "path": "roles/bandersnatch/files/usr/local/bin/pip_mirror_cron.sh", "content": "#!/bin/bash\n\nFILE_NAME=\"/var/log/bandersnatch/pip_mirror_cron_job-$(date +%Y-%m-%d-%M).log\"\n\nfunction quit()\n{\n echo \"Exiting! Since another update process is currently running\" > $FILE_NAME 2>&1\n exit 1\n}\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2511, "all_permissive": false }
ansible_role
mansoorjain89/Ansible
b14e79d53fe89ab47097d9b2be2d9a44ae31bd84
0
roles/devpi
311
[ "no_license" ]
[ { "path": "roles/devpi/library/devpi_config", "content": "#!/bin/bash\n\nfunction fail_module() {\n printf '{\"failed\": true, \"msg\": \"%s\"}' \"$@\"\n exit 1\n}\n\nfunction verify_argument() {\n if [ -z \"$2\" ]\n then\n printf '{\"failed\": true, \"msg\": \"Arg %s must be defined\"}' \"$1\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4152, "all_permissive": false }
ansible_role
hugogualtieri/31-jours-de-DevOps
6abc7436adde6a752558a90c72e1011e417fe274
14
jour-14/exercises/03-utiliser-avec-terraform/ansible/roles/webserver
311
[ "no_license" ]
[ { "path": "jour-14/exercises/03-utiliser-avec-terraform/ansible/roles/webserver/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n <meta charset=\"UTF-8\">\n <title>{{ page_title }}</title>\n</head>\n<body>\n <h1>{{ welcome_message }}</h1>\n <p><strong>Nom d'hôte :</stro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1225, "all_permissive": false }
ansible_role
iyanu27/udacitycicd
3b371a4e861ad5a8b1778c9cfdceafc045754aae
0
REMOTE_ANSIBLE/roles/setup
311
[ "no_license" ]
[ { "path": "REMOTE_ANSIBLE/roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages\"\n become: yes\n become_method: sudo\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n become_method: sudo\n apt:\n update_cache: yes\n\n- name: \"remove dependencies ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/commons
311
[ "no_license" ]
[ { "path": "roles/commons/tasks/main.yml", "content": "- name: update apt\n become: yes\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install required packages\n become: yes\n vars:\n packages:\n - curl\n - wget\n - python3-pip\n - python3\n apt:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/contour
311
[ "no_license" ]
[ { "path": "roles/contour/tasks/main.yml", "content": "- name: Put contour template\n template:\n src: contour.yml.j2\n dest: /tmp/contour.yml\n owner: root\n group: \"0777\"\n\n- name: Setup contour\n command: kubectl apply -f /tmp/contour.yml\n args:\n chdir: $HOME\n creates: contour-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/docker
311
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Restart containerd\n ansible.builtin.systemd:\n name: containerd\n state: restarted\n daemon_reload: yes\n\n- name: 1. Disable Swap\n block:\n - name: Check if swap is active\n command: grep -q swap /proc/swaps\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1793, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/harbor
311
[ "no_license" ]
[ { "path": "roles/harbor/tasks/main.yaml", "content": "- name: Download harbor packages\n get_url:\n url: https://github.com/goharbor/harbor/releases/download/v2.13.1/harbor-offline-installer-v2.13.1.tgz\n\n dest: /tmp/harbor.tgz\n mode: '0644'\n\n- name: Extract harbor packages\n unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/kubernetes
311
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yaml", "content": "- name: Create dir /etc/apt/keyrings if not exists\n file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\n\n- name: Install needs packages to https and gpc no apt\n apt:\n name:\n - apt-transport-https\n - ca-cer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1827, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/letsencrypt
311
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yaml", "content": "- name: Ensure snapd is installed\n ansible.builtin.apt:\n name: snapd\n state: present\n update_cache: yes\n\n- name: Ensure snap core is installed and refreshed\n ansible.builtin.shell: snap install core && snap refresh core\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1291, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/master
311
[ "no_license" ]
[ { "path": "roles/master/tasks/token.yml", "content": "- name: Create kubernetes join token\n become: yes\n command: kubeadm token create --print-join-command\n register: join_token\n\n- name: Show join command\n debug:\n msg: \"Join command is {{ join_token.stdout }}\"\n\n- name: Set join command as ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1425, "all_permissive": false }
ansible_role
ciro-stodulski/cncf-challenge
0d37c2166be91e8915d6d285514c5b979f341978
0
roles/nodes
311
[ "no_license" ]
[ { "path": "roles/nodes/tasks/main.yaml", "content": "- name: Reset Kubernetes cluster state\n become: yes\n shell: \"kubeadm reset --force\"\n ignore_errors: yes\n\n- name: Join node to cluster\n become: yes\n shell: \"{{ hostvars[groups['masters'][0]].join_command }}\"\n args:\n chdir: $HOME\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
eamirakulov/ansible-semaphore-install
10f720bb76826777c5d303f3e479fefb3262ce05
0
ansible/roles/docker
311
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker dependencies on Ubuntu\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
eamirakulov/ansible-semaphore-install
10f720bb76826777c5d303f3e479fefb3262ce05
0
ansible/roles/semaphore
311
[ "no_license" ]
[ { "path": "ansible/roles/semaphore/tasks/main.yml", "content": "---\n- name: Create directory for Semaphore data\n file:\n path: /opt/semaphore\n state: directory\n\n- name: Copy environment file for Semaphore\n template:\n src: env.j2\n dest: /opt/semaphore/.env\n\n- name: Create custom netwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1869, "all_permissive": false }
ansible_role
iagoferreirati/ansible-role-packer
fd1f5011aeb6061243f54f5106f3ba24739d2416
1
roles/packer
311
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "---\n- name: Install packer Ubuntu\n apt: name=packer state=latest\n\n- name: Copy template build\n template:\n src: build.json\n dest: /tmp\n\n- name: Execute packer\n command: packer build /tmp/build.json", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1215, "all_permissive": false }
ansible_role
gaby27gtb/talleragosto2020
bb53f26387967d1086b50aa4df4a8fb1eae7cc75
0
roles/apache-centos
311
[ "no_license" ]
[ { "path": "roles/apache-centos/tasks/main.yml", "content": "---\n# tasks file for roles/apache-centos\n\n - name: Install LAMP software\n yum: \n name: httpd\n state: latest\n\n - name: Create virtualhost config directory\n file:\n path: /etc/httpd/vhost.d\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 848, "all_permissive": false }
ansible_role
gaby27gtb/talleragosto2020
bb53f26387967d1086b50aa4df4a8fb1eae7cc75
0
roles/apache-debian
311
[ "no_license" ]
[ { "path": "roles/apache-debian/tasks/main.yml", "content": "---\n# tasks file for roles/apache-debian\n\n - name: Install apache server sofware\n apt: \n name: apache2\n state: latest\n update_cache: yes\n\n - name: Start and enable apache service\n service:\n name: apache2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 572, "all_permissive": false }
ansible_role
maxikon/docker-mongo
9b8a1fce0d215426af0ed6882678bc9364ba3d60
0
roles/docker
312
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Check for old versions\n package:\n name: '{{ item }}'\n state: absent\n with_items:\n - docker\n - docker-engine\n\n- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 981, "all_permissive": false }
ansible_role
tarunkh1690/nginx_docker_logrotate
5a14b9346552e406ef8d6f9c0ce0395a9ef9cf5d
0
roles/docker
312
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Install yum utils ## This task will make sure yum-utills package is installed in machine\n yum:\n name: yum-utils\n state: latest\n \n- name: Add Docker repo ## This task will download docker-ce.repo in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 929, "all_permissive": false }
ansible_role
tarunkh1690/nginx_docker_logrotate
5a14b9346552e406ef8d6f9c0ce0395a9ef9cf5d
0
roles/logrotate
312
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n# tasks file for logrotate\n\n- name: Install logrotate ## this task will make sure logrotate packeg is installed\n package:\n name: logrotate\n state: latest\n\n- name: Copy docker logrotate config file ## Copy task will copy logrotate c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
tarunkh1690/nginx_docker_logrotate
5a14b9346552e406ef8d6f9c0ce0395a9ef9cf5d
0
roles/nginx
312
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Copy docker file ## this task will copy nginx.conf anf Docker file to remote server with the help of copy anf loop module\n copy:\n src: 'files/{{ item }}'\n dest: '~/{{ item }}'\n loop:\n - nginx.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1504, "all_permissive": false }
ansible_role
DaduOps/clg_demo
bdc88ba214fb28bc652d9e1d2bf52dda7bac7615
0
roles/webserver
312
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n\n- name: Install httpd, php & git packages\n package:\n name:\n - \"httpd\"\n - \"php\"\n - \"git\"\n state: present\n\n- name: Deploying Code from GitHub\n git:\n repo: \"https://github.com/D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
jokius/ansible-repetition
bc9d865b70782130d4e8052d610276701a9089c4
2
roles/check
312
[ "no_license" ]
[ { "path": "roles/check/tasks/main.yml", "content": "- include: docker_check.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/check/tasks/docker_check.yml", "content": "---\n\n - command: docker -v\n register: result\n ignore_e...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 187, "all_permissive": false }
ansible_role
jokius/ansible-repetition
bc9d865b70782130d4e8052d610276701a9089c4
2
roles/create_project
312
[ "no_license" ]
[ { "path": "roles/create_project/templates/Dockerfile.j2", "content": "{% if current_ruby_version == '' %}\n FROM ruby:{{ ruby_version }}\n{% else %}\n FROM ruby:{{ current_ruby_version }}\n{% endif %}\n\nMAINTAINER <EMAIL>\n\nARG SSH_KEY\n\nUSER root\n\nCMD [\"/usr/sbin/sshd\", \"-D\"]\n\nRUN apt-get upda...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6146, "all_permissive": false }
ansible_role
jokius/ansible-repetition
bc9d865b70782130d4e8052d610276701a9089c4
2
roles/setup
312
[ "no_license" ]
[ { "path": "roles/setup/tasks/set_variable.yml", "content": "---\n\n - lineinfile: dest={{playbook_dir}}/vars/defaults.yml line=\"ruby_version{{':'}} {{ruby_version}}\"\n - lineinfile: dest={{playbook_dir}}/vars/defaults.yml line=\"job_directory{{':'}} {{job_directory}}\"\n - lineinfile: dest={{playbook_d...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 766, "all_permissive": false }
ansible_role
jokius/ansible-repetition
bc9d865b70782130d4e8052d610276701a9089c4
2
roles/ssh_agent
312
[ "no_license" ]
[ { "path": "roles/ssh_agent/tasks/main.yml", "content": "- include: setup_ssh_agent_container.yml\n tags:\n - ssh_agent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/ssh_agent/tasks/setup_ssh_agent_container.yml", "content": "---\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 739, "all_permissive": false }
ansible_role
gudshuis/ansible
fa081d34f2951ae64ccb06840f768b4f0147951b
1
exercise3/roles/mysql_db
312
[ "no_license" ]
[ { "path": "exercise3/roles/mysql_db/tasks/main.yml", "content": "---\n# tasks file for mysql_db\n - name: Install MySQL database\n apt: \n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - mysql-client\n\n - name: start MySQL service\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/anacron
312
[ "no_license" ]
[ { "path": "roles/anacron/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n gather_facts: true\n\n tasks:\n - name: \"Include mirceanton.anacron\"\n ansible.builtin.include_role:\n name: \"mirceanton.anacron\"\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3677, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/ansible
312
[ "no_license" ]
[ { "path": "roles/ansible/vars/main.yml", "content": "---\n# Whether or not to install ansible-lint\nansible_lint_install: true\n\n# Whether or not to install molecule\nansible_molecule_install: true\n\n# Which driver to install for molecule\nansible_molecule_driver: docker\n\n# List of additional apt packag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6059, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/docker
312
[ "no_license" ]
[ { "path": "roles/docker/README.md", "content": "Ansible Role: Docker\n====================\n\nAn Ansible role that installs Docker.\n\nRequirements\n------------\n\nN/A\n\nRole Variables\n--------------\n\n| Variable | Type | Default | Description |\n|...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3910, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/downloader
312
[ "no_license" ]
[ { "path": "roles/downloader/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n namespace: mirceanton\n role_name: downloader\n description: A role that install a binery from an archive.\n # company: N/A\n\n license: license (MIT)\n min_ansible_version: '2.1'\n standalone: true\n\n platform...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6323, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-dashboard
312
[ "no_license" ]
[ { "path": "roles/opnsense-dashboard/CHANGELOG.md", "content": "# Changelog\n\n## v1.0.0\n\n* Initial release of the `mirceanton.opnsense_dashboard` role 🚀\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/opnsense-dashboard/tasks/config.yml"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4028, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-dhcp
312
[ "no_license" ]
[ { "path": "roles/opnsense-dhcp/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n namespace: mirceanton\n role_name: opnsense_dhcp\n description: An Ansible role to configure the DHCP server on an opnSense firewall.\n company: mirceanton\n\n license: license (MIT)\n standalone: true\n min_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3519, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-firewall_rules
312
[ "no_license" ]
[ { "path": "roles/opnsense-firewall_rules/CHANGELOG.md", "content": "# Changelog\n\n## v1.0.0\n\n* Initial release of the `mirceanton.opnsense_rules` role 🚀\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/opnsense-firewall_rules/README.md",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1994, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-gateway
312
[ "no_license" ]
[ { "path": "roles/opnsense-gateway/tasks/config.yml", "content": "---\n- name: Set Interface\n community.general.xml:\n pretty_print: true\n path: \"{{ local_file }}\"\n xpath: \"{{ xpath }}/interface\"\n value: \"{{ opnsense_gateway_interface }}\"\n\n- name: Set Name\n community.general.xml:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4606, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-general-settings
312
[ "no_license" ]
[ { "path": "roles/opnsense-general-settings/tasks/config.yml", "content": "---\n- name: Set hostname\n community.general.xml:\n pretty_print: true\n path: \"{{ local_file }}\"\n xpath: \"{{ xpath }}/hostname\"\n value: \"{{ opnsense_general_hostname }}\"\n\n- name: Set domain\n community.genera...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3075, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-interfaces
312
[ "no_license" ]
[ { "path": "roles/opnsense-interfaces/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n namespace: mirceanton\n role_name: opnsense_interfaces\n description: An Ansible role to configure the interfaces on an opnSense firewall.\n company: mirceanton\n\n license: license (MIT)\n standalone: tr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7992, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-plugins
312
[ "no_license" ]
[ { "path": "roles/opnsense-plugins/README.md", "content": "OPNsense: Plugins\n=================\n\nAn ansible role to manage the installed plugins on an opnSense firewall. \n\nRequirements\n------------\n\nThis role requires the `lxml` python package to be installed on the host system.\n\nRole Variables\n---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2919, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-ssh
312
[ "no_license" ]
[ { "path": "roles/opnsense-ssh/CHANGELOG.md", "content": "# Changelog\n\n## v1.0.0\n\n* Initial release of the `mirceanton.opnsense_ssh` role 🚀\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/opnsense-ssh/tasks/config.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4882, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/opnsense-unbound
312
[ "no_license" ]
[ { "path": "roles/opnsense-unbound/tasks/config.yml", "content": "---\n- name: \"Set status to {{ 'enabled' if opnsense_unbound_enabled else 'disabled' }}\"\n community.general.xml:\n pretty_print: true\n path: \"{{ local_file }}\"\n xpath: \"{{ xpath }}/enable\"\n value: \"{{ '1' if opnsense_un...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3272, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/proxmox-dark-theme
312
[ "no_license" ]
[ { "path": "roles/proxmox-dark-theme/README.md", "content": "<h1>\n Since Proxmox now comes with a dark UI option by default, this repo has been archived and is now read-only!!\n</h1>\n\nProxmox: Dark Theme\n===================\n\nAn ansible role that installs the [PVE Discord Dark](https://github.com/Weilb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3220, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/proxmox-driver-blacklist
312
[ "no_license" ]
[ { "path": "roles/proxmox-driver-blacklist/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n namespace: mirceanton\n role_name: proxmox_driver_blacklist\n description: An Ansible role that configures the blacklisted drivers on a Proxmox VE host.\n company: mirceanton\n\n license: license (MIT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1987, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/proxmox-iommu
312
[ "no_license" ]
[ { "path": "roles/proxmox-iommu/tasks/main.yml", "content": "---\n- name: Dynamically set cmdline string based on CPU type\n when: proxmox_iommu_cmdline_override is not defined\n block:\n - name: Check CPU Type\n ansible.builtin.shell: cat /proc/cpuinfo | grep -q \"GenuineIntel\"\n changed_whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3979, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/proxmox-nested-virt
312
[ "no_license" ]
[ { "path": "roles/proxmox-nested-virt/CHANGELOG.md", "content": "# Changelog\n\n## v1.0.2\n\n* Add functionality to automatically detect cpu type.\n* Add variable to override auto-detected cpu type.\n\n## v1.0.1\n\n* Update meta and docs.\n* Change var names.\n\n## v1.0.0\n\n* Initial release of the `mircean...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2389, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/proxmox-no-subscription
312
[ "no_license" ]
[ { "path": "roles/proxmox-no-subscription/handlers/main.yml", "content": "---\n- name: Upgrade\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/proxmox-no-subscription/default...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2687, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/proxmox-pci-passthrough
312
[ "no_license" ]
[ { "path": "roles/proxmox-pci-passthrough/vars/main.yml", "content": "---\nproxmox_driver_blacklist:\n - nvidia\n - nouveau\n - radeon\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/proxmox-pci-passthrough/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3878, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/proxmox-vfio
312
[ "no_license" ]
[ { "path": "roles/proxmox-vfio/CHANGELOG.md", "content": "# Changelog\n\n## v1.0.0\n\n* Initial release of the `mirceanton.proxmox_vfio` role 🚀\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/proxmox-vfio/README.md", "content": "Proxmox...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1978, "all_permissive": false }
ansible_role
mirceanton/ansible-collection
8c8233362b0a4e8bcc67d0dfd66b84e381e94817
0
roles/rust
312
[ "no_license" ]
[ { "path": "roles/rust/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n namespace: mirceanton\n role_name: rust\n description: Ansible Role that install Rust and Cargo.\n company: mirceanton\n\n license: license (MIT)\n standalone: true\n min_ansible_version: \"2.1\"\n\n platforms:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2739, "all_permissive": false }
ansible_role
jodykpw/migrate-home-dir-cloud-init-playbook
4a20e7ee730a6d7e9956b4d3c92b64be854e0eab
0
roles/ansible-role-migrate-home-dir
312
[ "no_license" ]
[ { "path": "roles/ansible-role-migrate-home-dir/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Move the home directory to a new partition on CentOS 8.\n linkedin: https://www.linkedin.com/in/jodywan/\n website: https://www.jodywan.com\n license: \"license (BSD, MIT)\"\n min_an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3489, "all_permissive": false }
ansible_role
techhubme/devops-ci-cd
2ea2263ee6b2d3b93a85298301be9c05c79114f6
0
Ansible/roles/aws-cli-role
312
[ "no_license" ]
[ { "path": "Ansible/roles/aws-cli-role/tasks/main.yml", "content": "- name: '[AWS CLI] - Downloading'\n get_url:\n url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\n dest: /tmp/awscli-exe-linux-x86_64.zip\n when: ansible_os_family == 'Debian'\n\n- name: '[AWS CLI] - Unziping'\n shell: u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
techhubme/devops-ci-cd
2ea2263ee6b2d3b93a85298301be9c05c79114f6
0
Ansible/roles/aws-iam-authenticator-role
312
[ "no_license" ]
[ { "path": "Ansible/roles/aws-iam-authenticator-role/tasks/main.yml", "content": "- name: '[AWS IAM Authenticator] Downloading'\n get_url:\n url: https://s3.us-west-2.amazonaws.com/amazon-eks/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator\n dest: ./aws-iam-authenticator\n when: ansible_os_fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
techhubme/devops-ci-cd
2ea2263ee6b2d3b93a85298301be9c05c79114f6
0
Ansible/roles/docker-role
312
[ "no_license" ]
[ { "path": "Ansible/roles/docker-role/tasks/main.yml", "content": "- name: '[Docker] - Updating Cache'\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == 'Debian'\n\n- name: '[Docker] - Installing required system packages'\n apt:\n pkg:\n - apt-transport-https\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1400, "all_permissive": false }
ansible_role
techhubme/devops-ci-cd
2ea2263ee6b2d3b93a85298301be9c05c79114f6
0
Ansible/roles/eksctl-role
312
[ "no_license" ]
[ { "path": "Ansible/roles/eksctl-role/tasks/main.yml", "content": "- name: '[EKSCTL] Downloading'\n get_url:\n url: https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_Linux_amd64.tar.gz\n dest: /tmp/\n when: ansible_os_family == 'Debian'\n\n- name: '[EKSCTL] Extracting'\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1000, "all_permissive": false }
ansible_role
techhubme/devops-ci-cd
2ea2263ee6b2d3b93a85298301be9c05c79114f6
0
Ansible/roles/git-role
312
[ "no_license" ]
[ { "path": "Ansible/roles/git-role/tasks/main.yml", "content": "- name: '[GIT] Installing' \n apt:\n name: git\n state: present\n when: ansible_os_family == 'Debian'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
techhubme/devops-ci-cd
2ea2263ee6b2d3b93a85298301be9c05c79114f6
0
Ansible/roles/helm-role
312
[ "no_license" ]
[ { "path": "Ansible/roles/helm-role/tasks/main.yml", "content": "- name: '[HELM] Downloading' \n ansible.builtin.command: wget https://get.helm.sh/helm-v3.15.1-linux-amd64.tar.gz -O /tmp/helm-v3.15.1-linux-amd64.tar.gz\n when: ansible_os_family == 'Debian'\n\n- name: '[HELM] Extracting'\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
techhubme/devops-ci-cd
2ea2263ee6b2d3b93a85298301be9c05c79114f6
0
Ansible/roles/java-role
312
[ "no_license" ]
[ { "path": "Ansible/roles/java-role/tasks/main.yml", "content": "- name: '[Java] - Updating Cache'\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == 'Debian'\n\n- name: '[Java] - Installing'\n apt:\n name: openjdk-17-jdk\n state: present\n when: ansible_os_famil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }