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
dangoosby/ansibleprac
d54d395502ae2ccfc1b24ebcd1c9b47d4a0c4ba2
0
playbooks/roles/supervisord
7,873
[ "no_license" ]
[ { "path": "playbooks/roles/supervisord/tasks/centos.yml", "content": "---\n- include_vars: centos.yml\n\n- name: Install Supervisord\n yum: name={{ supervisor_package }} enablerepo=epel state=present\n\n- name: Start and enable service\n service: name={{ supervisor_service }} state=started enabled=yes\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 474, "all_permissive": false }
ansible_role
srbollin/ansible-poc-docker
26d55d0195e605867d6fdf905a983b75f55d33db
0
roles/mysql-docker
7,873
[ "no_license" ]
[ { "path": "roles/mysql-docker/tasks/datapump.yml", "content": "---\n\n- name: Create MySQL Dataload directory\n file:\n path: \"/etc/mysql/dataload\"\n state: directory\n mode: 0777\n\n- name: Copy MySQL dataload file\n template:\n src: \"dump.sql.j2\"\n dest: \"/etc/mysql/dataload/dump.sql...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 916, "all_permissive": false }
ansible_role
srbollin/ansible-poc-docker
26d55d0195e605867d6fdf905a983b75f55d33db
0
roles/mysqlphpngnix-docker
7,873
[ "no_license" ]
[ { "path": "roles/mysqlphpngnix-docker/templates/dump.sql.j2", "content": "--\n-- Create a database using `MYSQL_DATABASE` placeholder\n--\nCREATE DATABASE IF NOT EXISTS `user_data`;\nUSE `user_data`;\n\n-- Rest of queries\nDROP TABLE IF EXISTS `users`;\nCREATE TABLE users (id INT, name VARCHAR(20), email VA...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5299, "all_permissive": false }
ansible_role
srbollin/ansible-poc-docker
26d55d0195e605867d6fdf905a983b75f55d33db
0
roles/php-docker
7,873
[ "no_license" ]
[ { "path": "roles/php-docker/tasks/myphp.yml", "content": "---\n\n- name: Copy Dockerfile\n template: src=Dockerfile.j2 dest=/etc/myphpdocker/Dockerfile\n\n- name: Build Docker Image\n shell:\n cmd: \"docker build -t myphpimg .\"\n creates: myphpimg\n chdir: \"/etc/myphpdocker\"\n\n- name: \"Launc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1847, "all_permissive": false }
ansible_role
ceusee/Azure
3688f9ea2d8a9547f9b2fd2c2b82985771e7157d
0
MySQL/01Installation/ansible/roles/common
7,867
[ "no_license" ]
[ { "path": "MySQL/01Installation/ansible/roles/common/tasks/main.yaml", "content": "---\r\n- name: \"MOTD 바꾸기\"\r\n template:\r\n src: motd.j2\r\n dest: /etc/motd\r\n owner: root\r\n group: root\r\n mode: 0644\r\n become: true\r\n- name: disable firewalld\r\n service:\r\n name: firewalld...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
ceusee/Azure
3688f9ea2d8a9547f9b2fd2c2b82985771e7157d
0
MySQL/01Installation/ansible/roles/mysql
7,867
[ "no_license" ]
[ { "path": "MySQL/01Installation/ansible/roles/mysql/tasks/05initMysql.yaml", "content": "---\n- name: folder permission\n# debug: msg='{{item}}'\n file:\n path: '{{item}}'\n state: directory\n owner: '{{mysqlosuser}}'\n group: '{{mysqlosuser}}'\n become: true\n with_items:\n - '{{datapath...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10538, "all_permissive": false }
ansible_role
ceusee/Azure
3688f9ea2d8a9547f9b2fd2c2b82985771e7157d
0
ansible/09ProjectStructures/roles/webserver
7,867
[ "no_license" ]
[ { "path": "ansible/09ProjectStructures/roles/webserver/tasks/main.yaml", "content": "- name: \"Apache 설치\"\n yum:\n name: httpd\n state: present\n become: true\n- name: \"Apache 시작\"\n service:\n name: httpd\n state: started\n enabled: true\n become: true\n- name: \"기본 httpd.conf 입력\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
June-Han/AnsibleBashtoCSV
68813b386db015bd1d29e690b0bd8b795914218f
0
roles/retrieveInfo
7,867
[ "no_license" ]
[ { "path": "roles/retrieveInfo/templates/bash2csvUsage.j2", "content": "{# Header #}\n{%- for i in range(CSVmountPcent_labels|count) -%}\n {%- if i == (CSVmountPcent_labels|count)-1 -%}\n {{ CSVmountPcent_labels[i] }},UptimeInformation,CSVdatetime,CSVpkgInstalled \n {%- else -%}\n {{ CSVm...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3874, "all_permissive": false }
ansible_role
Francis-trillogy/autodeploy-superpowers
5585e888db1b5375bfba77646809d9c88d87a8d1
0
.circleci/ansible/roles/deploy
7,867
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"update apt packages\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n- name: \"install nodejs and npm\"\n become: true\n apt:\n name: [\"nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
ZoneMinder/zm-ansible_static_asg
bdaee32b44fd99ca1b69cb5087fcb89411ea1c9f
0
roles/web
7,867
[ "no_license" ]
[ { "path": "roles/web/vars/main.yml", "content": "---\n\ngit_dest: /var/www/www.zoneminder.com/\nzm_webroot: \"{{ git_dest }}_site\"\nruby_path: /usr/local/rvm/rubies/ruby-2.6.3/bin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/web/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4053, "all_permissive": false }
ansible_role
joshuablr/static
244e4f1068ccf71780bdf5241a8829a457a1e297
0
ansible/nginx/roles/nginx
7,867
[ "no_license" ]
[ { "path": "ansible/nginx/roles/nginx/vars/main.yml", "content": "SERVER_NAME: http://172.16.17.32\r\nFILE_PATH: /var/www/html\r\nSTUDENT_NAME: Josuva ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible/nginx/roles/nginx/templates/site.conf.j2"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 893, "all_permissive": false }
ansible_role
di-amine/loadbalecer-Ansible
e3bcff74c996c2e32a2939d132fc1ff2fbc9de00
0
roles/base
7,867
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# essential tasks. should run on all nodes\n - name: creat yhe devops group\n group:\n name: devops\n state: present\n - name: create devops user with admin privileges\n user:\n name: devops\n comment: \"Devo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
di-amine/loadbalecer-Ansible
e3bcff74c996c2e32a2939d132fc1ff2fbc9de00
0
roles/db
7,867
[ "no_license" ]
[ { "path": "roles/db/tasks/service.yml", "content": "---\n# filename: roles/mysql/tasks/service.yml\n - name: Launch MySQL service\n service:\n name: mysqld\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { "...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3504, "all_permissive": false }
ansible_role
di-amine/loadbalecer-Ansible
e3bcff74c996c2e32a2939d132fc1ff2fbc9de00
0
roles/wp
7,867
[ "no_license" ]
[ { "path": "roles/wp/tasks/service.yml", "content": "- name: Start NGiNX\n service:\n name: nginx\n enabled: yes\n daemon_reload: yes\n state: started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
joserick1532/Vagrantfiles
4e68965da0f64426b9ef05010e258a21411ea72b
0
logstash/roles/example
7,867
[ "no_license" ]
[ { "path": "logstash/roles/example/tasks/main.yml", "content": "# /your/project/vagrant/provisioning/roles/example/tasks/main.yml\n---\n- name: install the latest version of OPENJKD\n yum:\n name: java-1.8.0-openjdk-devel\n state: latest\n\n\n- name: Obtener GPG \n rpm_key:\n state: present\n k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
joserick1532/Vagrantfiles
4e68965da0f64426b9ef05010e258a21411ea72b
0
vm2/provisioning/roles/example
7,867
[ "no_license" ]
[ { "path": "vm2/provisioning/roles/example/tasks/main.yml", "content": "# /your/project/vagrant/provisioning/roles/example/tasks/main.yml\n---\n- name: Installing something\n yum: pkg={{ item }} state=installed update_cache=true\n with_items:\n - openssh-server\n # - any other valid package\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/add_primary_nginx_ingress
7,867
[ "no_license" ]
[ { "path": "roles/add_primary_nginx_ingress/tasks/main.yml", "content": "---\n\n# \n# originally, was getting manifest live from github, but needed to do some replacements\n# including adding labels for prometheus scraping, so much easier to locally template\n#\n# OTHERWISE would have needed to use yq to mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1905, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/add_secondary_nginx_ingress
7,867
[ "no_license" ]
[ { "path": "roles/add_secondary_nginx_ingress/templates/nginx-ingress-secondary-service.yaml.j2", "content": "---\napiVersion: v1\nkind: Service\nmetadata:\n name: ingress-secondary\n namespace: \"{{nginx_ns}}\"\nspec:\n selector:\n name: nginx-ingress-secondary\n type: LoadBalancer\n # loadBalancerI...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4080, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/additional-netplan-ip
7,867
[ "no_license" ]
[ { "path": "roles/additional-netplan-ip/tasks/netplan.yml", "content": "---\n\n- name: add content to netplan\n blockinfile:\n state: present\n dest: /etc/netplan/50-cloud-init.yaml\n marker_begin: \"BEGIN {{item}}\"\n marker_end: \"END {{item}}\"\n insertbefore: \"version: 2\"\n content: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 814, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/apply-k8s-tls-secrets
7,867
[ "no_license" ]
[ { "path": "roles/apply-k8s-tls-secrets/tasks/apply-tls.yml", "content": "---\n\n- name: check kubectl\n become: yes\n command: kubectl get nodes\n register: getnodes\n- debug: msg=\"{{getnodes.stdout_lines}}\"\n\n- name: make sure cert pair exists\n stat:\n path: \"{{item}}\"\n register: cert_existe...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1824, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/cert-with-ca
7,867
[ "no_license" ]
[ { "path": "roles/cert-with-ca/defaults/main.yml", "content": "TMPDIR: \"{{ lookup('env','TMPDIR') | default('/tmp',true) }}\"\nLOCALDIR: \"/tmp\"\n\n# default name for CA\ncert_CA: myCA\n\n# overwrite if certs already exist?\ncert_overwrite: no\n# overwrite CA if it already exists?\nca_overwrite: false\n",...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 11972, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/flannel-cni
7,867
[ "no_license" ]
[ { "path": "roles/flannel-cni/tasks/flannel.yml", "content": "\n- name: Download flannel manifest\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml\n dest: .\n mode: '0664'\n\n- name: apply flannel\n kubernetes.core.k8s:\n s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/golang-hello-world-web
7,867
[ "no_license" ]
[ { "path": "roles/golang-hello-world-web/templates/golang-hello-world-web2/golang-hello-world-web2.yaml", "content": "---\napiVersion: v1\nkind: Service\nmetadata:\n name: golang-hello-world-web-service2\n #namespace: default\n labels:\n app: golang-hello-world-web2\nspec:\n ports:\n # port=available...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10600, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/helm3
7,867
[ "no_license" ]
[ { "path": "roles/helm3/tasks/main.yml", "content": "---\n\n#\n# apt-keys is deprecated starting at Ubuntu21\n#\n#- name: add helm3 key to apt\n# apt_key:\n# url: https://baltocdn.com/helm/signing.asc\n# state: present\n#\n#- name: add helm3 apt repository\n# apt_repository:\n# repo: deb https://b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1187, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/istio-gateway
7,867
[ "no_license" ]
[ { "path": "roles/istio-gateway/tasks/main.yml", "content": "---\n\n- name: check kubectl\n become: yes\n command: kubectl get nodes\n register: getnodes\n- debug: msg=\"{{getnodes.stdout_lines}}\"\n\n- name: make sure cert pair exists\n stat:\n path: \"{{item}}\"\n register: cert_existence\n failed...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8763, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/istio-helloworld
7,867
[ "no_license" ]
[ { "path": "roles/istio-helloworld/tasks/main.yml", "content": "---\n\n- name: show ansible tags\n debug: msg=\"{{ ansible_run_tags|default('') }}\"\n tags: always\n\n- name: apply helloworld istio example\n import_tasks: apply.yml\n tags: \n - apply\n - never\n\n- name: delete helloworld istio exa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2132, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/istio-operator
7,867
[ "no_license" ]
[ { "path": "roles/istio-operator/templates/istio-operator.yaml.j2", "content": "---\nkind: Namespace\napiVersion: v1\nmetadata:\n name: istio-system\n---\napiVersion: install.istio.io/v1alpha1\nkind: IstioOperator\nmetadata:\n name: istio-control-plane\n namespace: istio-system\n\nspec:\n profile: defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9546, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-fix-master-node-ip
7,867
[ "no_license" ]
[ { "path": "roles/k3s-fix-master-node-ip/tasks/main.yaml", "content": "---\n\n# default returns extra LB IP, and not our primary network interface\n#- debug:\n# msg: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}\"\n- debug:\n msg: \"{{ ansible_ssh_host }}\"\n\n- name: is node-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1021, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-get-kubeconfig-local
7,867
[ "no_license" ]
[ { "path": "roles/k3s-get-kubeconfig-local/tasks/main.yml", "content": "---\n\n- name: make k3s.yaml readable without root\n become: yes\n file:\n path: \"{{kubeconfig}}\"\n mode: 766\n\n- name: create .kube directory for ubuntu\n file:\n path: /home/ubuntu/.kube\n state: directory\n owner:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1150, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-initial-config
7,867
[ "no_license" ]
[ { "path": "roles/k3s-initial-config/defaults/main.yaml", "content": "\nenable_prometheus_monitoring: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/k3s-initial-config/tasks/main.yml", "content": "# https://github.com/k3s-io/k3s/is...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2030, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-kube-prometheus-stack
7,867
[ "no_license" ]
[ { "path": "roles/k3s-kube-prometheus-stack/templates/golang-hello-world-web-servicemonitor.yaml", "content": "apiVersion: monitoring.coreos.com/v1\nkind: ServiceMonitor\nmetadata:\n labels:\n # specified as matchLabel in 'Prometheus' CRD\n # this ServiceMonitor will not be found by prometheus unless ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 20748, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-metallb
7,867
[ "no_license" ]
[ { "path": "roles/k3s-metallb/templates/metallb-ipaddresspool.yml", "content": "# used instead of configmap for newer versions of MetalLB (v0.13.9)\n# https://metallb.universe.tf/configuration/\n---\napiVersion: metallb.io/v1beta1\nkind: IPAddressPool\nmetadata:\n name: first-pool\n namespace: metallb-syst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3117, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-oidc
7,867
[ "no_license" ]
[ { "path": "roles/k3s-oidc/tasks/main.yaml", "content": "# https://stackoverflow.com/questions/74603633/k3s-allow-unauthenticated-access-to-oidc-endpoints\n---\n\n# curl --cacert ./ca.crt -X GET -H \"Accept: application/json, */*\" -H \"User-Agent: kubectl/v1.28.3 (linux/amd64) kubernetes/a8a1abc\" 'https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-prereq
7,867
[ "no_license" ]
[ { "path": "roles/k3s-prereq/defaults/main.yml", "content": "limit_nofile: 16000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/k3s-prereq/tasks/main.yml", "content": "---\n\n- name: disable Ubuntu auto-update\n copy:\n dest: /etc/a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5989, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k3s-upgrade-binary
7,867
[ "no_license" ]
[ { "path": "roles/k3s-upgrade-binary/tasks/main.yml", "content": "---\n\n- fail:\n msg: \"You must pass 'k3s_new_version' as a variable\"\n when: k3s_new_version is undefined\n\n- name: get k3s release binary\n uri: \n url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_new_version }}/k3s\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/k9s
7,867
[ "no_license" ]
[ { "path": "roles/k9s/tasks/main.yml", "content": "---\n\n- name: get latest k9s release\n uri: \n url: https://api.github.com/repos/derailed/k9s/releases/latest\n body_format: json\n return_content: yes\n register: k9sversion\n\n- debug:\n msg: \"latest version: {{k9sversion.json.tag_name}}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/kubectl-apt
7,867
[ "no_license" ]
[ { "path": "roles/kubectl-apt/tasks/main.yml", "content": "---\n# https://cloud.google.com/sdk/docs/install#deb\n\n- name: prereq packages\n package:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg\n state: present\n update_cache: yes\n\n- name: is google key already lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/local-etc-hosts
7,867
[ "no_license" ]
[ { "path": "roles/local-etc-hosts/tasks/main.yml", "content": "---\n\n- name: local etc hosts\n import_tasks: etc-hosts.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/local-etc-hosts/defaults/main.yml", "content": "---\nlocal_etc_h...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 635, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/mailhog
7,867
[ "no_license" ]
[ { "path": "roles/mailhog/tasks/main.yaml", "content": "# https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack\n---\n# helm repo add codecentric https://codecentric.github.io/helm-charts\n# helm show values codecentric/mailhog\n# https://docs.ansible.com/ansible/latest/c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3782, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/nfs-client
7,867
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yaml", "content": "---\n\n- name: install nfs client packages, debian based\n apt:\n pkg:\n - nfs-common\n state: present\n update_cache: true\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n register: apt_install\n retries...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 741, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/nginx-ingress
7,867
[ "no_license" ]
[ { "path": "roles/nginx-ingress/files/golang-hello-world-web-on-nginx2.yaml", "content": "#used for manual dpeloyments\napiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\n name: golang-hello-world-web-service2\n #namespace: default\n annotations:\n # matches ingress-class arg at: \n # rol...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9959, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/prometheus-adapter
7,867
[ "no_license" ]
[ { "path": "roles/prometheus-adapter/templates/helm-values.yaml", "content": "# using helm '--set' flag instead of specifying here\n#prometheus:\n# url: http://{{service_name}}.{{service_ns}}.svc\n# port: {{service_port}}\n\n# https://github.com/kubernetes-sigs/prometheus-adapter/blob/master/docs/config-wa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8272, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/terraform_create_kvm_hosts
7,867
[ "no_license" ]
[ { "path": "roles/terraform_create_kvm_hosts/tasks/main.yml", "content": "\n\n- name: create terraform.tfvars from template\n delegate_to: localhost\n become: no\n template:\n src: \"{{playbook_dir}}/tf-libvirt/terraform.tfvars.j2\"\n dest: \"{{playbook_dir}}/tf-libvirt/terraform.tfvars\"\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/tiny-tools-all-nodes
7,867
[ "no_license" ]
[ { "path": "roles/tiny-tools-all-nodes/files/tiny-tools-daemonset.yaml", "content": "---\napiVersion: apps/v1\nkind: DaemonSet #Deployment\nmetadata:\n name: tiny-tools-ds\n # allow for override: kubectl -n <ns> apply ...\n #namespace: default\n labels:\n app: tiny-tools\nspec:\n selector:\n match...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3745, "all_permissive": false }
ansible_role
fabianlee/k3s-cluster-kvm
8bfd8d6dfa47c6da0f57de1f11421a3eb3b5b6d3
35
roles/yq
7,867
[ "no_license" ]
[ { "path": "roles/yq/tasks/main.yml", "content": "---\n\n- name: get latest yq release\n uri: \n url: https://api.github.com/repos/mikefarah/yq/releases/latest\n body_format: json\n return_content: yes\n register: yqversion\n\n- debug:\n msg: \"latest version: {{yqversion.json.tag_name}}\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/addons
7,867
[ "no_license" ]
[ { "path": "roles/addons/tasks/main.yml", "content": "---\n- name: 获取所有已经创建的POD信息\n command: \"{{ k8s_work_dir }}/bin/kubectl get pod --all-namespaces\"\n register: pod_info\n\n- name: 拷贝YAML文件到Master\n copy: src={{ item }} dest={{ tmp_dir }}\n with_fileglob:\n - \"*.yaml\"\n\n- name: 准备dnscache的部署文件\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2271, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/common
7,867
[ "no_license" ]
[ { "path": "roles/common/templates/chrony.conf.j2", "content": "server ntp.aliyun.com iburst\nserver ntp6.aliyun.com iburst\nserver cn.ntp.org.cn iburst\ndriftfile /var/lib/chrony/drift\nmakestep 1.0 3\nrtcsync\nlogdir /var/log/chrony", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4472, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/deploy
7,867
[ "no_license" ]
[ { "path": "roles/deploy/templates/server-csr.json.j2", "content": "{\n \"CN\": \"kubernetes\",\n \"hosts\": [\n \"127.0.0.1\",\n \"{{ CLUSTER_KUBERNETES_SVC_IP }}\",\n{% if groups['lb']|length > 0 %}\n \"{{ hostvars[groups['lb'][0]]['LB_APISERVER_VIP'] }}\",\n{% endif %}\n{% for host in groups['m...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8459, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/docker
7,867
[ "no_license" ]
[ { "path": "roles/docker/files/daemon.json", "content": "{\n \"registry-mirrors\": [\"https://twywh4lk.mirror.aliyuncs.com\"],\n \"max-concurrent-downloads\": 10,\n \"log-driver\": \"json-file\",\n \"log-level\": \"warn\",\n \"log-opts\": {\n \"max-size\": \"100m\",\n\t\"max-file\": \"3\"\n },\n \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1734, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/etcd
7,867
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.yml.j2", "content": "\n{% set local_ip = inventory_hostname %}\n\n#[Member]\nETCD_NAME=\"{{ NODE_NAME }}\"\nETCD_DATA_DIR=\"{{ etcd_work_dir }}/data/default.etcd\"\nETCD_LISTEN_PEER_URLS=\"https://{{ local_ip }}:2380\"\nETCD_LISTEN_CLIENT_URLS=\"https://{{ local_ip }}:23...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4357, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/flannel
7,867
[ "no_license" ]
[ { "path": "roles/flannel/tasks/main.yml", "content": "---\n- name: 检测工作目录\n shell: /usr/bin/ls {{ k8s_work_dir }}\n register: wk_dir\n tags: ck_wk_dir\n ignore_errors: true\n \n- name: 创建工作目录\n file: dest={{ k8s_work_dir }}/{{ item }} state=directory\n with_items:\n - bin\n - conf\n - cert\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2266, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/ha
7,867
[ "no_license" ]
[ { "path": "roles/ha/templates/nginx.conf.j2", "content": "#user nobody;\nworker_processes auto;\n\n\nevents {\n use\tepoll;\n worker_connections 1024;\n}\n\nstream {\n log_format proxy '$remote_addr $remote_port - [$time_local] $status $protocol '\n '\"$upstream_addr\" \"$upstr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3658, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/master
7,867
[ "no_license" ]
[ { "path": "roles/master/files/csr-crb.yaml", "content": "#创建admin集群绑定\n kind: ClusterRoleBinding\n apiVersion: rbac.authorization.k8s.io/v1\n metadata:\n name: admin-binding\n subjects:\n - kind: User\n name: kubernetes\n apiGroup: rbac.authorization.k8s.io\n roleRef:\n kind: ClusterRole\n name: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 12213, "all_permissive": false }
ansible_role
ibanmen/iks
3f3d1934133c0c39f6132c7d0394f96c8f263ce4
0
roles/node
7,867
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: 停止kubelet kube-proxy服务\n service: name={{ item }} state=stopped enabled=no\n with_items:\n - kubelet\n - kube-proxy\n tags: stop_svc\n ignore_errors: true\n \n- name: 删除kubelet配置\n shell: 'cd {{ k8s_work_dir }}/cert && rm -rf kubelet*; ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7351, "all_permissive": false }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/armageddon
7,867
[ "permissive" ]
[ { "path": "roles/armageddon/tasks/bin/build.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Clone the Fabric-X Orderer repository\n vars:\n git_uri: \"{{ armageddon_git_uri }}\"\n git_dir: \"{{ armageddon_git_dir }}\"\n git_c...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11030, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/bin
7,867
[ "permissive" ]
[ { "path": "roles/bin/defaults/main.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n# Bin config location/paths\nbin_build_dir: \"{{ out_build_dir }}/bin\"\nbin_output_dir: \"{{ bin_build_dir }}/{{ bin_target_os }}_os/{{ bin_target_arch }}_arch...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 11155, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/configtxgen
7,867
[ "permissive" ]
[ { "path": "roles/configtxgen/tasks/bin/install.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Install {{ configtxgen_bin_name }}\n vars:\n bin_output_dir: \"{{ cli_bin_dir }}\"\n bin_go_package: \"{{ configtxgen_bin_package }}@...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 31392, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/container
7,867
[ "permissive" ]
[ { "path": "roles/container/tasks/get_container_client.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Set given client as container client\n ansible.builtin.set_fact:\n container_client: \"{{ container_client }}\"\n when: containe...
{ "task_files": 18, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 18375, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/cryptogen
7,867
[ "permissive" ]
[ { "path": "roles/cryptogen/README.md", "content": "# hyperledger.fabricx.cryptogen\n\nThe role `hyperledger.fabricx.cryptogen` can be used to run the `cryptogen` CLI tool.\n\n## Table of Contents <!-- omit in toc -->\n\n- [Prerequisites](#prerequisites)\n- [Tasks](#tasks)\n - [config/build](#configbuild)\n...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11728, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/git
7,867
[ "permissive" ]
[ { "path": "roles/git/tasks/clone.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Ensure directory where to clone exists\n ansible.builtin.file:\n path: \"{{ git_dir }}\"\n state: directory\n mode: \"0o750\"\n\n- name: Clone G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1244, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/grafana
7,867
[ "permissive" ]
[ { "path": "roles/grafana/tasks/container/start.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Start Grafana container\n vars:\n container_name: \"{{ grafana_container_name }}\"\n container_image: \"{{ grafana_image }}\"\n co...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 6833, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/jaeger
7,867
[ "permissive" ]
[ { "path": "roles/jaeger/tasks/fetch_logs.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Fetch jaeger logs from container\n ansible.builtin.include_role:\n name: hyperledger.fabricx.jaeger\n tasks_from: container/fetch_logs\n", ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 6205, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/loadgen
7,867
[ "permissive" ]
[ { "path": "roles/loadgen/templates/orderer-client.yaml.j2", "content": "orderer-client:\n{% if committer_sidecar is defined %}\n sidecar-endpoint: {{ hostvars[committer_sidecar].ansible_host }}:{{ hostvars[committer_sidecar].committer_rpc_port }}\n{% endif %}\n orderer:\n connection:\n endpoints:\...
{ "task_files": 26, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 37, "total_bytes": 26734, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/node_exporter
7,867
[ "permissive" ]
[ { "path": "roles/node_exporter/tasks/teardown.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Remove the Node Exporter container\n ansible.builtin.include_role:\n name: hyperledger.fabricx.node_exporter\n tasks_from: container/r...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5462, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/openssl
7,867
[ "permissive" ]
[ { "path": "roles/openssl/tasks/install.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Install openssl on Linux\n become: true\n ansible.builtin.package:\n name:\n - openssl\n state: present\n when: ansible_facts.os_famil...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2760, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/orderer
7,867
[ "permissive" ]
[ { "path": "roles/orderer/tasks/orderer_batcher/bin/start.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Start the Fabric-X Orderer batcher binary\n vars:\n bin_command: >-\n {{ orderer_bin_name }} batcher\n --config={{ o...
{ "task_files": 46, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 50, "total_bytes": 36115, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/postgres
7,867
[ "permissive" ]
[ { "path": "roles/postgres/tasks/fetch_logs.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Fetch DB logs from container\n ansible.builtin.include_role:\n name: hyperledger.fabricx.postgres\n tasks_from: container/fetch_logs\n", ...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 6146, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/prometheus
7,867
[ "permissive" ]
[ { "path": "roles/prometheus/tasks/stop.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n- name: Stop Prometheus container\n ansible.builtin.include_role:\n name: hyperledger.fabricx.prometheus\n tasks_from: container/stop\n", "licens...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 11599, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/utils
7,867
[ "permissive" ]
[ { "path": "roles/utils/README.md", "content": "# hyperledger.fabricx.utils\n\nThe role `hyperledger.fabricx.utils` can be used to run utility functions.\n\n## Table of Contents <!-- omit in toc -->\n\n- [Tasks](#tasks)\n - [ping](#ping)\n\n## Tasks\n\n### ping\n\nThe task `ping` can be used to check whethe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 967, "all_permissive": true }
ansible_role
LF-Decentralized-Trust-labs/fabric-x-ansible-collection
50127116ac3e739f61deb0a942c8f7a44744b659
4
roles/yugabyte
7,867
[ "permissive" ]
[ { "path": "roles/yugabyte/defaults/main.yaml", "content": "#\n# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\n# Yugabyte DB image\nyugabyte_db_registry_endpoint: \"{{ lookup('env', 'YUGABYTE_DB_REGISTRY_ENDPOINT') or 'docker.io/yugabytedb' }}\"\nyugabyte_db_image_n...
{ "task_files": 20, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 21892, "all_permissive": true }
ansible_role
cibexon/nginx_ansible
2d4db68bab68160e83dcba92a2cb94d5d8c27bff
0
roles/nginx
7,865
[ "no_license" ]
[ { "path": "roles/nginx/templates/12.j2", "content": "[\n\n{\n\nid: 1,\n\nname: root_comp_1,\n\nparams: [1, 3]\n\n},\n\n{\n\nid: 2.\n\nname: test_comp\n\nparams: [2]\n\n}\n\n]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/nginx/handlers/m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 1326, "all_permissive": false }
ansible_role
Kagwimah/playbooks
c1dfb24eddc7f15689ef1806018734471453ef6f
0
roles/user-create
7,865
[ "no_license" ]
[ { "path": "roles/user-create/tasks/main.yml", "content": "---\n- name: Creating the users.\n user:\n name: \"{{ sname }}\"\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n comment: \"{{ sfull }}\"\n shell: /bin/bash\n group: wheel\n groups: wheel\n home: /home/{{ sna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
rokmc756/SAP
ef31707a083f761ada8af179d71d297e43c0622f
0
roles/hxe
7,865
[ "no_license" ]
[ { "path": "roles/hxe/templates/destroy-hxe.sh.j2", "content": "#!/usr/bin/expect -f\nset timeout 3\n\n spawn /hana/shared/HXE/hdblcm/hdblcm --uninstall --components=all\n\n expect \"^Do you want to continue?*\"\n send \"y\\r\"\n\n interact\n\nexit\n\n", "license_type": "n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 30756, "all_permissive": false }
ansible_role
msdhondi/nginx-wso2
2533161fb9695541bc165db128e10f62033c6914
0
roles/epel-repository
7,865
[ "no_license" ]
[ { "path": "roles/epel-repository/tasks/main.yml", "content": "---\n- name: Check if EPEL repo is already configured.\n stat: path={{ epel_repofile_path }}\n register: epel_repofile_result\n\n- name: Install EPEL repo.\n yum:\n name: \"{{ epel_repo_url }}\"\n state: present\n register: result\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 653, "all_permissive": false }
ansible_role
utopios/M2IddevSecOps
c2912a0397d1d5fa5f1214753e31942af7556dcf
1
ansible-role/roles/role-redhat
7,865
[ "no_license" ]
[ { "path": "ansible-role/roles/role-redhat/tasks/main.yml", "content": "---\n# tasks file for test-role\n - name: add docker repository redhat 1\n yum:\n name: yum-utils \n update_cache: yes\n when:\n ansible_facts[\"os_family\"] == \"RedHat\"\n - name: add docker repository redhat 2\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 751, "all_permissive": false }
ansible_role
utopios/M2IddevSecOps
c2912a0397d1d5fa5f1214753e31942af7556dcf
1
ansible-zap/roles/pull-image
7,865
[ "no_license" ]
[ { "path": "ansible-zap/roles/pull-image/tasks/main.yml", "content": "---\n - name: install pip debian\n apt:\n name:\n - python3-pip\n when:\n ansible_facts[\"os_family\"] == \"Debian\"\n - name: install pip redhat\n yum:\n name:\n - python3-pip\n when:\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
utopios/M2IddevSecOps
c2912a0397d1d5fa5f1214753e31942af7556dcf
1
ansible-zap/roles/run-container
7,865
[ "no_license" ]
[ { "path": "ansible-zap/roles/run-container/tasks/main.yml", "content": "---\n - name: create reports folder\n file:\n path: \"{{ reports_folder }}\"\n recurse: yes\n mode: 0770\n owner: root\n group: root\n - name: Run ZAP container for {{ web_url }} scann\n docker_container...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
techiewissen/ansible-ecr-ecs
8b90e21401186c6acb80082afda9e6016ce41913
0
config/roles/common
7,865
[ "no_license" ]
[ { "path": "config/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: install docker-py for build docker\n pip:\n name: boto3\n state: present\n executable: pip3\n\n# - name: install git\n# pip: \n# name: git\n# state: present\n\n# - name: checkout from reposi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 700, "all_permissive": false }
ansible_role
techiewissen/ansible-ecr-ecs
8b90e21401186c6acb80082afda9e6016ce41913
0
config/roles/ecs
7,865
[ "no_license" ]
[ { "path": "config/roles/ecs/vars/main.yml", "content": "---\n# vars file for ecs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "config/roles/ecs/handlers/main.yml", "content": "---\n# handlers file for ecs", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 653, "all_permissive": false }
ansible_role
techiewissen/ansible-ecr-ecs
8b90e21401186c6acb80082afda9e6016ce41913
0
config/roles/parameter_store
7,865
[ "no_license" ]
[ { "path": "config/roles/parameter_store/tasks/main.yml", "content": "---\n# tasks file for parameter_store\n#\n# - name: Create or update key/value pair in aws parameter store\n# aws_ssm_parameter_store:\n# name: \"{{ item.key }}\"\n# description: \"{{ item.description }}\"\n# value: \"{{ item...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 924, "all_permissive": false }
ansible_role
TheRhaphe/Udacity-Cloud-Devops-Project-3
ba6b054ce0023f957ec78ee82f1e09b5081b51f7
0
.circleci/ansible/roles/deploy
7,865
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Make directory for install\n file:\n path: ~/backend\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: 0755\n\n- name: Extract backend to folder\n become_user: ubuntu\n unarchive:\n src: /home/backen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
perzizzle/ansible
887eefa99eb7197b5553a234c9fd13542269ca58
0
roles/deployLinuxConfig
7,865
[ "no_license" ]
[ { "path": "roles/deployLinuxConfig/tasks/main.yml", "content": "---\n#What you want to do?\t\t\t\tTags\n#Push out ansible template\t\ttemplate\n#Push out file from stash\t\t\tstash\n#Push out file from jenkins\t\t\tjenkins\n#Unzip file\t\t\t\t\t\t\t\t\tunzip\n#Set directory permissions\t\t\tpermissions\n#Ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2065, "all_permissive": false }
ansible_role
perzizzle/ansible
887eefa99eb7197b5553a234c9fd13542269ca58
0
roles/deployWindowsConfig
7,865
[ "no_license" ]
[ { "path": "roles/deployWindowsConfig/tasks/main.yml", "content": "---\n#What you want to do?\t\t\t\tTags\n#Push out ansible template\t\ttemplate\n#Push out file from stash\t\t\tstash\n#Push out file from jenkins\t\t\tjenkins\n#Unzip file\t\t\t\t\t\t\t\t\tunzip\n#Set directory permissions\t\t\tpermissions\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1607, "all_permissive": false }
ansible_role
perzizzle/ansible
887eefa99eb7197b5553a234c9fd13542269ca58
0
roles/linuxDeploy
7,865
[ "no_license" ]
[ { "path": "roles/linuxDeploy/templates/ss_app.j2", "content": "START_CMD={{ start_command }}\nSTOP_CMD={{ stop_command }}\nSTATUS_CMD={{ status_command }}\nACCOUNT={{ account }}\nAPP_DIR={{ commandAppDir }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7954, "all_permissive": false }
ansible_role
perzizzle/ansible
887eefa99eb7197b5553a234c9fd13542269ca58
0
roles/mqDeploy
7,865
[ "no_license" ]
[ { "path": "roles/mqDeploy/tasks/main.yml", "content": "---\n- name: get mqsc file\n get_url: url=http://stash.surescripts-dev.qa:7990/projects/DEV/repos/burgundy/browse/Automated%20Build/MQ/DotNet_Queue_Manager.mqsc?raw dest=/tmp/queue_manager.mqsc\n when: language == \"net\"\n tags:\n - install\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4990, "all_permissive": false }
ansible_role
perzizzle/ansible
887eefa99eb7197b5553a234c9fd13542269ca58
0
roles/netAppControl
7,865
[ "no_license" ]
[ { "path": "roles/netAppControl/tasks/main.yml", "content": "---\n #Place F5 work here\n #Playbook supports start|stop|restart|auto|disable|manual\n- name: Execute SurescriptsServiceControl.ps1 {{ command }}\n script: SurescriptsServiceControl.ps1 {{ command }}\n register: output\n\n- debug: msg=\"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1674, "all_permissive": false }
ansible_role
perzizzle/ansible
887eefa99eb7197b5553a234c9fd13542269ca58
0
roles/windowsDeploy
7,865
[ "no_license" ]
[ { "path": "roles/windowsDeploy/files/deployLauncher.ps1", "content": "param(\n [Parameter(Mandatory=$true,Position=0)][string] $env, \n [Parameter(Mandatory=$true,Position=1)][string] $name, \n [Parameter(Mandatory=$true,Position=2)][string] $job, \n [Parameter(Man...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 10349, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/backup
7,865
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n\n- name: copy ssh config from a local SMB share\n become: yes\n ansible.builtin.command: \"{{item}}\"\n with_items:\n - mount -t cifs //{{ssh.backup_host}}/{{ssh.backup_share}} {{ssh.backup_mount_point}} -o \"username={{ssh.backup_host_user}},...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1014, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/dotfiles
7,865
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: check if the dotfiles temp dir exists\n ansible.builtin.stat:\n path: /home/{{user.name}}/dotfiles\n register: dotfiles_tmp_dir\n\n- name: check if the dotfiles dir exists\n ansible.builtin.stat:\n path: /home/{{user.name}}/Proje...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/environment
7,865
[ "no_license" ]
[ { "path": "roles/environment/tasks/main.yml", "content": "---\n\n- name: update /etc/environment\n become: yes\n ansible.builtin.lineinfile:\n path: /etc/environment\n line: \"{{item}}\"\n with_items: \"{{env_vars}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/flexo
7,865
[ "no_license" ]
[ { "path": "roles/flexo/tasks/main.yml", "content": "---\n\n- import_tasks: server.yml\n when: install.flexo_server is defined\n\n- import_tasks: client.yml\n when: install.flexo_client is defined", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "path": "r...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1558, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/git
7,865
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n\n- name: configure git\n ansible.builtin.command: git config --global {{item}}\n with_items:\n - user.name {{user.fullname}}\n - user.email {{user.email}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 162 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/gnome
7,865
[ "no_license" ]
[ { "path": "roles/gnome/tasks/pipewire.yml", "content": "---\n\n- name: add {{user.name}} to the realtime group\n become: yes\n ansible.builtin.user:\n user: \"{{user.name}}\"\n groups: \"realtime\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2163, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/kernel
7,865
[ "no_license" ]
[ { "path": "roles/kernel/tasks/modprobe.yml", "content": "---\n\n- name: create modprobe.d/blacklist.conf\n become: yes\n ansible.builtin.lineinfile:\n path: /etc/modprobe.d/blacklist.conf\n line: \"{{item}}\"\n with_items:\n - \"{{kernel.modules.blacklist}}\"\n when: kernel.modules.blacklist is...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1160, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/microcode
7,865
[ "no_license" ]
[ { "path": "roles/microcode/tasks/main.yml", "content": "---\n\n- name: install {{cpu}}-ucode\n become: yes\n community.general.pacman:\n name: \"{{cpu}}-ucode\"\n register: task_result\n until: task_result is success\n retries: 2\n delay: 2\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/nextdns
7,865
[ "no_license" ]
[ { "path": "roles/nextdns/templates/20-nextdns.conf.j2", "content": "[Resolve]\nDNS={{dns1_v4}}\nDNS={{dns1_v6}}\nDNS={{dns2_v4}}\nDNS={{dns2_v6}}\nFallbackDNS=\nDomains=~.\nDNSOverTLS=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/nextd...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1978, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/packages
7,865
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n\n- name: install base packages\n become: yes\n community.general.pacman:\n update_cache: yes\n name: \"{{packages.base}}\"\n state: present\n register: task_result\n until: task_result is success\n retries: 2\n delay: 2\n\n- name: i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1448, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/pacman
7,865
[ "no_license" ]
[ { "path": "roles/pacman/tasks/config.yml", "content": "---\n\n- name: modify pacman.conf\n become: yes\n ansible.builtin.lineinfile:\n path: /etc/pacman.conf\n regexp: ^#({{item}})\n line: \"{{item}}\"\n loop:\n - \"Color\"\n - \"VerbosePkgLists\"\n - \"ParallelDownloads = 5\"", "li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 863, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/resolved
7,865
[ "no_license" ]
[ { "path": "roles/resolved/handlers/main.yml", "content": "---\n\n- name: restart systemd-resolved\n become: yes\n ansible.builtin.systemd:\n name: systemd-resolved\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
harrykantas/ansible-playbooks
f1bcff97b8b5c623e1a9141aefe0ac4e0754188a
0
roles/sshd
7,865
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n\n- name: install openssh package\n become: yes\n community.general.pacman:\n update_cache: yes\n name: openssh\n state: present\n register: task_result\n until: task_result is success\n retries: 2\n delay: 2\n notify: enable and start ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 376, "all_permissive": false }