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
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/gcp
1,219
[ "no_license" ]
[ { "path": "roles/gcp/defaults/main.yml", "content": "gcloud_version: 299.0.0\ngcloud_url: https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-{{ gcloud_version }}-linux-x86_64.tar.gz\nbin_dir: /usr/local/bin\ngcloud_install_dir: /opt\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 397, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/git
1,219
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yml", "content": "git_config: {}\r\ngit_repositories: []\r\ngit_packages:\r\n - git\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/git/tasks/redhat.yml", "content": "---\n- name: Install\n dnf:\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 835, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/go
1,219
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "- name: Install {{ role_name }} packages\r\n apt:\r\n name: \"{{ go_packages }}\"\r\n state: present\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/go/defaults/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 157, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/helm
1,219
[ "no_license" ]
[ { "path": "roles/helm/defaults/main.yml", "content": "helm_version: 3.2.4\nhelm_url: https://get.helm.sh/helm-v{{ helm_version }}-linux-amd64.tar.gz\nhelmfile_version: 0.119.1\nhelmfile_url: https://github.com/roboll/helmfile/releases/download/v{{ helmfile_version }}/helmfile_linux_amd64\nbin_dir: /usr/loca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 782, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/jvm
1,219
[ "no_license" ]
[ { "path": "roles/jvm/defaults/main.yml", "content": "sdkman_url: https://get.sdkman.io\r\nsdkman_dependencies:\r\n - zip\r\n - unzip\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/jvm/tasks/debian.yml", "content": "---\n- name: Ins...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 935, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/kubernetes
1,219
[ "no_license" ]
[ { "path": "roles/kubernetes/defaults/main.yml", "content": "kubernetes_version: 1.18.5\r\nkubernetes_url: https://storage.googleapis.com/kubernetes-release/release/v{{ kubernetes_version }}/bin/linux/amd64/kubectl\r\nkops_version: 1.17.0\r\nkops_url: https://github.com/kubernetes/kops/releases/download/v{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1806, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/php
1,219
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install {{ role_name }} {{ php_version }} extensions\n apt:\n name: \"{{ php_packages }}\"\n\n- name: Set {{ role_name }} default version {{ php_version }}\n alternatives:\n name: php\n path: /usr/bin/php{{ php_version }}\n link: /...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/python
1,219
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\r\n- name: Add {{ role_name }} Debian repository\r\n apt_repository:\r\n repo: \"{{ python_repository }}\"\r\n\r\n- name: Install {{ role_name }} v{{ python_version }}\r\n apt:\r\n package: \"{{ python_packages }}\"\r\n\r\n- name: Set {{ role_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 767, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/ruby
1,219
[ "no_license" ]
[ { "path": "roles/ruby/defaults/main.yml", "content": "ruby_repository: ppa:deadsnakes/ppa\r\nruby_version: 2.7\r\nruby_packages:\r\n - ruby{{ ruby_version }}\r\nruby_gems:\r\n - bundler\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 647, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/skaffold
1,219
[ "no_license" ]
[ { "path": "roles/skaffold/defaults/main.yml", "content": "skaffold_version: 1.12.0\nskaffold_url: https://storage.googleapis.com/skaffold/releases/v{{ skaffold_version }}/skaffold-linux-amd64\ncontainer_structure_test_version: 1.8.0\ncontainer_structure_test_url: https://storage.googleapis.com/container-str...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 662, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/ssh
1,219
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Install {{ role_name }} dependencies\n include_tasks: \"{{ ansible_os_family | lower }}.yml\"\n\n- name: Check if {{ role_name }} directory exists\n stat:\n path: \"{{ lookup('env', 'HOME') }}/.ssh/\"\n register: ssh_directory\n\n- name: Fix {{...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2586, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/system
1,219
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: Install {{ role_name }} dependencies\n include_tasks: \"{{ ansible_os_family | lower }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/system/defaults/main.yml", "con...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 467, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/terraform
1,219
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yml", "content": "terraform_version: 0.12.28\nterraform_url: https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_amd64.zip\nbin_dir: /usr/local/bin\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 394, "all_permissive": false }
ansible_role
hiberbee/ansible-collection-devops
ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d
1
roles/wsl
1,219
[ "no_license" ]
[ { "path": "roles/wsl/defaults/main.yml", "content": "wsl_utilities_deb_repository: \"deb https://access.patrickwu.space/wslu/debian buster main\"\nwsl_utilities_deb_repository_key: \"https://access.patrickwu.space/wslu/public.asc\"\nwsl_config:\n user:\n default: \"root\"\n automount:\n enabled: \"t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1430, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_authenticate
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_authenticate/tasks/main.yml", "content": "---\n# tasks file for oci_authenticate\n- name: 'What is my number'\n delegate_to: 'localhost'\n when: >\n oci_local_username is undefined\n shell: >\n cat /proc/$$/loginuid\n register: 'loginuid'\n changed_when: 'false'\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3716, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_instance_rename
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_instance_rename/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - oci_collection_instance_rename", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/oci_collection_instance_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 15635, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_block
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_block/defaults/main.yml", "content": "---\n# defaults file for oci_collection_tenancy_facts_block\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/oci_collection_tenancy_facts_block/handlers/main...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3953, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_compandads
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_compandads/handlers/main.yml", "content": "---\n# handlers file for oci_collection_tenancy_facts_compandads\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/oci_collection_tenancy_facts_compandad...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1675, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_compute
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_compute/tasks/compute_volumes.yml", "content": "- name: \"Gathering all available attached block volumes to computes in tenancy\"\n oci_compute_volume_attachment_facts:\n config_file_location: '{{ oci_local_homedir }}/.oci/config'\n config_profile_name: '...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 10494, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_dbaas
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_dbaas/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - oci_collection_tenancy_facts_dbaas\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/oci_collection...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5042, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_drg
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_drg/tasks/cpe.yml", "content": "- name: \"Gathering CPE details\"\n oci_network_cpe_facts:\n config_file_location: '{{ oci_local_homedir }}/.oci/config'\n config_profile_name: '{{ oci_tenancy }}_{{ oci_datacenter }}'\n compartment_id: \"{{ item.key }}...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 13980, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_fss
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_fss/tasks/main.yml", "content": "---\n# tasks file for oci_collection_tenancy_facts_fss\n- name: Validating role oci_collection_authenticate\n include_role:\n name: oci_collection_authenticate\n when: oci_local_username is not defined\n\n- name: validating ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5093, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_iam
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_iam/tasks/main.yml", "content": "---\n# tasks file for oci_collection_tenancy_facts_iam\n- name: Validating role oci_collection_authenticate\n include_role:\n name: oci_collection_authenticate\n when: oci_local_username is not defined\n\n- name: validating ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7694, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_lbaas
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_lbaas/tasks/main.yml", "content": "---\n# tasks file for oci_collection_tenancy_facts_lbaas\n- name: Validating role oci_collection_authenticate\n include_role:\n name: oci_collection_authenticate\n when: oci_local_username is not defined\n\n- name: validat...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2520, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_network
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_network/vars/main.yml", "content": "---\n# vars file for oci_collection_tenancy_facts_network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/oci_collection_tenancy_facts_network/handlers/main.y...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 16, "total_bytes": 23667, "all_permissive": false }
ansible_role
thepramukh/myansible
01f31a0635b7635b3a758bd9da334b813fb6efc4
0
roles/oci_collection_tenancy_facts_object
1,219
[ "no_license" ]
[ { "path": "roles/oci_collection_tenancy_facts_object/defaults/main.yml", "content": "---\n# defaults file for oci_collection_tenancy_facts_object\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/oci_collection_tenancy_facts_object/vars/main....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2607, "all_permissive": false }
ansible_role
ubnetdef/open-cyber-arena-playbooks
41b842072e74ff16d9c597563f91f82b40795967
0
roles/adapterdebug
1,219
[ "no_license" ]
[ { "path": "roles/adapterdebug/tasks/main.yaml", "content": "---\n- name: Attempt to reconnect adapter\n vmware_guest:\n validate_certs: false\n hostname: \"cdr-vcenter.cse.buffalo.edu\"\n username: \"<EMAIL>\"\n password: \"<PASSWORD>\"\n name: \"oca-030-002\"\n datacenter: \"UBNetDef\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 529, "all_permissive": false }
ansible_role
ubnetdef/open-cyber-arena-playbooks
41b842072e74ff16d9c597563f91f82b40795967
0
roles/create_folder
1,219
[ "no_license" ]
[ { "path": "roles/create_folder/tasks/main.yaml", "content": "---\n- name: create folder\n vcenter_folder:\n datacenter: \"{{ vcenter_datacenter }}\"\n parent_folder: \"{{ organization_folder }}\"\n folder_name: \"{{ pod_folder_name }}\"\n folder_type: vm\n state: present", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
ubnetdef/open-cyber-arena-playbooks
41b842072e74ff16d9c597563f91f82b40795967
0
roles/deploy_attacker
1,219
[ "no_license" ]
[ { "path": "roles/deploy_attacker/tasks/change_password.yaml", "content": "# Todo: THIS DOES NOT WORK FOR DEPLOY_ATTACKER\n---\n- name: copy password change script\n vmware_guest_file_operation:\n datacenter: \"{{ vcenter_datacenter }}\"\n folder: \"{{ pod_folder }}\"\n vm_id: \"{{ vm_name }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1767, "all_permissive": false }
ansible_role
ubnetdef/open-cyber-arena-playbooks
41b842072e74ff16d9c597563f91f82b40795967
0
roles/deploy_pfsense
1,219
[ "no_license" ]
[ { "path": "roles/deploy_pfsense/tasks/main.yaml", "content": "---\n- name: deploy pfSense from template\n vmware_guest:\n datacenter: \"{{ vcenter_datacenter }}\"\n folder: \"{{ pod_folder }}\"\n cluster: \"{{ vcenter_cluster }}\"\n datastore: \"{{ vcenter_datastore }}\"\n name: \"{{ vm_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1256, "all_permissive": false }
ansible_role
ubnetdef/open-cyber-arena-playbooks
41b842072e74ff16d9c597563f91f82b40795967
0
roles/deploy_vm
1,219
[ "no_license" ]
[ { "path": "roles/deploy_vm/tasks/main.yaml", "content": "---\n- name: deploy VM from template\n vmware_guest:\n datacenter: \"{{ vcenter_datacenter }}\"\n folder: \"{{ pod_folder }}\"\n cluster: \"{{ vcenter_cluster }}\"\n datastore: \"{{ vcenter_datastore }}\"\n name: \"{{ vm_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1344, "all_permissive": false }
ansible_role
ubnetdef/open-cyber-arena-playbooks
41b842072e74ff16d9c597563f91f82b40795967
0
roles/deploy_vyos
1,219
[ "no_license" ]
[ { "path": "roles/deploy_vyos/tasks/main.yaml", "content": "---\n- name: deploy VyOS router from template\n vmware_guest:\n datacenter: \"{{ vcenter_datacenter }}\"\n folder: \"{{ pod_folder }}\"\n cluster: \"{{ vcenter_cluster }}\"\n datastore: \"{{ vcenter_datastore }}\"\n name: \"{{ vm_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1136, "all_permissive": false }
ansible_role
79yuuki/totec2015
bba79ab769df31a44a0b746889d8ce3979368b3f
1
ansible/roles/release
1,219
[ "no_license" ]
[ { "path": "ansible/roles/release/tasks/main.yml", "content": "---\n\n- name: be sure /opt/totec/totec2015/ansible/scripts/release.sh executed\n command: sh /opt/totec/totec2015/ansible/scripts/release.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
79yuuki/totec2015
bba79ab769df31a44a0b746889d8ce3979368b3f
1
ansible/roles/release-with-cache-clear
1,219
[ "no_license" ]
[ { "path": "ansible/roles/release-with-cache-clear/tasks/main.yml", "content": "---\n\n- name: be sure /opt/totec/totec2015/ansible/scripts/clear.sh executed\n command: sh /opt/totec/totec2015/ansible/scripts/clear.sh\n\n- name: be sure /opt/totec/totec2015/ansible/scripts/release.sh executed\n command: sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
Flo-cell/ELK
a09656da9ca1349b9c56f85e86b8df788f981ea7
0
ELK_ANSIBLE/roles/auditbeat
1,219
[ "no_license" ]
[ { "path": "ELK_ANSIBLE/roles/auditbeat/tasks/main.yml", "content": "---\r\n#\r\n# Installation Auditbeat\r\n#\r\n\r\n# Installation Auditbeat\r\n\r\n- name: Install Auditbeat\r\n apt:\r\n name: auditbeat\r\n update_cache: yes\r\n\r\n# Acces au setup de Kibana\r\n\r\n- name: Configuration pour acces au ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
Flo-cell/ELK
a09656da9ca1349b9c56f85e86b8df788f981ea7
0
ELK_ANSIBLE/roles/elasticsearch
1,219
[ "no_license" ]
[ { "path": "ELK_ANSIBLE/roles/elasticsearch/tasks/main.yml", "content": "---\r\n#\r\n# Installation ElasticSearch (pour les nuls)\r\n#\r\n\r\n# Installation ElasticSearch\r\n\r\n- name: Installation Elasticsearch\r\n apt:\r\n name: elasticsearch\r\n update_cache: yes\r\n\r\n# Activation ElasticSearch\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
Flo-cell/ELK
a09656da9ca1349b9c56f85e86b8df788f981ea7
0
ELK_ANSIBLE/roles/kibana
1,219
[ "no_license" ]
[ { "path": "ELK_ANSIBLE/roles/kibana/tasks/main.yml", "content": "---\r\n#\r\n# Installation de Kibana\r\n#\r\n\r\n# Installation de Kibana\r\n\r\n- name: Installation de Kibana\r\n apt:\r\n name: kibana\r\n update_cache: yes\r\n\r\n# Modification du fichier de conf afin de permettre l'acces depuis exte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": false }
ansible_role
Flo-cell/ELK
a09656da9ca1349b9c56f85e86b8df788f981ea7
0
ELK_ANSIBLE/roles/logstash
1,219
[ "no_license" ]
[ { "path": "ELK_ANSIBLE/roles/logstash/tasks/main.yml", "content": "---\r\n#\r\n# Installation de logstash\r\n#\r\n\r\n# Installation de logstash\r\n\r\n- name: Installation de logstash\r\n apt:\r\n name: logstash\r\n update_cache: yes\r\n\r\n# Activation de logstash\r\n\r\n- name: enable du service log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1417, "all_permissive": false }
ansible_role
Flo-cell/ELK
a09656da9ca1349b9c56f85e86b8df788f981ea7
0
ELK_ANSIBLE/roles/prerequis
1,219
[ "no_license" ]
[ { "path": "ELK_ANSIBLE/roles/prerequis/tasks/main.yml", "content": "---\r\n#\r\n# Installation des prerequis\r\n#\r\n\r\n# Installation de Python\r\n\r\n- name: Check for Python\r\n raw: test -e /usr/bin/python\r\n changed_when: false\r\n failed_when: false\r\n register: check_python\r\n\r\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 892, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/HAweb/roles/Glusterfs
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/HAweb/roles/Glusterfs/defaults/main.yml", "content": "---\n# defaults file for Glusterfs\ngluster_bind_address: \"{{ hostvars[inventory_hostname]['ansible_' + glusterfs_bind_interface]['ipv4']['address'] }}\"\nglusterfs_bind_interface: \"eth0\"\nglusterfs_ip1: \"{{ hostvars[group...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2395, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/HAweb/roles/LEMP
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/HAweb/roles/LEMP/defaults/main.yml", "content": "---\n# defaults file for wordpress\nnginx:\n packages:\n - nginx*\n \n - apache*\n\nphp:\n packages:\n - php\n - php-mysql\n \n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1332, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/HAweb/roles/basic
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/HAweb/roles/basic/tasks/main.yml", "content": "---\n# tasks file for basic\n- name: Update Ubuntu\n apt:\n upgrade: full\n\n- name: Cai dat co ban\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - htop\n - net-tools\n - vim\n\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/HAweb/roles/keepalived
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/HAweb/roles/keepalived/tasks/main.yml", "content": "---\n# tasks file for keepalived\n- name: Cai dat Keep alived\n apt:\n name: keepalived\n state: present\n\n- name: Copy config master\n template:\n src: keepalived_master.conf.j2\n dest: /e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1935, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/HAweb/roles/load_balancer
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/HAweb/roles/load_balancer/defaults/main.yml", "content": "---\n# defaults file for load_balancer\nload_balancer:\n config:\n maxconn: 812\n balance: roundrobin\n option: httpclose\n\nweb:\n config:\n name_1: dangth-3\n name_2: dangth-4\n name_3: dangth-5\n ip_1: 10.20.1.53...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1647, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/HAweb/roles/percona cluster
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/HAweb/roles/percona cluster/tasks/os_family/Debian.yml", "content": "---\n\n#- name: add apt key\n# apt_key:\n# keyserver: keyserver.ubuntu.com\n# id: \"{{ percona_repo_gpgkey }}\"\n\n#- name: repository installation\n# apt_repository:\n# filename: \"{{ percona_repo_fi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1960, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/HAweb/roles/wordpress
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/HAweb/roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: Tao WordPress database\n mysql_db:\n name: \"{{wordpress['config']['database']}}\"\n# state: present\n login_user: \"{{db_root_user}}\"\n login_passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2525, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/LEMP
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/LEMP/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: purge toan bo nginx co tren server\n apt:\n name: \"{{ nginx.packages }}\"\n state: absent\n purge: yes\n \n- name: Cai dat apache...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1097, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/load_balancer
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/load_balancer/tasks/main.yml", "content": "---\n# tasks file for load_balancer\n\n\n- name: Cai dat Haproxy\n apt:\n name: haproxy\n state: present\n\n- name: Enable Haproxy\n copy:\n src: haproxy\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2585, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_1
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_1/tasks/main.yml", "content": "---\n# tasks file for sync_db\n\n\n\n\n- name: Lay master file va pos mysql cua server 2\n mysql_replication:\n login_host: \"{{ database2['ip'] }}\"\n login_user: \"{{database2[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 813, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_2
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_2/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sync_db", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "Ansible/Playbook/Lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1188, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_basic_config_1
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_basic_config_1/tasks/main.yml", "content": "---\n- name: Config master master replica\n template:\n src: mysqld.cnf.j2\n dest: /etc/mysql/mysql.conf.d/mysqld.cnf\n notify:\n - restart mysql service\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_basic_config_2
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_db_basic_config_2/handlers/main.yml", "content": "---\n# handlers file for sync_db\n - name: restart mysql service\n service:\n name: mysql\n state: restarted\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_web_1
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/sync_web_1/defaults/main.yml", "content": "---\n# defaults file for sync_web\nroot:\n password: <PASSWORD>\n\nweb:\n hosts:\n host2: 10.20.1.61\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 878, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/wordpress
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Load Balancer and Wordpress/Version 1/roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: Tao WordPress database\n mysql_db:\n name: \"{{wordpress['config']['database']}}\"\n state: present\n login_user: root\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2504, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Playbook/Wordpress/roles/wordpress
1,219
[ "no_license" ]
[ { "path": "Ansible/Playbook/Wordpress/roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: purge toan bo nginx co tren server\n apt:\n name: \"{{ nginx.packages }}\"\n state: absent\n purge: yes\n \n- name: Cai dat apache va restart service\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2992, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Practice/Chapter 1, 2, 3/roles/base
1,219
[ "no_license" ]
[ { "path": "Ansible/Practice/Chapter 1, 2, 3/roles/base/tasks/main.yml", "content": "# base task co ban\n---\n - name: tao devops group\n group:\n name: devops\n state: present\n\n - name: tao devops user\n user:\n name: devops\n comment: \"Devops User\"\n uid: 2001\n group: devops\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Practice/Chapter 1, 2, 3/roles/mysql
1,219
[ "no_license" ]
[ { "path": "Ansible/Practice/Chapter 1, 2, 3/roles/mysql/tasks/configure.yml", "content": "---\n# filename: roles/mysql/tasks/configure.yml\n - name: tao mysql config\n template:\n src: \"my.cnf\"\n dest: \"{{ mysql_cnfpath }}\"\n mode: 0644\n notify:\n - restart m...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 498, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Practice/Chapter 1, 2, 3/roles/nginx
1,219
[ "no_license" ]
[ { "path": "Ansible/Practice/Chapter 1, 2, 3/roles/nginx/tasks/configure.yml", "content": "---\n - name: Create default site conf\n template: \n src: default.conf.j2\n dest: /etc/nginx/conf.d/default.conf\n mode: 0644\n notify:\n - restart nginx service\n\n - name: create home page \n cop...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 482, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Practice/Chapter 5/roles/mysql
1,219
[ "no_license" ]
[ { "path": "Ansible/Practice/Chapter 5/roles/mysql/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: MySQL Database Role\n company: VCC\n min_ansible_version: 1.4\n platforms:\n - name: EL\n versions:\n - all\n - name: Ubuntu\n versions:\n - all\n categories...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1408, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Practice/Chapter 6/roles/nginx
1,219
[ "no_license" ]
[ { "path": "Ansible/Practice/Chapter 6/roles/nginx/tasks/install.yml", "content": "---\n# - name: them nginx repository\n# apt_repository: repo='deb http://nginx.org/packages/ubuntu/ lucid nginx'\n\n - name: install nginx web server\n apt:\n name: nginx\n state: present\n", "license_type"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 276, "all_permissive": false }
ansible_role
haidang10897/VCC_Training
e6f0ec726ad11a19a7fc17619ef2fad2164f66ff
0
Ansible/Practice/Chapter 6/roles/php5-fpm
1,219
[ "no_license" ]
[ { "path": "Ansible/Practice/Chapter 6/roles/php5-fpm/tasks/install.yml", "content": "---\n - name: Cai php5-fpm\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items: \"{{ php5.packages }}\"\n# notify:\n# - restart php5-fpm service\n \n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 507, "all_permissive": false }
ansible_role
ludel/Wp-Ansible
6891e559fe535450223bb64735b18ee7e5fd7227
0
roles/apache
1,219
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: install apache\n apt: \n name: apache2\n update_cache: yes\n\n- name: start apache\n service: \n name: apache2\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
ludel/Wp-Ansible
6891e559fe535450223bb64735b18ee7e5fd7227
0
roles/ftp
1,219
[ "no_license" ]
[ { "path": "roles/ftp/tasks/main.yml", "content": "---\n\n- name: install ftp\n apt: \n name: vsftpd\n update_cache: yes\n\n- name: start ftp\n service: \n name: vsftpd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
ludel/Wp-Ansible
6891e559fe535450223bb64735b18ee7e5fd7227
0
roles/mysql
1,219
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: install MySql\n apt: \n name: mysql-server\n update_cache: yes\n\n- name: import mysql conf\n copy:\n src: ./files/mysqld.cnf\n dest: /etc/mysql/mysql.conf.d/mysqld.cnf\n\n- name: install python mysql \n apt:\n name: python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
ludel/Wp-Ansible
6891e559fe535450223bb64735b18ee7e5fd7227
0
roles/php
1,219
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: install php\n apt: \n name: php\n update_cache: yes\n\n- name: install php apache mode\n apt: \n name: libapache2-mod-php\n update_cache: yes\n\n- name: install php my sql\n apt: \n name: php-mysql\n update_cache: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
ludel/Wp-Ansible
6891e559fe535450223bb64735b18ee7e5fd7227
0
roles/wordpress
1,219
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n\n- name: download wp\n get_url:\n url: https://fr.wordpress.org/wordpress-latest-fr_FR.zip\n dest: /tmp/wordpress-latest-fr_FR.zip\n\n- name: install unzip\n apt: \n name: zip\n update_cache: yes\n\n- name: unzip wp\n unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/bacula-client
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/bacula-client/tasks/main.yml", "content": "---\n- name: install packages\n yum:\n name: bacula-client\n state: present\n\n\n- name: copy config file\n template:\n src: bacula-fd.conf.j2\n dest: /etc/bacula/bacula-fd.conf\n notify: restart bacula-fd\n\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 855, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/bacula-server
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/bacula-server/templates/bacula-sd.conf.j2", "content": "Storage {\n\tName = bacula-sd\n\tSDPort = 9103\n\tWorkingDirectory = \"/var/spool/bacula\"\n\tPid Directory = \"/var/run\"\n\tMaximum Concurrent Jobs = 20\n}\n\nDirector {\n\tName = bacula-dir\n\tPassword = \"{{ <PASSWORD>...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3547, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/ceph-client
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/ceph-client/handlers/main.yml", "content": "---\n- name: reload rbdmap\n systemd:\n name: rbdmap\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "provisioning/roles/ceph-client/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1128, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/ceph-cluster
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/ceph-cluster/tasks/ceph-mon.yml", "content": "---\n- name: check data direcotry\n stat:\n path: /var/lib/ceph/mon/{{ ceph_cluster_name }}-{{ ansible_hostname }}\n register: mon_dir\n\n\n- block:\n - name: copy temp keyring\n copy:\n src: ceph-mon/ceph.mon.keyring\...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7746, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/consul
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/consul/tasks/main.yml", "content": "---\n- name: install packages\n yum:\n name: unzip\n state: present\n\n\n- name: download Consul\n unarchive:\n src: https://releases.hashicorp.com/consul/1.6.2/consul_1.6.2_linux_amd64.zip\n dest: /usr/local/sbin\n remote_sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1516, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/general
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/general/tasks/main.yml", "content": "---\n- include_tasks: network.yml\n- include_tasks: datetime.yml\n- include_tasks: services.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "provisioning/roles/general/tasks/se...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1363, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/haproxy
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/haproxy/tasks/main.yml", "content": "---\n- name: install packages\n yum:\n name:\n - haproxy\n - libsemanage-python\n state: present\n\n\n- name: configure SELinux\n seboolean:\n name: haproxy_connect_any\n state: yes\n persistent: yes\n\n\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1408, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/journald-remote
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/journald-remote/tasks/main.yml", "content": "---\n- name: install packages\n yum:\n name: systemd-journal-gateway\n state: present\n\n\n- name: create log directory\n file:\n path: /var/log/journal/remote\n state: directory\n owner: systemd-journal-remote\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/journald-upload
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/journald-upload/tasks/main.yml", "content": "---\n- name: install packages\n yum:\n name: systemd-journal-gateway\n state: present\n\n\n- name: copy config file\n copy:\n src: journal-upload.conf\n dest: /etc/systemd\n notify: restart journal-upload\n\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 698, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/keepalive
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/keepalive/defaults/main.yml", "content": "---\nvrrp_master_address: '0.0.0.0'\nvrrp_vip_address: '0.0.0.0'\nvrrp_router_id: '0'\nvrrp_password: ''\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "provisioning/roles/k...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1103, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/pacemaker
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/pacemaker/defaults/main.yml", "content": "---\ncluster_user_name: 'hacluster'\ncluster_user_pass: '<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "provisioning/roles/pacemaker/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1374, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/patroni
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/patroni/templates/patroni.yml.j2", "content": "scope: otus\nname: {{ ansible_hostname }}\n\nrestapi:\n listen: {{ ansible_eth1.ipv4.address }}:8008\n connect_address: {{ ansible_eth1.ipv4.address }}:8008\n\nconsul:\n host: {{ dcs_host }}:8500\n\nbootstrap:\n dcs:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3427, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/pgbouncer
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/pgbouncer/templates/pgbouncer.ini.j2", "content": "[databases]\n* = host={{ ansible_eth1.ipv4.address }} port=5432 auth_user=postgres\n\n[pgbouncer]\npool_mode = transaction\nlogfile = /var/log/pgbouncer/pgbouncer.log\npidfile = /var/run/pgbouncer/pgbouncer.pid\nlisten_addr = {...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1170, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/postgresql
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/postgresql/tasks/main.yml", "content": "---\n- name: install PostgreSQL repo\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n\n\n- name: install packages\n yum:\n name:\n - post...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/zabbix-agent
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/zabbix-agent/tasks/main.yml", "content": "---\n- name: install Zabbix repo\n yum:\n name: https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-2.el7.noarch.rpm\n state: present\n\n\n- name: install packages\n yum:\n name: zabbix-agent\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
MaxKudr/otus-finish
c5dcb19a4aee4034f45dc35bac47dcb5c7555658
0
provisioning/roles/zabbix-server
1,139
[ "no_license" ]
[ { "path": "provisioning/roles/zabbix-server/defaults/main.yml", "content": "---\nnginx_worker_connections: 1024\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "provisioning/roles/zabbix-server/templates/nginx/nginx.conf.j2", "content": "user ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4809, "all_permissive": false }
ansible_role
KumKeeHyun/kafka-trogdor-web
74cbbf33c39f202db78da234a7f92e53cb173154
0
kafka/ansible/roles/jmx_exporter
1,139
[ "no_license" ]
[ { "path": "kafka/ansible/roles/jmx_exporter/handlers/main.yaml", "content": "---\n- name: restart jmx exporter\n include_tasks: tasks/restart.yaml\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "kafka/ansible/roles/jmx_exporter/templates/jm...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2209, "all_permissive": false }
ansible_role
KumKeeHyun/kafka-trogdor-web
74cbbf33c39f202db78da234a7f92e53cb173154
0
kafka/ansible/roles/kafka
1,139
[ "no_license" ]
[ { "path": "kafka/ansible/roles/kafka/templates/broker.properties.j2", "content": "# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF li...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5740, "all_permissive": false }
ansible_role
KumKeeHyun/kafka-trogdor-web
74cbbf33c39f202db78da234a7f92e53cb173154
0
kafka/ansible/roles/trogdor
1,139
[ "no_license" ]
[ { "path": "kafka/ansible/roles/trogdor/tasks/restart.yaml", "content": "---\n- name: Update trogdor agent systemd service\n become: true\n ansible.builtin.template:\n src: trogdor.service.j2\n dest: /etc/systemd/system/trogdor-agent.service\n mode: 0640\n owner: root\n group: root\n vars:\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2612, "all_permissive": false }
ansible_role
mikesarfaty/ansible_archive
bb716d9c497308e18b79551b9f1a4fcd675b4187
0
roles/deploy_notes
1,139
[ "no_license" ]
[ { "path": "roles/deploy_notes/meta/main.yml", "content": "---\ndependencies:\n - role: postgres\n - role: python\n - role: python\n vars:\n packages: \n - psycopg2-binary\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
mikesarfaty/ansible_archive
bb716d9c497308e18b79551b9f1a4fcd675b4187
0
roles/postgres
1,139
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- name: install postgres packages\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - postgresql\n - postgresql-server\n - postgresql-devel\n - postgresql-contrib\n - postgresql-docs\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
mikesarfaty/ansible_archive
bb716d9c497308e18b79551b9f1a4fcd675b4187
0
roles/python
1,139
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: include python vars\n include_vars: \n file: main.yml\n name: vars\n\n- name: ensure python3 is installed\n become: yes\n yum:\n name: python3\n state: latest\n\n- name: ensure pip available\n become: yes\n yum:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
tt-gl20/gl1-ansible-test
25d0a6923d286987a7b697da27af452988486d15
0
roles/create-iaac-file
1,139
[ "no_license" ]
[ { "path": "roles/create-iaac-file/tasks/main.yml", "content": "---\n# tasks file \n- name: creating a empty file /etc/iaac with rigths 0500\n file:\n dest: \"/etc/iaac\"\n state: touch\n mode: 0500\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
tt-gl20/gl1-ansible-test
25d0a6923d286987a7b697da27af452988486d15
0
roles/read-issue-content
1,139
[ "no_license" ]
[ { "path": "roles/read-issue-content/tasks/main.yml", "content": "---\n# tasks file for read-issue-content\n- name: define content of /etc/issue as variable\n shell: cat /etc/issue\n register: content_issue\n\n- name: printing hostnames together with registered variables \n debug:\n msg: \"Printing hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
rcdelacruz/metrics-apb
9c2a5c677a4353c2c88a34c36e32cda5bd471524
0
roles/bind-metrics-apb
1,139
[ "no_license" ]
[ { "path": "roles/bind-metrics-apb/tasks/main.yml", "content": "- name: Retrieve metrics route\n shell: \"oc get configmaps/{{ prometheus_secret_name }} -n {{ namespace }} -o jsonpath={.data.uri}\"\n register: metrics_uri\n\n- set_fact:\n METRICS_URI: \"{{ metrics_uri.stdout }}\"\n\n- name: \"Create met...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1114, "all_permissive": false }
ansible_role
rcdelacruz/metrics-apb
9c2a5c677a4353c2c88a34c36e32cda5bd471524
0
roles/provision-keycloak-apb
1,139
[ "no_license" ]
[ { "path": "roles/provision-keycloak-apb/tasks/provision-keycloak.yml", "content": "- name: create persistent volume claim to copy the SPI provider\n k8s_v1_persistent_volume_claim:\n name: '{{ keycloak_pv_claim_name }}'\n state: present\n namespace: '{{ namespace }}'\n access_modes:\n - Re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5487, "all_permissive": false }
ansible_role
rcdelacruz/metrics-apb
9c2a5c677a4353c2c88a34c36e32cda5bd471524
0
roles/provision-metrics-apb
1,139
[ "no_license" ]
[ { "path": "roles/provision-metrics-apb/tasks/main.yml", "content": "- name: Give default user view permissions\n shell: 'oc policy add-role-to-user view system:serviceaccount:{{ namespace }}:{{ proxy_serviceaccount_name }} -n {{ namespace }}'\n\n- name: \"Create OAuth Proxy Serviceaccount yaml\"\n templat...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9530, "all_permissive": false }
ansible_role
rcdelacruz/metrics-apb
9c2a5c677a4353c2c88a34c36e32cda5bd471524
0
roles/unbind-metrics-apb
1,139
[ "no_license" ]
[ { "path": "roles/unbind-metrics-apb/tasks/main.yml", "content": "- name: Delete {{ prometheus_secret_name }}-{{ _apb_bind_creds.clientId }} secret\n k8s_v1_secret:\n name: \"{{ prometheus_secret_name }}-{{ _apb_bind_creds.clientId }}\"\n namespace: \"{{ namespace }}\"\n state: absent", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
piotex/DevOps-Spring-Boot-Project-2024
817e88404ecb3bb405162235372bc4542a6c28d8
0
devops/roles/setup_service
1,139
[ "no_license" ]
[ { "path": "devops/roles/setup_service/tasks/main.yml", "content": "---\n- name: Create service user\n user:\n name: \"{{ service_user }}\"\n state: present\n\n- name: Copy systemd service file to server\n copy:\n src: spring-boot-app.service\n dest: /etc/systemd/system/spring-boot-app.service\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1504, "all_permissive": false }
ansible_role
anantdhar/ansible
0bf1f54add464a77f00c54a4a7060b8ce2e04388
0
good-playbooks/roles/app-server
1,139
[ "no_license" ]
[ { "path": "good-playbooks/roles/app-server/vars/main.yml", "content": "---\n# vars file for app-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "good-playbooks/roles/app-server/tests/test.yml", "content": "---\n- hosts: localhost\n remot...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 941, "all_permissive": false }
ansible_role
anantdhar/ansible
0bf1f54add464a77f00c54a4a7060b8ce2e04388
0
windows_good_example/roles/win_ad_user
1,139
[ "no_license" ]
[ { "path": "windows_good_example/roles/win_ad_user/tasks/main.yml", "content": "# tasks file for roles/win_ad_user\n - name: Create AD User\n win_domain_user:\n name: \"{{ item.name }}\"\n firstname: \"{{item.firstname }}\"\n surname: \"{{ item.surname }}\"\n password: \"{{ <PASSWORD> }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
PugachEV72/08-ansible-03-yandex
887e17ddaf24d8267cc62fc8982a0eaf149b1f2f
0
playbook/roles/vector-role
1,139
[ "no_license" ]
[ { "path": "playbook/roles/vector-role/README.md", "content": "Vector-role\n=========\n\nThe role installs and configures the `vector` application. \nSupported and tested operating system `Centos 7`.\n\nRole Variables\n--------------\n\n- `clickhouse_url` - ip-address API `clickhouse` \n- `vector_version` ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3962, "all_permissive": false }
ansible_role
Mohamed-Magdy-Dewidar/ansible-lamp-deploy
e3e751ba4bf7e8db02a01cdf3c6dfa6e10087a0e
0
roles/apache
1,139
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Deploy index.php\n template:\n src: index.php.j2\n dest: /var/www/html/index.php\n notify: Restart Apache\n\n- block:\n - name: Enable ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
Mohamed-Magdy-Dewidar/ansible-lamp-deploy
e3e751ba4bf7e8db02a01cdf3c6dfa6e10087a0e
0
roles/firewall
1,139
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yaml", "content": "---\n- name: Install UFW\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n- name: Allow OpenSSH\n ufw:\n rule: allow\n name: OpenSSH\n state: enabled\n\n- name: Allow HTTP and HTTPS ports\n ufw:\n rule: allow\n port...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }