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
karbovskii/moodle-vagrant-ansible
b344a43d84bf2635856fcfe2ba87f9ce7fd9a4a5
0
roles/webserver
420
[ "no_license" ]
[ { "path": "roles/webserver/templates/config.php.j2", "content": "<?php // Moodle configuration file\n\nunset($CFG);\nglobal $CFG;\n$CFG = new stdClass();\n\n$CFG->dbtype = 'mariadb';\n$CFG->dblibrary = 'native';\n\n$CFG->dbhost = '{{ moodle_db_host }}';\n$CFG->dbname = '{{ moodle_db_name }}';\n$CF...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 7347, "all_permissive": false }
ansible_role
uonick/ansible-web
d6f467c0253465dd235827ac4ea7ae5ee7a5ae98
2
roles/gitlab
420
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "---\n- name: Get Gitlab repository installation script\n get_url:\n url: \"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh\"\n dest: /tmp/script.deb.sh\n mode: 0744\n\n- name: Install Gitlab repository\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
crisszkutnik/ansible-k8s-config-home-lab
a83430d220a22355fa2c6935ad5838a30bd13612
0
roles/netplan
420
[ "no_license" ]
[ { "path": "roles/netplan/templates/netplan.j2", "content": "network:\n version: 2\n renderer: NetworkManager\n ethernets:\n eth0:\n dhcp4: no\n dhcp6: no\n addresses:\n - {{ target_ip_address }}/24\n routes:\n - to: default\n via: 192.168.0.1\n nameserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
crisszkutnik/ansible-k8s-config-home-lab
a83430d220a22355fa2c6935ad5838a30bd13612
0
roles/prereq
420
[ "no_license" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "- name: Install k3s\n ansible.builtin.shell:\n cmd: curl -sfL https://get.k3s.io | sh -\n\n- name: Create directory .kube\n file:\n path: ~{{ ansible_user }}/.kube\n state: directory\n owner: \"{{ ansible_user }}\"\n mode: \"u=rwx,g=rx,o=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
crisszkutnik/ansible-k8s-config-home-lab
a83430d220a22355fa2c6935ad5838a30bd13612
0
roles/update_sources
420
[ "no_license" ]
[ { "path": "roles/update_sources/templates/sources.list.j2", "content": "deb http://ports.ubuntu.com/ubuntu-ports {{ ubuntu_version_codename }} main restricted universe multiverse\ndeb-src http://ports.ubuntu.com/ubuntu-ports {{ ubuntu_version_codename }} main restricted universe multiverse\n\ndeb http://por...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1485, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/LDAPgroupSync
420
[ "no_license" ]
[ { "path": "ansible/roles/LDAPgroupSync/templates/ldap-group-syncer-whitelist.yaml.j2", "content": "kind: ConfigMap\napiVersion: v1\nmetadata:\n name: ldap-group-syncer-whitelist\n namespace: {{ group_sync.ns }}\n labels:\n app: cronjob-ldap-group-sync\ndata:\n whitelist.txt: |\n {{ group_sync_clus...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4553, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/base
420
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": "---\n- name: Get KUBECONFIG\n ansible.builtin.set_fact:\n kubeconfig: \"{{ lookup('env', 'KUBECONFIG') }}\"\n when: kubeconfig is undefined\n\n- name: Ensure KUBECONFIG env variable has been set\n ansible.builtin.assert:\n that:\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 953, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/bitnami
420
[ "no_license" ]
[ { "path": "ansible/roles/bitnami/templates/bitnami_deployment.yaml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n annotations: {}\n labels:\n name: sealed-secrets-controller\n name: sealed-secrets-controller\n namespace: kube-system\nspec:\n minReadySeconds: 30\n replicas: 1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4755, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/certs
420
[ "no_license" ]
[ { "path": "ansible/roles/certs/templates/api-secret.yaml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: openshift-api-certificate\n namespace: openshift-config\ntype: kubernetes.io/tls\ndata:\n tls.crt: |\n {{ api_crt | b64encode }}\n tls.key: |\n {{ api_key | b64encode }}\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1514, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/chrony
420
[ "no_license" ]
[ { "path": "ansible/roles/chrony/tasks/main.yml", "content": "- name: Clean chrony-manifests if requested\n ansible.builtin.file:\n path: \"{{ playbook_dir }}/chrony-manifests\"\n state: absent\n when: clean is defined\n\n- name: Create chrony-manifests folder\n ansible.builtin.file:\n path: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1558, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/common
420
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install additional python modules for deploying yaml files\n ansible.builtin.pip:\n name:\n - kubernetes\n - kubernetes-validate\n - openshift\n become: true\n become_user: root\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/create_namespace
420
[ "no_license" ]
[ { "path": "ansible/roles/create_namespace/templates/namespace.yaml.j2", "content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ ns }}\n{% if ns == 'openshift-storage' %}\n labels:\n openshift.io/cluster-monitoring: \"true\"\n{% elif ns == 'openshift-operators-redhat' or ns == 'openshift-loggi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 884, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/image_registry
420
[ "no_license" ]
[ { "path": "ansible/roles/image_registry/tasks/main.yaml", "content": "---\n- name: Create Image Registry PVC\n kubernetes.core.k8s:\n state: present\n definition: |\n {{ lookup('ansible.builtin.file',\n '{{ playbook_dir }}/roles/image_registry/files/registry-pvc.yaml')\n }}\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1138, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/initialize_cluster
420
[ "no_license" ]
[ { "path": "ansible/roles/initialize_cluster/tasks/main.yaml", "content": "---\n- name: Ensure openshift-install exists on host with version 4.10\n block:\n - name: Check for openshift-install\n ansible.builtin.stat:\n path: \"/usr/local/bin/openshift-install\"\n register: ocs_install\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1406, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/install_argocd
420
[ "no_license" ]
[ { "path": "ansible/roles/install_argocd/tasks/main.yaml", "content": "---\n- name: ArgoCD Secret\n kubernetes.core.k8s:\n state: present\n definition: |\n {{ lookup('template',\n '{{ playbook_dir }}/roles/install_argocd/templates/argocd-secret.yaml.j2') }}\n\n- name: Install ArgoCD API\n k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6425, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/ldap
420
[ "no_license" ]
[ { "path": "ansible/roles/ldap/templates/ldap-configmap.yaml.j2", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: ca-config-map\n namespace: openshift-config\ndata:\n ca.crt: |\n {{ ca_bundle_crt | indent(width=4) }}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 962, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/machineconfigpool
420
[ "no_license" ]
[ { "path": "ansible/roles/machineconfigpool/tasks/main.yaml", "content": "---\n- name: Create Infra MachineConfigPools\n kubernetes.core.k8s:\n state: present\n definition: \"{{ lookup('template', '{{ playbook_dir }}/roles/machineconfigpool/templates/mcp.yaml.j2') }}\"\n loop:\n - infra\n - sto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1378, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/monitoring_configs
420
[ "no_license" ]
[ { "path": "ansible/roles/monitoring_configs/tasks/main.yaml", "content": "---\n- name: Apply Cluster Monitoring ConfigMap\n kubernetes.core.k8s:\n state: present\n definition: |\n {{ lookup('file',\n '{{ playbook_dir }}/roles/monitoring_configs/files/cluster-mon-config-cm.yaml')\n }}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/net_policy_argocd
420
[ "no_license" ]
[ { "path": "ansible/roles/net_policy_argocd/templates/egress-ips.yaml.j2", "content": "apiVersion: network.openshift.io/v1\negressIPs:\n - {{ ip }}\nkind: NetNamespace\nnetname: {{ name }}\nmetadata:\n name: {{ name }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3236, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/network_policy
420
[ "no_license" ]
[ { "path": "ansible/roles/network_policy/templates/network-template.yaml.j2", "content": "apiVersion: template.openshift.io/v1\nkind: Template\nmetadata:\n name: project-request\n namespace: {{ ns }}\nobjects:\n- apiVersion: project.openshift.io/v1\n kind: Project\n metadata:\n annotations:\n ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9026, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/node_config
420
[ "no_license" ]
[ { "path": "ansible/roles/node_config/tasks/main.yaml", "content": "---\n- name: Run command locally\n delegate_to: localhost\n block:\n - name: Get nodes\n kubernetes.core.k8s_info:\n kind: \"Node\"\n validate_certs: false\n label_selectors:\n - \"node-role.kubernetes...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1762, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/operator_toggle
420
[ "no_license" ]
[ { "path": "ansible/roles/operator_toggle/tasks/main.yaml", "content": "---\n- name: Get Subscriptions\n kubernetes.core.k8s_info:\n kind: subscription\n api_version: operators.coreos.com/v1alpha1\n register: subscriptions\n\n- name: Set subscription info facts\n ansible.builtin.set_fact:\n subsc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/operatorhub_config
420
[ "no_license" ]
[ { "path": "ansible/roles/operatorhub_config/templates/quay-secret.yaml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: quay-admin\n namespace: openshift-marketplace\ntype: Opaque\ndata:\n quayimgsyncsvc: \"{{ quayimgsyncsvc | b64encode }}\"\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1728, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/operators_install
420
[ "no_license" ]
[ { "path": "ansible/roles/operators_install/templates/ODF/archive/pvc.yaml.j2", "content": "kind: PersistentVolumeClaim\napiVersion: v1\nmetadata:\n name: ocs-deviceset-{{ storage.storageclass }}-0-data-{{ item.iteration }}\n namespace: openshift-storage\nspec:\n accessModes:\n - ReadWriteOnce\n resou...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 12761, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/quay_config
420
[ "no_license" ]
[ { "path": "ansible/roles/quay_config/tasks/main.yaml", "content": "---\n- name: Create Quay Registry Namespace\n ansible.builtin.import_role:\n name: namespace\n\n# - name: Deploy Quay Registry Config Bundle\n# kubernetes.core.k8s:\n# state: present\n# definition: |\n# {{ lookup('template',\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9531, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/sealed_secret_backup
420
[ "no_license" ]
[ { "path": "ansible/roles/sealed_secret_backup/tasks/main.yaml", "content": "---\n- name: Get Sealed Secret\n kubernetes.core.k8s_info:\n kind: Secret\n namespace: kube-system\n label_selectors:\n - sealedsecrets.bitnami.com/sealed-secrets-key = active\n register: bitnami_sealed_secret\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/update_pullsecret
420
[ "no_license" ]
[ { "path": "ansible/roles/update_pullsecret/tasks/main.yaml", "content": "---\n- name: Update Cluster pull-secret\n kubernetes.core.k8s:\n kubeconfig: \"{{ kubeconfig }}\"\n validate_certs: false\n state: present\n definition: |\n {{ lookup('template',\n '{{ playbook_dir }}/roles/updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 455, "all_permissive": false }
ansible_role
SkylarScaling/openshift-vsphere-ipi-install
0ca100682b93dc51166ae694063b7fe60b750a4d
0
ansible/roles/update_service
420
[ "no_license" ]
[ { "path": "ansible/roles/update_service/templates/updsvscm.yaml.j2", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ name }}\n namespace: {{ ns }}\nimmutable: false\ndata:\n updateservice-registry: |\n {{ ca_bundle_crt | indent(width=4) }}\n {{ quay_crt | indent(width=4) }}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2290, "all_permissive": false }
ansible_role
formateurmarubo/TP-roles
27755b7e0d121e98204991bbed7bd0269e3a15e2
0
roles/create_user
420
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n# tasks create user\n- name: creation user \n user: name={{ my_user }} comment='my new user' shell=/usr/bin/bash\n- name: ajout clef ssh\n authorized_key: user={{ my_user }} key=\"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 272, "all_permissive": false }
ansible_role
formateurmarubo/TP-roles
27755b7e0d121e98204991bbed7bd0269e3a15e2
0
roles/nginx
420
[ "no_license" ]
[ { "path": "roles/nginx/templates/index.html.j2", "content": "<html>\n<body style=\"background-color:powderblue;\">\n\n<h1>Ansible Demo</h1>\n<p style=\"background-color:tomato;\">{{MyMessage}}</p>\n\n</body>\n</html>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 504, "all_permissive": false }
ansible_role
TheCountt/aws-terraform
83ab653144bc61ad2ee48335b6cf430b4e1a61b8
0
Ansible/roles/tooling
420
[ "no_license" ]
[ { "path": "Ansible/roles/tooling/tasks/main.yml", "content": "---\n- name: mounting share(s)\n mount:\n path: /var/www\n src: fs-06a94046bc85a62be:/\n fstype: efs\n opts: nosuid,noexec,defaults,tls,accesspoint=fsap-07c2667e1055ea161\n state: mounted\n\n- import_tasks: setup-site.yml\n\n- imp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
TheCountt/aws-terraform
83ab653144bc61ad2ee48335b6cf430b4e1a61b8
0
Ansible/roles/wordpress
420
[ "no_license" ]
[ { "path": "Ansible/roles/wordpress/tasks/main.yml", "content": "---\n- name: mounting share(s)\n mount:\n path: /var/www\n src: fs-06a94046bc85a62be:/\n fstype: efs\n opts: nosuid,noexec,defaults,tls,accesspoint=fsap-08f4c19f3f712ee7d\n state: mounted\n\n\n- import_tasks: setup-site.yml\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
ramanprasanth/mysql-operator
b524ee7c691c8dd48fff8f87d3e15cb1d1048609
0
roles/mysql
420
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: start mysql\n k8s:\n definition:\n kind: Deployment\n apiVersion: v1\n metadata:\n name: '{{ meta.name }}-mysql'\n namespace: '{{ meta.namespace }}'\n spec:\n replicas: \"{{size}}\"\n selecto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1497, "all_permissive": false }
ansible_role
sreramr/discovernode
dcb42a5088b19006f69e1186c0f95e5133b5fc68
0
collections/ansible_collections/solarwinds/orion/roles/orion_node
420
[ "no_license" ]
[ { "path": "collections/ansible_collections/solarwinds/orion/roles/orion_node/README.md", "content": "Role Name\n=========\n\nAdds an node to be monitored in Solarwinds.\n\nRequirements\n------------\n\nsolarwinds.orion collection\n\nRole Variables\n--------------\n\ndefaults/main.yml\norion_node_solarwinds_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7143, "all_permissive": false }
ansible_role
kiranos/ansible-kubeadm
5e936b83845dafcd8cf92a093d985c024ae6fe97
0
roles/kubeadm-k8s
420
[ "no_license" ]
[ { "path": "roles/kubeadm-k8s/tasks/prereqs.yml", "content": "---\n- set_fact:\n k8s_version_under_1_17: \"{{ k8s_version is version('1.17.0', '<') }}\"\n\n- name: Install required packages\n apt:\n pkg:\n - arptables\n - ebtables\n - aptitude\n - python-apt\n\n- name: Change so iptables an...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 9612, "all_permissive": false }
ansible_role
konono/sd202211
648b5002716854873aac8ac69e41a3879a1eeea5
1
roles/apache
420
[ "no_license" ]
[ { "path": "roles/apache/molecule/vagrant/molecule.yml", "content": "---\ndependency:\n name: galaxy\nlint: |\n set -e\n yamllint .\n ansible-lint .\ndriver:\n name: vagrant\n provider:\n # Can be any supported provider (virtualbox, parallels, libvirt, etc)\n # Defaults to virtualbox\n name: v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4832, "all_permissive": false }
ansible_role
openspaceaarhus/infrastructure
c7582ec7fe9b18fd87b201bd019ff516aac82f8d
0
playbooks/roles/common
420
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n- name: Update repository cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Upgrade packages\n ansible.builtin.apt:\n upgrade: dist\n\n- name: Remove unnecessary packages\n ansible.builtin.apt:\n autoremove: true\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
openspaceaarhus/infrastructure
c7582ec7fe9b18fd87b201bd019ff516aac82f8d
0
playbooks/roles/keepalived
420
[ "no_license" ]
[ { "path": "playbooks/roles/keepalived/templates/keepalived.conf.j2", "content": "vrrp_instance VI_{{ inventory_hostname }} {\n state {% if hostvars[inventory_hostname]['keepalived_masterRole'] == true %}MASTER{% else %}BACKUP{% endif %}\n\n interface {{ hostvars[inventory_hostname]['ansible_de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 816, "all_permissive": false }
ansible_role
openspaceaarhus/infrastructure
c7582ec7fe9b18fd87b201bd019ff516aac82f8d
0
playbooks/roles/rke
420
[ "no_license" ]
[ { "path": "playbooks/roles/rke/tasks/main.yml", "content": "---\n- name: Ensureing K8S user exists\n ansible.builtin.user:\n name: \"k8s\"\n groups:\n - \"sudo\"\n - \"adm\"\n - \"docker\"\n append: true\n shell: \"/usr/bin/bash\"\n create_home: true\n state: present\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1187, "all_permissive": false }
ansible_role
openspaceaarhus/infrastructure
c7582ec7fe9b18fd87b201bd019ff516aac82f8d
0
playbooks/roles/users
420
[ "no_license" ]
[ { "path": "playbooks/roles/users/tasks/main.yml", "content": "---\n- name: adding users\n user:\n name: \"{{ item.username }}\"\n password: \"{{ <PASSWORD> }}\"\n shell: /bin/bash\n groups:\n - sudo\n append: yes\n state: \"{{ item.state|default('absent') }}\"\n loop: \"{{ users }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/debian-packages
420
[ "permissive" ]
[ { "path": "roles/debian-packages/tasks/main.yml", "content": "---\n- name: Updating Package Cache\n apt: update_cache=yes cache_valid_time=3600\n tags: debian-packages\n\n- name: Installing software\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - xmlstarlet\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/docker
420
[ "permissive" ]
[ { "path": "roles/docker/files/check_workers_disk_space", "content": "#!/bin/bash\nset -eu -o pipefail\n\nUSED=$(df -H | grep -E '/$' | awk '{ print $5 }' | cut -d\"%\" -f1)\n\nif [ $USED -ge 90 ]; then\n /usr/local/bin/docker-evacuate || true\nfi\n", "license_type": "permissive", "detected_licenses...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3061, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/git
420
[ "permissive" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Adding jenkins public key\n copy:\n content: '{{ jenkins_public_key }}'\n dest: '/var/lib/jenkins/.ssh/authorized_keys'\n owner: '{{ jenkins_user_name }}'\n group: '{{ jenkins_group_name }}'\n mode: '0600'\n\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/jenkinsuser
420
[ "permissive" ]
[ { "path": "roles/jenkinsuser/tasks/main.yml", "content": "---\n- name: Creating group for Jenkins CI\n group:\n name: \"{{ jenkins_group_name }}\"\n state: present\n\n- name: Creating user for Jenkins CI\n user:\n name: \"{{ jenkins_user_name }}\"\n state: present\n shell: /bin/bash\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2315, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/kurento-proxy
420
[ "permissive" ]
[ { "path": "roles/kurento-proxy/templates/01proxy.j2", "content": "#Acquire::http::Proxy \"{{ ubuntukurento }}\";\nAcquire::HTTP::Proxy::{{ nodesource }} \\\"DIRECT\\\";\n#Acquire::HTTP::Proxy::{{ dockerproject }} \\\"DIRECT\\\";\nAcquire::HTTP::Proxy::{{ novacloud }} \\\"DIRECT\\\";\n\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 314, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/metricbeat
420
[ "permissive" ]
[ { "path": "roles/metricbeat/tasks/main.yml", "content": "---\n- name: installing metricbeat\n apt:\n deb: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.3.0-amd64.deb\n\n- name: remove useless packages from the cache\n apt:\n autoclean: yes\n\n- name: remove dependencies that a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/ntp
420
[ "permissive" ]
[ { "path": "roles/ntp/tests/README.md", "content": "# Ansible Role tests\n\nTo run the test playbook(s) in this directory:\n\n 1. Install and start Docker.\n 1. Download the test shim (see .travis.yml file for the URL) into `tests/test.sh`:\n - `wget -O tests/test.sh https://gist.githubusercontent.com/g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1475, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/openvidu
420
[ "permissive" ]
[ { "path": "roles/openvidu/tasks/main.yml", "content": "---\n- name: creating openvidu folder structure\n file:\n path: '/opt/{{ item }}'\n state: directory\n mode: 0777\n with_items:\n - 'openvidu'\n - 'openvidu/recordings'\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": true }
ansible_role
Kurento/adm-kurento-ansible
1247c2765e4626bb81ec426e12c42db7c2536c3d
4
roles/sysctl
420
[ "permissive" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "---\n- name: Disabling IPv6 support\n sysctl:\n name: net.ipv6.conf.all.disable_ipv6\n value: \"1\"\n sysctl_set: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": true }
ansible_role
NightlySide/void-config
4aef2a19ce2b24beb869ebadfac6a92edd098c2a
3
roles/check_deps
422
[ "no_license" ]
[ { "path": "roles/check_deps/tasks/main.yml", "content": "- name: Enforce dependencies presence\n block:\n - name: Checks whether python 3 is installed\n raw: test -e /usr/bin/python3\n changed_when: false\n no_log: True\n rescue:\n - name: Upgrade xbps package\n raw: xbps-install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
NightlySide/void-config
4aef2a19ce2b24beb869ebadfac6a92edd098c2a
3
roles/iso-post-chroot
422
[ "no_license" ]
[ { "path": "roles/iso-post-chroot/templates/root_passwd.j2", "content": "# Set root password and rights\n# echo \"{{ root_password }}\" | passwd --stdin root\nchown root:root /\nchmod 755 /", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/iso-...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5122, "all_permissive": false }
ansible_role
NightlySide/void-config
4aef2a19ce2b24beb869ebadfac6a92edd098c2a
3
roles/iso-pre-chroot
422
[ "no_license" ]
[ { "path": "roles/iso-pre-chroot/tasks/1-partitions.yml", "content": "- name: Install parted\n community.general.xbps: name=parted state=present\n\n- name: Read device information (always use unit when probing)\n community.general.parted: \"device={{ install_drive }} unit=MiB\"\n register: dev_info\n\n- n...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4906, "all_permissive": false }
ansible_role
NightlySide/void-config
4aef2a19ce2b24beb869ebadfac6a92edd098c2a
3
roles/void-setup
422
[ "no_license" ]
[ { "path": "roles/void-setup/tasks/browser/firefox.yml", "content": "- name: Install Mozilla firefox\n community.general.xbps: name=firefox state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/void-setup/tasks/elogind.yml", "cont...
{ "task_files": 15, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 7103, "all_permissive": false }
ansible_role
sabper/ansible-elasticsearch
9fcceaa1640040501f136d2017ff4b6c3e675587
2
roles/metricbeat
422
[ "no_license" ]
[ { "path": "roles/metricbeat/handlers/main.yml", "content": "\n- name: reload systemd configuration\n become: yes\n command: systemctl daemon-reload\n\n# Restart service and ensure it is enabled\n- name: restart metricbeat\n become: yes\n service: name=metricbeat state=restarted enabled=yes\n", "lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1496, "all_permissive": false }
ansible_role
sabper/ansible-elasticsearch
9fcceaa1640040501f136d2017ff4b6c3e675587
2
roles/node
422
[ "no_license" ]
[ { "path": "roles/node/defaults/main.yml", "content": "---\nes_major_version: \"6.x\"\n# elasticsearch repo 설정 여부\nes_use_repository: true\nes_templates_fileglob: \"files/templates/*.json\"\nes_start_service: true\nes_java_install: true\nupdate_java: false\nes_restart_on_change: true\nes_plugins_reinstall: f...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7678, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/addUsers
422
[ "no_license" ]
[ { "path": "roles/addUsers/tasks/main.yml", "content": "---\n- name: Add the user to the group\n ansible.builtin.user:\n name: \"{{ item.username }}\"\n comment: \"{{ item.comment }}\"\n groups: \"{{ item.groups }}\"\n with_items:\n - { username: \"{{ morpheus['customOptions']['username'] }}\",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/createGitUser
422
[ "no_license" ]
[ { "path": "roles/createGitUser/tasks/main.yml", "content": "---\n- name: Get oauth token \n uri:\n url: https://ec2-3-65-12-60.eu-central-1.compute.amazonaws.com/oauth/token?grant_type=password&username=root&password={{ gitlab_root_password }}\n method: POST\n return_content: 1\n status_code: 2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/createGroup
422
[ "no_license" ]
[ { "path": "roles/createGroup/tasks/main.yml", "content": "---\n- name: Create GitLab Group\n community.general.gitlab_group:\n api_url: https://ec2-3-65-12-60.eu-central-1.compute.amazonaws.com\n validate_certs: 0\n api_token: \"{{ lookup('cypher', '<PASSWORD>/<PASSWORD>') }}\"\n name: veseli2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/createProject
422
[ "no_license" ]
[ { "path": "roles/createProject/tasks/main.yml", "content": "---\n- name: Create GitLab Project\n community.general.gitlab_project:\n validate_certs: 0\n api_url: https://ec2-3-65-12-60.eu-central-1.compute.amazonaws.com\n api_token: \"{{ lookup('cypher', 'secret=<PASSWORD>/<PASSWORD>') }}\"\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/createSSH
422
[ "no_license" ]
[ { "path": "roles/createSSH/tasks/main.yml", "content": "---\n- name: Creating SSH key \n openssh_keypair:\n path: \"/home/{{ item.username }}/id_rsa\"\n with_items:\n - {username: \"{{ morpheus['customOptions']['username'] }}\"}\n - {username: \"{{ morpheus['customOptions']['usernam'] }}\"}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/deleteGitProject
422
[ "no_license" ]
[ { "path": "roles/deleteGitProject/tasks/main.yml", "content": "---\n- name: Delete GitLab Project\n community.general.gitlab_project:\n api_url: \"{{ git_url }}\"\n api_token: \"{{ git_api }}\"\n validate_certs: False\n name: \"{{ morpheus['customOptions']['projekat_ime'] }}\" #extra vars\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 284, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/deleteGitUser
422
[ "no_license" ]
[ { "path": "roles/deleteGitUser/meta/main.yml", "content": "---\ndependencies:\n - role: aptUpdate", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/deleteGitUser/tasks/main.yml", "content": "---\n- name: \"Delete GitLab User\"\n community...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 281, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/https_redirection
422
[ "no_license" ]
[ { "path": "roles/https_redirection/tasks/main.yml", "content": "---\n- name: Create a SSL folder \n file:\n path: /etc/gitlab/ssl\n state: directory\n tags:\n - folder\n\n- name: Generate private key\n openssl_privatekey:\n path: \"{{ gitlab_ssh_key }}\"\n size: 2048\n register: private_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1202, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/listAllUsers
422
[ "no_license" ]
[ { "path": "roles/listAllUsers/tasks/main.yml", "content": "---\n- name: Return all users from GitLab\n uri:\n url: \"{{ git_url }}/api/v4/users?private_token={{ git_api }}\"\n method: GET\n return_content: yes\n status_code: 200\n body_format: json\n register: result\n \n- name: Print err...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
VeseliOps/ansible
3db5383af9e7c920005a7179dacf4b515d2a8b75
0
roles/updateProject
422
[ "no_license" ]
[ { "path": "roles/updateProject/tasks/main.yml", "content": "---\n- name: Update project name and description\n uri:\n url: \"{{ git_url }}/api/v4/projects/{{ project_id }}?name={{ morpheus['customOptions']['updejt_ime'] }}&private_token={{ git_api }}&description={{ project_desc }}\"\n method: PUT\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
tsubasaxZZZ/terraform-azure
c84e96dc2929d5cde3220dba5119ae8e4490ae67
5
terraform-poc/3-zabbix-server-and-client/playbook/roles/common
422
[ "no_license" ]
[ { "path": "terraform-poc/3-zabbix-server-and-client/playbook/roles/common/vars/main.yaml", "content": "zabbix_setup:\n - db_password: \"<PASSWORD>\"\n db_username: \"zabbix\"\n zabbix_server_ip: \"REPLACE_ZABBIX_SERVER_IP\"", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 461, "all_permissive": false }
ansible_role
tsubasaxZZZ/terraform-azure
c84e96dc2929d5cde3220dba5119ae8e4490ae67
5
terraform-poc/3-zabbix-server-and-client/playbook/roles/mysql_server
422
[ "no_license" ]
[ { "path": "terraform-poc/3-zabbix-server-and-client/playbook/roles/mysql_server/tasks/main.yaml", "content": "- name: Install MySQL\n apt:\n #force_apt_get: yes\n state: present\n update_cache: true\n name:\n - mysql-server-5.7\n - mysql-client-5.7\n - python-mysqldb\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
tsubasaxZZZ/terraform-azure
c84e96dc2929d5cde3220dba5119ae8e4490ae67
5
terraform-poc/3-zabbix-server-and-client/playbook/roles/zabbix_client
422
[ "no_license" ]
[ { "path": "terraform-poc/3-zabbix-server-and-client/playbook/roles/zabbix_client/tasks/main.yaml", "content": "- name: Install zabbix repository information\n apt:\n update_cache: true\n deb: https://repo.zabbix.com/zabbix/5.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.0-1+bionic_all.deb\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
tsubasaxZZZ/terraform-azure
c84e96dc2929d5cde3220dba5119ae8e4490ae67
5
terraform-poc/3-zabbix-server-and-client/playbook/roles/zabbix_server
422
[ "no_license" ]
[ { "path": "terraform-poc/3-zabbix-server-and-client/playbook/roles/zabbix_server/templates/zabbix.conf.php.j2", "content": "<?php\n// Zabbix GUI configuration file.\n// version 1.0.3\nglobal $DB;\n\n$DB['TYPE'] = 'MYSQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '0';\n$DB['DATABASE'] = 'zabbix...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1900, "all_permissive": false }
ansible_role
leosp1983-2/machine-creator-windows-dev
dd88ab41cc7aba25053ad81fe7aa5f70bb84d0a1
0
roles/inventory
422
[ "no_license" ]
[ { "path": "roles/inventory/tasks/main.yml", "content": " - name: Add tower inventory\r\n tower_inventory:\r\n name: \"{{hostname}}\"\r\n description: \"{{annotation}}\"\r\n organization: \"Orizon\"\r\n state: present\r\n delegate_to: localhost\r\n\r\n - name: Adiciona o host no t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
leosp1983-2/machine-creator-windows-dev
dd88ab41cc7aba25053ad81fe7aa5f70bb84d0a1
0
roles/machine
422
[ "no_license" ]
[ { "path": "roles/machine/tasks/main.yml", "content": "- vmware_guest:\r\n hostname: \"{{ vcenter_host }}\"\r\n username: \"{{ vcenter_username }}\"\r\n password: \"{{ <PASSWORD> }}\"\r\n validate_certs: no\r\n folder: \"{{folder}}\"\r\n datacenter: \"{{ datacenter }}\"\r\n cluster: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1401, "all_permissive": false }
ansible_role
leosp1983-2/machine-creator-windows-dev
dd88ab41cc7aba25053ad81fe7aa5f70bb84d0a1
0
roles/vcenter
422
[ "no_license" ]
[ { "path": "roles/vcenter/tasks/main.yml", "content": " - set_fact:\r\n vcenter_host: \"sintra01.orizon.local\"\r\n folder: \"/\"\r\n cluster: CORP-PRD-WINDOWS\r\n dns1_servers:\r\n - 172.22.10.155\r\n - 172.22.10.95\r\n - 172.18.0.155\r\n when: datacenter == \"Al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
ddrugeon/ansible-pi-bootstrap
103ca1576f3e6dcb5c6fc2f44feca20dd92fbf05
0
roles/hostname
422
[ "no_license" ]
[ { "path": "roles/hostname/defaults/main.yml", "content": "---\nhostname_value: \"raspberrypi\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/hostname/tasks/main.yml", "content": "---\n# Set the hostname\n- name: \"hostname | Set the hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1505, "all_permissive": false }
ansible_role
ddrugeon/ansible-pi-bootstrap
103ca1576f3e6dcb5c6fc2f44feca20dd92fbf05
0
roles/pi-secure-user
422
[ "no_license" ]
[ { "path": "roles/pi-secure-user/tasks/manage_users.yml", "content": "---\n- name: \"pi-secure-user | Add alternate users\"\n user:\n name: \"{{ item.username | mandatory }}\"\n comment: \"{{ item.fullname | default(omit) }}\"\n shell: \"{{ item.shell | default(pi_secure_user_default_shell) }}\"\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 8318, "all_permissive": false }
ansible_role
ddrugeon/ansible-pi-bootstrap
103ca1576f3e6dcb5c6fc2f44feca20dd92fbf05
0
roles/ssh-config
422
[ "no_license" ]
[ { "path": "roles/ssh-config/molecule/default/prepare.yml", "content": "---\n- name: Prepare\n hosts: debian-buster-container\n gather_facts: false\n tasks:\n - name: \"Prepare molecule | install openssh\"\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 86400 #One ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5111, "all_permissive": false }
ansible_role
ddrugeon/ansible-pi-bootstrap
103ca1576f3e6dcb5c6fc2f44feca20dd92fbf05
0
roles/unattended-upgrades
422
[ "no_license" ]
[ { "path": "roles/unattended-upgrades/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: A simple role to install and configure unattended upgrades on raspberry pi.\n\n issue_tracker_url: https://github.com/ddrugeon/ansible-pi-bootstrap/issues\n license: MIT\n\n min_ansible_ve...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3077, "all_permissive": false }
ansible_role
bombs98/FINAL-PROJECT-DEVOPS-PCC
3c0fe4eb00a72450cde0443383a982acd2248284
0
setup/roles/install-docker
422
[ "no_license" ]
[ { "path": "setup/roles/install-docker/tasks/main.yml", "content": "---\n- name: Install Docker Requirements\n become: yes\n apt:\n pkg:\n - ca-certificates\n - curl\n state: latest\n update_cache: yes\n\n- name: Install Docker Certificates\n become: yes\n shell: |\n sudo install -m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
Stephen001/openshift-centos-playbooks
4ece892f73e76c1510320dcdc21ca34001cc677a
0
roles/add-user
422
[ "no_license" ]
[ { "path": "roles/add-user/tasks/main.yml", "content": "---\n- name: Creates group for user\n group:\n name: \"{{ item.group }}\"\n\n- name: Creates user\n user:\n name: \"{{ item.name }}\"\n group: \"{{ item.group }}\"\n\n- name: Add user to wheel group\n user:\n name: \"{{ item.name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
Stephen001/openshift-centos-playbooks
4ece892f73e76c1510320dcdc21ca34001cc677a
0
roles/docker-ce
422
[ "no_license" ]
[ { "path": "roles/docker-ce/tasks/main.yml", "content": "---\n- include_tasks: install_docker_ce.yaml\n when:\n - openshift_use_docker_ce | bool\n\n- include_tasks: install_docker.yaml\n when:\n - not openshift_use_docker_ce | bool\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1567, "all_permissive": false }
ansible_role
Stephen001/openshift-centos-playbooks
4ece892f73e76c1510320dcdc21ca34001cc677a
0
roles/os-update
422
[ "no_license" ]
[ { "path": "roles/os-update/tasks/main.yml", "content": "---\n- name: Upgrade all CentOS packages\n yum:\n name: \"*\"\n state: latest\n when: ansible_distribution == 'CentOS'\n\n- name: Apply Windows updates\n win_updates:\n category_names:\n - SecurityUpdates\n - CriticalUpdates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
Stephen001/openshift-centos-playbooks
4ece892f73e76c1510320dcdc21ca34001cc677a
0
roles/passwordless-sudo
422
[ "no_license" ]
[ { "path": "roles/passwordless-sudo/tasks/main.yml", "content": "---\n- name: Adding passwordless sudo access\n template:\n src: sudo.j2\n dest: \"/etc/sudoers.d/{{ item.name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
Stephen001/openshift-centos-playbooks
4ece892f73e76c1510320dcdc21ca34001cc677a
0
roles/prepare-openshift
422
[ "no_license" ]
[ { "path": "roles/prepare-openshift/tasks/main.yml", "content": "---\n- name: Install base yum packages\n yum:\n name:\n - NetworkManager\n - git\n - vim\n - epel-release\n state: installed\n\n- name: Install pip\n yum:\n name: python-pip\n state: installed\n\n- name: Instal...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1627, "all_permissive": false }
ansible_role
Stephen001/openshift-centos-playbooks
4ece892f73e76c1510320dcdc21ca34001cc677a
0
roles/secure-sshd
422
[ "no_license" ]
[ { "path": "roles/secure-sshd/defaults/main.yml", "content": "---\n# Defaults for secure-sshd\n sshd_port: 22555\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/secure-sshd/tasks/main.yml", "content": "---\n- name: Disable root logins\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1225, "all_permissive": false }
ansible_role
Stephen001/openshift-centos-playbooks
4ece892f73e76c1510320dcdc21ca34001cc677a
0
roles/set-password
422
[ "no_license" ]
[ { "path": "roles/set-password/tasks/main.yml", "content": "---\n- name: Set password for user\n user:\n name: \"{{ item.name }}\"\n password: \"{{ item.password | password_hash('<PASSWORD>') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
jacky9595/ansible-artifactory
5ed81507db66779280a11e607b8ee11f6b48c590
0
roles/artifactory
422
[ "no_license" ]
[ { "path": "roles/artifactory/tasks/main.yml", "content": "---\n\n- name: 'installing JFrog Artifactory'\n include: install.yml\n\n# Storage configuration\n- name: 'ensure storage properties configuration is present'\n template:\n src: storage.properties\n dest: \"{{ artifactory_home }}/etc/storage.p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2570, "all_permissive": false }
ansible_role
bileldhaouadi24/devops-workshop
f581ff5e2fc9c6f7f10a2edebbb79702abb9fe83
0
first-Php-deploy/roles/continuous-deployment
422
[ "no_license" ]
[ { "path": "first-Php-deploy/roles/continuous-deployment/tasks/main.yml", "content": "---\n- block:\n - name: Create Shell user '{{ pid }}'\n user:\n name: \"{{ pid }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash\n groups: www-data\n append:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2707, "all_permissive": false }
ansible_role
bileldhaouadi24/devops-workshop
f581ff5e2fc9c6f7f10a2edebbb79702abb9fe83
0
setup-server/roles/setup
422
[ "no_license" ]
[ { "path": "setup-server/roles/setup/tasks/install-apache2.yml", "content": "---\n- name: Install Apache2\n apt:\n name: apache2\n state: latest\n update_cache: yes\n\n- name: Enable reverse-proxy modules\n apache2_module:\n name: \"{{item}}\"\n with_items:\n - \"rewrite\"\n - \"proxy\"\...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4217, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/backup
422
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "- name: Install apt dependencies\n apt: name={{ item }} state=latest\n with_items:\n - libxslt-dev\n - libxml2-dev\n\n- name: Install AWS ruby SDK\n sudo: false\n shell: gem install aws-sdk\n\n- name: Create backup folder\n file: path=\"/var/ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1979, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/bootstrap
422
[ "no_license" ]
[ { "path": "roles/bootstrap/files/bashrc", "content": "WORKSPACE=${HOME}/app\n\nexport CDPATH=\"${CDPATH}:${WORKSPACE}\"\nexport EDITOR=vim\nexport LC_ALL=en_US.UTF-8\n\nalias vi=vim\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/bootstrap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1324, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/common
422
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "timezone: Europe/Paris\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/common/tasks/main.yml", "content": "- name: Install apt-add-repository\n apt: name=python-software-propertie...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1099, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/dlna
422
[ "no_license" ]
[ { "path": "roles/dlna/tasks/main.yml", "content": "- name: Install packages\n apt: name={{ item }} state=latest\n with_items:\n - minidlna\n - exfat-utils\n - exfat-fuse\n\n- name: Create media folder\n file: path=/mnt/media state=directory mode='u=rwx,g=rx,o=rx'\n\n- name: Add external hard dri...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1086, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/drone
422
[ "no_license" ]
[ { "path": "roles/drone/tasks/main.yml", "content": "- name: Install docker\n shell: \"curl -sSL https://get.docker.io/ubuntu/ | sudo sh\"\n\n- name: Download latest drone.io package\n get_url: url=http://downloads.drone.io/latest/drone.deb dest=.\n\n- name: Install drone.io\n apt: deb=drone.deb state=ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/logrotate
422
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "- name: Copy logrotate file\n template: src=logrotate dest=/etc/logrotate.d/{{ app_name }}_{{ stage }} owner=root group=root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/mongodb
422
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Add MongoDB to apt keys\n apt_key: keyserver=keyserver.ubuntu.com id=7F0CEB10\n\n- name: Add MongoDB repository to apt\n apt_repository: repo=\"deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen\" state=present\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/nginx
422
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n apt: name=nginx state=latest\n\n- name: Activate the server_names_hash_bucket_size directive\n lineinfile: dest=/etc/nginx/nginx.conf regexp=\"server_names_hash_bucket_size\" line=\" server_names_hash_bucket_size 64;\" stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1691, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/printer
422
[ "no_license" ]
[ { "path": "roles/printer/tasks/main.yml", "content": "- name: 'Install cups'\n apt: name=cups state=present\n\n- name: 'Add user in cups admin group'\n user: name={{ printer_user_allowed }} groups=lpadmin append=yes\n\n- name: 'Make cups available for everyone'\n shell: 'cupsctl --share-printers --remote...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/rails
422
[ "no_license" ]
[ { "path": "roles/rails/tasks/main.yml", "content": "- name: Add Node.js apt repository\n apt_repository: repo='ppa:chris-lea/node.js' state=present\n\n- name: Install dependencies\n apt: name={{ item }} state=latest\n with_items:\n - curl\n - git-core\n - nodejs\n - libcurl3\n - libcurl3-g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/ruby
422
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Install apt dependencies\n apt: name={{ item }} state=latest\n with_items:\n - curl\n - git-core\n - libreadline-ruby\n\n- name: Install RBENV\n sudo: false\n shell: 'curl https://raw.githubusercontent.com/fesplugas/rbenv-installer/mast...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1029, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/unicorn
422
[ "no_license" ]
[ { "path": "roles/unicorn/tasks/main.yml", "content": "- name: Copy unicorn service\n template: src=service.sh dest=/etc/init.d/unicorn_{{ app_name }}_{{ stage }} mode=755\n\n- name: Auto start unicorn service\n shell: 'update-rc.d -f unicorn_{{ app_name }}_{{ stage }} defaults'\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
kdisneur/ansible-recipes
00a0537852fa9102c2988e5bb4561bb92d069c9a
0
roles/wifi
422
[ "no_license" ]
[ { "path": "roles/wifi/tasks/main.yml", "content": "- name: 'Add Wifi configuration'\n lineinfile: dest=/etc/wpa_supplicant/wpa_supplicant.conf regexp='network=.*\\n.*ssid=.*\\n.*psk=.*\\n}' line='network={\\n ssid=\"{{ wifi_ssid }}\"\\n psk=\"{{ wifi_password }}\"\\n}'\n notify:\n - restart wlan\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 352, "all_permissive": false }