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
aldehir/ut2.kokuei.dev
0c669ab14f7ce04e4c16076636ff3683e3f20627
0
deploy/provision/roles/metrics
7,606
[ "no_license" ]
[ { "path": "deploy/provision/roles/metrics/vars/main.yml", "content": "---\nmetrics_node_exporter_name: \"{{ metrics_node_exporter_url | basename | replace('.tar.gz', '') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "deploy/provision/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8000, "all_permissive": false }
ansible_role
aldehir/ut2.kokuei.dev
0c669ab14f7ce04e4c16076636ff3683e3f20627
0
deploy/provision/roles/reverse_proxy
7,606
[ "no_license" ]
[ { "path": "deploy/provision/roles/reverse_proxy/templates/cert-renew.service.j2", "content": "[Unit]\nDescription=Certificate Renewal\nRequires=network-online.target\n\n[Service]\nType=oneshot\nExecStart=/usr/local/bin/lego --path=/var/lib/lego --accept-tos --email={{ letsencrypt.account.email }} --domains=...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6391, "all_permissive": false }
ansible_role
aldehir/ut2.kokuei.dev
0c669ab14f7ce04e4c16076636ff3683e3f20627
0
deploy/provision/roles/ut2_server
7,606
[ "no_license" ]
[ { "path": "deploy/provision/roles/ut2_server/defaults/main.yml", "content": "---\nut2_server_id: 1\nut2_server_image: ghcr.io/aldehir/ut2004-server:3369\nut2_server_game_port: 7777\nut2_server_web_admin_port: 8000\nut2_server_network:\nut2_server_admins:\n\nut2_server_info_name: \"UT2004 Server\"\nut2_serve...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6285, "all_permissive": false }
ansible_role
nullkarma/es_ansible_podman
5455a3408a68852a3ad54b6d085e11e5c680a9fb
0
roles/elasticsearch
7,606
[ "no_license" ]
[ { "path": "roles/elasticsearch/handlers/main.yml", "content": "---\n# handlers file for elasticsearch\n- name: 'Reload sysctl'\n ansible.builtin.command:\n cmd: 'sysctl -p /etc/sysctl.d/elastic.conf'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "p...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7786, "all_permissive": false }
ansible_role
nullkarma/es_ansible_podman
5455a3408a68852a3ad54b6d085e11e5c680a9fb
0
roles/kibana
7,606
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: 'Create persistent directories for Kibana'\n ansible.builtin.file:\n path: '{{ item }}'\n state: directory\n owner: '{{ kibana_user }}'\n group: '{{ kibana_group }}'\n mode: '0750'\n loop:\n - '{{ kibana_conf_dir }}'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2650, "all_permissive": false }
ansible_role
nullkarma/es_ansible_podman
5455a3408a68852a3ad54b6d085e11e5c680a9fb
0
roles/nginx
7,606
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: 'Create pod for nginx'\n become: true\n become_user: '{{ nginx_user }}'\n containers.podman.podman_pod:\n name: '{{ nginx_pod_name }}'\n hostname: '{{ inventory_hostname_short }}.{{ domainname }}'\n state: '{{ nginx_systemd_state }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2273, "all_permissive": false }
ansible_role
nullkarma/es_ansible_podman
5455a3408a68852a3ad54b6d085e11e5c680a9fb
0
roles/podman_rootless
7,606
[ "no_license" ]
[ { "path": "roles/podman_rootless/tasks/main.yml", "content": "---\n- name: 'Install podman and required packages'\n ansible.builtin.package:\n name:\n - 'podman'\n - 'acl'\n\n- name: 'Setup registry search list'\n ansible.builtin.copy:\n src: 'search.conf'\n dest: '/etc/containers/regis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1179, "all_permissive": false }
ansible_role
jeyrichman/vagrant
2834c2b9d2f963309aebcffe05edb03339977bb8
0
provisioning/roles/docker
7,606
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker key\n command: sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys <KEY>\n\n- name: Add deb repo\n command: sudo touch /etc/apt/sources.list.d/docker.list\n\n- lineinfile: dest=\"/etc/ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
mouliveera/devops-practical-test
bc31814a7eac50deae8aee97b735aba82dc0d280
0
Ansible/roles/swimlane-ntp
7,606
[ "no_license" ]
[ { "path": "Ansible/roles/swimlane-ntp/tasks/main.yml", "content": "---\n- name: Ensure NTP is installed\n package:\n name: ntp\n state: present\n\n- name: Ensure NTP service is started\n service:\n name: ntp\n state: started\n enabled: yes\n notify: Restart NTP\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 272, "all_permissive": false }
ansible_role
riverzhang/karmada-installer
3ed437f70339e2ceb4db4050fa6ffd4841b318bb
1
roles/karmada-controlplane
7,606
[ "permissive" ]
[ { "path": "roles/karmada-controlplane/templates/kube-controller-manager.yaml", "content": "---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: karmada-kube-controller-manager\n namespace: karmada-system\n labels:\n app: kube-controller-manager\nspec:\n replicas: 1\n selector:\n matchLab...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 44183, "all_permissive": true }
ansible_role
riverzhang/karmada-installer
3ed437f70339e2ceb4db4050fa6ffd4841b318bb
1
roles/karmada-etcd
7,606
[ "permissive" ]
[ { "path": "roles/karmada-etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=Etcd Server\nAfter=network.target\nAfter=network-online.target\nWants=network-online.target\nDocumentation=https://github.com/coreos\n\n[Service]\nType=notify\nWorkingDirectory={{ karmada_etcd_data_dir }}/\nExecStart={...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3228, "all_permissive": true }
ansible_role
riverzhang/karmada-installer
3ed437f70339e2ceb4db4050fa6ffd4841b318bb
1
roles/karmada-etcd-certificates
7,606
[ "permissive" ]
[ { "path": "roles/karmada-etcd-certificates/tasks/certs_stat.yml", "content": "---\n- name: Read etcd-ca certificate private key stat info\n stat:\n path: /etc/karmada/pki/etcd/ca.key\n register: etcd_ca_key_stat\n\n- name: Read etcd-ca root certificate stat info\n stat:\n path: /etc/karmada/pki/etc...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6990, "all_permissive": true }
ansible_role
riverzhang/karmada-installer
3ed437f70339e2ceb4db4050fa6ffd4841b318bb
1
roles/karmada-kube-certificates
7,606
[ "permissive" ]
[ { "path": "roles/karmada-kube-certificates/tasks/distribute.yml", "content": "---\n- name: Get kubernetes master node certificate\n slurp:\n src: /etc/karmada/pki/{{ item }}\n with_items:\n - admin.crt\n - admin.key\n - apiserver.crt\n - apiserver.key\n - apiserver-kubelet-client.crt\n - apiserve...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12510, "all_permissive": true }
ansible_role
riverzhang/karmada-installer
3ed437f70339e2ceb4db4050fa6ffd4841b318bb
1
roles/karmada-member
7,606
[ "permissive" ]
[ { "path": "roles/karmada-member/tasks/main.yml", "content": "---\n# rename context\n- include_tasks: kubeconfig.yml\n\n# push mode install\n- block:\n - include_tasks: join-clusters.yml\n when: 'current_sync_mode == \"push\"'\n\n# pull mode install\n- block:\n - include_tasks: karmada-agent.yml\n wh...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8278, "all_permissive": true }
ansible_role
riverzhang/karmada-installer
3ed437f70339e2ceb4db4050fa6ffd4841b318bb
1
roles/karmada-member-delete
7,606
[ "permissive" ]
[ { "path": "roles/karmada-member-delete/tasks/unjoin-clusters.yml", "content": "---\n- name: Download karmadactl file\n get_url:\n validate_certs: no\n url: \"{{ karmadactl_download_url }}\"\n dest: \"{{ local_release_dir }}/\"\n timeout: \"{{ download_timeout_online }}\"\n\n- name: Unarchive ka...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2172, "all_permissive": true }
ansible_role
riverzhang/karmada-installer
3ed437f70339e2ceb4db4050fa6ffd4841b318bb
1
roles/karmada-reset
7,606
[ "permissive" ]
[ { "path": "roles/karmada-reset/tasks/main.yml", "content": "---\n- block:\n - name: reset | remove files and dirs of 'karmada' nodes\n file: name={{ item }} state=absent\n with_items:\n - \"/etc/kubernetes/addons/karmada/controlplane/{{ karmada_version }}_crds\"\n when: inventory_hostname in gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2706, "all_permissive": true }
ansible_role
goryszewski/autok8s
e3c6d467293696af7b592b748dda87649472f936
0
ansible/roles/glusterfs
7,606
[ "permissive" ]
[ { "path": "ansible/roles/glusterfs/vars/main.yml", "content": "---\n# vars file for glusterfs\n\nstatic_etc_hosts: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 55 }, { "path": "ansible/roles/glusterfs/defaults/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2506, "all_permissive": true }
ansible_role
goryszewski/autok8s
e3c6d467293696af7b592b748dda87649472f936
0
ansible/roles/mariadb
7,606
[ "permissive" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n\n- name: Install mariadb-server\n ansible.builtin.apt:\n update_cache: true\n allow_change_held_packages: true\n pkg: \"mariadb-server\"\n state: present\n\n- name: Enable service mariadb\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1340, "all_permissive": true }
ansible_role
goryszewski/autok8s
e3c6d467293696af7b592b748dda87649472f936
0
ansible/roles/percona
7,606
[ "permissive" ]
[ { "path": "ansible/roles/percona/templates/wsrep.cnf-new.j2", "content": "[mysqld]\nwsrep_provider=/usr/lib/libgalera_smm.so\nwsrep_cluster_name=pxc-cluster\nwsrep_cluster_address=gcomm://\nwsrep_node_address=\"{{ ansible_host }}\"\nwsrep_node_name=\"{{ inventory_hostname }}\"\nwsrep_sst_method=xtrabackup-v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3486, "all_permissive": true }
ansible_role
xyloon/macbook-setup
81487373f7611b5206c7cfa3b1751c433522b878
1
roles/emacs
7,606
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n- name: Cloning emacs config from github \n git:\n repo: 'https://github.com/xyloon/emacs_config.git'\n dest: ~/github/emacs_config\n clone: yes\n update: yes\n\n- name: Making simbolic link for emacs\n file:\n src: '~/github/emacs_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
xyloon/macbook-setup
81487373f7611b5206c7cfa3b1751c433522b878
1
roles/gitconfig
7,606
[ "no_license" ]
[ { "path": "roles/gitconfig/tasks/main.yml", "content": "- name: Setup default git configuraiton\n git_config:\n name=\"{{ item.name }}\"\n scope=global\n value=\"{{ item.value }}\"\n with_items:\n - {name: \"user.name\", value: \"{{ git_user }}\" }\n - {name: \"user.email\", value: \"{{ gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
xyloon/macbook-setup
81487373f7611b5206c7cfa3b1751c433522b878
1
roles/iterm2
7,606
[ "no_license" ]
[ { "path": "roles/iterm2/tasks/main.yml", "content": "---\n- name: Install iterm2\n homebrew_cask:\n name: iterm2\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
xyloon/macbook-setup
81487373f7611b5206c7cfa3b1751c433522b878
1
roles/pyenv
7,606
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "- name: pyenv check\n stat:\n path: \"{{ansible_facts.user_dir}}/.pyenv/bin/pyenv\"\n register: pyenv_file_existence\n- name: pyenv check\n stat:\n path: \"{{ansible_facts.user_dir}}/.pyenv\"\n register: pyenv_dir_existence\n- name: pyenv remove ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 981, "all_permissive": false }
ansible_role
xyloon/macbook-setup
81487373f7611b5206c7cfa3b1751c433522b878
1
roles/termfont
7,606
[ "no_license" ]
[ { "path": "roles/termfont/tasks/main.yml", "content": "---\n- name: install d2 coding font (Mac)\n homebrew_cask:\n name: caskroom/fonts/font-d2coding\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/admin_account
7,605
[ "no_license" ]
[ { "path": "ansible/roles/admin_account/tasks/main.yaml", "content": "#\n# Sets up the admin user and account\n#\n---\n\n- name: Create directory\n ansible.builtin.file:\n path: /root/setup/admin-user\n owner: root\n group: root\n state: directory\n mode: \"0755\"\n\n- name: Copy service-acco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/dashboard
7,605
[ "no_license" ]
[ { "path": "ansible/roles/dashboard/tasks/main.yaml", "content": "#\n# Sets up the dashboard\n#\n---\n\n- name: Install Dashboard...\n ansible.builtin.shell: \"export KUBECONFIG=/etc/kubernetes/admin.conf; kubectl apply -f {{ DASHBOARD_INSTALL_URL }}\" # noqa no-changed-when yaml[line-length]\n\n- name: Ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3000, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/external_etcd
7,605
[ "no_license" ]
[ { "path": "ansible/roles/external_etcd/templates/kubeadmcfg.yaml.j2", "content": "apiVersion: \"kubeadm.k8s.io/v1beta3\"\nkind: InitConfiguration\nnodeRegistration:\n name: {{ hostvars[etcdnode]['ansible_hostname'] }}\nlocalAPIEndpoint:\n advertiseAddress: {{ hostvars[etcdnode]['ansible_default_ipv4']['ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7994, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/ha_settings
7,605
[ "no_license" ]
[ { "path": "ansible/roles/ha_settings/tasks/main.yaml", "content": "#\n# Apply settings on the redundant masters.\n#\n---\n- name: Create script for waiting for secondary masters\n ansible.builtin.template:\n src: wait-for-single-master.sh.j2\n dest: /tmp/wait-for-master-{{ master }}.sh\n mode: \"0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1140, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/haproxy
7,605
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.yaml.j2", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: haproxy\n namespace: kube-system\nspec:\n containers:\n - image: haproxy:{{ HAPROXY_TAG }}\n name: haproxy\n livenessProbe:\n failureThreshold: 8\n httpGet:\n host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3054, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/install_images
7,605
[ "no_license" ]
[ { "path": "ansible/roles/install_images/files/detect-image-tags.sh", "content": "#!/bin/sh\n\nTAG_PADDERN='^v?[0-9][^a-z]+$'\n\nerrorExit() {\n\techo \"*** $*\" 1>&2\n\texit 1\n}\n\n\ngetKubeAdmDefaults() {\n\tCMD=\"kubeadm config images list --kubernetes-version $1\"\n\tOUTPUT=\"$(${CMD})\" || errorExit \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5171, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/join_token
7,605
[ "no_license" ]
[ { "path": "ansible/roles/join_token/tasks/main.yaml", "content": "#\n# Get a new join token from the primary master in order to add worker nodes.\n#\n---\n- name: Generate a join token\n ansible.builtin.shell: \"(/bin/echo -e '#!/bin/sh\\n\\nrm -f /etc/kubernetes/kubelet.conf\\n'; kubeadm token create --pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/keepalived
7,605
[ "no_license" ]
[ { "path": "ansible/roles/keepalived/templates/check_apiserver.sh.j2", "content": "#!/bin/sh\n\nerrorExit() {\n echo \"*** $*\" 1>&2\n exit 1\n}\n\nOVERRIDE_SCRIPT=\"`dirname \"$0\"`/check_override.sh\"\n\nif [ -x \"$OVERRIDE_SCRIPT\" ]; then\n\techo \"Calling '$OVERRIDE_SCRIPT'.\"\n\t\"$OVERRIDE_SCRIP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2231, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/kube_vip
7,605
[ "no_license" ]
[ { "path": "ansible/roles/kube_vip/tasks/post_bootstrap.yaml", "content": "#\n# Clean up workaround for https://github.com/kube-vip/kube-vip/issues/684\n#\n---\n\n- name: Reset kube-vip.yaml after bootstrap (see https://github.com/kube-vip/kube-vip/issues/684)\n ansible.builtin.lineinfile:\n path: /etc/k...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2413, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/label_minions
7,605
[ "no_license" ]
[ { "path": "ansible/roles/label_minions/tasks/main.yaml", "content": "#\n# Labels minions as needed for particular tasks\n#\n---\n\n- name: Create script for waiting for masters\n ansible.builtin.template:\n src: \"wait-for-masters.sh.j2\"\n dest: \"/tmp/wait-for-masters.sh\"\n mode: \"0755\"\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1437, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/local_access
7,605
[ "no_license" ]
[ { "path": "ansible/roles/local_access/tasks/main.yaml", "content": "#\n# Create an admin.conf file for load-balanced remote access.\n#\n---\n\n- name: Create admin.conf file for local kubectl or dashboard access\n ansible.builtin.script: \"create-kubeconfig.sh\"\n\n- name: Fetch patched admin.conf\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3198, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/minions
7,605
[ "no_license" ]
[ { "path": "ansible/roles/minions/tasks/main.yaml", "content": "#\n# Set up minion\n#\n---\n\n- name: Copy join script (fetched in 'join-token' role)\n ansible.builtin.copy:\n src: /tmp/join-worker-node.sh\n dest: /tmp/join-worker-node.sh\n owner: root\n group: root\n mode: \"0755\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/network_plugin
7,605
[ "no_license" ]
[ { "path": "ansible/roles/network_plugin/tasks/weavenet.yaml", "content": "#\n# Sets up network using weavenet plugin.\n#\n---\n\n- name: Generate 'weavenet' network plugin yaml\n delegate_to: localhost\n ansible.builtin.get_url:\n dest: /tmp/net.yaml\n url: \"{{ WEAVENET_YAML_URL }}\"\n mode: \"0...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1601, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/nginx
7,605
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "user nginx;\nworker_processes auto;\n#load_module /usr/lib64/nginx/modules/ngx_stream_module.so;\n\nerror_log /var/log/nginx/error.log info;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nstream {\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1797, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/prepare_nodes
7,605
[ "no_license" ]
[ { "path": "ansible/roles/prepare_nodes/tasks/main.yaml", "content": "#\n# Prepare node (i.e. set up and fix some files)\n#\n---\n\n- name: Make sure some needed software is installed via package manager\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - perl\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/primary_master
7,605
[ "no_license" ]
[ { "path": "ansible/roles/primary_master/templates/get-weavenet-image-specs.sh.j2", "content": "#!/bin/sh\n\nerrorExit() {\n\techo \"*** $*\" 1>&2\n\texit 1\n}\n\nwget -q -O /tmp/flannel.yaml '{{ WEAVENET_YAML_URL }}'\n\ngrep -E '^[ \\t]*image:' /tmp/flannel.yaml | sed 's/.*image: *//' | tr -d \"'\" | tr -d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3679, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/secondary_masters
7,605
[ "no_license" ]
[ { "path": "ansible/roles/secondary_masters/tasks/secondary-master.yaml", "content": "#\n# Run kubeadm on a secondary master\n#\n---\n\n- name: Run 'kubeadm' if this master node is also an etcd node (external etcd only, need to ignore two preflight errors here)\n ansible.builtin.command: kubeadm init --igno...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2357, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/uninstall
7,605
[ "no_license" ]
[ { "path": "ansible/roles/uninstall/tasks/main.yaml", "content": "#\n# Cleanprimary_master up all hosts, so that a new K8s cluster installation can be performed:\n# - kubeadm reset is called on all hosts\n# - etcd is disabled and stopped\n# - the etcd data dir /var/lib/etcd/default.etcd is deleted\n# - kubel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2448, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/upgrade_masters
7,605
[ "no_license" ]
[ { "path": "ansible/roles/upgrade_masters/tasks/main.yaml", "content": "#\n# Upgrade a cluster's masters:\n# - get and install kubeadm binary in the target version\n# - for all masters (one by one):\n# * shut down keepalived\n# * upgrade cluster using kubeadm\n# * start keepalived\n#\n---\n\n- name: Ma...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3018, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/upgrade_minions
7,605
[ "no_license" ]
[ { "path": "ansible/roles/upgrade_minions/tasks/main.yaml", "content": "#\n# Upgrade a cluster's nodes one by one:\n# - cordon it if master, drain it if minion\n# - shut down kubernetes services\n# - upgrade its software\n# - restart kubelet service\n# - uncordon it\n#\n---\n\n- name: Make sure some needed s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2212, "all_permissive": false }
ansible_role
mbert/kubeadm2ha
717ca07bdfa4e8878b8faa32882d8c132d7e54c7
29
ansible/roles/usual_suspects
7,605
[ "no_license" ]
[ { "path": "ansible/roles/usual_suspects/tasks/main.yaml", "content": "#\n# Check preconditions on all hosts.\n#\n---\n- name: Make sure that the running containerd supports CRI (required by K8s 1.24+)\n ansible.builtin.command: \"crictl -r unix:///var/run/containerd/containerd.sock ps\" # noqa no-changed-w...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1244, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/0_uptime_kuma_automated
7,605
[ "no_license" ]
[ { "path": "roles/0_uptime_kuma_automated/tasks/monitors_old.yml", "content": "---\n # ============================================================\n # Section: Monitor List Building\n # ============================================================\n - name: Build full monitor list (groups, subgro...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 59538, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/0docker_service
7,605
[ "no_license" ]
[ { "path": "roles/0docker_service/templates/docker-compose.yml.j2", "content": "services:\n\n{% for service in services %}\n### {{ service.name | upper }} ###\n {{ service.name }}:\n image: {{ service.image }}\n container_name: {{ service.name }}\n hostname: {{ service.name }}\n restart: {{ serv...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 31712, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/rclone-sync
7,605
[ "no_license" ]
[ { "path": "roles/rclone-sync/templates/rclone-sync.env.j2", "content": "SYNC_SRC=/backup\nSYNC_DEST=gdrive_crypt_0:/personal\nCRON=0 * * * *\nCRON_ABORT=\nFORCE_SYNC=1\nCHECK_URL=https://uptime.oiba.de/api/push/bhyIluWB5u?status=up&msg=OK&ping=\nSYNC_OPTS=--fast-list --links --timeout 1h --checkers 8 --buff...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1318, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/robertdebock.logrotate
7,605
[ "no_license" ]
[ { "path": "roles/robertdebock.logrotate/tasks/assert.yml", "content": "---\n\n- name: assert | Test logrotate_frequency\n ansible.builtin.assert:\n that:\n - logrotate_frequency is defined\n - logrotate_frequency is string\n - logrotate_frequency in [ \"daily\", \"weekly\", \"monthly\" ]\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 18456, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/traefik
7,605
[ "no_license" ]
[ { "path": "roles/traefik/templates/traefik.yml.j2", "content": "global:\n checkNewVersion: true\n sendAnonymousUsage: true\n\nentryPoints:\n http:\n address: \":80\"\n http:\n middlewares:\n - www-redirect@file\n https:\n address: \":443\"\n http3: {}\n metrics:\n address: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7906, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/unifi
7,605
[ "no_license" ]
[ { "path": "roles/unifi/templates/unifi.env.j2", "content": "MONGO_USER=unifi\nMONGO_DBNAME=unifi\nMONGO_PASS={{ UNIFI_MARIADB_PASSWORD }}\nMONGO_HOST=unifi-mongodb\nMONGO_PORT=27017", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/unifi/vars/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2924, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/urbackup-client2
7,605
[ "no_license" ]
[ { "path": "roles/urbackup-client2/tasks/install.yml", "content": "- name: Install dependencies\n apt:\n name: \n - wget\n state: present\n update_cache: yes\n become: true\n\n- name: Add Datto GPG key\n shell: sudo apt-key adv --fetch-keys https://cpkg.datto.com/DATTO-PKGS-GPG-KEY\n args:\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3468, "all_permissive": false }
ansible_role
fabsau/homelab
0f2c90111629a8c0e3fe822bf18b12d8f12bc714
9
roles/variables
7,605
[ "no_license" ]
[ { "path": "roles/variables/vars/uptimekuma_config.yml", "content": "---\n# Uptime Kuma API Configuration\nuptime_kuma_api_url: \"https://uptime.oiba.de\"\nuptime_kuma_username: \"{{ UPTIMEKUMA_USER }}\"\nuptime_kuma_password: \"{{ UPTIMEKUMA_PASSWORD }}\"\n\n# General Configuration\ninitial_setup: true\ndel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10606, "all_permissive": false }
ansible_role
cit31/ansible
bb25539a03b0e7a3a338a64a509a757fd7c42cb6
0
playbooks/roles/include
7,605
[ "no_license" ]
[ { "path": "playbooks/roles/include/tasks/main.yml", "content": "- name: Include play1\n include: play1.yml\n tags:\n - DB\n- name: Include Play2\n include: play2.yml\n tags:\n - APP\n when: ansible_local.info.env == \"DEV\"\n\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 193, "all_permissive": false }
ansible_role
cit31/ansible
bb25539a03b0e7a3a338a64a509a757fd7c42cb6
0
playbooks/roles/sample
7,605
[ "no_license" ]
[ { "path": "playbooks/roles/sample/templates/test.j2", "content": "Hello,\nURL = {{URL}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "playbooks/roles/sample/handlers/main.yml", "content": "- name: TEST_HANDLER\n debug: \n msg: \"Test H...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 511, "all_permissive": false }
ansible_role
cit31/ansible
bb25539a03b0e7a3a338a64a509a757fd7c42cb6
0
playbooks/roles/stack
7,605
[ "no_license" ]
[ { "path": "playbooks/roles/stack/vars/dbparams-dev.yml", "content": "DBUSER: student\nDBPASS: <PASSWORD>\nDBIP: \"{{ansible_hostname}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "playbooks/roles/stack/tasks/main.yml", "content": "- name...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3867, "all_permissive": false }
ansible_role
mvolkov/ubuntu-lamp
45917dd0413c8086909fcd5346031fd2a437c113
0
roles/apache
7,605
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Create apache group\n group:\n name: www-data\n\n- name: Create apache user\n user:\n name: www-data\n\n- name: Install apache\n apt:\n name: apache2 update_cache-yes state-latest\n\n- name: Get backend group information\n clc_se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 469, "all_permissive": false }
ansible_role
mvolkov/ubuntu-lamp
45917dd0413c8086909fcd5346031fd2a437c113
0
roles/build_server
7,605
[ "no_license" ]
[ { "path": "roles/build_server/tasks/main.yml", "content": "- name: CLC | Create WWW Group\n clc_group:\n name: WWW\n location: UC1\n state: present\n\n- name: Generate Password\n command: openssl rand -base64 15\n register: serverpass\n changed_when: False\n\n- name: CLC | Build LAMP Server if ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1213, "all_permissive": false }
ansible_role
b43646/ansible_advanced
141a9ddec3a5cb55bb64f8318104178d722aa08a
0
roles/ansible-ha
7,605
[ "no_license" ]
[ { "path": "roles/ansible-ha/handlers/main.yml", "content": "---\n- name: wait to be ready\n uri:\n url: https://tower1.{{GUID}}.example.opentlc.com/\n validate_certs: no\n status_code: 200\n retries: 100\n delay: 5\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 819, "all_permissive": false }
ansible_role
bobcrutchley-zz/vagrant-jenkins
af0e668e9b25b48629157cd95ffa31aa5afc4807
0
roles/epel-release
7,605
[ "no_license" ]
[ { "path": "roles/epel-release/tasks/main.yml", "content": "--- \n - name: install epel-release\n yum:\n name=epel-release\n state=present\n \n - name: install updates\n yum: name=* state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
bobcrutchley-zz/vagrant-jenkins
af0e668e9b25b48629157cd95ffa31aa5afc4807
0
roles/jenkins
7,605
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n - name: add Jenkins YUM repository\n command: wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo\n\n - name: add Jenkins rpm key\n command: rpm --import http://pkg.jenkins-ci.org/redhat-stable/jenkins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
mkreddi/ansible-drupal
352612d4d6b688edd8e8fadafdb2d166c89b01c8
0
roles/database
7,605
[ "no_license" ]
[ { "path": "roles/database/tasks/install.yml", "content": "---\n- name: Install MySQL server\n yum: name=mysql-server state=latest\n\n- name: Install Apache module for MySQL authentication\n yum: name=libapache2-mod-auth-mysql state=latest\n\n- name: Install MySQL module for PHP\n yum: name=php5-mysql sta...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 717, "all_permissive": false }
ansible_role
mkreddi/ansible-drupal
352612d4d6b688edd8e8fadafdb2d166c89b01c8
0
roles/php
7,605
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: Install PHP latest and greatest package\n yum: name=php5 state=latest\n\n- name: Install PHP GD library\n yum: name=php5-gd state=latest\n notify:\n - Restart Apache", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
wsp-git/erigon-ansible
d5ea613ffe70b7063143df74e2d1754c4495fd9b
0
roles/deploy-eth
7,605
[ "no_license" ]
[ { "path": "roles/deploy-eth/vars/main.yml", "content": "---\n# vars file for deploy-eth", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/deploy-eth/tasks/main.yml", "content": "---\n# tasks file for deploy-eth\n\n- name: Copy job file\n t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1953, "all_permissive": false }
ansible_role
wsp-git/erigon-ansible
d5ea613ffe70b7063143df74e2d1754c4495fd9b
0
roles/nomad
7,605
[ "no_license" ]
[ { "path": "roles/nomad/tasks/docker.yml", "content": "---\n# tasks for setting up docker\n\n- name: Install aptitude using apt\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n become: yes\n\n- name: Install required system packages\n apt: name={{ item }} state=latest update_cache=ye...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3664, "all_permissive": false }
ansible_role
wsp-git/erigon-ansible
d5ea613ffe70b7063143df74e2d1754c4495fd9b
0
roles/system
7,605
[ "no_license" ]
[ { "path": "roles/system/tasks/ubuntu.yml", "content": "---\n# tasks file for system\n\n# Hostname for target machine\n- name: Set hostname\n hostname:\n name: \"{{ hostname }}\"\n\n# Network configuration\n- name: check network\n shell: |\n ip link show ens4\n register: net_status\n ignore_errors:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1277, "all_permissive": false }
ansible_role
XSlim123/repo-2
c98e425d003c1c903e28d7ee6a8961ffe3787215
0
lesson_for_ansible_4/roles/configure_web_server
7,605
[ "no_license" ]
[ { "path": "lesson_for_ansible_4/roles/configure_web_server/defaults/main.yml", "content": "---\n# defaults file for deploy_nginx_web\n\n# source_file_first: ./mywebsite/index.html\ndestin_file_first: /var/www/html/index.html\n# source_file_second: ./mywebsite/index2.html\ndestin_file_second: /var/www/russny...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 929, "all_permissive": false }
ansible_role
XSlim123/repo-2
c98e425d003c1c903e28d7ee6a8961ffe3787215
0
lesson_for_ansible_4/roles/deploy_sites
7,605
[ "no_license" ]
[ { "path": "lesson_for_ansible_4/roles/deploy_sites/defaults/main.yml", "content": "---\n# defaults file for deploy_sites\nnginx_sites: /etc/nginx/sites-available/\nconf_file: ./default.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "lesson_fo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 954, "all_permissive": false }
ansible_role
ibiswas89/Aerospike_role
62dd3927b95928285a33985e5d664c85f5008093
0
roles/aerospike_role
7,605
[ "no_license" ]
[ { "path": "roles/aerospike_role/templates/aerospike.conf.j2", "content": "service {\n user aerospike\n group aerospike\n paxos-single-replica-limit 1 # Number of nodes where the replica count is automatically reduced to 1.\n pidfile /var/run/aerospike/asd.pid\n proto-fd-ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5081, "all_permissive": false }
ansible_role
haum/hms
6aa4c9c8d895dcd97677248c8f0c75360a256ee6
0
ansible/roles/simple_microservice
7,605
[ "no_license" ]
[ { "path": "ansible/roles/simple_microservice/tasks/main.yml", "content": "\n# Create an user account for the microservice\n- name: create user\n become: yes\n user:\n name: \"{{ service_name }}\"\n shell: /bin/bash\n\n# Pull from master branch\n- name: update git repo {{ service_name }}\n become: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1323, "all_permissive": false }
ansible_role
haum/hms
6aa4c9c8d895dcd97677248c8f0c75360a256ee6
0
ansible/roles/systemd_microservice
7,605
[ "no_license" ]
[ { "path": "ansible/roles/systemd_microservice/templates/run.sh.j2", "content": "#!/bin/sh\n\ncd /home/{{ service_name }}/{{ service_name }}\n. venv/bin/activate\n{{ service_name }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ansible/roles/sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1984, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/common
7,605
[ "no_license" ]
[ { "path": "roles/common/tasks/custom_facts.yml", "content": "---\n\n- name: Check if global zone\n command: pkgcond is_global_zone\n ignore_errors: True\n register: is_global_zone_cmd\n\n- name: Set fact is_global_zone\n set_fact:\n is_global_zone: '{{ true if is_global_zone_cmd.rc==0 else false}}'\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2019, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/dalmatiner_pg
7,605
[ "no_license" ]
[ { "path": "roles/dalmatiner_pg/tasks/main.yml", "content": "---\n\n- name: Create ddb PG user\n delegate_to: 127.0.0.1\n postgresql_user:\n name: ddb\n password: \"{{ <PASSWORD> }}\"\n encrypted: yes\n\n login_host: \"{{ inventory_hostname }}\"\n login_user: \"{{ login_user }}\"\n login_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/dalmatinerdb
7,605
[ "no_license" ]
[ { "path": "roles/dalmatinerdb/templates/dfe.conf.j2", "content": "## The tcp port dalmatinerfe listens on for the tcp API\n##\n## Default: 8080\n##\n## Acceptable values:\n## - an integer\nhttp_port = 8080\n\n## Number of acceptor processes to keep around for tcp connections.\n##\n## Default: 100\n##\n## ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 17751, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/dev
7,605
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n\n- name: Install Erlang 19\n pkg5: name=\"omniti/runtime/erlang@19\"\n\n- name: Install Git\n pkg5: name=\"developer/versioning/git\"\n\n- user:\n name=pc\n comment=\"philipcristiano\"\n group=sysadmin\n createhome=no\n password=\"<PAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/omnios-zone
7,605
[ "no_license" ]
[ { "path": "roles/omnios-zone/templates/hostname.interface.j2", "content": "inet {{zone_name}}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/omnios-zone/tasks/remove.yml", "content": "---\n\n\n- solaris_zone: name={{zone_name}} state...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8136, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/postgres
7,605
[ "no_license" ]
[ { "path": "roles/postgres/handlers/main.yml", "content": "---\n\n- service:\n name: svc:/application/database/postgresql_105:default\n state: reloaded\n name: restart postgres\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/postgres...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1877, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/zone_man
7,605
[ "no_license" ]
[ { "path": "roles/zone_man/tasks/main.yml", "content": "---\n\n- name: Refresh PKG\n command: pkg refresh\n\n- name: Install Zone Manager\n pkg5: name=\"zone_man\" state=latest\n notify:\n - restart zone_man\n\n- name: Enable zone_man\n service: name=zone_man state=started\n\n- name: Wait for port\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 343, "all_permissive": false }
ansible_role
philipcristiano/home-zone-server
87b811d86b1d3d6445e5d3c2d12e4b4fb4c6d5fe
0
roles/zone_man_build
7,605
[ "no_license" ]
[ { "path": "roles/zone_man_build/vars/main.yml", "content": "---\n\nzone_man_ref: master\nzone_man_build_dir: /tmp/zone_man\nzone_man_pkgsrvr: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/zone_man_build/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
divya3005/repo
627c21de43fc592fda6c5c6e8fdf21f0b5173a6e
0
auto_inventory_update/roles/create_ticket
7,610
[ "no_license" ]
[ { "path": "auto_inventory_update/roles/create_ticket/vars/main.yml", "content": "---\n# vars file for create_ticket", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "auto_inventory_update/roles/create_ticket/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 663, "all_permissive": false }
ansible_role
dibek/debian-jenkins-nginx
af8e154a3229b7253d53be5163c0bf6e12418912
0
roles/gitflow
7,610
[ "no_license" ]
[ { "path": "roles/gitflow/tasks/main.yml", "content": "- name: Install git-flow\n become : yes\n become_user : root\n apt: name={{ item }} update_cache=yes\n with_items:\n - git-flow\n - cowsay\n tags: git-flow\n\n", "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": 161, "all_permissive": false }
ansible_role
dibek/debian-jenkins-nginx
af8e154a3229b7253d53be5163c0bf6e12418912
0
roles/nginx
7,610
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: NGINX | Installing NGINX\n apt:\n name: nginx\n state: latest\n \n- name: NGINX | Starting NGINX\n service:\n name: nginx\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
dibek/debian-jenkins-nginx
af8e154a3229b7253d53be5163c0bf6e12418912
0
roles/wildfly
7,610
[ "no_license" ]
[ { "path": "roles/wildfly/defaults/generateConfigQA247Human.sh", "content": "#!/bin/bash\nexport temp_folder=\"./generated/qa/247/human\"\necho $temp_folder\nmkdir $temp_folder -p\nsed -f human_subst_qa_247.sed standalone.xml.template > $temp_folder/standalone.xml.temphuman\nsed -f oracle_driver_subst.sed ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 29, "total_bytes": 10175, "all_permissive": false }
ansible_role
wikitops/ansible_pgadmin4
2252cafc629b753facfe811f5fc8213c9744ff33
0
roles/pgadmin
7,610
[ "no_license" ]
[ { "path": "roles/pgadmin/defaults/main.yml", "content": "---\n\n###\n# PGADMIN\n###\n\n# Version\npgadmin_version: latest\n\n# Configuration\npgadmin_default_email: <EMAIL>\npgadmin_default_password: <PASSWORD> # Encrypt me\npgadmin_listen_address: 0.0.0.0\npgadmin_listen_port: \"80\"\npgadmin_server_json_f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1762, "all_permissive": false }
ansible_role
warmans/fakt
c5003c0a5ad636e3095bad580db168fd44a17112
0
ansible/roles/fakt
7,610
[ "no_license" ]
[ { "path": "ansible/roles/fakt/tasks/main.yml", "content": "---\n- include: ufw.yml\n when: fakt_use_ufw|bool == true\n\n- include: nginx.yml\n when: fakt_use_nginx|bool == true\n\n- name: Install PIP\n apt:\n name: python-pip\n update_cache: yes\n\n- pip:\n name: docker-py\n version: 1.10.6\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 964, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/gitlab-ce
7,610
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-ce/defaults/main.yml", "content": "---\n\ngitlab_keys:\n url: \"https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey\"\n dest: /usr/share/keyrings/gitlab_gitlab-ce-archive-keyring.gpg\n\ngitlab_repo: \"deb [signed-by={{ gitlab_keys.dest }}] https://packages.gitlab.com/gitlab...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2184, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/gitlab-runner-docker
7,610
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-runner-docker/tasks/main.yml", "content": "---\n\n- name: Проверяем что докер установлен\n ansible.builtin.command: docker info\n changed_when: false\n\n- name: Регистрируем GitLab Runner в Docker\n community.docker.docker_container:\n name: \"{{ container_name }}-regis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2356, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/monitoring_stack
7,610
[ "no_license" ]
[ { "path": "ansible/roles/monitoring_stack/templates/alertmanager.yml.j2", "content": "---\nglobal:\n resolve_timeout: 5m\n\ntemplates:\n - '/etc/alertmanager/templates/*.tmpl'\n\nroute:\n receiver: 'default'\n group_by: ['category', 'severity']\n group_wait: 30s\n group_interval: 5m\n repeat_interval...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 14992, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/nginx
7,610
[ "no_license" ]
[ { "path": "ansible/roles/nginx/README.md", "content": "# Deploy IaC component: Web server\n\nThats role is for start Nginx in Docker Container\n\n## Requirements\n\nOn a target instance must be installed Docker. Role doesnt install Docker\n\n## Role Variables\n\n| Variable | Comment ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3601, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/node_exporter
7,610
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/README.md", "content": "# Node Exporter Deployment with Ansible\n\nThis Ansible playbook deploys Prometheus Node Exporter as a Docker container for collecting host system metrics.\n\n## Overview\n\nThe playbook performs the following:\n- Verifies Docker installation an...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4073, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/postgres
7,610
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "- name: Check if Docker is installed (using command)\n ansible.builtin.command: docker --version\n register: docker_check\n ignore_errors: yes\n changed_when: false\n\n- name: Fail if Docker is not installed\n ansible.builtin.fail:\n msg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5533, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/rabbitmq
7,610
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/vars/main.yml", "content": "---\nerlang_package:\n - erlang-base\n - erlang-asn1 \n - erlang-crypto \n - erlang-eldap \n - erlang-ftp \n - erlang-inets\n - erlang-mnesia\n - erlang-os-mon \n - erlang-parsetools \n - erlang-public-key\n - erlang-runtime-tools \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5803, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/rabbitmq-docker
7,610
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq-docker/tasks/main.yml", "content": "---\n\n- name: \"Check that Docker API is available\"\n community.docker.docker_host_info:\n register: docker_info\n failed_when: docker_info is failed\n changed_when: false\n\n- name: \"Create RabbitMQ data directory\"\n ansible.bui...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4324, "all_permissive": false }
ansible_role
vovitolog/pretix_infra_2
30d4f8e07a2b35382b6875e82eee83a2a50a7e90
0
ansible/roles/redis
7,610
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n\n- name: \"Check that Docker API is available\"\n community.docker.docker_host_info:\n register: docker_info\n failed_when: docker_info is failed\n changed_when: false\n\n- name: Create a volume\n community.docker.docker_volume:\n nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3227, "all_permissive": false }
ansible_role
jsmack/learn
2bc31eb32100eaff7409d6932eb67fb18be37cd8
0
old/language/python/udemy/ds/213/vagrant/ops/ansible_project/roles/common
7,610
[ "no_license" ]
[ { "path": "old/language/python/udemy/ds/213/vagrant/ops/ansible_project/roles/common/tasks/main.yml", "content": "---\n- include_tasks: install-packages.yml\n\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 46, "all_permissive": false }
ansible_role
jsmack/learn
2bc31eb32100eaff7409d6932eb67fb18be37cd8
0
old/language/python/udemy/ds/213/vagrant/ops/ansible_project/roles/webserver
7,610
[ "no_license" ]
[ { "path": "old/language/python/udemy/ds/213/vagrant/ops/ansible_project/roles/webserver/tasks/main.yml", "content": "---\n- include_tasks: install-app.yml\n\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "old/language/python/udemy/ds/213/vagra...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 844, "all_permissive": false }
ansible_role
jkvcombo-tip/combo_PrelimExamm
dd38637b60459881c6cad58cd60eb226a96765cc
0
roles/Change_Motd
7,610
[ "no_license" ]
[ { "path": "roles/Change_Motd/handlers/main.yml", "content": "---\n# handlers file for Change_Motd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/Change_Motd/vars/main.yml", "content": "---\n# vars file for Change_Motd", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 223, "all_permissive": false }
ansible_role
jkvcombo-tip/combo_PrelimExamm
dd38637b60459881c6cad58cd60eb226a96765cc
0
roles/Create_User
7,610
[ "no_license" ]
[ { "path": "roles/Create_User/tasks/main.yml", "content": "---\n# tasks file for Create_User\n\n\n- name: Create user\n user:\n name: \"{{ myname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/Create_User/handlers/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 189, "all_permissive": false }
ansible_role
jkvcombo-tip/combo_PrelimExamm
dd38637b60459881c6cad58cd60eb226a96765cc
0
roles/Java
7,610
[ "no_license" ]
[ { "path": "roles/Java/tasks/main.yml", "content": "---\n# tasks file for Java\n\n- name: Install Java open-jdk\n apt:\n name: openjdk-8-jdk\n state: latest\n #update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
jkvcombo-tip/combo_PrelimExamm
dd38637b60459881c6cad58cd60eb226a96765cc
0
roles/Python
7,610
[ "no_license" ]
[ { "path": "roles/Python/tasks/main.yml", "content": "---\n# tasks file for Python\n\n- name: Install the latest python3 and pip3\n apt:\n name: \n - python3\n - python3-pip\n state: latest\n #update_cache: yes\n\n- name: Use pip3 as default pip\n shell: update-alternatives --install /us...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 449, "all_permissive": false }