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
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/cluster-autoscaler
335
[ "no_license" ]
[ { "path": "ansible/roles/cluster-autoscaler/tasks/main.yml", "content": "---\n- name: Upload Cluster Auto Scaler File\n copy:\n src: deploy.yml\n dest: /home/admin/cluster-autoscaler.yml\n\n- name: Installing Cluster Auto Scaler\n shell: kubectl apply -f /home/admin/cluster-autoscaler.yml", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/container-network
335
[ "no_license" ]
[ { "path": "ansible/roles/container-network/tasks/main.yml", "content": "---\n- name: Installing Antrea CNI\n shell: kubectl apply -f https://raw.githubusercontent.com/antrea-io/antrea/main/build/yamls/antrea.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/container-runtime
335
[ "no_license" ]
[ { "path": "ansible/roles/container-runtime/tasks/network-configuration.yml", "content": "---\r\n- name: Enabling Ipv4 Forwarding\r\n sysctl:\r\n name: net.ipv4.ip_forward\r\n value: 1\r\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, {...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 830, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/container-storage
335
[ "no_license" ]
[ { "path": "ansible/roles/container-storage/tasks/main.yml", "content": "---\n- name: Installing CSI Driver\n shell: |\n helm repo add aws-ebs-csi-driver https://kubernetes-sigs.github.io/aws-ebs-csi-driver\n helm repo update\n helm upgrade --install aws-ebs-csi-driver \\\n --namespace kube-sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/dependency-packages
335
[ "no_license" ]
[ { "path": "ansible/roles/dependency-packages/tasks/main.yml", "content": "---\r\n- name: Installing Dependency Packages\r\n apt:\r\n name: \r\n - apt-transport-https\r\n - ca-certificates \r\n - curl \r\n - gpg\r\n - software-properties-common\r\n update_cache: true", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/external-dns
335
[ "no_license" ]
[ { "path": "ansible/roles/external-dns/tasks/main.yml", "content": "- name: Installing External DNS\n shell: |\n helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/\n helm upgrade --install external-dns external-dns/external-dns --version 1.15.0 -n kube-system", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/hostnames
335
[ "no_license" ]
[ { "path": "ansible/roles/hostnames/tasks/main.yml", "content": "---\n- name: Updating Hostnames\n shell: hostnamectl set-hostname $(curl http://169.254.169.254/latest/meta-data/hostname)", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/init-cluster
335
[ "no_license" ]
[ { "path": "ansible/roles/init-cluster/tasks/kubeadm-init.yml", "content": "---\n- name: KubeAdm Init\n shell: kubeadm init --config /home/admin/kubeadm-init.yml\n register: kubeadm_init_output\n\n- name: KubeAdm Init (Output)\n debug:\n var: kubeadm_init_output.stdout_lines", "license_type": "no_l...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2271, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/join-control-planes
335
[ "no_license" ]
[ { "path": "ansible/roles/join-control-planes/tasks/main.yml", "content": "---\n- name: Join Control Planes\n vars:\n join_control_plane: \"{{ lookup('file', '/tmp/kubeadm-join-control-plane.txt') }}\"\n shell: \"export KUBELET_EXTRA_ARGS=\\\"--cloud-provider=external\\\" && {{ join_control_plane }}\"",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/join-workers
335
[ "no_license" ]
[ { "path": "ansible/roles/join-workers/tasks/join-workers.yml", "content": "---\n- name: Join Workers\n vars:\n join_worker: \"{{ lookup('file', '/tmp/kubeadm-join-worker.txt') }}\"\n shell: \"export KUBELET_EXTRA_ARGS=\\\"--cloud-provider=external\\\" && {{ join_worker }}\"\n", "license_type": "no_...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 315, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/kube-packages
335
[ "no_license" ]
[ { "path": "ansible/roles/kube-packages/tasks/main.yml", "content": "---\r\n- include_tasks: repository.yml\r\n- include_tasks: install.yml\r\n- include_tasks: hold.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/kube-packages/task...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 804, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/load-balancer-controller
335
[ "no_license" ]
[ { "path": "ansible/roles/load-balancer-controller/tasks/main.yml", "content": "- name: Adding AWS Load Balancer Controller Repository\n shell: |\n helm repo add eks https://aws.github.io/eks-charts\n helm repo update\n\n- name: Installing AWS Load Balancer Controller\n shell: |\n helm install aws...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/metrics-server
335
[ "no_license" ]
[ { "path": "ansible/roles/metrics-server/tasks/main.yml", "content": "---\n- include_tasks: install.yml\n- include_tasks: patch.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/metrics-server/tasks/patch.yml", "content": "--- \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 685, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/node-termination
335
[ "no_license" ]
[ { "path": "ansible/roles/node-termination/tasks/install-node-termination.yml", "content": "- name: Authenticate Public ECR\n shell: |\n aws ecr-public get-login-password \\\n --region {{aws_region}} | helm registry login \\\n --username AWS \\\n --password-stdin public.ecr.aws\n\n- name: Ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/set-provider-id
335
[ "no_license" ]
[ { "path": "ansible/roles/set-provider-id/tasks/main.yml", "content": "---\n- name: Get Availability Zone\n shell: curl http://169.254.169.254/latest/meta-data/placement/availability-zone\n register: az_output\n\n- name: Get Instance Id\n shell: curl http://169.254.169.254/latest/meta-data/instance-id\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
kenerry-serain/not-so-simple-ecommerce-iac
ae18f12f039e68ba711619fb5620b847f1cd5753
3
ansible/roles/update-launch-template
335
[ "no_license" ]
[ { "path": "ansible/roles/update-launch-template/tasks/main.yml", "content": "---\n\n- name: Create user data script file with variable substitution\n vars:\n joinWorkerCommand: \"{{ lookup('file', '/tmp/kubeadm-join-worker.txt') }}\"\n template:\n src: worker-user-data-v2.sh\n dest: /tmp/user-dat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3191, "all_permissive": false }
ansible_role
cyverse-austria/ansible-k8s-rhel
ea0ca692aebce71975207bc6222b7dfc00550f1a
0
roles/firewalld-config
335
[ "no_license" ]
[ { "path": "roles/firewalld-config/handlers/main.yml", "content": "---\n\n- name: Reload firewall\n ansible.builtin.systemd:\n name: firewalld\n state: restarted\n daemon_reload: true\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2312, "all_permissive": false }
ansible_role
cyverse-austria/ansible-k8s-rhel
ea0ca692aebce71975207bc6222b7dfc00550f1a
0
roles/kubeadm-installer
335
[ "no_license" ]
[ { "path": "roles/kubeadm-installer/tasks/main.yml", "content": "---\n- name: Setup kubernetes yum repo\n ansible.builtin.copy:\n src: kubernetes.repo\n dest: /etc/yum.repos.d/kubernetes.repo\n owner: root\n group: root\n mode: \"0644\"\n\n- name: SELinux permissive mode\n ansible.posix.seli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1454, "all_permissive": false }
ansible_role
cyverse-austria/ansible-k8s-rhel
ea0ca692aebce71975207bc6222b7dfc00550f1a
0
roles/vice-haproxy-installer
335
[ "no_license" ]
[ { "path": "roles/vice-haproxy-installer/tasks/main.yaml", "content": "---\n- name: Install haproxy\n ansible.builtin.package:\n name: haproxy\n state: present\n\n- name: Generate haproxy.cfg\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n mode: \"0644\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
Datanexus/johnston
bd2c95890c2b520f43578b022e3c8acfe0c7fe94
0
roles/aws
335
[ "no_license" ]
[ { "path": "roles/aws/tasks/launch-vm.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# Launch an AWS AMI\n---\n- name: JOHNSTON OVERLAY | creating ssh security group\n local_action:\n module: ec2_group\n name: \"dnsg_{{ project }}_ssh_private_internal\"\n description: \"subne...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10246, "all_permissive": false }
ansible_role
Datanexus/johnston
bd2c95890c2b520f43578b022e3c8acfe0c7fe94
0
roles/azure
335
[ "no_license" ]
[ { "path": "roles/azure/tasks/launch-vm.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# Launch an Azure image\n--- \n#\n# # wait_for doesn't work with a proxy, so we need to ssh and check output\n# - name: waiting for {{ item }} with {{ keypair.key.name }}-private-key.pem\"\n# local...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10810, "all_permissive": false }
ansible_role
Datanexus/johnston
bd2c95890c2b520f43578b022e3c8acfe0c7fe94
0
roles/johnston
335
[ "no_license" ]
[ { "path": "roles/johnston/tasks/interface-facts.yml", "content": "# (c) Copyright 2016 DataNexus Inc. All Rights Reserved.\n#\n# automatically set facts based on interfaces present\n--- \n- name: setting eth0 to all interfaces\n set_fact:\n johnston_interface: \"{{ hostvars[inventory_hostname].ansib...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1948, "all_permissive": false }
ansible_role
Datanexus/johnston
bd2c95890c2b520f43578b022e3c8acfe0c7fe94
0
roles/preflight
335
[ "no_license" ]
[ { "path": "roles/preflight/tasks/main.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# OS tasks that occur post-boot and pre-appplication installation\n---\n\n# in a dual interface system, eth1 is always public internal\n# azure is pre-configured so we only need to do this for AWS & O...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6423, "all_permissive": false }
ansible_role
bryi/ansible
6b3b6e6a9659a45fc325f3b75434c349843105fb
0
ansible_primer/roles/GithubActions
335
[ "no_license" ]
[ { "path": "ansible_primer/roles/GithubActions/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - GithubActions", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible_primer/roles/GithubActions/vars/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 472, "all_permissive": false }
ansible_role
bryi/ansible
6b3b6e6a9659a45fc325f3b75434c349843105fb
0
ansible_primer/roles/postgresql
335
[ "no_license" ]
[ { "path": "ansible_primer/roles/postgresql/tasks/main.yml", "content": "---\n# Create user\n- name: Copy the pg_hba conf\n copy:\n src: pg_hba.conf\n dest: /etc/postgresql/10/main/pg_hba.conf\n owner: root\n group: root\n mode: '0644'\n backup: yes\n\n- name: Copy the postgres conf\n cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
bryi/ansible
6b3b6e6a9659a45fc325f3b75434c349843105fb
0
ansible_primer/roles/rails_deploy
335
[ "no_license" ]
[ { "path": "ansible_primer/roles/rails_deploy/handlers/main.yml", "content": "---\n# handlers file for rails_deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible_primer/roles/rails_deploy/defaults/main.yml", "content": "---\n# defaults...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 661, "all_permissive": false }
ansible_role
bryi/ansible
6b3b6e6a9659a45fc325f3b75434c349843105fb
0
roles/app
335
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n- name: Show info about the env this host belongs to \n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n \n- name: Add unit file for Puma \n copy:\n src: puma.service\n dest: /etc/systemd/system/puma.service \n notify:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
alvis9515/pruebasotrosmontaje
3600e85adfc361042327cbb3778af4e4a0881262
0
roles/Ejecucion
335
[ "no_license" ]
[ { "path": "roles/Ejecucion/tasks/main.yaml", "content": "---\n- name: Ejecutar script SQL usando SQL*Plus\n shell: $ORACLE_HOME/bin/sqlplus -S {{ item.oracle_user }}/{{ item.oracle_password }}@localhost:{{ item.oracle_port }}/{{ item.oracle_database }} @{{ item.script_sql_path }}\n environment: \n ORAC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
SkylarScaling/ocp4-devops-demo
21dff55e49cb83fd2ec6d93ad5bddca77832c289
1
ansible/playbooks/roles/create_webhooks_and_triggers
335
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/create_webhooks_and_triggers/tasks/main.yaml", "content": "---\r\n- name: Create Pipeline Webhook and Triggers\r\n block:\r\n - include_vars: \"{{ role_path }}/../role_vars.yaml\"\r\n - include_vars: \"{{ role_path }}/{{ user_vars_path }}\"\r\n\r\n - name: Login ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2665, "all_permissive": true }
ansible_role
SkylarScaling/ocp4-devops-demo
21dff55e49cb83fd2ec6d93ad5bddca77832c289
1
ansible/playbooks/roles/deploy_example_apps
335
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/deploy_example_apps/tasks/main.yaml", "content": "---\r\n- name: Deploy demo applications\r\n block:\r\n - include_vars: \"{{ role_path }}/../role_vars.yaml\"\r\n - include_vars: \"{{ role_path }}/{{ user_vars_path }}\"\r\n\r\n - name: Login to cluster (obtain ac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5811, "all_permissive": true }
ansible_role
SkylarScaling/ocp4-devops-demo
21dff55e49cb83fd2ec6d93ad5bddca77832c289
1
ansible/playbooks/roles/install_gitops_operator
335
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/install_gitops_operator/tasks/main.yaml", "content": "---\r\n- name: Install GitOps Operator\r\n block:\r\n - include_vars: \"{{ role_path }}/../role_vars.yaml\"\r\n - include_vars: \"{{ role_path }}/{{ user_vars_path }}\"\r\n\r\n - name: Login to cluster (obtain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2693, "all_permissive": true }
ansible_role
SkylarScaling/ocp4-devops-demo
21dff55e49cb83fd2ec6d93ad5bddca77832c289
1
ansible/playbooks/roles/install_pipelines_operator
335
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/install_pipelines_operator/tasks/main.yaml", "content": "---\r\n- name: Install Pipelines Operator\r\n block:\r\n - include_vars: \"{{ role_path }}/../role_vars.yaml\"\r\n - include_vars: \"{{ role_path }}/{{ user_vars_path }}\"\r\n\r\n - name: Login to cluster (...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3634, "all_permissive": true }
ansible_role
SkylarScaling/ocp4-devops-demo
21dff55e49cb83fd2ec6d93ad5bddca77832c289
1
ansible/playbooks/roles/setup_prereqs
335
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/setup_prereqs/tasks/download-python-libraries.yaml", "content": "---\n- name: Download requisite Python modules\n pip:\n name: \"{{ item }}\"\n loop:\n - requests\n - requests-oauthlib\n - kubernetes\n - jmespath\n - pygithub\n...\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": true }
ansible_role
dobestan/snussum
ba6e9e3763b0feffcea152130d0d3c08d6a7aa23
5
deploy/roles/application
335
[ "no_license" ]
[ { "path": "deploy/roles/application/vars/main.yml", "content": "# Application\nproject_directory: \"/Users/dobestan/dev/snussum\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "deploy/roles/application/tasks/main.yml", "content": "- name: Gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
dobestan/snussum
ba6e9e3763b0feffcea152130d0d3c08d6a7aa23
5
deploy/roles/common
335
[ "no_license" ]
[ { "path": "deploy/roles/common/tasks/main.yml", "content": "- name: apt-get update\n apt: update_cache=yes\n\n- name: apt-get upgrade\n apt: upgrade=full\n\n- name: Install Packages\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - \"make\"\n - \"build-essential\"\n - \"git\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
dobestan/snussum
ba6e9e3763b0feffcea152130d0d3c08d6a7aa23
5
deploy/roles/db
335
[ "no_license" ]
[ { "path": "deploy/roles/db/tasks/main.yml", "content": "- name: Install PostgreSQL Dependencies\n apt:\n pkg: \"{{ item }}\"\n state: present \n with_items: \n - \"python-psycopg2\"\n - \"libpq-dev\"\n\n- name: Install PostgreSQL\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": false }
ansible_role
dobestan/snussum
ba6e9e3763b0feffcea152130d0d3c08d6a7aa23
5
deploy/roles/nginx
335
[ "no_license" ]
[ { "path": "deploy/roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n apt: pkg=nginx state=installed update_cache=yes\n\n- name: Create the directories for site specific configurations\n file: path=/etc/nginx/{{ item }} state=directory owner=root group=root mode=0755\n with_items:\n - \"s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1454, "all_permissive": false }
ansible_role
dobestan/snussum
ba6e9e3763b0feffcea152130d0d3c08d6a7aa23
5
deploy/roles/web
335
[ "no_license" ]
[ { "path": "deploy/roles/web/tasks/virtualenv.yml", "content": "- name: Install Python Dependencies\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - \"libssl-dev\"\n - \"zlib1g-dev\"\n - \"libbz2-dev\"\n - \"libreadline-dev\"\n - \"libsqlite3-dev\"\n\n- name: Check if py...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1921, "all_permissive": false }
ansible_role
KucherukDanill/Task-form-1-to-4
769eaf4bd4aac36bd61c3de3708e59e3a8ca45f6
0
task-1/ansible/roles/nginx
335
[ "no_license" ]
[ { "path": "task-1/ansible/roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes {{ nginx_worker_processes }};\npid /run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections {{ nginx_worker_connections }};\n # multi_accept on;\n}\n\nhttp {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3674, "all_permissive": false }
ansible_role
aristidesneto/provisioning-ansible-digitalocean
4e0c4cdaf168d9740c5984e8f8254c6e53b972a2
0
roles/provisioning
335
[ "no_license" ]
[ { "path": "roles/provisioning/tasks/main.yml", "content": "---\n# tasks file for provisioning\n- name: \"Upload SSH key\"\n digital_ocean_sshkey:\n oauth_token: \"{{ oauth_token }}\"\n name: \"{{ key.name }}\"\n ssh_pub_key: \"{{ item }}\"\n state: present\n with_file: \"{{ key.path }}\"\n no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1590, "all_permissive": false }
ansible_role
machacekondra/vmware-validation
4a9e60abc10dbfcef93f20b26333389ad1838fe8
0
roles/gather_information
335
[ "no_license" ]
[ { "path": "roles/gather_information/tasks/main.yml", "content": "---\n- name: Create or clear the output file\n when: gather_information_store_in_a_file\n copy:\n content: \"\"\n dest: \"{{ gather_information_output_file_name }}\"\n\n- name: Ensure the output file is writable\n when: gather_informa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 14290, "all_permissive": false }
ansible_role
machacekondra/vmware-validation
4a9e60abc10dbfcef93f20b26333389ad1838fe8
0
roles/validator
335
[ "no_license" ]
[ { "path": "roles/validator/tasks/main.yml", "content": "- name: Download collector binary\n ansible.builtin.get_url:\n url: \"{{ collector_binary_url }}\"\n dest: \"{{ collector_binary }}\"\n mode: '0755'\n\n- name: Run the validation\n ansible.builtin.command: \"{{ collector_binary }}\"\n chan...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
djedjiga1806/devopsformation
ae6e9581b67eae61d038f1a0520f4ec379da11b2
0
ansible/roles/app
335
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "\n - name: Run app\n docker_container:\n name: backend\n image: djedjiga18/api\n networks:\n - name: my-network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
djedjiga1806/devopsformation
ae6e9581b67eae61d038f1a0520f4ec379da11b2
0
ansible/roles/database
335
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "\n- name: Run database\n docker_container:\n name: mydb\n image: djedjiga18/db\n env:\n POSTGRES_USER: \"postgres\"\n POSTGRES_PASSWORD: \"<PASSWORD>\"\n POSTGRES_DB: \"mydb\"\n networks:\n - name: my-network\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
djedjiga1806/devopsformation
ae6e9581b67eae61d038f1a0520f4ec379da11b2
0
ansible/roles/docker
335
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Clean packages\n command:\n cmd: yum clean all -y\n\n- name: Install device-mapper-persistent-data\n yum:\n name: device-mapper-persistent-data\n state: latest\n\n- name: Install lvm2\n yum:\n name: lvm2\n state: latest\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
djedjiga1806/devopsformation
ae6e9581b67eae61d038f1a0520f4ec379da11b2
0
ansible/roles/frontend
335
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "\n - name: Run app\n docker_container:\n name: backend\n image: djedjiga18/front\n networks:\n - name: my-network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
djedjiga1806/devopsformation
ae6e9581b67eae61d038f1a0520f4ec379da11b2
0
ansible/roles/network
335
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "\n- name: Create network\n docker_network:\n name: my-network\n- name: Create volume\n docker_volume:\n name: shared-docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
djedjiga1806/devopsformation
ae6e9581b67eae61d038f1a0520f4ec379da11b2
0
ansible/roles/proxy
335
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "\n- name: Run httpd\n docker_container:\n name: httpd\n image: djedjiga18/http\n networks:\n - name: my-network\n published_ports:\n - \"80:80\"\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
derekmerck/rcDiana-ac
3a2ace08c52437c9beefc2f629c24bbdf714a688
0
roles/common
335
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- debug:\n msg: \"Setting up common services for {{ RCD_ARCH }}\"\n\n- debug:\n msg: \"Changing root password to {{ ROOT_PASSWORD }}\"\n\n- name: change password for root user\n become: true # do this as root\n user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 867, "all_permissive": false }
ansible_role
derekmerck/rcDiana-ac
3a2ace08c52437c9beefc2f629c24bbdf714a688
0
roles/conda
335
[ "no_license" ]
[ { "path": "roles/conda/defaults/main.yml", "content": "---\n# defaults file for conda\n\n# TODO: Need a default, but 'amd64' segfaults on armv7hf builds...need to set this by hand?\n#RCD_ARCH: amd64", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2145, "all_permissive": false }
ansible_role
derekmerck/rcDiana-ac
3a2ace08c52437c9beefc2f629c24bbdf714a688
0
roles/keras
335
[ "no_license" ]
[ { "path": "roles/keras/tasks/main.yml", "content": "---\n# tasks file for keras\n\n# These should already be present from tensorflow role dep\n- name: Add system reqs\n package:\n name:\n - build-essential\n# - libopenblas-base # In conda as numpy dep in both conda and berryconda\n - pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1517, "all_permissive": false }
ansible_role
derekmerck/rcDiana-ac
3a2ace08c52437c9beefc2f629c24bbdf714a688
0
roles/movidius
335
[ "no_license" ]
[ { "path": "roles/movidius/meta/main.yml", "content": "\ndependencies:\n - role: common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/movidius/tasks/main.yml", "content": "# Base should be stretch\n\n- name: Add system reqs\n package:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
derekmerck/rcDiana-ac
3a2ace08c52437c9beefc2f629c24bbdf714a688
0
roles/orthanc
335
[ "no_license" ]
[ { "path": "roles/orthanc/tasks/main.yml", "content": "---\n# tasks file for orthanc\n\n- name: Install orthanc\n apt:\n name: orthanc\n\n- name: Add orthanc.json\n template:\n src: orthanc.json.j2\n dest: /etc/orthanc/orthanc.json\n notify: restart_orthanc\n # Bouncing the service is irrelevant...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 469, "all_permissive": false }
ansible_role
derekmerck/rcDiana-ac
3a2ace08c52437c9beefc2f629c24bbdf714a688
0
roles/sshd
335
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n# tasks file for sshd\n\n- name: Install openssh-server\n apt:\n name: openssh-server\n\n- lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '#PermitRootLogin prohibit-password'\n line: 'PermitRootLogin yes'\n\n- lineinfile:\n path: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
derekmerck/rcDiana-ac
3a2ace08c52437c9beefc2f629c24bbdf714a688
0
roles/tensorflow
335
[ "no_license" ]
[ { "path": "roles/tensorflow/tasks/main.yml", "content": "---\n# tasks file for tensorflow\n\n- name: Add system reqs\n package:\n name:\n - build-essential\n# - libopenblas-base # numpy seems to get this for you\n - python2.7-dev\n install_recommends: no\n autoclean: yes\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1879, "all_permissive": false }
ansible_role
chinthamchaithanyakrishna/roboshop-ansible
935e451abcdee4726149b28cecb0fb1993538590
0
roles/common
335
[ "no_license" ]
[ { "path": "roles/common/tasks/systemd.yml", "content": "- name: Copy component service file\n ansible.builtin.copy:\n src: \"{{ component }}.service\"\n dest: /etc/systemd/system/{{component}}.service\n\n- name: Start service\n ansible.builtin.systemd.service:\n daemon-reload: true\n enabled: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
chinthamchaithanyakrishna/roboshop-ansible
935e451abcdee4726149b28cecb0fb1993538590
0
roles/mysql
335
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "#if [ -z \"$1\" ]; then\n#echo Input Password is missing\n#exit 1\n#fi\n#\n#dnf install mysql-server -y\n#systemctl enable mysqld\n#systemctl start mysqld\n#mysql_secure_installation --set-root-pass <PASSWORD>\n\n- name: Install MySQL\n ansible.builtin.dn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
chinthamchaithanyakrishna/roboshop-ansible
935e451abcdee4726149b28cecb0fb1993538590
0
roles/shipping
335
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Load Maven\n ansible.builtin.import_role:\n name: common\n tasks_from: maven\n\n- name: Install MYSQL client\n ansible.builtin.dnf:\n name: mysql\n state: installed\n\n- name: Load Schema\n ansible.builtin.shell: mysql -h mysql-de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
brettinternet/cluster
42ebea5ff058a89494bc0e4a79ff398e6555bd91
2
ansible/roles/kubernetes
335
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/main.yaml", "content": "---\n- name: Check if cluster is installed\n check_mode: false\n ansible.builtin.stat:\n path: /etc/rancher/k3s/config.yaml\n register: k3s_installed\n\n- name: Upgrade and reboot if first run\n ansible.builtin.include_role:\n name:...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5832, "all_permissive": false }
ansible_role
brettinternet/cluster
42ebea5ff058a89494bc0e4a79ff398e6555bd91
2
ansible/roles/os
335
[ "no_license" ]
[ { "path": "ansible/roles/os/tasks/main.yaml", "content": "# Security:\n# - https://github.com/konstruktoid/ansible-role-hardening\n# - https://github.com/dev-sec/ansible-collection-hardening\n---\n- name: Populate service facts\n ansible.builtin.service_facts:\n\n- name: Set timezone\n community.general.t...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6382, "all_permissive": false }
ansible_role
brettinternet/cluster
42ebea5ff058a89494bc0e4a79ff398e6555bd91
2
ansible/roles/upgrade
335
[ "no_license" ]
[ { "path": "ansible/roles/upgrade/defaults/main.yaml", "content": "---\nallow_reboot: false\n\n# debian/ubuntu\nallow_dist_upgrade: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/upgrade/tasks/main.yaml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1151, "all_permissive": false }
ansible_role
brettinternet/cluster
42ebea5ff058a89494bc0e4a79ff398e6555bd91
2
ansible/roles/user
335
[ "no_license" ]
[ { "path": "ansible/roles/user/defaults/main.yaml", "content": "---\nshell: /usr/bin/bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/roles/user/tasks/main.yaml", "content": "---\n- name: Ensure user groups exists\n ansible.builti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 424, "all_permissive": false }
ansible_role
abhijeetka/rancher-infracreation-ansible
1563c3ce1ff9acd54a7f9f80868a2588e3c71b72
1
roles/monitor
338
[ "no_license" ]
[ { "path": "roles/monitor/tasks/apt_key.yml", "content": "---\n- hosts : localhost\n user: root\n tasks:\n - name: create API key\n uri:\n url=\"http://172.27.59.169:8080/v1/projects/1a5/apikeys\"\n return_content=yes\n method=POST\n status_code=200\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5926, "all_permissive": false }
ansible_role
abhijeetka/rancher-infracreation-ansible
1563c3ce1ff9acd54a7f9f80868a2588e3c71b72
1
roles/rancher
338
[ "no_license" ]
[ { "path": "roles/rancher/tasks/main.yml", "content": "---\n- name: Pull and run the Rancher/server contianer\n docker:\n name: \"{{ rancher_name }}\"\n image: rancher/server:v0.47.0\n restart_policy: always\n ports: \n - \"{{ rancher_port }}:8080\"\n volumes:\n - /ran...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/discourse
338
[ "no_license" ]
[ { "path": "roles/discourse/tasks/packages-jessie.yml", "content": "---\n\n# Some of these may not strictly be necessary.\n- name: \"install packages for Discourse\"\n apt:\n name: \"{{ item }}\"\n state: \"present\"\n with_items:\n # Basic development:\n - \"autoconf\"\n - \"automake\"\n ...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 23, "total_bytes": 32783, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/epel
338
[ "no_license" ]
[ { "path": "roles/epel/tasks/main.yml", "content": "---\n\n- name: \"check if /etc/yum.repos.d/epel.repo exists\"\n stat:\n path: \"/etc/yum.repos.d/epel.repo\"\n changed_when: False\n register: epel_repo\n\n- name: \"install epel-bootstrap GPG key\"\n when: not epel_repo.stat.exists\n copy:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1203, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/gem-uninstall-pg
338
[ "no_license" ]
[ { "path": "roles/gem-uninstall-pg/tasks/main.yml", "content": "---\n\n- name: \"stop services\"\n service:\n name: \"{{ item }}\"\n state: \"stopped\"\n with_items:\n - \"nginx.service\"\n - \"discourse-unicorn.service\"\n\n- name: \"check if pg is installed\"\n command: \"/home/discourse/.rb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/migrate-9.3-to-9.4
338
[ "no_license" ]
[ { "path": "roles/migrate-9.3-to-9.4/tasks/debian.yml", "content": "---\n\n- name: \"stop the old postgres\"\n service:\n name: \"postgresql@{{ postgres_old }}-main.service\"\n enabled: False\n state: \"stopped\"\n\n- name: \"upgrade postgres\"\n command: >\n /usr/lib/postgresql/{{ postgres_new...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3210, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/nginx-discourse
338
[ "no_license" ]
[ { "path": "roles/nginx-discourse/templates/tls_domain_key.j2", "content": "{{ tls_domain_key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/nginx-discourse/tasks/pki.yml", "content": "---\n\n- name: \"create /etc/pki/tls/discourse d...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 18917, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/opendkim
338
[ "no_license" ]
[ { "path": "roles/opendkim/templates/SigningTable.j2", "content": "# OPENDKIM SIGNING TABLE\n*@{{ dkim_domain }} {{ dkim_selector }}._domainkey.{{ dkim_domain }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/opendkim/tasks/facts.yml", ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 3496, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/postfix
338
[ "no_license" ]
[ { "path": "roles/postfix/templates/main.cf.j2", "content": "# vim: filetype=pfmain\n\nmyhostname = {{ postfix_hostname }}\ninet_interfaces = localhost\ninet_protocols = all\nmydestination = $myhostname, localhost.$mydomain, localhost\nheader_checks = regexp:/etc/postfix/header_checks\nalias_maps = hash:/etc...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2314, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/postgres
338
[ "no_license" ]
[ { "path": "roles/postgres/tasks/packages-rhel7.yml", "content": "---\n\n- name: \"install packages\"\n yum:\n name: \"{{ item }}\"\n state: \"present\"\n with_items:\n - \"postgresql{{ postgres_version_short }}\"\n - \"postgresql{{ postgres_version_short }}-contrib\"\n - \"postgresql{{ post...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 9046, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/postgres-discourse
338
[ "no_license" ]
[ { "path": "roles/postgres-discourse/tasks/primary.yml", "content": "---\n\n- name: \"check if postgres_password is empty\"\n assert: { that: \"postgres_password != ''\" }\n\n- name: \"enable postgres\"\n service:\n name: \"{{ postgres_service }}\"\n enabled: True\n\n- name: \"start postgres\"\n ser...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9120, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/postgres-repo
338
[ "no_license" ]
[ { "path": "roles/postgres-repo/templates/pgdg-93-bootstrap.repo.j2", "content": "[pgdg93-bootstrap]\nname=PostgreSQL 9.3 $releasever - $basearch\n{% if ansible_distribution_major_version|int < 20 %}\nbaseurl=http://yum.postgresql.org/9.3/redhat/rhel-$releasever-$basearch\n{% else %}\nbaseurl=http://yum.post...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3691, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/rbenv
338
[ "no_license" ]
[ { "path": "roles/rbenv/templates/ruby-version.j2", "content": "{{ rbenv_ruby_version }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/rbenv/handlers/main.yml", "content": "---\n\n- name: \"reload services\"\n when: rbenv_reload is de...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5200, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/redis
338
[ "no_license" ]
[ { "path": "roles/redis/tasks/facts.yml", "content": "---\n\n- name: \"set OS-specific facts\"\n when: ansible_os_family == \"RedHat\"\n set_fact:\n redis_config: \"/etc/redis.conf\"\n redis_service: \"redis.service\"\n\n- name: \"set OS-specific facts\"\n when: ansible_os_family == \"Debian\"\n se...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5046, "all_permissive": false }
ansible_role
jamielinux/ansible-discourse
c019491c826f8af18c818f26abbd8b6266995d18
59
roles/unbound
338
[ "no_license" ]
[ { "path": "roles/unbound/tasks/main.yml", "content": "---\n\n- include: \"packages-rhel7.yml\"\n tags: \"unbound-packages\"\n when: >\n ansible_os_family == \"RedHat\"\n and ansible_distribution_major_version == \"7\"\n\n- include: \"packages-f22.yml\"\n tags: \"unbound-packages\"\n when: >\n a...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3939, "all_permissive": false }
ansible_role
killerwhile/deploy-application-example
8a204f0ef4e233337322e338f6b42ab1024e0bec
0
roles/twitter-to-kafka
338
[ "no_license" ]
[ { "path": "roles/twitter-to-kafka/defaults/main.yml", "content": "\ntwittertokafka_version: '1.0.1-4'\n\ntwittertokafka_user: daplab_prod\n\ntwittertokafka_num_executors: 2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/twitter-to-kafka/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2012, "all_permissive": false }
ansible_role
Heckle1/ansible-osc-examples
bdc74f91c861d5e0b236c3886c98699821014ffa
0
vpc_basic/roles/vpc
338
[ "no_license" ]
[ { "path": "vpc_basic/roles/vpc/tasks/main.yml", "content": "---\n\n- name: Create VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ osc_region }}\"\n aws_access_key: \"{{ osc_access_key }}\"\n aws_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4560, "all_permissive": false }
ansible_role
canine-systems/friendly-guacamole
d6b90881b6b1193dc350d1019c3ed872416fbf1f
0
roles/cloud-init
338
[ "no_license" ]
[ { "path": "roles/cloud-init/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint:\n name: yamllint\nplatforms:\n - name: Ubuntu\n image: ubuntu:18.04\nprovisioner:\n name: ansible\n lint:\n name: ansible-lint\n enabled: True\nverifier:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1738, "all_permissive": false }
ansible_role
canine-systems/friendly-guacamole
d6b90881b6b1193dc350d1019c3ed872416fbf1f
0
roles/common
338
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Perform a system upgrade\n apt:\n upgrade: safe\n\n- name: Install common packages\n apt:\n name:\n - htop\n - tmux\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
canine-systems/friendly-guacamole
d6b90881b6b1193dc350d1019c3ed872416fbf1f
0
roles/guacamole-server
338
[ "no_license" ]
[ { "path": "roles/guacamole-server/handlers/main.yml", "content": "---\n# handlers file for guacamole-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/guacamole-server/tasks/main.yml", "content": "---\n\n- name: Install packages for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2097, "all_permissive": false }
ansible_role
canine-systems/friendly-guacamole
d6b90881b6b1193dc350d1019c3ed872416fbf1f
0
roles/user-accounts
338
[ "no_license" ]
[ { "path": "roles/user-accounts/tasks/main.yml", "content": "- name: Adding users\n user:\n name: \"guacamole\"\n groups: \"\"\n append: yes\n shell: \"/bin/bash\"\n state: present\n\n# TODO: Make it so the guacamole user can't connect via ssh.\n#- name: Expiring Passwords for new users (Linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
sogaoh/mba-provisioner
44c4c3a76a6b4c696d2e0a5d62b15661c3e13e14
0
roles/hosts
338
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n- name: Append hosts\n blockinfile:\n dest: ~/.config/hosts\n backup: yes\n block: |\n {{ item.content }}\n marker: \"\"\n with_items:\n - \"{{ minio }}\"\n - \"{{ alw-03 }}\"\n changed_when: true\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 317, "all_permissive": false }
ansible_role
sogaoh/mba-provisioner
44c4c3a76a6b4c696d2e0a5d62b15661c3e13e14
0
roles/mackerel
338
[ "no_license" ]
[ { "path": "roles/mackerel/vars/main.yml", "content": "---\nhomebrew_packages:\n - { name: mackerelio/mackerel-agent/mackerel-agent } \n\nmetrics_battery_remain:\n content: |\n [plugin.metrics.battery_remain]\n command = \"bash /usr/local/var/mackerel-agent/mac_battery.sh\"\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2368, "all_permissive": false }
ansible_role
sogaoh/mba-provisioner
44c4c3a76a6b4c696d2e0a5d62b15661c3e13e14
0
roles/packages
338
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Update Homebrew\n homebrew: update_homebrew=yes\n\n# brew\n- name: Install/Upgrade Homebrew packages\n community.general.homebrew: >\n name={{ item.name }}\n state={{ item.state | default('latest') }}\n install_options={{\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5161, "all_permissive": false }
ansible_role
sogaoh/mba-provisioner
44c4c3a76a6b4c696d2e0a5d62b15661c3e13e14
0
roles/python3
338
[ "no_license" ]
[ { "path": "roles/python3/vars/main.yml", "content": "python_version: 3.9.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/python3/tasks/main.yml", "content": "---\n- name: Checking whether pyenv command is installed\n shell: type pyen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 810, "all_permissive": false }
ansible_role
sogaoh/mba-provisioner
44c4c3a76a6b4c696d2e0a5d62b15661c3e13e14
0
roles/zsh
338
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Check brew list zsh\n shell: brew list --formula | grep zsh\n register: zsh_is_installed\n ignore_errors: True\n changed_when: False\n\n#- name: Update /etc/shells\n# lineinfile: dest=/etc/shells state=present line='/usr/local/bin/zsh'\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": false }
ansible_role
CocaButon60s/myansible
2c216e4b70bbe852a773a972f85de836138b4ef8
0
roles/docker
338
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: \"Set dpkg architecture\"\n ansible.builtin.set_fact:\n dpkg_arch: >-\n {{ \"amd64\" if ansible_architecture == \"x86_64\" else \"arm64\" if ansible_architecture == \"aarch64\" else ansible_architecture }}\n\n- name: \"Add Docker's offici...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1281, "all_permissive": false }
ansible_role
CocaButon60s/myansible
2c216e4b70bbe852a773a972f85de836138b4ef8
0
roles/node
338
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- ansible.builtin.apt:\n update_cache: yes\n name:\n - jq\n - curl\n- ansible.builtin.shell: |\n curl -s \"https://api.github.com/repos/nvm-sh/nvm/releases/latest\" | jq -r \".tag_name\"\n register: nvm_ver\n\n- name: \"Install nvm\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
CocaButon60s/myansible
2c216e4b70bbe852a773a972f85de836138b4ef8
0
roles/python
338
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: \"Get User home directory\"\n ansible.builtin.command: getent passwd {{ ansible_user }}\n register: user_info\n- ansible.builtin.set_fact:\n user_home: \"{{user_info.stdout.split(':')[5]}}\"\n\n- name: \"Install uv\"\n ansible.builtin.get_ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
CocaButon60s/myansible
2c216e4b70bbe852a773a972f85de836138b4ef8
0
roles/virtualbox
338
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "- name: \"Install virtualbox\"\n ansible.builtin.get_url:\n url: https://download.virtualbox.org/virtualbox/7.1.8/virtualbox-7.1_7.1.8-168469~Ubuntu~{{ ansible_lsb.codename }}_amd64.deb\n dest: /tmp/virtualbox.deb\n- ansible.builtin.apt:\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
CocaButon60s/myansible
2c216e4b70bbe852a773a972f85de836138b4ef8
0
roles/xrdp
338
[ "no_license" ]
[ { "path": "roles/xrdp/tasks/main.yml", "content": "- name: \"Install xrdp\"\n ansible.builtin.apt:\n update_cache: yes\n name:\n - xrdp\n - xserver-xorg-video-dummy\n\n- name: \"set dummy display\"\n ansible.builtin.copy:\n dest: /usr/share/X11/xorg.conf.d/xorg.conf\n content: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
andrewhead/Search-Task-Logger
8f867780235493ca43b5cd1ad0f95e4464a62ee4
0
deploy/roles/searchlogger
338
[ "no_license" ]
[ { "path": "deploy/roles/searchlogger/tasks/main.yml", "content": "---\n- name: Install server software\n apt: name={{ item }} update_cache=yes\n with_items:\n - git\n - python-pip\n - python-boto\n - python-dev\n - supervisor\n - nginx\n tags: serverpkgs\n become: true\n\n- name: Install applicati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5521, "all_permissive": false }
ansible_role
sivanagireddyb/practices
bab13bd700571afc699a398f76ee827cfa7f5e0c
0
Ansible-Arrayserver/roles/arrayserver
338
[ "no_license" ]
[ { "path": "Ansible-Arrayserver/roles/arrayserver/tasks/install_mono.yaml", "content": "- name: Install epel repo\r\n command: amazon-linux-extras install epel -y\r\n become: yes\r\n\r\n- name: Install Linux packages\r\n yum:\r\n name: \"{{ dev_tool_packages }}\"\r\n state: latest\r\n become: yes\r...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 16766, "all_permissive": false }
ansible_role
redhat-forum-madrid-2018/cicd-break-fix
dd88d812925c9bd39a2adb6e7c0f4d6dae09d575
0
roles/break
337
[ "permissive" ]
[ { "path": "roles/break/tasks/main.yml", "content": "---\n\n- name: \"[RHFORUM][BREAK] Creating project for Break and Fix CICD...\"\n shell: \"oc new-project bad-code\"\n\n- name: \"[RHFORUM][BREAK] Breaking...\"\n template:\n src: \"templates/nodejs-sample-pipeline-broken.yaml.j2\"\n dest: \"/tmp/no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": true }
ansible_role
redhat-forum-madrid-2018/cicd-break-fix
dd88d812925c9bd39a2adb6e7c0f4d6dae09d575
0
roles/break2
337
[ "permissive" ]
[ { "path": "roles/break2/templates/bad-jenkins.yaml", "content": "apiVersion: v1\nitems:\n- apiVersion: image.openshift.io/v1\n kind: ImageStream\n metadata:\n annotations:\n openshift.io/generated-by: OpenShiftNewApp\n creationTimestamp: null\n labels:\n app: jenkins-new\n name: jenk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3095, "all_permissive": true }
ansible_role
redhat-forum-madrid-2018/cicd-break-fix
dd88d812925c9bd39a2adb6e7c0f4d6dae09d575
0
roles/fix
337
[ "permissive" ]
[ { "path": "roles/fix/tasks/main.yml", "content": "---\n\n- name: \"[RHFORUM][FIX] Fixing...\"\n shell: \"virsh snapshot-revert --domain {{ item }} --snapshotname {{ item }}\"\n with_items: \"{{ lab }}\"\n\n- name: \"[RHFORUM][FIX] Waiting to the connection of the SSH\"\n wait_for_connection:\n delay: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": true }
ansible_role
ihinsdale/mean-local-auth
092306d610626147588e5a62ae6e91ffd793ce4d
11
sysadmin/dev/roles/common
337
[ "no_license" ]
[ { "path": "sysadmin/dev/roles/common/handlers/main.yml", "content": "---\n\n- name: Restart ssh\n service: name=ssh state=restarted\n- name: Restart fail2ban\n service: name=fail2ban state=restarted\n notify: Update ansible_ssh_port\n- name: Update ansible_ssh_port\n # We need to do this because restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4494, "all_permissive": false }
ansible_role
ihinsdale/mean-local-auth
092306d610626147588e5a62ae6e91ffd793ce4d
11
sysadmin/dev/roles/mongo
337
[ "no_license" ]
[ { "path": "sysadmin/dev/roles/mongo/handlers/main.yml", "content": "---\n\n- name: Restart mongo\n service: name=mongod state=restarted\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "sysadmin/dev/roles/mongo/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2587, "all_permissive": false }