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
openhealthcare/rbhl
736af105dc8228d9182b523250e73cebd5b8d434
1
deployment/roles/setup_server
7,985
[ "no_license" ]
[ { "path": "deployment/roles/setup_server/tasks/main.yml", "content": "---\n# This playbook provides basic elements of a server we would like to maintain\n- name: generate locale\n become: true\n command: /usr/sbin/locale-gen en_GB.UTF-8\n\n- name: Set locale\n become: true\n command: /usr/sbin/update-lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
dhoer/mastering-ansible
5731959e4974febdca76fd1c486650c2b4313e2f
0
roles/mysql
7,985
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\nmysql_root_username: root\nmysql_root_password: <PASSWORD>\ndb_name: myapp\ndb_user_name: dbuser\ndb_user_pass: <PASSWORD>\ndb_user_host: localhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1530, "all_permissive": false }
ansible_role
kalsto/aap_demo
fa2a83343799d37f135b988d037a1f94d9fe1dd0
0
roles/demo
7,985
[ "no_license" ]
[ { "path": "roles/demo/vars/main.yml", "content": "---\n# vars file for demo\n\nhash_vars:\n - name: foo\n value: bar\n - name: friendly\n value: face\n - name: happy\n value: clam\n\nocp_hostname: \"overwritten_if_surveyed\"\n\ncollection:\n - var1\n - var2\n - var3", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1028, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-clean
7,985
[ "no_license" ]
[ { "path": "roles/k8s-clean/tasks/main.yml", "content": "---\n\n- name: Run kubeadm reset -f\n shell: \"kubeadm reset -f\"\n\n- name: Run systemctl stop kubelet & systemctl stop docker\n shell: \"systemctl stop kubelet & systemctl stop docker\"\n\n- name: Run ifconfig cni0 down & ip link delete cni0\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 991, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-common
7,985
[ "no_license" ]
[ { "path": "roles/k8s-common/tasks/main.yml", "content": "---\n- name: Stop firewalld\n service:\n name: firewalld\n state: stopped\n enabled: no \n\n- name: Disable SE Linux\n selinux:\n state: disabled \n \n- name: Create /etc/yum.repos.d/kubernetes.repo\n copy:\n src: k8s-repo\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5558, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-gluster-clean
7,985
[ "no_license" ]
[ { "path": "roles/k8s-gluster-clean/templates/heketi-deployment.yml", "content": "---\nkind: Deployment\napiVersion: extensions/v1beta1\nmetadata:\n name: deploy-heketi\n namespace: {{ k8s_gluster_namespace }}\n labels:\n glusterfs: heketi-deployment\n deploy-heketi: deployment\n annotations:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7505, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-gluster-clean-nodes
7,985
[ "no_license" ]
[ { "path": "roles/k8s-gluster-clean-nodes/tasks/main.yml", "content": "---\n- name: Delete /var/log/glusterfs \n file:\n state: absent\n path: /var/log/glusterfs\n\n- name: Delete /etc/glusterfs\n file:\n state: absent\n path: /etc/glusterfs\n\n- name: Delete /var/lib/glusterd\n file:\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-gluster-configure
7,985
[ "no_license" ]
[ { "path": "roles/k8s-gluster-configure/templates/heketi-service.yml", "content": "---\nkind: Service\napiVersion: v1\nmetadata:\n name: heketi\n namespace: {{ k8s_gluster_namespace }}\n labels:\n glusterfs: heketi-service\n heketi: service\n annotations:\n description: Exposes Heketi Service\ns...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 13897, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-gluster-configure-nodes
7,985
[ "no_license" ]
[ { "path": "roles/k8s-gluster-configure-nodes/tasks/main.yml", "content": "---\n- name: Create /opt/heketi\n file:\n state: directory\n path: \"/opt/heketi\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-keepalived-clean
7,985
[ "no_license" ]
[ { "path": "roles/k8s-keepalived-clean/tasks/main.yml", "content": "---\n# https://github.com/munnerz/keepalived-cloud-provider/blob/master/README.md\n# https://github.com/kubernetes/contrib/blob/master/keepalived-vip/README.md\n\n- name: Configure keepalived cloud provider \n block:\n\n - name: Delete dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1975, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-keepalived-configure
7,985
[ "no_license" ]
[ { "path": "roles/k8s-keepalived-configure/doc/RBAC/vip-clusterrole.yml", "content": "apiVersion: rbac.authorization.k8s.io/v1alpha1\nkind: ClusterRole\nmetadata:\n name: kube-keepalived-vip\nrules:\n- apiGroups: [\"\"]\n resources:\n - pods\n - nodes\n - endpoints\n - services\n - configmaps\n verbs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 9889, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-master
7,985
[ "no_license" ]
[ { "path": "roles/k8s-master/meta/main.yml", "content": "---\ndependencies:\n - k8s-defaults\n - k8s-common\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/k8s-master/templates/join-command", "content": "#!/bin/bash\nkubeadm join --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8177, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-node
7,985
[ "no_license" ]
[ { "path": "roles/k8s-node/tasks/main.yml", "content": "---\n- name: Create /etc/sysconfig/docker from docker-sysconfig\n template:\n src: docker-sysconfig\n dest: /etc/sysconfig/docker\n mode: 0644\n when: k8s_use_proxy==true\n \n- name: Get /tmp/join-command.sh\n copy:\n src: \"/tmp/join-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-rook-clean
7,985
[ "no_license" ]
[ { "path": "roles/k8s-rook-clean/tasks/main.yml", "content": "---\n- name: Check if Rook is installed\n shell: kubectl get deployments -A -o=go-template={%raw%}'{{range .items}}{{.metadata.name}}{{printf \"\\n\"}}{{end}}'{%endraw%} | grep rook-ceph-operator\n register: kubectl_stdout\n ignore_errors: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1669, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-rook-clean-nodes
7,985
[ "no_license" ]
[ { "path": "roles/k8s-rook-clean-nodes/tasks/main.yml", "content": "---\n- name: Remove Rook configuration files\n shell: rm -rf \"{{rook_config_dir}}/*\"\n\n- name: Get list of PVs used by Ceph\n shell: vgs -o vg_name,pv_name | grep ceph | awk '{print($2)}'\n register: vgs_out\n\n- name: Remove Ceph logi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-rook-clean-nodes-minikube
7,985
[ "no_license" ]
[ { "path": "roles/k8s-rook-clean-nodes-minikube/tasks/main.yml", "content": "---\n- name: Remove Rook configuration files\n shell: minikube ssh \"sudo su root -c 'rm -rf {{rook_config_dir}}/*'\"\n\n- name: Get list of PVs used by Ceph\n shell: minikube ssh \"sudo su root -c 'vgs -o vg_name,pv_name --nohead...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-rook-configure
7,985
[ "no_license" ]
[ { "path": "roles/k8s-rook-configure/tasks/main.yml", "content": "---\n- name: Rook Storage Solution\n block:\n\n - name: Check if Rook is already installed\n shell: kubectl get deployments -A -o=go-template={%raw%}'{{range .items}}{{.metadata.name}}{{printf \"\\n\"}}{{end}}'{%endraw%} | grep rook-ceph-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3061, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-route-nodes
7,985
[ "no_license" ]
[ { "path": "roles/k8s-route-nodes/tasks/main.yml", "content": "---\n- name: nmcli con mod \"System eth0\" ipv4.never-default true\n shell: nmcli con mod \"System eth0\" ipv4.never-default true\n ignore_errors: true\n\n- name: ip route del default via 192.168.41.1 dev eth0\n shell: ip route del default via...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/k8s-update-nodes
7,985
[ "no_license" ]
[ { "path": "roles/k8s-update-nodes/tasks/main.yml", "content": "---\n- name: yum update -y\n shell: yum update -y\n ignore_errors: true\n \n- name: Reboot the server and wait for it to come back up.\n reboot:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
fernandohackbart/ansible-k8s-centos
b7013faa3630165d43e21a44f723cd49f6cba417
0
roles/upgrade-kernel
7,985
[ "no_license" ]
[ { "path": "roles/upgrade-kernel/tasks/main.yaml", "content": "---\n#https://www.thegeekdiary.com/centos-rhel-7-change-default-kernel-boot-with-old-kernel/\n- name: Upgrade to Kernel 4\n block:\n\n - name: Install EL repo\n yum:\n name: http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2084, "all_permissive": false }
ansible_role
devops-recipes/on-demand-test-environments
a8715451e954e816783278d6df94ddb0324c1261
1
infra/provision-ecs-ansible/roles/ec2-container-inst-provision
7,985
[ "no_license" ]
[ { "path": "infra/provision-ecs-ansible/roles/ec2-container-inst-provision/tasks/main.yml", "content": "---\n- name: Provision {{ ec2_count }} instances with tag {{ ec2_tag_Role }}\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2306, "all_permissive": false }
ansible_role
devops-recipes/on-demand-test-environments
a8715451e954e816783278d6df94ddb0324c1261
1
infra/provision-ecs-ansible/roles/ec2-container-inst-terminate
7,985
[ "no_license" ]
[ { "path": "infra/provision-ecs-ansible/roles/ec2-container-inst-terminate/tasks/main.yml", "content": "---\n- name: Get EC2 instance IDs for registered container instances\n run_once: true\n ec2_remote_facts:\n filters:\n \"tag:Type\": \"{{ ec2_tag_Type }}\"\n \"tag:Role\": \"{{ ec2_tag_Role ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
devops-recipes/on-demand-test-environments
a8715451e954e816783278d6df94ddb0324c1261
1
infra/provision-ecs-ansible/roles/ecs-cluster-provision
7,985
[ "no_license" ]
[ { "path": "infra/provision-ecs-ansible/roles/ecs-cluster-provision/tasks/main.yml", "content": "---\n# update Shippable resource state with this job number\n- name: run cmd\n shell: |\n shipctl post_resource_state \"{{ STATE_RES_NAME }}\" versionName \"build-${BUILD_NUMBER}\"\n\n# provision ECS cluster\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
devops-recipes/on-demand-test-environments
a8715451e954e816783278d6df94ddb0324c1261
1
infra/provision-ecs-ansible/roles/ecs-cluster-terminate
7,985
[ "no_license" ]
[ { "path": "infra/provision-ecs-ansible/roles/ecs-cluster-terminate/tasks/main.yml", "content": "---\n# update Shippable resource state with this job number\n- name: run cmd\n shell: |\n shipctl post_resource_state \"{{ STATE_RES_NAME }}\" versionName \"build-${BUILD_NUMBER}\"\n\n# Terminate ECS cluster\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
devops-recipes/on-demand-test-environments
a8715451e954e816783278d6df94ddb0324c1261
1
infra/provision-ecs-ansible/roles/ecs-services-terminate
7,985
[ "no_license" ]
[ { "path": "infra/provision-ecs-ansible/roles/ecs-services-terminate/tasks/main.yml", "content": "---\n- name: get list of services running in cluster\n ecs_service_facts:\n cluster: \"{{ ECS_CLUSTER_NAME }}\"\n register: ecsservices\n\n- name: get list of task definitions for each service\n ecs_servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1157, "all_permissive": false }
ansible_role
nadproject/nad
f1a4e763ee2f078b2d1309bf1e52707cd6346dca
2
scripts/vagrant/roles/golang
7,985
[ "no_license" ]
[ { "path": "scripts/vagrant/roles/golang/tasks/main.yml", "content": "---\n- name: Check if golang is already installed.\n stat:\n path: /usr/local/go\n register: godir\n\n- name: Download Golang\n unarchive:\n src: \"https://dl.google.com/go/go{{ golang_version }}.linux-amd64.tar.gz\"\n dest: /...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
nadproject/nad
f1a4e763ee2f078b2d1309bf1e52707cd6346dca
2
scripts/vagrant/roles/postgres
7,985
[ "no_license" ]
[ { "path": "scripts/vagrant/roles/postgres/templates/pg_hba.conf.j2", "content": "{% for client in postgresql_hba_entries %}\n{{ client.type }} {{ client.database }} {{ client.user }} {{ client.address|default('') }} {{ client.ip_address|default('') }} {{ client.ip_mask|default('') }} {{ client.auth_method }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1716, "all_permissive": false }
ansible_role
annegi/vagrant-ansible-flask
5852ee3ad5b81c852b2d4320a9fd50fdba0504ef
0
provisioning/roles/checkout
7,985
[ "no_license" ]
[ { "path": "provisioning/roles/checkout/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - checkout", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "provisioning/roles/checkout/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 431, "all_permissive": false }
ansible_role
annegi/vagrant-ansible-flask
5852ee3ad5b81c852b2d4320a9fd50fdba0504ef
0
provisioning/roles/install_dependency
7,985
[ "no_license" ]
[ { "path": "provisioning/roles/install_dependency/tasks/main.yml", "content": "---\n# tasks file for install_dependency\n- name: Install Application prerequisites\n pip: requirements=/webapp/devops/requirements.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 332, "all_permissive": false }
ansible_role
annegi/vagrant-ansible-flask
5852ee3ad5b81c852b2d4320a9fd50fdba0504ef
0
provisioning/roles/install_prerequisite
7,985
[ "no_license" ]
[ { "path": "provisioning/roles/install_prerequisite/defaults/main.yml", "content": "---\n# defaults file for install_git", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "provisioning/roles/install_prerequisite/vars/main.yml", "content": "---\n# v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 357, "all_permissive": false }
ansible_role
annegi/vagrant-ansible-flask
5852ee3ad5b81c852b2d4320a9fd50fdba0504ef
0
provisioning/roles/logrotate
7,985
[ "no_license" ]
[ { "path": "provisioning/roles/logrotate/handlers/main.yml", "content": "---\n# handlers file for logrotate", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "provisioning/roles/logrotate/vars/main.yml", "content": "---\n# vars file for logrotate",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 374, "all_permissive": false }
ansible_role
annegi/vagrant-ansible-flask
5852ee3ad5b81c852b2d4320a9fd50fdba0504ef
0
provisioning/roles/nginx
7,985
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install NGINX\n apt: name=nginx state=present\n\n- name: Replace NGINX default config with custom config\n copy: src=default dest=/etc/nginx/sites-enabled/default follow=yes\n notify:\n - reload_nginx\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 327, "all_permissive": false }
ansible_role
annegi/vagrant-ansible-flask
5852ee3ad5b81c852b2d4320a9fd50fdba0504ef
0
provisioning/roles/start_app
7,985
[ "no_license" ]
[ { "path": "provisioning/roles/start_app/templates/webapp-start.sh.j2", "content": "#!/bin/bash\ncd /webapp/devops; nohup python3 app.py </dev/null >/dev/null 2>&1 &\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "provisioning/roles/start_app/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 652, "all_permissive": false }
ansible_role
Doctorinna/backend
cfff4fe751d668dcaf4834ebb730f5158c26e201
20
ansible/roles/api
7,985
[ "no_license" ]
[ { "path": "ansible/roles/api/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - api\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/api/defaults/main.yml", "content": "---\n\nAPI_CONTAINER...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 766, "all_permissive": false }
ansible_role
Doctorinna/backend
cfff4fe751d668dcaf4834ebb730f5158c26e201
20
ansible/roles/broker
7,985
[ "no_license" ]
[ { "path": "ansible/roles/broker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - broker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/broker/defaults/main.yml", "content": "---\n\nBROK...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 340, "all_permissive": false }
ansible_role
Doctorinna/backend
cfff4fe751d668dcaf4834ebb730f5158c26e201
20
ansible/roles/db
7,985
[ "no_license" ]
[ { "path": "ansible/roles/db/defaults/main.yml", "content": "---\n\nDB_CONTAINER: doctorinna-db\nDB_IMAGE: \"postgres:13.4\"\nDB_VOLUME: doctorinna-db-data\n\nDB_PORT: 5432\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/roles/db/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 466, "all_permissive": false }
ansible_role
Doctorinna/backend
cfff4fe751d668dcaf4834ebb730f5158c26e201
20
ansible/roles/docker
7,985
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Install prerequisites\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n update_cache: yes\n \n- name: Add APT key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n keyring: /usr/sha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1248, "all_permissive": false }
ansible_role
Doctorinna/backend
cfff4fe751d668dcaf4834ebb730f5158c26e201
20
ansible/roles/nginx
7,985
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yml", "content": "---\n\nNGINX_CONTAINER: doctorinna-nginx\nNGINX_IMAGE: doctorinna-nginx\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
lsampaioweb/load-balancer
66f177838158a602a5e38f6758b7b57d90e17d9c
1
ansible/roles/setup_app
7,985
[ "no_license" ]
[ { "path": "ansible/roles/setup_app/README.md", "content": "# Setup Ubuntu Server 24.04 Application\n\nThis playbook automates the process of deploying application files, creating necessary Docker networks, and starting the containers on an Ubuntu 24.04 server.\n\n## Usage\n\nTo run the playbook, execute the...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 20700, "all_permissive": false }
ansible_role
lsampaioweb/load-balancer
66f177838158a602a5e38f6758b7b57d90e17d9c
1
ansible/roles/setup_vm
7,985
[ "no_license" ]
[ { "path": "ansible/roles/setup_vm/README.md", "content": "# Setup the Virtual Machine (Ubuntu 24.04)\n\nThis playbook automates the setup of an Ubuntu 24.04 virtual machine using Ansible. The playbook ensures the VM is properly configured with the required software and optimized by removing unnecessary pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2146, "all_permissive": false }
ansible_role
lsampaioweb/load-balancer
66f177838158a602a5e38f6758b7b57d90e17d9c
1
ansible/roles/update
7,985
[ "no_license" ]
[ { "path": "ansible/roles/update/README.md", "content": "Here’s the completed and formatted version of the documentation for the update playbook:\n\n## **Setup Ubuntu Server 24.04 - Update Playbook**\n\nThis playbook automates the process of updating all installed packages on an Ubuntu Server 24.04 to the la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1352, "all_permissive": false }
ansible_role
szark/Udacity-capstone
79dfe62602fd9a2bd8fa1a5a0aa21949553f8858
0
.circleci/ansible/roles/configure-server
7,985
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1546, "all_permissive": false }
ansible_role
szark/Udacity-capstone
79dfe62602fd9a2bd8fa1a5a0aa21949553f8858
0
.circleci/ansible/roles/deploy-scripts
7,985
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy-scripts/tasks/main.yml", "content": "---\n- name: Creates web directory\n become_user: ubuntu\n become: yes\n file:\n path: /home/ubuntu/app\n state: directory\n\n- name: Unarchive\n become_user: ubuntu\n become: yes \n unarchive: \n src: ~/project/te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2079, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_apt
7,985
[ "no_license" ]
[ { "path": "roles/role_apt/tasks/main.yml", "content": "---\n# Install & Configure Common Tools\n\n- name: APT update cache\n apt:\n update_cache: yes\n cache_valid_time: 7200\n retries: 5\n delay: 60\n\n- name: Create `/usr/share/man/man1` directory (required for Java 8)\n file:\n path: /usr/sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2226, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_base
7,985
[ "no_license" ]
[ { "path": "roles/role_base/defaults/main.yml", "content": "---\ntimezone: \"Europe/Luxembourg\"\nfallback_ntp_servers:\n - timeserv.dmzi.cssf.lu\n\n\n\nproxy_url: http://proxy.cssf.lu:8080\n\nproxy_env:\n http_proxy: \"{{ proxy_url }}\"\n https_proxy: \"{{ proxy_url }}\"\n HTTPS_PROXY: \"{{ proxy_url }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2674, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_ca-cert
7,985
[ "no_license" ]
[ { "path": "roles/role_ca-cert/tasks/main.yml", "content": "---\n#################################################################\n# #\n# Add CSSF's self-signed certificates #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1630, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_git_config
7,985
[ "no_license" ]
[ { "path": "roles/role_git_config/files/pre-commit", "content": "#!/bin/bash\n# At root folder project: run ln -s ../../utils/git/pre-commit .git/hooks/pre-commit\necho \"running pre-commit hooks\"\n\nSTAGED_FILES_CMD=`git diff origin/master --cached --name-only | grep -E \"(\\.java$)|(pom.xml)\"`\n# Determi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5792, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_python
7,985
[ "no_license" ]
[ { "path": "roles/role_python/tasks/main.yml", "content": "---\n\n- name: Install python\n apt:\n name: \"{{ packages }}\"\n state: present\n force: yes\n vars:\n packages:\n - python3\n - python3-pip\n - python\n - python-pip\n - python3-jmespath\n - python3-setuptools\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_ubuntu_upgrade
7,985
[ "no_license" ]
[ { "path": "roles/role_ubuntu_upgrade/tasks/main.yml", "content": "---\n\n- name: Fix bug while prompty something even asked not to during do-release-upgrade\n lineinfile:\n dest: /etc/apt/apt.conf.d/local\n line: 'Dpkg::options { \"--force-confdef\"; \"--force-confnew\"; }'\n create: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1878, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_umake
7,985
[ "no_license" ]
[ { "path": "roles/role_umake/vars/main.yml", "content": "---\n\nubuntu_make_ppa: \"deb http://ppa.launchpad.net/lyzardking/ubuntu-make/ubuntu bionic main\"\n#ubuntu_make_ppa: ppa:lyzardking/ubuntu-make\nubuntu_make_key_server: keyserver.ubuntu.com\nubuntu_make_ppa_id: \"5ada701f\"", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2060, "all_permissive": false }
ansible_role
jeanmoul/dev-env
edb4e381f21ddec597480e59ab86f4fbfe9c3f5e
0
roles/role_vscode
7,985
[ "no_license" ]
[ { "path": "roles/role_vscode/tasks/main.yml", "content": "---\n# Install & Configure vscode\n\n- name: Add public key\n apt_key: url=\"{{ vscode_ppa_key }}\" id=\"{{ vscode_ppa_id }}\" state=present\n become: true\n\n- name: Add vscode repository\n apt_repository:\n repo: \"{{ vscode_ppa }}\"\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/delta
7,983
[ "permissive" ]
[ { "path": "roles/delta/tasks/main.yaml", "content": "---\n- name: Install\n ansible.builtin.package:\n name:\n - git-delta\n state: latest\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/exa
7,983
[ "permissive" ]
[ { "path": "roles/exa/tasks/main.yaml", "content": "---\n- name: Install\n ansible.builtin.package:\n name:\n - exa\n state: latest\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/fd
7,983
[ "permissive" ]
[ { "path": "roles/fd/tasks/main.yaml", "content": "---\n- name: Install\n ansible.builtin.package:\n name:\n - fd\n state: latest\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/git
7,983
[ "permissive" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "---\n- name: Install\n ansible.builtin.package:\n name:\n - git\n state: latest\n become: yes\n\n- name: Set alias l\n community.general.git_config:\n name: alias.l\n scope: global\n value: log --pretty=oneline -n 20 --graph --abbrev-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4670, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/hyperfine
7,983
[ "permissive" ]
[ { "path": "roles/hyperfine/tasks/main.yaml", "content": "---\n- name: Install\n ansible.builtin.package:\n name:\n - hyperfine\n state: latest\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/jsonnet
7,983
[ "permissive" ]
[ { "path": "roles/jsonnet/tasks/main.yaml", "content": "---\n- name: Install\n kewlfft.aur.aur:\n use: yay\n name:\n - go-jsonnet\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/lazydocker
7,983
[ "permissive" ]
[ { "path": "roles/lazydocker/tasks/main.yaml", "content": "---\n- name: Install\n kewlfft.aur.aur:\n use: yay\n name:\n - lazydocker\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/lazygit
7,983
[ "permissive" ]
[ { "path": "roles/lazygit/tasks/main.yaml", "content": "---\n- name: Install\n kewlfft.aur.aur:\n use: yay\n name:\n - lazygit\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/postman
7,983
[ "permissive" ]
[ { "path": "roles/postman/tasks/main.yaml", "content": "---\n- name: Install\n kewlfft.aur.aur:\n use: yay\n name:\n - postman-bin\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": true }
ansible_role
JordiChauzi/dotfiles
54a50f743c7e15b7c9eeebac75cb76138660137c
0
roles/system
7,983
[ "permissive" ]
[ { "path": "roles/system/tasks/main.yaml", "content": "---\n- name: Install\n ansible.builtin.package:\n name:\n - jq\n - dog\n - open-iscsi\n - nfs-utils\n state: latest\n become: yes\n\n- name: Set sudo\n ansible.builtin.replace:\n path: \"/etc/sudoers.d/10-installer\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": true }
ansible_role
dengdl/hadoop_spark_autoinstall
a8173da2270af3a2d7c6f68f3a46e426b85b6a25
0
roles/service_master
7,983
[ "no_license" ]
[ { "path": "roles/service_master/tasks/main.yml", "content": "- include: user_group_sshkey_add.yml\n- include: java_install.yml \n- include: hadoop_install.yml \n- include: spark_install.yml\n- include: exec_script.yml\n- include: service_start.yml\n\n", "license_type": "no_license", "detected_licens...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4023, "all_permissive": false }
ansible_role
dengdl/hadoop_spark_autoinstall
a8173da2270af3a2d7c6f68f3a46e426b85b6a25
0
roles/service_slave
7,983
[ "no_license" ]
[ { "path": "roles/service_slave/tasks/exec_script.yml", "content": "- name: copy script file\n copy: src=script/init_hadoop_config.sh dest=/tmp/ mode=0777\n- name: Execute the script\n command: sh /tmp/init_hadoop_config.sh\n- name: clean tmp file\n file: path=/tmp/init_hadoop_config.sh state=absent\n",...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6813, "all_permissive": false }
ansible_role
timmackinnon/virt-image-builder
bb94b3f548cd8e830f93f8ef286bdc5ad0a01c9b
0
roles/packer-setup
7,983
[ "permissive" ]
[ { "path": "roles/packer-setup/tasks/main.yml", "content": "---\n- name: Download Packer archive\n get_url:\n url: \"{{ packer_url }}\"\n dest: \"./{{ packer_file }}\"\n\n- name: Extract Packer archive\n unarchive:\n remote_src: true\n src: \"{{ packer_file }}\"\n dest: \".\"\n creates: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": true }
ansible_role
timmackinnon/virt-image-builder
bb94b3f548cd8e830f93f8ef286bdc5ad0a01c9b
0
roles/system-setup
7,983
[ "permissive" ]
[ { "path": "roles/system-setup/tasks/main.yml", "content": "---\n- name: yum install Base group\n yum:\n name: \"@Base\"\n state: present\n\n- name: yum install Core group\n yum:\n name: \"@Core\"\n state: present\n\n- name: yum install Platform Development group\n yum:\n name: \"@Platform ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 907, "all_permissive": true }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/apache
7,983
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: open port 80/tcp for httpd\n firewalld:\n port: 80/tcp\n permanent: yes\n state: enabled\n\n- name: reload firewalld\n service:\n name: firewalld\n state: reloaded\n\n- name: install httpd\n dnf:\n name: httpd\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/container
7,983
[ "no_license" ]
[ { "path": "roles/container/tasks/main.yml", "content": "- name: open port 5005/tcp\n firewalld:\n port: 5005/tcp\n permanent: yes\n state: enabled\n\n- name: restart firewall\n service:\n name: firewalld\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/devops
7,983
[ "no_license" ]
[ { "path": "roles/devops/tasks/main.yml", "content": "- name: open port 8080/tcp for traefik\n firewalld:\n port: 8080/tcp\n permanent: yes\n state: enabled\n\n- name: open port 50080/tcp for devops\n firewalld:\n port: 50080/tcp\n permanent: yes\n state: enabled\n\n- name: open port 5808...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/dns
7,983
[ "no_license" ]
[ { "path": "roles/dns/handlers/main.yml", "content": "- name: restart bind\n service:\n name: named\n state: reloaded\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/dns/templates/zone_template.j2", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5703, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/email
7,983
[ "no_license" ]
[ { "path": "roles/email/tasks/main.yml", "content": "---\n- name: open port 25/tcp for postfix\n firewalld:\n port: 25/tcp\n permanent: yes\n state: enabled\n\n- name: open port 587/tcp for postif\n firewalld:\n port: 587/tcp\n permanent: yes\n state: enabled\n\n- name: open port 143/tcp ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/filesystem
7,983
[ "no_license" ]
[ { "path": "roles/filesystem/tasks/main.yml", "content": "---\n- name: open port 111/tcp\n firewalld:\n port: 111/tcp\n permanent: yes\n state: enabled\n\n- name: open port 2049/tcp\n firewalld:\n port: 2049/tcp\n permanent: yes\n state: enabled\n\n- name: open port 139/tcp\n firewalld:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/kubernetes
7,983
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "- name: open port 8443/tcp for kubernetes\n firewalld:\n port: 8443/tcp\n permanent: yes\n state: enabled\n\n- name: open port 6443/tcp for kubernetes\n firewalld:\n port: 6443/tcp\n permanent: yes\n state: enabled\n\n- name: open ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/monitoring
7,983
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "- name: open port 514/tcp for monitoring (rsyslog)\n firewalld:\n port: 514/tcp\n permanent: yes\n state: enabled\n\n- name: open port 30910/tcp for monitoring (for container)\n firewalld:\n port: 30910/tcp\n permanent: yes\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
RobinMurk/Ansible
f9e6139166bdea4faa370657791866782f88594f
0
roles/tls
7,983
[ "no_license" ]
[ { "path": "roles/tls/tasks/main.yml", "content": "---\n- name: open port 443/tcp for https\n firewalld:\n port: 443/tcp\n permanent: yes\n state: enabled\n\n- name: open port 465/tcp\n firewalld:\n port: 465/tcp\n permanent: yes\n state: enabled\n\n- name: open port 587/tcp\n firewalld:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
namolabs/ansible-collection-infra
7f1161226ccd589630ef8fb8b6153f3729076530
0
roles/cloud_init_config
7,983
[ "no_license" ]
[ { "path": "roles/cloud_init_config/defaults/main.yml", "content": "locale: \"en_US.UTF-8\"\n\ncloudinit_defaults:\n hostname: \"defaulthostname\"\n timezone: \"Europe/Berlin\"\n\n manage_etc_hosts: localhost\n fqdn: \"default.example.com\"\n\n chpasswd:\n expire: false\n\n users:\n - default\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3836, "all_permissive": false }
ansible_role
namolabs/ansible-collection-infra
7f1161226ccd589630ef8fb8b6153f3729076530
0
roles/fetchdata
7,983
[ "no_license" ]
[ { "path": "roles/fetchdata/tasks/main.yml", "content": "\n- name: read project config {{ configfolder }}/project.json\n include_vars:\n dir: \"{{ configfolder }}\"\n files_matching: 'project'\n ignore_unknown_extensions: True\n extensions:\n - \"json\"\n register: result\n\n- name: Debug - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1597, "all_permissive": false }
ansible_role
namolabs/ansible-collection-infra
7f1161226ccd589630ef8fb8b6153f3729076530
0
roles/infra_proxmox_prepare
7,983
[ "no_license" ]
[ { "path": "roles/infra_proxmox_prepare/defaults/main.yml", "content": "---\n# defaults file for infra_proxmox_prepare\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/infra_proxmox_prepare/tests/test.yml", "content": "---\n- hosts: local...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 600, "all_permissive": false }
ansible_role
namolabs/ansible-collection-infra
7f1161226ccd589630ef8fb8b6153f3729076530
0
roles/inventory
7,983
[ "no_license" ]
[ { "path": "roles/inventory/tasks/inventory_delete.yml", "content": "- name: \"Delete inventory file {{ configfolder }}/{{ projectid }}-inventory.ini\"\n ansible.builtin.file:\n path: \"{{ configfolder }}/{{ projectid }}-inventory.ini\"\n state: absent\n delegate_to: localhost\n run_once: true\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1531, "all_permissive": false }
ansible_role
namolabs/ansible-collection-infra
7f1161226ccd589630ef8fb8b6153f3729076530
0
roles/proxmox_vms
7,983
[ "no_license" ]
[ { "path": "roles/proxmox_vms/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - infra_proxmox_create_demo_vm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/proxmox_vms/tasks/proxmox_create_vm.yml", ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 11732, "all_permissive": false }
ansible_role
namolabs/ansible-collection-infra
7f1161226ccd589630ef8fb8b6153f3729076530
0
roles/snapshot
7,983
[ "no_license" ]
[ { "path": "roles/snapshot/vars/main.yml", "content": "---\n# vars file for roles/snapshot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/snapshot/tasks/main.yml", "content": "---\n# tasks file for roles/snapshot\n\n\n\n- name: delete -...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3833, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/configure_cloud_init_iso
7,983
[ "no_license" ]
[ { "path": "roles/configure_cloud_init_iso/tasks/main.yml", "content": "- name: Get current (non-root) user's home directory\n ansible.builtin.command: echo $HOME\n register: user_home\n changed_when: false\n become: false\n\n- name: Check if SSH public key exists (for non-root user)\n ansible.builtin.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2045, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/create_vm
7,983
[ "no_license" ]
[ { "path": "roles/create_vm/tasks/main.yml", "content": "- name: Check if VM image already exists\n ansible.builtin.stat:\n path: \"/var/lib/libvirt/images/{{ vm_name }}.qcow2\"\n register: image_stat\n\n- name: Create the VM image based on the downloaded image if it doesn't exist\n ansible.builtin.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1597, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/docker
7,983
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Add Docker’s official GPG key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n ansible.builtin.apt_repository:\n repo: \"deb [arch=amd64] https://d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/download_image
7,983
[ "no_license" ]
[ { "path": "roles/download_image/tasks/main.yml", "content": "- name: Ensure image directory exists\n ansible.builtin.file:\n path: /var/lib/libvirt/images\n state: directory\n owner: libvirt-qemu\n group: kvm\n mode: '0755'\n\n- name: Download Ubuntu cloud image\n ansible.builtin.get_url:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/install_cuda
7,983
[ "no_license" ]
[ { "path": "roles/install_cuda/tasks/main.yml", "content": "- name: Add NVIDIA package repository key\n ansible.builtin.get_url:\n url: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb\n dest: /tmp/cuda-keyring.deb\n mode: '0644'\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/install_miniforge
7,983
[ "no_license" ]
[ { "path": "roles/install_miniforge/tasks/main.yml", "content": "- name: Check if Miniforge is already installed\n ansible.builtin.stat:\n path: \"$HOME/miniforge3\"\n environment:\n HOME: \"/home/ubuntu\"\n register: miniforge_installed\n\n- name: Print the Miniforge download URL for debugging\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2194, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/install_vnc
7,983
[ "no_license" ]
[ { "path": "roles/install_vnc/tasks/main.yml", "content": "- name: Install TightVNC server\n ansible.builtin.apt:\n name: tightvncserver\n state: present\n\n- name: Create VNC directory structure\n ansible.builtin.file:\n path: \"/home/ubuntu/.vnc\"\n state: directory\n mode: '0700'\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/install_xfce
7,983
[ "no_license" ]
[ { "path": "roles/install_xfce/tasks/main.yml", "content": "- name: Update package list\n ansible.builtin.apt:\n update_cache: true\n\n- name: Install XFCE desktop environment\n ansible.builtin.apt:\n name:\n - xfce4\n - xfce4-goodies\n - xfonts-base\n state: present\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/pack_os_image
7,983
[ "no_license" ]
[ { "path": "roles/pack_os_image/tasks/main.yml", "content": "# roles/pack_os_image/tasks/main.yml\n- name: Ensure qemu-img is installed\n ansible.builtin.apt:\n name: qemu-utils\n state: present\n become: true\n\n- name: Ensure virt-sparsify is installed\n ansible.builtin.apt:\n name: libguestfs-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1980, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/passthrough
7,983
[ "no_license" ]
[ { "path": "roles/passthrough/tasks/main.yml", "content": "---\n\n- name: Set up our prefer kernel command line\n ansible.builtin.lineinfile:\n path: /etc/default/grub\n state: present\n line: >-\n GRUB_CMDLINE_LINUX=\"modprobe.blacklist=nouveau,nvidia,nvidia_drm\n rd.driver.blacklist=nou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1040, "all_permissive": false }
ansible_role
minha12/verdi-ansible-images
54fc2657ba3bfe0a45687e721da8825c30a0dcfc
0
roles/probing_vm
7,983
[ "no_license" ]
[ { "path": "roles/probing_vm/tasks/main.yml", "content": "- name: Wait for VM to become reachable\n ansible.builtin.wait_for:\n host: \"{{ ip_address }}\"\n port: 22\n state: started\n delay: 5\n timeout: 300\n\n- name: Check if the IP address is already present in known_hosts\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
Otus-DevOps-2017-11/mnikolaenko_infra
5c3ea5e25f1c60bf2cd36e7d0d74f32be28422a0
0
ansible/roles/app
7,983
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: Install ruby and required packages\n apt:\n name: \"{{ item }}\"\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
Otus-DevOps-2017-11/mnikolaenko_infra
5c3ea5e25f1c60bf2cd36e7d0d74f32be28422a0
0
ansible/roles/db
7,983
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n- name: Add mongodb repo apt key\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5\n\n- name: Add mongodb repo\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] https://repo....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/backup
7,991
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n- name: Ensure that the backup folder is here\n file:\n path: /var/backups/rolling\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n- name: Get AWS cli source\n unarchive:\n src: https://awscli.amaz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3798, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/base
7,991
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Refresh apt keys\n shell: apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com\n become: yes\n become_user: root\n- name: Update apt\n apt:\n update_cache: yes\n- name: Upgrade apt\n apt:\n upgrade: full\n# - name: Install sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1649, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/caddy
7,991
[ "no_license" ]
[ { "path": "roles/caddy/tasks/main.yml", "content": "---\n- name: Add repository\n apt_repository:\n repo: 'deb [trusted=yes] https://apt.fury.io/caddy/ /'\n state: present\n filename: caddy\n- name: Ensure Caddy is installed\n apt:\n pkg: 'caddy'\n state: latest\n- name: Ensure caddy etc di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/maria_db
7,991
[ "no_license" ]
[ { "path": "roles/maria_db/files/my.cnf", "content": "[client]\nuser=root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/maria_db/tasks/main.yml", "content": "---\n- name: Ensure the key is present\n apt_key:\n id: \"<KEY>\"\n ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2118, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/mlmmj
7,991
[ "no_license" ]
[ { "path": "roles/mlmmj/tasks/main.yml", "content": "---\n- name: Ensure dependencies are installed\n apt:\n pkg: \"{{item}}\"\n state: latest\n with_items:\n - postfix\n - mlmmj\n# Configure postfix\n- name: Ensure postfix config is here\n copy:\n src: main.cf\n dest: /etc/postfix/main.cf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2160, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/mongo
7,991
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yml", "content": "---\n- name: Ensure the key is present\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-5.0.asc\n- name: Add repository\n apt_repository:\n repo: 'deb http://repo.mongodb.org/apt/debian {{ ansible_distribution_release }}/mongodb-org/5.0 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1664, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/mosquitto
7,991
[ "no_license" ]
[ { "path": "roles/mosquitto/tasks/main.yml", "content": "---\n- name: Update apt\n apt:\n update_cache: yes\n- name: Install mosquitto\n apt: \n name: mosquitto\n state: latest\n- name: Ensure the mosquitto config is present\n copy:\n src: mosquitto.conf\n dest: /etc/mosquitto/conf.d/mosqui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }