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
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/grub
8,068
[ "no_license" ]
[ { "path": "roles/grub/tasks/cgroup1.yml", "content": "# check to see if cgroup1 is enforced:\n# mount -l | grep cgroup\n- name: force cgroup v1\n copy:\n src: cgroup1.cfg\n dest: /etc/default/grub.d/cgroup1.cfg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 232, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/haskell
8,068
[ "no_license" ]
[ { "path": "roles/haskell/tasks/main.yml", "content": "- name: install stack\n shell:\n cmd: \"curl -sSL https://get.haskellstack.org/ | sh || true\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/lua
8,068
[ "no_license" ]
[ { "path": "roles/lua/tasks/lua_ls.yml", "content": "- name: create a directory for lua_ls\n ansible.builtin.file:\n path: /usr/local/luals\n state: directory\n mode: \"0755\"\n\n- name: install lua_ls\n ansible.builtin.unarchive:\n src: \"https://github.com/LuaLS/lua-language-server/releases/d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 690, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/mysqld
8,068
[ "no_license" ]
[ { "path": "roles/mysqld/tasks/main.yml", "content": "---\n- name: install packages for mysqld\n apt:\n name:\n - default-mysql-server\n - default-mysql-server-core\n\n- name: enable mysqld service\n systemd:\n name: mysql\n enabled: yes\n\n- name: start mysqld service\n systemd:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/neovim
8,068
[ "no_license" ]
[ { "path": "roles/neovim/tasks/latest.yml", "content": "- name: download the latest neovim\n get_url:\n url: \"https://github.com/neovim/neovim/releases/download/{{ neovim.version }}/nvim.appimage\"\n dest: /usr/local/bin/nvim\n mode: 0755\n", "license_type": "no_license", "detected_license...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/nginx
8,068
[ "no_license" ]
[ { "path": "roles/nginx/tasks/nginx-ssl.yml", "content": "- name: fetch dhparam.pem\n get_url:\n dest: /etc/nginx/conf.d/dhparam.pem\n url: https://ssl-config.mozilla.org/ffdhe2048.txt\n notify: nginx_restart\n\n- name: install nginx-ssl.conf\n copy:\n src: nginx-ssl.conf\n dest: /etc/nginx/co...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1209, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/nodejs
8,068
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: install packages for nodejs\n apt:\n name:\n - node-typescript\n - nodejs\n - npm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/perl
8,068
[ "no_license" ]
[ { "path": "roles/perl/tasks/main.yml", "content": "- name: install packages for perl\n apt:\n name:\n - carton\n - cpanminus\n - cpanoutdated\n - curl\n - perl\n - perl-doc\n\n#- name: install cpanm for perl\n# shell:\n# cmd: curl -L http://cpanmin.us | perl - --sudo Ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/php
8,068
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: install packages for php\n apt:\n name:\n - composer\n - php-cli\n - php-mysql\n - php-xml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/protobuf
8,068
[ "no_license" ]
[ { "path": "roles/protobuf/tasks/main.yml", "content": "- name: install packages for protobuf\n apt:\n name:\n - libprotobuf-dev\n - libprotoc-dev\n - libupb-dev\n - protobuf-compiler\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/python
8,068
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: install packages for python3\n apt:\n name:\n - python3\n - python3-dev\n - python3-doc\n - python3-pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/qemu
8,068
[ "no_license" ]
[ { "path": "roles/qemu/tasks/main.yml", "content": "---\n- name: install qemu packages\n apt:\n name:\n - bridge-utils\n - libvirt-clients\n - libvirt-daemon\n - libvirt-daemon-system\n - qemu-kvm\n\n## create dist image\n# qemu-img create ubuntu-23.10.img -f qcow2 25G\n\n## inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/resolv
8,068
[ "no_license" ]
[ { "path": "roles/resolv/tasks/main.yml", "content": "# Normally /etc/resolv.conf is a symlink to /run/systemd/resolve/stub-resolv.conf\n- name: override resolv.conf\n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf\n mode: \"0644\"\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/sway
8,068
[ "no_license" ]
[ { "path": "roles/sway/tasks/sway-autotiling.yml", "content": "- name: install pip3 packages for i3ipc\n apt:\n name:\n - python3-i3ipc\n\n- name: fetch autotiling executable\n get_url:\n url: https://raw.githubusercontent.com/nwg-piotr/autotiling/master/autotiling/main.py\n dest: /usr/local/...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 990, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/systemd
8,068
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yml", "content": "# Check disk usage: `journalctl --disk-usage`\n- name: Copy journald.conf to /etc/systemd/journald.conf\n copy:\n src: journald.conf\n dest: /etc/systemd/journald.conf\n mode: \"0644\"\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/travis
8,068
[ "no_license" ]
[ { "path": "roles/travis/tasks/main.yml", "content": "- name: install packages for travis\n apt:\n name:\n - ruby-dev\n\n- name: install ruby gems for travis\n gem:\n name: travis\n state: latest\n user_install: false\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/ufw
8,068
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "- name: install packages for ufw\n apt:\n name:\n - ufw\n\n- name: enable UFW with default policy\n ufw:\n default: \"{{ ufw.default }}\"\n logging: \"{{ ufw.logging }}\"\n state: enabled\n\n- name: apply UFW rules\n with_items: \"{{ ufw....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/users
8,068
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "## znc\n- name: add group znc\n group:\n name: znc\n gid: 2001\n\n- name: add user znc\n user:\n name: znc\n uid: 2001\n group: znc\n shell: \"/sbin/nologin\"\n home: \"/home/znc\"\n\n\n## www-user\n- name: add group www-user\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 640, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/vivaldi
8,068
[ "no_license" ]
[ { "path": "roles/vivaldi/templates/vivaldi.sources.j2", "content": "Types: deb\nURIs: https://repo.vivaldi.com/stable/deb/\nSuites: stable\nComponents: main\nArchitectures: {{ arch.stdout }}\nSigned-By: /usr/share/keyrings/vivaldi-keyring.gpg\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
yowcow/ubuntu-setup
4a05b0e0cbddab8c5d3ed72c51c0ee96aa7164de
1
roles/znc
8,068
[ "no_license" ]
[ { "path": "roles/znc/tasks/main.yml", "content": "- name: install znc\n apt:\n name: znc\n\n- name: install znc service\n copy:\n src: znc.service\n dest: /etc/systemd/system/znc.service\n\n## do `sudo -u znc znc -f --makeconf` for initial set up\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_F5_controller
8,068
[ "no_license" ]
[ { "path": "roles/k8s_F5_controller/templates/values.yaml.j2", "content": "\nbigipPartitionName: \"K8S-CIS{% if (platform_name == 'app' or platform_name == 'gitops') and env == 'prd' %}-{{ dc | upper }}{% endif %}-{{ env | upper }}-{{ platform_name | upper }}{% if network_zone is defined and network_zone != ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4750, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_app_post_cleanup
8,068
[ "no_license" ]
[ { "path": "roles/k8s_app_post_cleanup/tasks/update-prd.yml", "content": " - name: Update the fact\n ansible.utils.update_fact:\n updates:\n - path: jsondata.data.{{ dc }}_prd.host\n value: https://{{ rancher_host }}/k8s/clusters/{{ new_app_clusterid }}\n - path: jsondata.data...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 13359, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_apply_component_to_all_cluster
8,068
[ "no_license" ]
[ { "path": "roles/k8s_apply_component_to_all_cluster/tasks/main.yml", "content": "---\n - name: Find all cluster input files for the {{ env_name }} environment\n find:\n paths: \"k8s_cluster_input_files/{{ env_name }}\"\n file_type: file\n recurse: Yes\n# patterns: \"*php....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2662, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_cert_manager
8,068
[ "no_license" ]
[ { "path": "roles/k8s_cert_manager/defaults/main.yaml", "content": "---\nGIT_REPO: ssh://<EMAIL>:42000/e-pato/cert-manager-setup.git\nLOCAL_PATH: /tmp/cert-manager-setup_repo\ncert_mgr_version: 0.0.3\nCERT_MANAGER_NS: cert-manager\nsbx_sadc_cm_url: https://certmanagement.lowes.com/vedsdk\ndev_sadc_cm_url: ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4455, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_chaos_litmus_operator
8,068
[ "no_license" ]
[ { "path": "roles/k8s_chaos_litmus_operator/defaults/main.yaml", "content": "---\nGIT_REPO: ssh://git<EMAIL>:42000/e-lcep/litmus-helm-2.15.10-execution-plane-onprem.git\nLOCAL_PATH: /tmp/chaos-litmus-operator_repo\nexecution_plane_env : \"{{ env }}\"\ncontrol_plane_env: \"{{ CONTROLPLANEENV | default('prod')...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4005, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_cleanup_operator
8,068
[ "no_license" ]
[ { "path": "roles/k8s_cleanup_operator/tasks/main.yml", "content": "---\n# tasks file for roles/k8s_pod_evictor\n\n- name: Cleanup the kube-cleanup-operator tmp workspace\n file:\n path: \"{{ LOCAL_PATH }}\"\n state: absent\n\n- name: Create a kube-cleanup-operator namespace\n community.kubernetes.k8...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1522, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_cluster_provisioning
8,068
[ "no_license" ]
[ { "path": "roles/k8s_cluster_provisioning/templates/master-node-template.json.j2", "content": "{\n\"deleteNotReadyAfterSecs\": 0,\n\"quantity\": {{ item.no_of_nodes }},\n\"worker\": false,\n\"type\": \"nodePool\",\n\"drainBeforeDelete\": true,\n\"clusterId\": \"{{ clusterid }}\",\n\"hostnamePrefix\": \"{{ m...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 47389, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_cluster_rbac
8,068
[ "no_license" ]
[ { "path": "roles/k8s_cluster_rbac/tasks/main.yml", "content": "---\n - name: Run set_facts_common.yml from k8s_cluster_provisioning Role\n include_role:\n name: k8s_cluster_provisioning\n tasks_from: set_facts_common.yml\n\n # - name: Apply Rancher RBAC\n # include_tasks: cluster_rbac.yml\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7492, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_cluster_secret_store
8,068
[ "no_license" ]
[ { "path": "roles/k8s_cluster_secret_store/tasks/main.yml", "content": "---\n\n- name: Cleanup the workspace\n file:\n path: \"{{ GIT_LOCAL_PATH }}\"\n state: absent\n\n- name: Git clone External Secrets Operator helm chart repo on HEAD\n ansible.builtin.git:\n repo: \"{{ GIT_REPO }}\"\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1370, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_csi
8,068
[ "no_license" ]
[ { "path": "roles/k8s_csi/templates/nginx.yaml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: test-pvc\n namespace: nginx\nspec:\n storageClassName: {{ platform_name }}-sc\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 3Gi\n---\napiVersio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6564, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_external_secrets
8,068
[ "no_license" ]
[ { "path": "roles/k8s_external_secrets/tasks/main.yml", "content": "---\n- name: Git clone External Secrets Operator helm chart repo on HEAD\n ansible.builtin.git:\n repo: \"{{ GIT_REPO }}\"\n dest: \"{{ GIT_LOCAL_PATH }}\"\n version: \"v{{ external_secret_version }}\"\n force: yes\n\n- name: Pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1751, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_generate_kubeconfig
8,068
[ "no_license" ]
[ { "path": "roles/k8s_generate_kubeconfig/tasks/main.yml", "content": "---\n\n - name: set rancher sbx url and credentials\n set_fact:\n rancher_host: \"{{ RANCHER_SBX_URL }}\"\n rancher_user: \"{{ rancher_sbx_user }}\"\n rancher_password: \"{{ rancher_sbx_password }}\"\n when: \"env ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4510, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_gitops_application_installation
8,068
[ "no_license" ]
[ { "path": "roles/k8s_gitops_application_installation/templates/consumer_intake_10_cronjobset.yaml.j2", "content": "apiVersion: argoproj.io/v1alpha1\nkind: ApplicationSet\nmetadata:\n name: carbon-app-template-cronjobset-{{dc}}-{{env}}-cluster-{{ cluster_version }}\n namespace: argocd\nspec:\n syncPolicy:...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 17656, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_gitops_register
8,068
[ "no_license" ]
[ { "path": "roles/k8s_gitops_register/templates/argocd-secret.yaml.j2", "content": "apiVersion: argoproj.io/v1alpha1\nkind: Application\nmetadata:\n name: {{ env }}-vault-app\nspec:\n destination:\n name: carbon-{{ dc }}-{{ env }}-{{ platform_name }}-cluster-v1\n namespace: argocd\n source:\n pat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7631, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_gitops_rollout_app
8,068
[ "no_license" ]
[ { "path": "roles/k8s_gitops_rollout_app/vars/main.yml", "content": "---\n# vars file for k8s_gitops_rollout_app\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/k8s_gitops_rollout_app/defaults/main.yml", "content": "---\n# defaults file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1112, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_goldilocks
8,068
[ "no_license" ]
[ { "path": "roles/k8s_goldilocks/tasks/main.yml", "content": "---\n# tasks file for k8s_goldilocks\n\n## cleanup the temp workspace\n- name: Cleanup the goldilocks tmp workspace\n file:\n path: \"{{ goldilocks_temp_path }}\"\n state: absent\n\n## git clone the goldilocks repo\n- name: Git clone goldil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1485, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_goldpinger
8,068
[ "no_license" ]
[ { "path": "roles/k8s_goldpinger/tasks/main.yml", "content": "---\n# tasks file for k8s_goldpinger\n- name: Create a goldpinger namespace\n community.kubernetes.k8s:\n name: goldpinger-ns\n api_version: v1\n kind: Namespace\n state: present\n validate_certs: \"{{ K8S_AUTH_API_SSL_VERIFY }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1682, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_imagecache
8,068
[ "no_license" ]
[ { "path": "roles/k8s_imagecache/tasks/main.yaml", "content": "---\n## Roles logic comes here \n\n- name: cleanup tmp workspace\n file:\n path: \"{{ LOCAL_PATH }}\"\n state: absent\n\n- name: Git clone Imagecache operator repo repo on HEAD\n ansible.builtin.git:\n repo: \"{{ GIT_REPO }}\"\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1565, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_inflobox_master_host_reservation
8,068
[ "no_license" ]
[ { "path": "roles/k8s_inflobox_master_host_reservation/tasks/main.yml", "content": "---\n\n - name: Check if cluster already exists\n delegate_to: localhost\n run_once: true\n uri:\n url: https://{{ rancher_host }}/v3/clusters/?name={{ rancher_clustername }}\n user: \"{{ rancher_user }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3249, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_ingress
8,068
[ "no_license" ]
[ { "path": "roles/k8s_ingress/files/ingress_ns.yaml", "content": "apiVersion: v1\nkind: Namespace\nmetadata:\n labels:\n use_cis: \"true\"\n name: ingress-nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/k8s_ingress/defaults/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2724, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_istio
8,068
[ "no_license" ]
[ { "path": "roles/k8s_istio/defaults/main.yaml", "content": "---\nGIT_REPO: ssh://git<EMAIL>:42000/e-pato/istio-setup.git\nLOCAL_PATH: /tmp/istio-setup_repo\nistio_version: master\nistio_ns: istio-system\nistio_cni_ns: kube-system\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2971, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_jenkins_setup
8,068
[ "no_license" ]
[ { "path": "roles/k8s_jenkins_setup/defaults/main.yaml", "content": "---\nGIT_REPO: ssh://git<EMAIL>:42000/e-pato/jenkins-setup.git\nLOCAL_PATH: /tmp/helm_jenkins_repo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/k8s_jenkins_setup/templates...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10957, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_kbench
8,068
[ "no_license" ]
[ { "path": "roles/k8s_kbench/tasks/main.yml", "content": "---\n# tasks file for k8s_kbench\n## clean temp path\n- name: Cleanup the kbench tmp workspace\n file:\n path: \"{{ kbench_temp_path }}\"\n state: absent\n## git clone kbench\n- name: Git clone kbench manifest\n ansible.builtin.git:\n repo:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1978, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_keda
8,068
[ "no_license" ]
[ { "path": "roles/k8s_keda/tasks/main.yml", "content": "---\n# tasks file for k8s_keda\n- name: Install keda\n include_tasks:\n file: \"keda.yml\"\n when:\n - \"install_keda_component is defined and (install_keda_component == 'keda' or install_keda_component == 'all') \"\n", "license_type": "no_l...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2788, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_lease_config
8,068
[ "no_license" ]
[ { "path": "roles/k8s_lease_config/templates/policy_file.j2", "content": "path \"/secret/carbon/onprem/common/venafi/{{ env }}/*\" {\n capabilities = [\"create\", \"read\", \"update\", \"delete\", \"list\"]\n}\n\npath \"/secret/carbon/{{ PLATFORM_NAME_IN_VAULT }}/onprem/{{ env }}/*\" {\ncapabilities = [\"cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5590, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_network_policy_egress_block
8,068
[ "no_license" ]
[ { "path": "roles/k8s_network_policy_egress_block/vars/main.yml", "content": "---\n# vars file for k8s_network_policy_egress_block\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/k8s_network_policy_egress_block/handlers/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2204, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_oneargo_backup
8,068
[ "no_license" ]
[ { "path": "roles/k8s_oneargo_backup/tasks/main.yaml", "content": "- name: Apply argocd cronjob\n community.kubernetes.k8s:\n state: present\n template: 'argocd-backup.yaml.j2'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/k8s_onearg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2347, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_oneargo_gitops
8,068
[ "no_license" ]
[ { "path": "roles/k8s_oneargo_gitops/tasks/app-set.yml", "content": "---\n#####\n- name: cleanup the logging tmp workspace\n file:\n path: \"{{ LOCAL_PATH }}\"\n state: absent\n\n- name: Git clone ArgoCD Applicationset repo repo on HEAD\n ansible.builtin.git:\n repo: \"{{ GIT_REPO }}\"\n dest: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 32260, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_operator_rbac
8,068
[ "no_license" ]
[ { "path": "roles/k8s_operator_rbac/tasks/main.yml", "content": "---\n# tasks file for k8s_operator_rbac\n\n- name: Cleanup the carbon-k8s-security tmp workspace\n file:\n path: \"{{ k8s_security_temp_path }}\"\n state: absent\n\n- name: Git clone carbon-k8s-security repo\n ansible.builtin.git:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1187, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_operators
8,068
[ "no_license" ]
[ { "path": "roles/k8s_operators/tasks/minio.yml", "content": "---\n\n- debug:\n msg: \"version: {{ minio_operator_tag_version }}\"\n\n- name: Git clone minio operator helm chart repo from the release tag version\n ansible.builtin.git:\n repo: \"{{ git_repo_url }}\"\n dest: \"{{ git_tmp_local_dir }}...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 25426, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_patch
8,068
[ "no_license" ]
[ { "path": "roles/k8s_patch/tasks/f5_controller/f5_scale_down.yaml", "content": "---\n - name: Scale deployment up, and extend timeout\n community.kubernetes.k8s_scale:\n api_version: v1\n kind: Deployment\n name: bigip1-f5-bigip-ctlr\n namespace: kube-system\n replicas: 0\n\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1762, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_patch_coredns_nodelocaldns
8,068
[ "no_license" ]
[ { "path": "roles/k8s_patch_coredns_nodelocaldns/tasks/main.yml", "content": "---\n- name: Patch NodeLocalDNS DaemonSet\n community.kubernetes.k8s:\n state: present\n definition:\n apiVersion: apps/v1\n kind: DaemonSet\n metadata:\n name: node-local-dns\n namespace: kube-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3571, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_pgs_blackbox
8,068
[ "no_license" ]
[ { "path": "roles/k8s_pgs_blackbox/tasks/main.yml", "content": "---\n\n- name: Generate Service Discoveryfile for Postgres Blackbox\n shell: kubectl --kubeconfig=kubeconfig.yaml get ts -A | grep 172 | awk '{print \"\\\"pgs-{{ env }}.{{ dc }}-postgres-{{ env }}01.carbon.lowes.com:\"$4 \"\\\",\"}' | sort | tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1256, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_priorityClass_daemonset
8,068
[ "no_license" ]
[ { "path": "roles/k8s_priorityClass_daemonset/files/priorityClass.yaml", "content": "apiVersion: scheduling.k8s.io/v1\nkind: PriorityClass\nmetadata:\n name: high-priority-monitoring\nvalue: 1000000\npreemptionPolicy: PreemptLowerPriority\nglobalDefault: false\ndescription: \"This priority class used for mo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_psp
8,068
[ "no_license" ]
[ { "path": "roles/k8s_psp/tasks/main.yml", "content": "---\n## Roles logic comes here\n- name: cleanup the workspace\n file:\n path: \"{{ psp_temp_path }}\"\n state: absent\n \n- name: Clone psp manifest repo\n ansible.builtin.git:\n repo: \"{{ psp_repo }}\"\n dest: \"{{ psp_temp_path }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2605, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_rancher_envsetup
8,068
[ "no_license" ]
[ { "path": "roles/k8s_rancher_envsetup/tasks/main.yml", "content": "---\n - name: set rancher sbx url and credentials\n set_fact:\n rancher_host: \"{{ RANCHER_SBX_URL }}\"\n rancher_user: \"{{ rancher_sbx_user }}\"\n rancher_password: \"{{ <PASSWORD> }}\"\n # rancher_group_id_access: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1381, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_sc_patch
8,068
[ "no_license" ]
[ { "path": "roles/k8s_sc_patch/templates/sc.yaml.j2", "content": "allowVolumeExpansion: true\napiVersion: storage.k8s.io/v1\nkind: StorageClass\nmetadata:\n name: {{ platform_name }}-sc\n annotations:\n storageclass.kubernetes.io/is-default-class: \"true\" \nparameters:\n csi.storage.k8s.io/fstype: ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1094, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_telegraf_vault
8,068
[ "no_license" ]
[ { "path": "roles/k8s_telegraf_vault/templates/telegraf-vault-secret.j2", "content": "apiVersion: v1\ndata:\n VAULT_DEV_TOKEN: \"{{ VAULT_DEV_K8S_TOKEN }}\"\n VAULT_SADC_PRD_TOKEN: \"{{ VAULT_SAPRD_K8S_TOKEN }}\"\n VAULT_STG_TOKEN: \"{{ VAULT_STG_K8S_TOKEN }}\"\n VAULT_WSDC_PRD_TOKEN: \"{{ VAULT_WSPRD_K8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 13199, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_telemetry
8,068
[ "no_license" ]
[ { "path": "roles/k8s_telemetry/tasks/main.yml", "content": "---\n## Roles logic comes here\n- name: Vault Login and use the resulting token\n uri:\n url: \"{% if env == 'prd' %}{{ OPEN_VAULT_PROD_ADDR }}/v1/auth/{{ TLMY_VAULT_LOGIN_MOUNT_POINT }}/login{% else %}{{ OPEN_VAULT_NPE_ADDR }}/v1/auth/{{ TLMY_...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 36098, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_token_generator
8,068
[ "no_license" ]
[ { "path": "roles/k8s_token_generator/README.md", "content": "# Ansible Role: K8s Token Generator\n\n\n## Requirements\n\nThis role requires the variable \"ANSIBLE_JINJA2_NATIVE\" to be set while running.\n\n```\nexport ANSIBLE_JINJA2_NATIVE=true\n```\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1542, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_twistlock
8,068
[ "no_license" ]
[ { "path": "roles/k8s_twistlock/tasks/main.yml", "content": "---\n## Roles logic comes here\n- name: Add ISG chart repo\n community.kubernetes.helm_repository:\n name: E-ISG-DSO-helm-virtual\n repo_url: \"https://artifactory.lowes.com/artifactory/E-ISG-DSO-helm-virtual\"\n\n- name: Remove existing hel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1734, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_vault_connector
8,068
[ "no_license" ]
[ { "path": "roles/k8s_vault_connector/defaults/main.yml", "content": "---\n# defaults file for k8s_vault_connector\n\nVAULT_K8S_ENV: \"{% if env == 'prd' %}{{ dc }}-{{ env }}{% else %}{{ env }}{% endif %}\"\nVAULT_K8S_CLIENT_TIMEOUT: 120\nVAULT_K8S_SERVICE_ACCOUNT_NAME: \"vault-auth\"\n# VAULT_K8S_CLUSTER: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3094, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_vault_envsetup
8,068
[ "no_license" ]
[ { "path": "roles/k8s_vault_envsetup/tasks/main.yml", "content": "---\n- name: set vault npe url for Genpop network\n set_fact:\n VAULT_ADDR: \"{{ OPEN_VAULT_NPE_ADDR }}\"\n VAULT_ROLE_ID: \"{{ OPEN_VAULT_NPE_ROLE_ID }}\"\n VAULT_SECRET_ID: \"{{ OPEN_VAULT_NPE_SECRET_ID }}\"\n when: \"env in NPE_E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5628, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_vault_injector
8,068
[ "no_license" ]
[ { "path": "roles/k8s_vault_injector/tasks/main.yml", "content": "---\n# tasks file for k8s_vault_injector\n- name: cleanup the workspace\n file:\n path: \"{{ LOCAL_PATH }}\"\n state: absent\n\n- name: Create a cad-operator namespace\n community.kubernetes.k8s: \n state: present\n src: templa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6969, "all_permissive": false }
ansible_role
skundu1234/infrapipeline
6f637d68e9646deddd341e2d98ba222b823f4714
0
roles/k8s_venafi_token_renew_app_deploy
8,068
[ "no_license" ]
[ { "path": "roles/k8s_venafi_token_renew_app_deploy/templates/secret_npe.yaml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: role\n namespace: venafi-token-automation-ns\ndata:\n APPROLE_ROLE_ID: \"{{ OPEN_VAULT_NPE_ROLE_ID | b64encode }}\"\n APPROLE_SECRET_ID: \"{{ OPEN_VAULT_NPE_SECRE...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4072, "all_permissive": false }
ansible_role
lbonnieul/devops
fb2257b6d4a0819e21262f6df93398b928180970
0
ansible/roles/backend
8,068
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "---\n# tasks file for roles/backend\n- name: Create the backend container and connect it to both networks\n docker_container:\n name: backend\n image: lbonnieul/backend:latest\n pull: yes\n env:\n DB_NAME: \"db\"\n DB_USER:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
lbonnieul/devops
fb2257b6d4a0819e21262f6df93398b928180970
0
ansible/roles/database
8,068
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n- name: Create the database container\n docker_container:\n name: database\n image: lbonnieul/database:latest\n pull: yes\n env:\n POSTGRES_DB: \"db\"\n POSTGRES_USER: \"usr\"\n P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
lbonnieul/devops
fb2257b6d4a0819e21262f6df93398b928180970
0
ansible/roles/env
8,068
[ "no_license" ]
[ { "path": "ansible/roles/env/tasks/main.yml", "content": "---\n# tasks file for roles/env\n- name: Copy .env for the database container\n ansible.builtin.copy:\n src: /mnt/c/Users/lucas_yagn5n9/devops/.env\n dest: /home/admin/.env", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
lbonnieul/devops
fb2257b6d4a0819e21262f6df93398b928180970
0
ansible/roles/frontend
8,068
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "---\n# tasks file for roles/frontend\n- name: Create the frontend container and connect to network\n docker_container:\n name: frontend\n image: lbonnieul/frontend:latest\n pull: yes\n networks:\n - name: network-backend-proxy\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
lbonnieul/devops
fb2257b6d4a0819e21262f6df93398b928180970
0
ansible/roles/network
8,068
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n# tasks file for roles/database\n- name: Create the database-backend network\n docker_network:\n name: network-database-backend\n\n- name: Create the backend-proxy network\n docker_network:\n name: network-backend-proxy\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
lbonnieul/devops
fb2257b6d4a0819e21262f6df93398b928180970
0
ansible/roles/proxy
8,068
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n# tasks file for roles/proxy\n- name: Create the proxy container and connect to network\n docker_container:\n name: proxy\n image: lbonnieul/proxy:latest\n pull: yes\n networks:\n - name: network-backend-proxy\n ports:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
Rulees/Project
05832cd0cc03882cf9cf3a7c96d7f3c5be2260a6
0
infrastructure/ansible/roles/docker_install
8,057
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/docker_install/tasks/main.yml", "content": "- name: Удалить блокировки dpkg\n shell: |\n rm -f /var/lib/dpkg/lock-frontend /var/cache/apt/archives/lock\n ignore_errors: yes\n\n- name: Check if Docker is already installed\n command: docker --version\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
Rulees/Project
05832cd0cc03882cf9cf3a7c96d7f3c5be2260a6
0
infrastructure/ansible/roles/website_deploy
8,057
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/website_deploy/defaults/main.yml", "content": "# Env file for reading by docker to know where secrets are stored\nremote_env_file: /tmp/.env\n# Path for cert-FILE locally and on vm(same path)\nsa_certificate_key_folder: \"{{ secret_ops_folder }}\"\nsa_certificate_key_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2232, "all_permissive": false }
ansible_role
gadhittana01/ansible-playbook
1281fb4eb0700d37efec74ac27255c17f271b146
0
roles/db_servers
8,057
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yaml", "content": "- name: install postgres (Ubuntu)\n tags: db,postgres,ubuntu\n package:\n name: \n - \"{{ db_package }}\"\n - \"{{ db_depndencies }}\"\n state: latest\n when: ansible_distribution in [\"Ubuntu\",\"Debian\"]", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
gadhittana01/ansible-playbook
1281fb4eb0700d37efec74ac27255c17f271b146
0
roles/file_servers
8,057
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yaml", "content": "- name: install samba package (Ubuntu)\n tags: file,samba,ubuntu\n package:\n name: \n - \"{{ file_package }}\"\n state: latest\n when: ansible_distribution in [\"Ubuntu\",\"Debian\"]", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
gadhittana01/ansible-playbook
1281fb4eb0700d37efec74ac27255c17f271b146
0
roles/web_servers
8,057
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yaml", "content": "- name: install apache2 package & php package\n tags: web,apache2,ubuntu\n package:\n name: \n - \"{{ apache_package }}\"\n - \"{{ php_package }}\"\n state: latest\n when: ansible_distribution in [\"Ubuntu\",\"Debian\"]\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": false }
ansible_role
gadhittana01/ansible-playbook
1281fb4eb0700d37efec74ac27255c17f271b146
0
roles/workstations
8,057
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yaml", "content": "- name: install unzip\n tags: web,apache2,ubuntu\n package:\n name: \n - \"{{ unzip_package }}\"\n state: latest\n when: ansible_distribution in [\"Ubuntu\",\"Debian\"]\n- name: install terraform\n tags: web,apache2,ubuntu\n unarchi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
chenjiganesh/Test
e8c0fe23c239fc938c7cae23e1b3035ca4621b56
0
roles/diskspace-utilization-remediation
8,057
[ "no_license" ]
[ { "path": "roles/diskspace-utilization-remediation/tasks/main.yml", "content": "---\n# tasks file for diskspace-utilization-remediation\n\n- name: Recursively find and remove unnecessary logs and files to free diskspace\n find:\n paths: \"{{ paths }}\"\n depth: \"{{ depth }}\"\n age: \"{{ age }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
chenjiganesh/Test
e8c0fe23c239fc938c7cae23e1b3035ca4621b56
0
roles/get-DNS-facts-linux
8,057
[ "no_license" ]
[ { "path": "roles/get-DNS-facts-linux/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - get-DNS-facts-linux\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/get-DNS-facts-linux/defaults/main.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1463, "all_permissive": false }
ansible_role
chenjiganesh/Test
e8c0fe23c239fc938c7cae23e1b3035ca4621b56
0
roles/report-role
8,057
[ "no_license" ]
[ { "path": "roles/report-role/defaults/main.yml", "content": "---\n# defaults file for report-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/report-role/tasks/main.yml", "content": "---\n# tasks file for report-role\n- name: Save C...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 792, "all_permissive": false }
ansible_role
chenjiganesh/Test
e8c0fe23c239fc938c7cae23e1b3035ca4621b56
0
roles/suse-package-manager
8,057
[ "no_license" ]
[ { "path": "roles/suse-package-manager/defaults/main.yml", "content": "---\n# defaults file for suse-package-manager", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/suse-package-manager/tasks/3check.yml", "content": "- name: Find if custom...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1593, "all_permissive": false }
ansible_role
chenjiganesh/Test
e8c0fe23c239fc938c7cae23e1b3035ca4621b56
0
roles/windows-diskspace-utilization-remediation
8,057
[ "no_license" ]
[ { "path": "roles/windows-diskspace-utilization-remediation/handlers/main.yml", "content": "---\n# handlers file for diskspace-utilization-remediation\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/windows-diskspace-utilization-remediation/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1118, "all_permissive": false }
ansible_role
chenjiganesh/Test
e8c0fe23c239fc938c7cae23e1b3035ca4621b56
0
roles/windows-server-healthchech
8,057
[ "no_license" ]
[ { "path": "roles/windows-server-healthchech/tasks/main.yml", "content": "---\n# tasks file for windows-server-healthchech\n - name: Remove old healthcheck file\n ansible.windows.win_file:\n path: D:\\test\\{{ inventory_hostname }}.txt\n state: absent\n\n - name: Touch a file (create...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2236, "all_permissive": false }
ansible_role
carollebertille/phonebook-jenkins-ansible-project
a7ed42afe3d981a4315c294f8e7fa196bcdb030c
0
roles/phonebook-app
8,057
[ "no_license" ]
[ { "path": "roles/phonebook-app/tasks/main.yml", "content": "---\n- name: create project directory\n file:\n path: \"{{ home }}/phonebook-project\"\n state: directory\n tags:\n - build\n - preprod\n - prod\n\n- name: load the source code in github\n git:\n repo: \"{{ repo_phonebook }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2983, "all_permissive": false }
ansible_role
geeanlooca/ansible-bootstrap
09d935f5a33a2c188bc34bcbc7e6e89580a769d5
1
roles/command-line
8,057
[ "no_license" ]
[ { "path": "roles/command-line/files/.vimrc", "content": "\" _\n\" (_)\n\" __ __ _ _ __ ___ _ __ ___\n\" \\ \\ / /| || '_ ` _ \\ | '__| / __|\n\" _ \\ V / | || | | | | || | | (__\n\" (_) \\_/ |_||_| |_| |_||_| \\___|\n\n\n\n\" Vundle\nset nocompatible\nfiletype off\ns...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 21430, "all_permissive": false }
ansible_role
geeanlooca/ansible-bootstrap
09d935f5a33a2c188bc34bcbc7e6e89580a769d5
1
roles/core-settings
8,057
[ "no_license" ]
[ { "path": "roles/core-settings/tasks/main.yml", "content": "---\n- name: Disable password for sudo users\n import_tasks: no_sudo_password.yml\n\n- name: Mount disks\n import_tasks: desktop_disks.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path":...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 955, "all_permissive": false }
ansible_role
geeanlooca/ansible-bootstrap
09d935f5a33a2c188bc34bcbc7e6e89580a769d5
1
roles/docker
8,057
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n become: true\n package:\n name: \n - docker\n - docker-compose\n state: present\n tags: docker\n when: ansible_os_family == \"Archlinux\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
geeanlooca/ansible-bootstrap
09d935f5a33a2c188bc34bcbc7e6e89580a769d5
1
roles/fonts
8,057
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n- name: Install fonts\n become: true\n package:\n name: \n - ttf-fira-mono\n - ttf-fira-sans\n - ttf-fira-code\n - otf-fira-mono\n - otf-fira-sans\n - ttf-ibm-plex\n - ttf-ibmplex-mono-nerd\n state: latest\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
geeanlooca/ansible-bootstrap
09d935f5a33a2c188bc34bcbc7e6e89580a769d5
1
roles/gui
8,057
[ "no_license" ]
[ { "path": "roles/gui/tasks/main.yml", "content": "---\n\n- name: Detect KDE\n stat:\n path: /home/gianluca/.config/kdeglobals\n register: kde_installed\n tags: kde gui\n\n- include_tasks: kde.yml\n when: kde_installed.stat.exists\n\n- include_tasks: applications.yml\n tags: gui\n\n- include_tasks: b...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2881, "all_permissive": false }
ansible_role
geeanlooca/ansible-bootstrap
09d935f5a33a2c188bc34bcbc7e6e89580a769d5
1
roles/nginx
8,057
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx web server\n become: true\n package:\n name: \n - nginx\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/autoscan
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/autoscan/tasks/main.yml", "content": "---\n- hosts: localhost\n gather_facts: false\n vars_files:\n - /opt/seedbox/variables/account.yml\n tasks:\n\n - name: Check if plex_autoscan.service exists\n stat:\n path: \"/etc/systemd/system/plex_autoscan.servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3611, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/backup
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/backup/tasks/main.yml", "content": "#!/bin/bash\n---\n\n- hosts: localhost\n gather_facts: false\n vars_files:\n - /opt/seedbox/variables/account.yml\n tasks:\n\n - name: 'Import backup config'\n template:\n src: /opt/seedbox-compose/includes/config/role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8067, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/cloudflare
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/cloudflare/tasks/main.yml", "content": "#########################################################################\n# Title: Cloudbox: Cloudflare Role #\n# Author(s): l3uddz, desimaniac #\n# URL: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1513, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/cloudplow
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/cloudplow/templates/cloudplow.service.j2", "content": "# /etc/systemd/system/cloudplow.service\n\n[Unit]\nDescription=Cloudplow\nAfter=network-online.target\n\n[Service]\nUser=0\nGroup=0\nType=simple\nWorkingDirectory=/home/{{user.name}}/scripts/cloudplow/\nExecStart=/usr/bi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 12671, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/crop
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/crop/templates/crapper.j2", "content": "#!/usr/bin/env bash\n\nCRAPPER_APPRISE_SERVICE=${CRAPPER_APPRISE_SERVICE:-}\nCRAPPER_FILTER=${CRAPPER_FILTER:-Finished}\nCRAPPER_SERVICES=${CRAPPER_SERVICES:-}\n\nif [[ -f /home/{{user.name}}/scripts/crop/crapper.env ]]; then\n sour...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 11055, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/docker
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/docker/tasks/settings.yml", "content": "docker:\n repo: edge\n version: latest\nmounts:\n unionfs: \"cat /opt/seedbox/variables/unionfs\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "includes/config/roles/dock...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 17781, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/fail2ban
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/fail2ban/tasks/main.yml", "content": "---\n- hosts: localhost\n gather_facts: true\n vars_files:\n - /opt/seedbox/variables/account.yml\n tasks:\n \n # FACTS #######################################################################\n\n - name: \"Variables | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7891, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/filebot
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/filebot/templates/filebot-process.sh.j2", "content": "#!/bin/bash\n\n# EXIT IF SCRIPT IF ALREADY RUNNING\nif pidof -o %PPID -x \"$0\"; then\n echo \"$(date \"+%d.%m.%Y %T\") Already running, exiting.\"\n exit 1\nfi\n\n/opt/seedbox/docker/{{user.name}}/.filebot/filebot.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3299, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/gen-sa
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/gen-sa/tasks/main.yml", "content": "\n---\n- hosts: localhost\n gather_facts: false\n vars_prompt:\n - name: group\n prompt: \"nom du groupe (sans @googlegroups.com)\"\n private: no\n - name: projet\n prompt: \"nom du groupe + série de chiffre aléatoir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
laster13/patxav
df5175159911fec3f5b34fce59ddaaf2daf7878b
35
includes/config/roles/install
8,057
[ "no_license" ]
[ { "path": "includes/config/roles/install/handlers/main.yml", "content": "#########################################################################\n# Title: Hetzner: Reload GRUB Handler #\n# Author(s): desimaniac #\n# URL: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 9543, "all_permissive": false }