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
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/grafana_stack/playbooks/roles/alloy
8,195
[ "no_license" ]
[ { "path": "ansible/grafana_stack/playbooks/roles/alloy/templates/ingress-http.j2", "content": "apiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\n namespace: {{ namespace }}\n name: {{ alloy.name }}-http-ingress\n annotations:\n kubernetes.io/ingress.class: nginx\n cert-manager.io/issuer: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6807, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/grafana_stack/playbooks/roles/grafana
8,195
[ "no_license" ]
[ { "path": "ansible/grafana_stack/playbooks/roles/grafana/templates/service.j2", "content": "apiVersion: v1\nkind: Service\nmetadata:\n namespace: {{ namespace }}\n name: {{ grafana.name }}-service\nspec:\n type: ClusterIP\n selector:\n app: {{ grafana.name }}\n ports:\n - protocol: TCP\n por...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7022, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/grafana_stack/playbooks/roles/loki
8,195
[ "no_license" ]
[ { "path": "ansible/grafana_stack/playbooks/roles/loki/templates/deployment.j2", "content": "apiVersion: apps/v1\nkind: {{ loki.kind }}\nmetadata:\n namespace: {{ namespace }}\n name: {{loki.name}}\nspec:\n replicas: {{loki.specs.replicas}}\n selector:\n matchLabels:\n app: {{loki.name}}\n templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4059, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/grafana_stack/playbooks/roles/mimir
8,195
[ "no_license" ]
[ { "path": "ansible/grafana_stack/playbooks/roles/mimir/templates/deployment.j2", "content": "apiVersion: apps/v1\nkind: {{ mimir.kind }}\nmetadata:\n namespace: {{ namespace }}\n name: {{ mimir.name }}\nspec:\n replicas: {{ mimir.specs.replicas }}\n selector:\n matchLabels:\n app: {{ mimir.name ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3388, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/grafana_stack/playbooks/roles/pyroscope
8,195
[ "no_license" ]
[ { "path": "ansible/grafana_stack/playbooks/roles/pyroscope/tasks/main.yml", "content": "---\n- name: Apply deployment\n kubernetes.core.k8s:\n definition: \"{{ lookup('template', 'deployment.j2') }}\"\n namespace: \"{{ namespace }}\"\n state: present\n\n- name: Apply service\n kubernetes.core.k8s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1615, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/grafana_stack/playbooks/roles/tempo
8,195
[ "no_license" ]
[ { "path": "ansible/grafana_stack/playbooks/roles/tempo/tasks/main.yml", "content": "---\n- name: Set tempo configuration from file\n ansible.builtin.set_fact:\n tempo_config: |\n {{ lookup('file', 'tempo.yml') }}\n\n- name: Apply configmap\n kubernetes.core.k8s:\n definition: \"{{ lookup('templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4590, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/firewall
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/firewall/tasks/ubuntu.yml", "content": "---\n- name: Install ufw\n become: true\n ansible.builtin.apt:\n name: ufw\n state: present\n register: check_install\n\n- name: Deny all incoming connections\n become: true\n ansible.builtin.command:\n cmd: ufw default deny...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1318, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/install_docker
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/install_docker/handlers/main.yml", "content": "---\n- name: Start docker daemon\n ansible.builtin.systemd:\n name: docker\n state: started\n enabled: yes\n ignore_errors: \"{{ docker_env | default(false) }}\"\n\n- name: Stop docker daemon\n ansible.builtin.systemd:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1257, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/k3s
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/k3s/tasks/copy_connection.yml", "content": "---\n- name: Set kubeconfig fact\n become: true\n ansible.builtin.stat:\n path: /etc/rancher/k3s/k3s.yaml\n register: k3s_kubeconfig\n\n- name: Fail if the file doesn't exist\n ansible.builtin.fail:\n msg: \"Kube config does...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3565, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/k8s_cert_manager
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/k8s_cert_manager/tasks/delete.yml", "content": "- name: Install cert manager\n ansible.builtin.shell: |\n kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.17.0/cert-manager.yaml\n\n- name: Retrieve installation status\n ansible.builtin.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/k8s_ingress
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/k8s_ingress/tasks/traefik.yml", "content": "---\n- name: Install ingress traefik (TODO)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/home/roles/k8s_ingress/tasks/nginx.yml", "content": "---\n- name: In...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 766, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/k8s_metallb
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/k8s_metallb/templates/config.j2", "content": "apiVersion: metallb.io/v1beta1\nkind: IPAddressPool\nmetadata:\n name: my-pool\n namespace: metallb-system\nspec:\n addresses:\n - 192.168.1.240-192.168.1.250\n\n---\napiVersion: metallb.io/v1beta1\nkind: L2Advertisement\nmeta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/k8s_monitoring
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/k8s_monitoring/vars/main.yml", "content": "namespace_name: internal-monitoring\ncluster_name: home\ntls_enabled: false\n\n# use for external routing\nenable_remote_otlp_exporter: false\notlp_http_endpoint: https://otel-http.neryolab.com\n\nenable_grafana_cloud_exporter: true\n#...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 21112, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/k8s_namespace
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/k8s_namespace/templates/role-binding.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: {{namespace_name}}-{{user_name}}-binding\n namespace: {{namespace_name}}\nsubjects:\n - kind: ServiceAccount\n name: {{user_name}}\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4286, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/k8s_user
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/k8s_user/tasks/delete.yml", "content": "- name: Apply user service account\n kubernetes.core.k8s:\n definition: \"{{ lookup('template', 'user-service-account.j2') }}\"\n kubeconfig: \"{{ kubeconfig_file_location }}\"\n state: absent\n\n- name: Apply user secret\n kub...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 845, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/kafka_cluster
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/kafka_cluster/vars/main.yml", "content": "k8s_namespace: kafka\nkafka_cluter_name: kafka-cluster\n\nbootstrap_host: kafka.neryolab.com\n\nstorage_size: 10Gi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "ansible/home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1527, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/kafka_create_user
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/kafka_create_user/templates/user.j2", "content": "apiVersion: kafka.strimzi.io/v1beta2\nkind: KafkaUser\nmetadata:\n name: \"{{kafka_username}}\"\n namespace: \"{{k8s_namespace}}\"\n labels:\n strimzi.io/cluster: \"{{kafka_cluster_name}}\"\nspec:\n authentication:\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1324, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/kafka_install
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/kafka_install/tasks/main.yml", "content": "---\n- name: Install kafka with strimzi\n become: true\n ansible.builtin.shell: \"kubectl create -f 'https://strimzi.io/install/latest?namespace={{namespace_name}}' -n {{namespace_name}}\"\n when: not kind is defined or kind == 'ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 704, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/kafka_topic
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/kafka_topic/tasks/main.yml", "content": "- name: Assert vars\n ansible.builtin.assert:\n that:\n - kafka_username is defined\n - namespace_name is defined\n - kubeconfig_file_location is defined\n - kafka_topic_name is defined\n - kafka_cluster_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3195, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/pulsar
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/pulsar/tasks/main.yml", "content": "- name: Get helm repository\n kubernetes.core.helm_repository:\n name: apache\n repo_url: https://pulsar.apache.org/charts\n\n- name: Install Pulsar via Helm\n kubernetes.core.helm:\n kubeconfig: \"{{ kubeconfig_file_location }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 456, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/rabbitmq_cluster
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/rabbitmq_cluster/vars/main.yml", "content": "k8s_namespace: rabbitmq\ncluster_ref: definition", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/home/roles/rabbitmq_cluster/templates/cluster.j2", "content": "a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 537, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/rabbitmq_install
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/rabbitmq_install/tasks/main.yml", "content": "- name: Add Rabbitmq Operator repository\n kubernetes.core.helm_repository:\n name: bitnami\n repo_url: https://charts.bitnami.com/bitnami\n\n- name: Install Rabbitmq Operator via Helm\n kubernetes.core.helm:\n kubeconfig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/rabbitmq_queue
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/rabbitmq_queue/templates/queue.j2", "content": "apiVersion: rabbitmq.com/v1beta1\nkind: Queue\nmetadata:\n name: test\nspec:\n name: {{ queue_name }}\n type: quorum\n durable: true\n rabbitmqClusterReference:\n name: {{ cluster_ref_name }}\n namespace: {{k8s_namespac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 503, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/ssh_key_gen
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/ssh_key_gen/tasks/generate_keys.yml", "content": "---\n- name: Debug os\n ansible.builtin.debug:\n var: ansible_distribution\n\n- name: Ensure ssh folder exists\n ansible.builtin.file:\n path: ~/.ssh\n state: directory\n\n- name: Ensure ssh_key_filename_identifier is...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4418, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/telegraf
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/telegraf/vars/main.yml", "content": "conf_path: /busapps/telegraf/telegraf.conf\notel_gateway: otel-grpc.neryolab.com:443\naccess_log_path: /var/log/auth.log\ntag_env: dev", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5075, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/home/roles/user_add
8,195
[ "no_license" ]
[ { "path": "ansible/home/roles/user_add/vars/main.yml", "content": "docker_env: false\ncreate_sudo_group: true\n\n# SSH config\nadd_ssh_key: true\nssh_key_filename_identifier: homelab\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansible/home/r...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3115, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/install_docker
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/install_docker/tasks/main.yml", "content": "# Install Docker on different Linux distributions\n# -------------------------------------------\n# This playbook installs Docker on different Linux distributions.\n# The playbook uses the when conditional statement to install D...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4253, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/install_k3s
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/install_k3s/tasks/ubuntu.yml", "content": "---\n- name: Download and install k3s\n ansible.builtin.shell: \"curl -sfL {{ k3s_download_url }} | sh -\"\n ignore_errors: true\n\n- name: Check install\n ansible.builtin.command: \"k3s --version\"\n register: k3s_version\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 649, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/install_tooling
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/install_tooling/tasks/main.yml", "content": "- name: Install curl\n ansible.builtin.package:\n name: curl\n state: latest\n when: ansible_distribution != 'Rocky' or ansible_distribution != 'RedHat'\n\n- name: Install git\n ansible.builtin.package:\n name: gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/k8s_quota
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/k8s_quota/templates/quota.j2", "content": "apiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: \"{{ k8s_namespace }}-quota\"\n namespace: \"{{ k8s_namespace }}\"\nspec:\n hard:\n pods: \"{{ k8s_max_pods }}\"\n requests.cpu: \"{{ k8s_request.cpu }}\"\n reque...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3225, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/ssh_key_deploy
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/ssh_key_deploy/handlers/main.yml", "content": "---\n- name: Restart ssh service - server\n become: true\n ansible.builtin.service:\n name: sshd\n state: restarted\n when: not docker_env\n\n- name: Restart ssh service - docker\n become: true\n ansible.builtin.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1901, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/ssh_key_gen
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/ssh_key_gen/vars/main.yml", "content": "# Enable if the public and private keys are stored in a vault\nuse_vault: true\ngenerate_keys: false\n\n# Filenames for the keys\nprivate_key_filename: id_ed25519_ansible\npublic_key_filename: id_ed25519_ansible.pub\n# Add a suffix ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2529, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/uninstall_k3s
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/uninstall_k3s/tasks/main.yml", "content": "---\n- name: Uninstall k3s server\n ansible.builtin.shell:\n cmd: k3s-uninstall.sh\n chdir: /usr/local/bin/\n\n- name: Check uninstall\n ansible.builtin.command: \"k3s --version\"\n register: k3s_version\n ignore_errors...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/user_add
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/user_add/tasks/add_ssh_key.yml", "content": "# Description: Add the ssh key to the user's authorized_keys file\n# Prerequisites: The user must be created\n# The ssh key must be generated\n# The ssh key must be stored in a vault and placed in the group_vars folder as \"ssh...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2289, "all_permissive": false }
ansible_role
hhertout/ansible_tf_automation
e4e3ce6b7577e9db19c47f7b64993636cc930507
0
ansible/playground/roles/user_remove
8,195
[ "no_license" ]
[ { "path": "ansible/playground/roles/user_remove/tasks/main.yml", "content": "---\n- name: Remove the user\n ansible.builtin.user:\n name: \"{{ user }}\"\n state: absent\n remove: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
IhorNazaroov/JenkinsFactory
e7a38148421868db911ada34d4d0b67392ec8396
0
ansible/roles/iEat-slave
8,195
[ "no_license" ]
[ { "path": "ansible/roles/iEat-slave/tasks/main.yaml", "content": "- name: Create jenkins user\n user:\n name: jenkins\n shell: /bin/bash\n groups: wheel\n append: yes\n system: yes\n\n- name: Get agent.jar\n get_url:\n url: https://jenkins.jf.lab.com:8443/jnlpJars/agent.jar\n dest: ~/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1854, "all_permissive": false }
ansible_role
IhorNazaroov/JenkinsFactory
e7a38148421868db911ada34d4d0b67392ec8396
0
ansible/roles/log_aggregator
8,195
[ "no_license" ]
[ { "path": "ansible/roles/log_aggregator/tasks/main.yaml", "content": "- name: Get FLuentd\n get_url:\n url: https://toolbelt.treasuredata.com/sh/install-redhat-td-agent3.sh\n dest: .\n mode: a+x\n\n- name: Install Fluentd\n shell: ./install-redhat-td-agent3.sh\n\n- name: Import fluentd config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1599, "all_permissive": false }
ansible_role
IhorNazaroov/JenkinsFactory
e7a38148421868db911ada34d4d0b67392ec8396
0
ansible/roles/migrate_data_on_mount
8,195
[ "no_license" ]
[ { "path": "ansible/roles/migrate_data_on_mount/tasks/main.yml", "content": "---\n# tasks file for migrate_data_on_mount\n - name: \"Create a ext4 filesystem on {{ device }}\"\n filesystem:\n fstype: ext4\n dev: \"{{ device }}\"\n\n - name: Ensure backup directory exist\n file:\n path:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
IhorNazaroov/JenkinsFactory
e7a38148421868db911ada34d4d0b67392ec8396
0
ansible/roles/nexus
8,195
[ "no_license" ]
[ { "path": "ansible/roles/nexus/templates/ldap.groovy", "content": "import org.sonatype.nexus.ldap.persist.LdapConfigurationManager\nimport org.sonatype.nexus.ldap.persist.entity.LdapConfiguration\nimport org.sonatype.nexus.ldap.persist.entity.Connection\nimport org.sonatype.nexus.ldap.persist.entity.Mapping...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5290, "all_permissive": false }
ansible_role
IhorNazaroov/JenkinsFactory
e7a38148421868db911ada34d4d0b67392ec8396
0
ansible/roles/slaves_general
8,195
[ "no_license" ]
[ { "path": "ansible/roles/slaves_general/tasks/main.yaml", "content": "- name: Get FLuentd\n get_url:\n url: https://toolbelt.treasuredata.com/sh/install-redhat-td-agent3.sh\n dest: .\n\n- name: Install Fluentd\n shell: ./install-redhat-td-agent3.sh\n\n- name: Import fluentd config\n copy:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
seawolf82/gluster_ansible
6793657ebe261ad82e12f58fdb2a729d79d2caea
0
roles/firewall_gluster
8,195
[ "no_license" ]
[ { "path": "roles/firewall_gluster/tasks/main.yaml", "content": "---\n\n- name: adding firewall rules for Gluster service\n firewalld: \n service: glusterfs\n permanent: true\n state: enabled\n tags: firewall\n\n- name: adding firewall rules for 24007/tcp Gluster Daemon \n firewalld: \n port: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1714, "all_permissive": false }
ansible_role
seawolf82/gluster_ansible
6793657ebe261ad82e12f58fdb2a729d79d2caea
0
roles/gluster
8,195
[ "no_license" ]
[ { "path": "roles/gluster/tasks/main.yaml", "content": "---\n\n- name: Install repository Gluster\n yum: \n name: centos-release-gluster9\n state: present\n when: ansible_facts['os_family'] == \"RedHat\" and ansible_facts['distribution_major_version'] == \"7\" \n tags: gluster\n\n- name: Install rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1520, "all_permissive": false }
ansible_role
seawolf82/gluster_ansible
6793657ebe261ad82e12f58fdb2a729d79d2caea
0
roles/gluster_uninstall
8,195
[ "no_license" ]
[ { "path": "roles/gluster_uninstall/tasks/main.yaml", "content": "---\n\n- name: disable Glusterd service\n systemd:\n name: glusterd\n enabled: false\n tags: gluster\n\n- name: Make sure Gluster service is stopped\n systemd:\n state: stopped\n name: glusterd\n tags: gluster\n\n\n- name: main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1079, "all_permissive": false }
ansible_role
asdfsx/ansible-aws-asdfsx2
dd35d8ec73a0b7dabf4ced4d2dc187df3b215329
0
roles/ec2
8,190
[ "no_license" ]
[ { "path": "roles/ec2/Readme.md", "content": "使用方法\n```\n$ ansible-playbook -i contrib/ec2.py ec2.yml -e 'acname=keypair' --tags keypair\n$ ansible-playbook -i contrib/ec2.py ec2.yml -e 'acname=launch' --tags launch\n$ ansible-playbook -i contrib/ec2.py ec2.yml -e 'acname=ssh' --tags ssh\n$ ansible-playbook ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2956, "all_permissive": false }
ansible_role
asdfsx/ansible-aws-asdfsx2
dd35d8ec73a0b7dabf4ced4d2dc187df3b215329
0
roles/kerberos
8,190
[ "no_license" ]
[ { "path": "roles/kerberos/tasks/main.yml", "content": "---\n\n# roles/kerberos/tasks/main.yml\n- name: Fail play if the acname name is not defined\n fail: \n msg: \"Specify the acname name: -e 'acname=install'\"\n when: acname is undefined\n tags: [install\"]\n\n- name: Install kerberos\n import_task...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2436, "all_permissive": false }
ansible_role
asdfsx/ansible-aws-asdfsx2
dd35d8ec73a0b7dabf4ced4d2dc187df3b215329
0
roles/ldap
8,190
[ "no_license" ]
[ { "path": "roles/ldap/Readme.md", "content": "使用方法\n```\n$ ansible-playbook -i contrib/ec2.py ldap.yml -e 'acname=install' --tags install\n```", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/ldap/tasks/install.yml", "content": "---\n\n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 771, "all_permissive": false }
ansible_role
asdfsx/ansible-aws-asdfsx2
dd35d8ec73a0b7dabf4ced4d2dc187df3b215329
0
roles/vpc
8,190
[ "no_license" ]
[ { "path": "roles/vpc/Readme.md", "content": "使用方法\n```\n$ ansible-playbook -i inventory vpc.yml -e 'acname=launch' --tags launch\n$ ansible-playbook -i inventory vpc.yml -e 'acname=terminate' --tags terminate\n```\n\n尴尬的是 vpc 删除总不成功,无法删除主路由表,也无法删除 default 路由表。", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2130, "all_permissive": false }
ansible_role
oatakan/ansible-windows-failover-cluster
978ff7899c46beb4b27e2b538b8f0deafa7c14e9
0
roles/iis_dsc
8,190
[ "no_license" ]
[ { "path": "roles/iis_dsc/templates/index.html.j2", "content": "<html>\n<body>\n\n <p align=center><img src='http://docs.ansible.com/images/logo.png' align=>\n <h1 align=center>{{ ansible_hostname }} --- {{ iis_dsc_iis_test_message }}\n\n</body>\n</html>\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2423, "all_permissive": false }
ansible_role
Otus-DevOps-2019-08/quotms_infra
c2b00ecb9d28f42818002727334f63688674b38e
0
ansible/roles/app
8,190
[ "no_license" ]
[ { "path": "ansible/roles/app/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - app/install\n - app\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/app/templates/db_config.j2", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1186, "all_permissive": false }
ansible_role
Otus-DevOps-2019-08/quotms_infra
c2b00ecb9d28f42818002727334f63688674b38e
0
ansible/roles/db
8,190
[ "no_license" ]
[ { "path": "ansible/roles/db/install/handlers/main.yml", "content": "---\n# handlers file for db\n - name: 'systemctl mongod'\n systemd: name=mongod enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/db/install/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 749, "all_permissive": false }
ansible_role
Aaradhyaghota/Major_Project_spe
0a364cd3266e66ae4e346cfdc11e373c521309d4
0
ansible/Docker-compose/roles/docker-compose
8,190
[ "no_license" ]
[ { "path": "ansible/Docker-compose/roles/docker-compose/vars/main.yml", "content": "---\nsource_compose_dir: \"{{ playbook_dir }}/../../Docker-Compose\"\ndeploy_dir: \"{{ playbook_dir }}/deploy\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1730, "all_permissive": false }
ansible_role
Aaradhyaghota/Major_Project_spe
0a364cd3266e66ae4e346cfdc11e373c521309d4
0
ansible/kubernetes/roles/deploy_k8s
8,190
[ "no_license" ]
[ { "path": "ansible/kubernetes/roles/deploy_k8s/templates/manifests.j2", "content": "#!/bin/bash\n kubectl apply -f /tmp/mysql-secret.yaml\n kubectl apply -f {{ manifests_dir }}/mysql.yaml\n kubectl apply -f {{ manifests_dir }}/model-service.yaml\n kubectl apply -f {{ manifests_dir }}/middleware.yaml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 995, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/local
8,190
[ "no_license" ]
[ { "path": "roles/local/templates/elasticsearch.j2", "content": "elastic.clusterName=stg-es\nelastic.clusterIp=172.31.9.125:9300", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/local/tasks/main.yml", "content": "---\n- name: test path\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 4264, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/offline_stage_groundhog_passport
8,190
[ "no_license" ]
[ { "path": "roles/offline_stage_groundhog_passport/templates/kafka.j2", "content": "kafka.allTopic=orderMsg,financeMsg,sysMsg,articleMsg,memberPointsMsg,promotionMsg,imMsg,ec_coupon\nkafka.partition.num=3\nkafka.zk={{ j2_zk_ip }}:{{ j2_zk_port }}\nkafka.group.id=group-org\nkafka.broker.list={{ j2_kafka_ip }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3466, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/product_giant_report
8,190
[ "no_license" ]
[ { "path": "roles/product_giant_report/tasks/main.yml", "content": "---\n- name: start deploy {{ app_full_name }}\n include: \"{{ PROJECT_ROOT }}/tasks/giant_report/main.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/product_giant_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 996, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/product_giant_search_server_sync
8,190
[ "no_license" ]
[ { "path": "roles/product_giant_search_server_sync/templates/canal.j2", "content": "canal.clusterAddress={{ j2_zk_dns2 }}:{{ j2_zk_port }},{{ j2_zk_dns3 }}:{{ j2_zk_port }},{{ j2_zk_dns1 }}:{{ j2_zk_port }}\ncanal.host=\ncanal.port=\ncanal.destination=ypzdw_busi_v3\ncanal.user=repl_user\ncanal.password=<PASS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4966, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/product_giant_search_server_sync_replace_file
8,190
[ "no_license" ]
[ { "path": "roles/product_giant_search_server_sync_replace_file/tasks/main.yml", "content": "---\n\n- name: copy file from {{ workspace_path }}/{{ file_path }}/{{ file_name }} to {{ SERVICE_LOCATION }}/{{ CLASSES_NAME }}\n copy:\n src={{ workspace_path }}/{{ file_path }}/{{ file_name }}\n dest={{ SERV...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/product_phoenix_pipe_console
8,190
[ "no_license" ]
[ { "path": "roles/product_phoenix_pipe_console/tasks/main.yml", "content": "---\n- name: initialize app running container if needed\n include: \"{{ PROJECT_ROOT }}/tasks/tomcat/app_initialize.yml\"\n\n- name: custom config {{APP_LOCATION}}/{{ TOMCAT_CONF_NAME }}/{{ SERVER_XML }}\n include: \"{{ PROJECT_ROO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2026, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_giant_search_product_server_sync
8,190
[ "no_license" ]
[ { "path": "roles/stage_giant_search_product_server_sync/tasks/main.yml", "content": "---\n- name: deploy {{ project_name }}\n include: \"{{ PROJECT_ROOT }}/playbooks/service_has_unarchive_folder/service_deploy_unarchive_has_folder_playbook.yml\"\n\n- name: copy start sync full product shell\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1385, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_groundhog_product_tool_server
8,190
[ "no_license" ]
[ { "path": "roles/stage_groundhog_product_tool_server/tasks/main.yml", "content": "---\n- name: deploy {{ project_name }}\n include: \"{{ PROJECT_ROOT }}/playbooks/service_has_unarchive_folder/service_deploy_unarchive_has_folder_playbook.yml\"\n\n- name: copy start sync full product shell\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1713, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_icebreak_yaoshangbao_rest_portal
8,190
[ "no_license" ]
[ { "path": "roles/stage_icebreak_yaoshangbao_rest_portal/vars/main.yml", "content": "---\napp_full_name: yaoshangbao rest portal\napp_name: yaoshangbao-rest-portal\nprocess_name: \"{{ APP_LOCATION }}\"\narchive_file_path: yaoshangbao-web/yaoshangbao-web-rest/yaoshangbao-web-rest-portal/target\narchive_file_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1597, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_kongxiaobao
8,190
[ "no_license" ]
[ { "path": "roles/stage_kongxiaobao/vars/main.yml", "content": "---\napp_full_name: <NAME>\napp_name: kongxiaobao\nprocess_name: \"{{ APP_LOCATION }}\"\nwar_file_path: web/target\nwar_file_name: web-1.0-SNAPSHOT.war\n\nj2_java_home: \"{{ JAVA8_HOME }}\"\n\n#conf/server.xml\ntomcat_shutdown_port: 8005\ntomcat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1311, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_phoenix_cert_exchange
8,190
[ "no_license" ]
[ { "path": "roles/stage_phoenix_cert_exchange/vars/main.yml", "content": "---\nproject_name: phoenix cert exchange\nservice_name: phoenix-cert-exchange-app-thrift-server\narchive_file_path: phoenix-cert-exchange-app/phoenix-cert-exchange-app-thrift-server/target\narchive_file_name: phoenix-cert-exchange-app-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1374, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_phoenix_marketing_dubbo
8,190
[ "no_license" ]
[ { "path": "roles/stage_phoenix_marketing_dubbo/tasks/main.yml", "content": "---\n- name: deploy {{ project_name }}\n include: \"{{ PROJECT_ROOT }}/playbooks/service_has_unarchive_folder/service_deploy_unarchive_no_folder_playbook.yml\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1205, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_pioneer_eureka
8,190
[ "no_license" ]
[ { "path": "roles/stage_pioneer_eureka/tasks/main.yml", "content": "- name: deploy {{ project_name }}\n include: \"{{ PROJECT_ROOT }}/playbooks/jar_service/jar_service_playbook.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/stage_pion...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 540, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/stage_zhongduanbao
8,190
[ "no_license" ]
[ { "path": "roles/stage_zhongduanbao/tasks/main.yml", "content": "---\n- name: start deploy {{ app_full_name }}\n include: \"{{ PROJECT_ROOT }}/tasks/zhongduanbao/main.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/test_path
8,190
[ "no_license" ]
[ { "path": "roles/test_path/tasks/main.yml", "content": "---\n- name: test path\n# command: echo {{ workspace_path }}\n command: pwd\n register: patt\n\n- debug:\n msg: \"{{patt}}\"\n\n#- name: destroy app {{ app_name }}\n# vars:\n# app_path: \"{{ APP_LOCATION }}\"\n# file:\n# path={{ app_path }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/todo_stage_phoenix_crm_medicine_package_manager
8,190
[ "no_license" ]
[ { "path": "roles/todo_stage_phoenix_crm_medicine_package_manager/vars/main.yml", "content": "---\napp_full_name: CRM medicine package manager\napp_name: crm_medicine_package_manager\nprocess_name: \"{{ APP_LOCATION }}\"\narchive_file_path: web/target\narchive_file_name: phoenix-ec-manage.tar.gz\n\nj2_java_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
illusion921/ansible_dev
9f69704054696fba06143c52b1576ddd4a846c83
0
roles/todo_stage_ysb
8,190
[ "no_license" ]
[ { "path": "roles/todo_stage_ysb/vars/main.yml", "content": "---\napp_full_name: <NAME>(yi dao)\napp_name: ysb\nprocess_name: ysb\nwar_file_name: ysb.war\n\njenkins_name: wireless-stg-ysb-pre-prod\n\n#conf/server.xml\ntomcat_shutdown_port: 8005\ntomcat_connector_http_port: 8080\ntomcat_connector_ajp_port: 80...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 877, "all_permissive": false }
ansible_role
relaxsergey/ansible_config
d1c045b2d1c1fc4da42a57bcf9553eb4aca436df
0
config/ansible/roles/backup
8,190
[ "no_license" ]
[ { "path": "config/ansible/roles/backup/tasks/main.yml", "content": "---\n- name: Install backup gem\n command: \"/home/{{ deploy_user }}/.rvm/bin/rvm @global do gem install backup\"\n tags: backup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
relaxsergey/ansible_config
d1c045b2d1c1fc4da42a57bcf9553eb4aca436df
0
config/ansible/roles/init
8,190
[ "no_license" ]
[ { "path": "config/ansible/roles/init/tasks/user.yml", "content": "- name: setup root user\n user:\n name: root\n shell: /bin/bash\n\n- name: create deployer group\n group:\n name: \"{{deploy_user}}\"\n\n- name: create deployer user\n user:\n name: \"{{deploy_user}}\"\n shell: /bin/bash\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2233, "all_permissive": false }
ansible_role
relaxsergey/ansible_config
d1c045b2d1c1fc4da42a57bcf9553eb4aca436df
0
config/ansible/roles/monit
8,190
[ "no_license" ]
[ { "path": "config/ansible/roles/monit/tasks/main.yml", "content": "---\n - name: install\n apt:\n name: monit\n state: latest\n update_cache: yes\n notify:\n - start monit\n\n - name: create configuration for monit\n template:\n src: monitrc\n dest: /etc/monit/monitr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
relaxsergey/ansible_config
d1c045b2d1c1fc4da42a57bcf9553eb4aca436df
0
config/ansible/roles/nginx
8,190
[ "no_license" ]
[ { "path": "config/ansible/roles/nginx/tasks/main.yml", "content": "---\n - name: install\n apt:\n name: nginx-full\n state: latest\n update_cache: yes\n notify:\n - start nginx\n\n - name: disable the default site\n file:\n path: /etc/nginx/sites-enabled/default\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 960, "all_permissive": false }
ansible_role
relaxsergey/ansible_config
d1c045b2d1c1fc4da42a57bcf9553eb4aca436df
0
config/ansible/roles/postgresql
8,190
[ "no_license" ]
[ { "path": "config/ansible/roles/postgresql/tasks/create_db.yml", "content": "- name: create a new database\n postgresql_db:\n name: \"{{ postgresql.dbname }}\"\n encoding: 'UTF-8'\n state: present\n become: true\n become_user: postgres\n\n- name: create a user\n postgresql_user:\n db: \"{{ p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
jessedscott/ansible_demo
80c2e5f57cd862b2f20da84b4efa43042b28f7e8
5
advanced_playbook/roles/mymotd
8,190
[ "no_license" ]
[ { "path": "advanced_playbook/roles/mymotd/templates/motd.j2", "content": "{% set the_date = '%d-%b-%Y' | strftime(ansible_facts['date_time']['epoch']) %}\nConnected to: {{ ansible_facts['fqdn'] }}\nAnsible last updated the /etc/motd file on {{ the_date }}.\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }
ansible_role
arencloud/test
0356bc2ac091aaef2d7374b09772d9d833e2df6d
0
roles/finalize
8,190
[ "no_license" ]
[ { "path": "roles/finalize/tasks/main.yml", "content": "- name: Wait for system to become reachable\n ansible.builtin.wait_for_connection:\n timeout: \"{{ pause_timer }}\"\n\n- name: Wait 300 seconds for port 22 to become open and contain \"OpenSSH\"\n ansible.builtin.wait_for:\n port: 22\n host: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
arencloud/test
0356bc2ac091aaef2d7374b09772d9d833e2df6d
0
roles/migrate
8,190
[ "no_license" ]
[ { "path": "roles/migrate/tasks/main.yml", "content": "- name: \"Step1: Gather facts\"\n ansible.builtin.include_tasks: gather_facts.yml\n\n- name: \"Step2: Create Mappings\"\n ansible.builtin.include_tasks: create_mappings.yml\n\n- name: \"Step3: Create Plan\"\n ansible.builtin.include_tasks: create_plan...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5245, "all_permissive": false }
ansible_role
arencloud/test
0356bc2ac091aaef2d7374b09772d9d833e2df6d
0
roles/prehook
8,190
[ "no_license" ]
[ { "path": "roles/prehook/tasks/main.yml", "content": "- name: Get nmcli connection name\n ansible.builtin.shell: \"nmcli con show | grep {{ ansible_default_ipv4.interface }} | awk '{print $1}'\"\n register: con\n- name: Setting facts\n ansible.builtin.set_fact:\n iface: \"{{ ansible_default_ipv4.inter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
w3aran/ansible-directory-structure-examples
33676866871f8580a488cd30e13303a554e445cc
10
advanced-shared-global-roles/playbooks/example-web/roles/example-web_local-role
8,190
[ "no_license" ]
[ { "path": "advanced-shared-global-roles/playbooks/example-web/roles/example-web_local-role/tasks/main.yml", "content": "---\n- name: \"Display exampleLocalEnvironmentVariable\" \n debug: msg=\"exampleLocalEnvironmentVariable - {{ exampleLocalEnvironmentVariable }}\"\n\n- name: \"Print exampleDefaultVariabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 381, "all_permissive": false }
ansible_role
w3aran/ansible-directory-structure-examples
33676866871f8580a488cd30e13303a554e445cc
10
advanced-shared-global-roles/roles/apache2
8,190
[ "no_license" ]
[ { "path": "advanced-shared-global-roles/roles/apache2/tasks/main.yml", "content": "---\n- include:\n update-cache.yml\n when: \n apache2_is_update_cache == true\n\n- name: Install Apache2\n apt: \n name=apache2\n state=installed\n sudo: \n yes\n\n- include:\n disable-default-site.yml\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 669, "all_permissive": false }
ansible_role
w3aran/ansible-directory-structure-examples
33676866871f8580a488cd30e13303a554e445cc
10
advanced-shared-global-roles/roles/debug-server-environment
8,190
[ "no_license" ]
[ { "path": "advanced-shared-global-roles/roles/debug-server-environment/tasks/main.yml", "content": "---\n- name: \"Display Server Environment\" \n debug: msg=\"Server Environment - {{ serverMode }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
w3aran/ansible-directory-structure-examples
33676866871f8580a488cd30e13303a554e445cc
10
basic-roles-multi-environment/roles/core
8,190
[ "no_license" ]
[ { "path": "basic-roles-multi-environment/roles/core/tasks/main.yml", "content": "---\n- name: Debug {{ serverMode }}\n debug: \n msg=\"Server Environment - {{ serverMode }}\"\n\n- name: Update cache\n apt: \n update_cache=yes cache_valid_time=3600\n sudo: \n yes", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
w3aran/ansible-directory-structure-examples
33676866871f8580a488cd30e13303a554e445cc
10
basic-roles/roles/apache
8,190
[ "no_license" ]
[ { "path": "basic-roles/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache2\n apt: \n name=apache2 state=installed\n sudo: \n yes\n tags:\n - apache2\n\n- name: Disable OS default site config\n command: \n a2dissite 000-default\n sudo: \n yes\n register: \n result\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
steled/vagrant
63f3274311bc71dd7c5e84873b9e7bbe68df4b58
0
ansible_host/ansible/roles/ansible_host
8,190
[ "no_license" ]
[ { "path": "ansible_host/ansible/roles/ansible_host/tasks/config.yml", "content": "---\n# file: tasks/config.yml\n- name: set inventory file\n lineinfile:\n path: /etc/ansible/ansible.cfg\n regexp: \"^#inventory = /etc/ansible/hosts\"\n line: \"inventory = /etc/ansible/hosts\"\n state:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1496, "all_permissive": false }
ansible_role
steled/vagrant
63f3274311bc71dd7c5e84873b9e7bbe68df4b58
0
ansible_host/ansible/roles/docker
8,190
[ "no_license" ]
[ { "path": "ansible_host/ansible/roles/docker/README.md", "content": "# Ansible Role: docker\n\nThis role installs docker and all of its dependencies.\n\n## Usage\n`ansible-playbook /tmp/ansible/docker.yml -b`\n\n## Description\n- add docker gpg key and repository \n- install docker, docker-cli, containerd.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1549, "all_permissive": false }
ansible_role
steled/vagrant
63f3274311bc71dd7c5e84873b9e7bbe68df4b58
0
ansible_host/ansible/roles/git
8,190
[ "no_license" ]
[ { "path": "ansible_host/ansible/roles/git/tasks/main.yml", "content": "---\n# file: tasks/main.yml\n- name: install package git-core\n package:\n name:\n - git-core\n become: yes\n\n- name: include config.yml\n include_tasks: config.yml", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 690, "all_permissive": false }
ansible_role
GAR-Project/project
dcc5d7fa91030a6a6794179e66dc6992dc00d0c5
148
util/ansible_provisioning/Grafana_influxDB_telegraf/roles/Grafana
8,190
[ "no_license" ]
[ { "path": "util/ansible_provisioning/Grafana_influxDB_telegraf/roles/Grafana/templates/InfluxDB_provisioning.yaml", "content": "apiVersion: 1\n\n# Config doc: https://grafana.com/docs/grafana/latest/features/datasources/influxdb/\n\ndatasources:\n - name: Auto_telegrafDB\n type: influxdb\n access: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1482, "all_permissive": false }
ansible_role
GAR-Project/project
dcc5d7fa91030a6a6794179e66dc6992dc00d0c5
148
util/ansible_provisioning/Grafana_influxDB_telegraf/roles/InfluxDB
8,190
[ "no_license" ]
[ { "path": "util/ansible_provisioning/Grafana_influxDB_telegraf/roles/InfluxDB/tasks/main.yml", "content": "---\n- name: Get InfluxDB's installer\n get_url:\n url: https://dl.influxdata.com/influxdb/releases/influxdb_1.7.9_amd64.deb\n dest: /home/{{ username }}/InfluxDB.deb\n checksum: sha256:02759...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
GAR-Project/project
dcc5d7fa91030a6a6794179e66dc6992dc00d0c5
148
util/ansible_provisioning/Grafana_influxDB_telegraf/roles/Telegraf
8,190
[ "no_license" ]
[ { "path": "util/ansible_provisioning/Grafana_influxDB_telegraf/roles/Telegraf/tasks/main.yml", "content": "---\n- name: Get Telegraf's installer\n get_url:\n url: https://dl.influxdata.com/telegraf/releases/telegraf_1.13.0-1_amd64.deb\n dest: /home/{{ username }}/Telegraf.deb\n checksum: sha256:53...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
gakimaru-on-connext/testdocker
f762df2f76277f059ff9c6a924c621c266bc28d4
0
ansible/playbook/roles/info_inventory
8,190
[ "no_license" ]
[ { "path": "ansible/playbook/roles/info_inventory/tasks/main.yml", "content": "# ------------------------------------------------------------\n# ansible/playbook/roles/info.inventory/tasks/main.yml\n\n---\n\n# ------------------------------------------------------------\n- name: Print inventory information\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
gakimaru-on-connext/testdocker
f762df2f76277f059ff9c6a924c621c266bc28d4
0
ansible/playbook/roles/os_base_setup
8,190
[ "no_license" ]
[ { "path": "ansible/playbook/roles/os_base_setup/tasks/main.yml", "content": "# ------------------------------------------------------------\n# ansible/playbook/roles/os_base_setup/tasks/main.yml\n\n---\n\n- name: Include vars\n ansible.builtin.include_vars: vars.yml\n\n# -----------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5711, "all_permissive": false }
ansible_role
gakimaru-on-connext/testdocker
f762df2f76277f059ff9c6a924c621c266bc28d4
0
ansible/playbook/roles/os_user_setup
8,190
[ "no_license" ]
[ { "path": "ansible/playbook/roles/os_user_setup/templates/.bashrc.ext.j2", "content": "export PATH=/usr/local/bin:$PATH\nexport LANG={{ os_locale }}\nexport LC_ALL={{ os_locale }}\n\numask {{ proj_user_umask }}\n\nalias rm='rm -i'\nalias cp='cp -i'\nalias mv='mv -i'\nalias ls='ls -F --color'\nalias la='l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4985, "all_permissive": false }
ansible_role
gakimaru-on-connext/testdocker
f762df2f76277f059ff9c6a924c621c266bc28d4
0
ansible/playbook/roles/package_docker_client_setup
8,190
[ "no_license" ]
[ { "path": "ansible/playbook/roles/package_docker_client_setup/templates/.bashrc.docker.j2", "content": "export DOCKER_TLS_VERIFY=\"1\"\nexport DOCKER_HOST=\"tcp://127.0.0.1:2376\"\nexport DOCKER_CERT_PATH=\"/opt/docker/cert\"\nexport DOCKER_MACHINE_NAME=\"testdocker\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2273, "all_permissive": false }
ansible_role
gakimaru-on-connext/testdocker
f762df2f76277f059ff9c6a924c621c266bc28d4
0
ansible/playbook/roles/package_docker_common_setup
8,190
[ "no_license" ]
[ { "path": "ansible/playbook/roles/package_docker_common_setup/vars/vars.yml", "content": "# ------------------------------------------------------------\n# ansible/playbook/roles/package_docker_common_setup/vars/vars.yml\n\n---\ndocker_cert_path: /opt/docker/cert\n\n# ---------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3946, "all_permissive": false }
ansible_role
gakimaru-on-connext/testdocker
f762df2f76277f059ff9c6a924c621c266bc28d4
0
ansible/playbook/roles/package_docker_server_setup
8,190
[ "no_license" ]
[ { "path": "ansible/playbook/roles/package_docker_server_setup/vars/vars.yml", "content": "# ------------------------------------------------------------\n# ansible/playbook/roles/package_docker_server_setup/vars/vars.yml\n\n---\nservice_path: /usr/lib/systemd/system/docker.service\n\n# ---------------------...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4560, "all_permissive": false }
ansible_role
vafokin/ci_ansible_docker
907311bc7d19b04adbb2ec468198ffe05b01b7b5
0
ansible/roles/push_django
8,190
[ "no_license" ]
[ { "path": "ansible/roles/push_django/tasks/main.yml", "content": "---\n - name: Install apt-transport-https\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n - gnupg\n state: latest\n update_cache: true\n\n - name: Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2038, "all_permissive": false }
ansible_role
gdykeman/ansible-arcade
66bd0e43d20206c5415c424e41cce51c92c605bc
1
roles/hue
8,194
[ "no_license" ]
[ { "path": "roles/hue/tasks/bulb2.yaml", "content": "- debug: var=lights.bulb2\n \n- set_fact:\n state: on\n when: lights.bulb2|bool\n\n- set_fact:\n state: off\n when: not lights.bulb2|bool\n\n\n- set_fact:\n on_state: \"{{ on_state | combine({'xy': blue} )}}\"\n\n- debug: var=state\n\n- uri:\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2888, "all_permissive": false }
ansible_role
gdykeman/ansible-arcade
66bd0e43d20206c5415c424e41cce51c92c605bc
1
roles/reset
8,194
[ "no_license" ]
[ { "path": "roles/reset/tasks/windows.yaml", "content": "---\n\n- name: ENSURE IIS IS ABSENT\n win_feature:\n name: Web-Server\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/reset/tasks/eos.yaml", "content": "---\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 523, "all_permissive": false }
ansible_role
gdykeman/ansible-arcade
66bd0e43d20206c5415c424e41cce51c92c605bc
1
roles/solutions
8,194
[ "no_license" ]
[ { "path": "roles/solutions/tasks/net-l2.yml", "content": "---\n- name: checking eos vlan\n eos_vlan:\n vland_id: \"{{ item.id }}\"\n name: \"{{ item.name }}\"\n state: present\n check_mode: yes\n register: sl_netl2_check_vlan\n loop: \"{{ vlans }}\"\n vars:\n vlans:\n - id: 100\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1718, "all_permissive": false }
ansible_role
gdykeman/ansible-arcade
66bd0e43d20206c5415c424e41cce51c92c605bc
1
roles/website
8,194
[ "no_license" ]
[ { "path": "roles/website/vars/main.yml", "content": "file_path: /var/www/html/\nweb_host: ansible\nweb_port: 8888\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/website/templates/report.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2857, "all_permissive": false }