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
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/aap_ocp
395
[ "no_license" ]
[ { "path": "roles/aap_ocp/README.md", "content": "Example:\n\n```yaml\naap_ocp:\n ocp_domain: http://cluster.domain.com\n name: aap\n namespace: app\n```\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/aap_ocp/tasks/main.yaml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2624, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/argocd
395
[ "no_license" ]
[ { "path": "roles/argocd/tasks/main.yaml", "content": "- name: Get argoCD admin password\n ansible.builtin.command:\n cmd: oc get secret openshift-gitops-cluster -n openshift-gitops -ojsonpath='{.data.admin\\.password}'\n register: argoPass\n\n- name: Demo Environment Details\n ansible.builtin.debug:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4229, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/bitwarden
395
[ "no_license" ]
[ { "path": "roles/bitwarden/tasks/main.yaml", "content": "- name: Install and Configure Bitwarden SM\n ansible.builtin.include_tasks:\n file: install.yaml\n apply:\n vars:\n token: \"{{ bitwarden.token }}\"\n namespaces: \"{{ bitwarden.namespaces }}\"\n when: bitwarden_operation =...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2502, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/git
395
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "---\n- name: Clone repository\n ansible.builtin.include_tasks:\n file: clone.yaml\n apply:\n vars:\n git_repository: \"{{ git_repository }}\"\n git_directory: \"{{ git_directory }}\"\n when: git_operation == \"clone\"\n\n- name: P...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3151, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/gitea
395
[ "no_license" ]
[ { "path": "roles/gitea/tasks/create_users.yaml", "content": "- name: \"{{ item.id }} - create user in Gitea\"\n ansible.builtin.uri:\n url: \"https://gitea-{{ gitea.namespace }}.apps.{{ gitea.ocp_domain }}/api/v1/admin/users\"\n user: gitea\n password: <PASSWORD>\n force_basic_auth: true\n m...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 12248, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/htpasswd_provider
395
[ "no_license" ]
[ { "path": "roles/htpasswd_provider/tasks/install.yaml", "content": "- name: Create htpasswd file\n ansible.builtin.file:\n path: /tmp/htpasswd\n state: touch\n mode: '0600'\n\n- name: Add hackathon users\n ansible.builtin.command: >\n htpasswd -bB /tmp/htpasswd {{ user_common }}{{ item }} {{ p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4142, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/kubeconfig
395
[ "no_license" ]
[ { "path": "roles/kubeconfig/README.md", "content": "Example:\n\n```yaml\nkubeconfig:\n path: ~/path # default('~/.kube')\n file: ~/path/config # default('~/.kube/config')\n ocp_domain: \"cluster.domain.com\"\n ocp_api_token: \"token\"\n```", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 973, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/operator
395
[ "no_license" ]
[ { "path": "roles/operator/tasks/main.yaml", "content": "- name: Install Operator\n ansible.builtin.include_tasks:\n file: operator.yaml\n loop: \"{{ operators }}\"\n loop_control:\n loop_var: operator\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2846, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/servicenow
395
[ "no_license" ]
[ { "path": "roles/servicenow/tasks/main.yaml", "content": "---\n- name: Open ServiceNow incident\n ansible.builtin.include_tasks:\n file: open_incident.yaml\n apply:\n vars:\n servicenow_incident_title: \"{{ servicenow_incident_title }}\"\n servicenow_incident_description: \"{{ serv...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1876, "all_permissive": false }
ansible_role
zaskan/demos.utils
c2de0f809ff61377d5e0b46747c5f3c7e0c5d366
1
roles/velero_backup
395
[ "no_license" ]
[ { "path": "roles/velero_backup/templates/restore.yaml.j2", "content": "apiVersion: velero.io/v1\nkind: Restore\nmetadata:\n name: restore-{{ app_name }}\n namespace: openshift-adp\nspec:\n includedNamespaces:\n - {{ app_name }}\n backupName: backup-{{ app_name }}\n restorePVs: true\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 651, "all_permissive": false }
ansible_role
komachi/ansible-docker-mailserver
71439b08aa9c18a069e06234821a35a4867e7317
4
roles/docker_mailserver
395
[ "no_license" ]
[ { "path": "roles/docker_mailserver/tasks/main.yml", "content": "- name: Ensures /etc/docker-mailserver exists\n file:\n path: \"/etc/docker-mailserver\"\n state: directory\n\n- name: Copy docker-mailserver configs\n template:\n src: '{{ item }}.j2'\n dest: '/etc/docker-mailserver/{{ item }}'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1506, "all_permissive": false }
ansible_role
komachi/ansible-docker-mailserver
71439b08aa9c18a069e06234821a35a4867e7317
4
roles/ouroboros
395
[ "no_license" ]
[ { "path": "roles/ouroboros/tasks/main.yml", "content": "\n- name: Run ouroboros container\n docker_container:\n name: \"ouroboros\"\n image: \"pyouroboros/ouroboros\"\n state: started\n restart: yes\n restart_policy: \"unless-stopped\"\n volumes:\n - \"/var/run/docker.sock:/var/run/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
albert22o/ACS
7c8d43b5645150e99f4b6f4fef30763fb246029f
0
3/ansible/roles/generate_docker_compose
395
[ "no_license" ]
[ { "path": "3/ansible/roles/generate_docker_compose/defaults/main.yml", "content": "---\n# defaults file for generate_docker_compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "3/ansible/roles/generate_docker_compose/vars/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 675, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/base_soft
395
[ "no_license" ]
[ { "path": "roles/base_soft/defaults/main.yml", "content": "---\n# defaults file for base_soft\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/base_soft/README.md", "content": "## 💻 Роль `base_soft`: Установка базового ПО для разработки...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4169, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/database
395
[ "no_license" ]
[ { "path": "roles/database/defaults/main.yml", "content": "---\n# Установка клиентов\ninstall_postgresql_client: true\ninstall_mysql_client: true\ninstall_sqlite: true\n\n# Установка серверов\ninstall_postgresql_server: true\ninstall_mysql_server: true\n\n# Установка инструментов\ninstall_pgadmin: true\ninst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2252, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/docker
395
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt:\n name:\n - \"curl\"\n - \"gnupg\"\n - \"software-properties-common\"\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2190, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/kumir
395
[ "no_license" ]
[ { "path": "roles/kumir/defaults/main.yml", "content": "---\n# Путь к директории установки\nkumir_install_dir: /opt/\n\n# Путь к директории сборки\nkumir_build_dir: \"{{ kumir_install_dir }}/kumir2/build\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1832, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/matlab
395
[ "no_license" ]
[ { "path": "roles/matlab/tasks/main.yml", "content": "---\n- name: update packages\n apt:\n update_cache: yes\n\n- name: Обновление установленных пакетов\n apt:\n upgrade: dist\n\n\n- name: Установка необходимых пакетов и библиотек\n apt:\n name: \"{{ required_packages }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3603, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/pct
395
[ "no_license" ]
[ { "path": "roles/pct/tasks/main.yml", "content": "---\n- name: Копирование всех архивов на удаленный хост\n copy:\n src: \"{{ item }}\"\n dest: \"{{ install_dir }}/{{ item | basename }}\"\n loop: \"{{ deb_packages }}\"\n\n- name: Установка необходимых зависимостей\n apt:\n name:\n - gtk-upd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1955, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/student
395
[ "no_license" ]
[ { "path": "roles/student/tasks/main.yml", "content": "---\n- name: Ensure student group exists\n ansible.builtin.group:\n name: \"{{ student_group }}\"\n state: present\n\n- name: Create student user\n ansible.builtin.user:\n name: \"{{ student_username }}\"\n password: \"{{ <PASSWORD> }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2098, "all_permissive": false }
ansible_role
kagacuki/ansible_project
dfae1b1539edafc7af2e3f8088fa475f012c9a98
0
roles/virt
395
[ "no_license" ]
[ { "path": "roles/virt/defaults/main.yml", "content": "---\n# Версия VirtualBox (если требуется)\nvirtualbox_version: \"6.1\"\n\n# Релиз дистрибутива (например, \"focal\" для Ubuntu 20.04)\ndistribution_release: \"{{ ansible_distribution_release }}\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1739, "all_permissive": false }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/common
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/common/molecule/default/Dockerfile.j2", "content": "# Molecule managed\n\n{% if item.registry is defined %}\nFROM {{ item.registry.url }}/{{ item.image }}\n{% else %}\nFROM {{ item.image }}\n{% endif %}\n\nRUN if [ $(command -v apt-get) ]; then apt-get update && apt-g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4237, "all_permissive": true }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/node_exporter
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/node_exporter/files/nginx.conf", "content": "user www-data www-data;\n\nhttp {\n server {\n listen 0.0.0.0:9100;\n location / {\n proxy_pass http://localhost:9101/;\n\n auth_basic \"<PASSWORD>\";\n auth_basic_user_file \".htpasswd\";\n }\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4346, "all_permissive": true }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/polkadot_common
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/polkadot_common/tasks/main.yml", "content": "---\n# tasks file for polkadot\n- name: create polkadot group\n group:\n name: polkadot\n state: present\n\n- name: add polkadot user\n user:\n name: polkadot\n group: polkadot\n append: yes\n\n- name: polk...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3874, "all_permissive": true }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/polkadot_public
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/polkadot_public/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\nplatforms:\n - name: public-node\n image: ubuntu:bionic\n groups:\n - public\n - name: validator-node\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3494, "all_permissive": true }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/polkadot_validator
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/polkadot_validator/molecule/default/tests/test_polkadot.py", "content": "def test_polkadot_service_file(host):\n if host.ansible.get_variables()['inventory_hostname'] == 'validator':\n svc = host.file('/etc/systemd/system/polkadot.service')\n assert s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5182, "all_permissive": true }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/polkadot_validator_session_info
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/polkadot_validator_session_info/tasks/main.yml", "content": "- name: download subkey binary\n get_url:\n url: '{{ subkey_binary_url | quote }}'\n checksum: '{{ subkey_binary_checksum | quote }}'\n dest: /usr/local/bin/subkey\n mode: '0777'\n owner: 'ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5148, "all_permissive": true }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/vpnpeer
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/vpnpeer/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\nplatforms:\n - name: vpnpeer-validator-node\n image: ubuntu:bionic\n volumes:\n - /dev/net/tun:/dev/net/tun\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2481, "all_permissive": true }
ansible_role
w3f/polkadot-validator-ansible
8b46c145e49463965fa43c0c7a3b88c311d5f356
2
w3f/polkadot_validator/roles/vpnpeer_setup
395
[ "permissive" ]
[ { "path": "w3f/polkadot_validator/roles/vpnpeer_setup/molecule/default/tests/test_vpn.py", "content": "import pytest\n\n\n@pytest.mark.parametrize(\"name\", [\n (\"wireguard\"),\n])\ndef test_packages(host, name):\n pkg = host.package(name)\n assert pkg.is_installed\n\n\ndef test_privatekey(host):\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3010, "all_permissive": true }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/django-uwsgi
395
[ "no_license" ]
[ { "path": "roles/django-uwsgi/templates/uwsgi.ini.j2", "content": "[uwsgi]\nplugins = python3\nchdir = {{r.site_root}}/src\nhome = {{r.site_root}}/venv\nmodule = {{r.uwsgi_package}}.wsgi:application\n; socket is necessary if we want to use nginx\nhttp-socket = 127.0.0.1:{{r.port}}\nlogto = /var/log/uwsgi/{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3912, "all_permissive": false }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/node-server
395
[ "no_license" ]
[ { "path": "roles/node-server/tasks/main.yml", "content": "---\n- name: Ensure apt-transport-https is installed\n apt:\n name: apt-transport-https\n state: present\n\n- name: Add Nodesource apt key\n apt_key:\n url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB685...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2601, "all_permissive": false }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/proxied-https-website
395
[ "no_license" ]
[ { "path": "roles/proxied-https-website/tasks/main.yml", "content": "---\n- name: Add HTTPS site configuration\n template:\n src: https.conf.j2\n dest: \"/etc/nginx/sites-enabled/{{r.server_name}}.https.conf\"\n\n- name: Reload nginx\n service:\n name: nginx\n state: reloaded\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1610, "all_permissive": false }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/register-letsencrypt
395
[ "no_license" ]
[ { "path": "roles/register-letsencrypt/templates/http.conf.j2", "content": "server {\n listen 80;\n server_name {{r.server_name}};\n root /usr/share/nginx/html;\n index index.html;\n location ~ /.well-known {\n allow all;\n }\n location / {\n return 301 https://$host$request_uri;\n }\n}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 866, "all_permissive": false }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/setup-base-user
395
[ "no_license" ]
[ { "path": "roles/setup-base-user/tasks/main.yml", "content": "---\n- name: Create the base user\n user:\n name: \"{{username}}\"\n state: present\n shell: /bin/bash\n\n- name: Allow this user to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^victor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/setup-packages
395
[ "no_license" ]
[ { "path": "roles/setup-packages/tasks/main.yml", "content": "---\n- name: Add stretch-backports repo\n apt_repository:\n update_cache: 'yes'\n repo: 'deb http://ftp.debian.org/debian stretch-backports main non-free contrib'\n state: present\n\n- name: Update APT packages\n apt:\n update_cache:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/static-https-website
395
[ "no_license" ]
[ { "path": "roles/static-https-website/tasks/main.yml", "content": "---\n- name: Ensure site root folder is present\n file:\n state: directory\n path: \"{{r.site_root}}/dist\"\n owner: \"{{username}}\"\n mode: 0755\n\n- name: Add HTTPS site configuration\n template:\n src: https.conf.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2629, "all_permissive": false }
ansible_role
namafutatsu/myserver
9d9c135b5872d9073a27a88b515676e06c6704f7
1
roles/wordpress
395
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Install wordpress required software\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: 'yes'\n cache_valid_time: 3600\n with_items:\n - mysql-server\n - php7.0-mysql\n - php7.0-fpm\n - php7.0-gd\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4148, "all_permissive": false }
ansible_role
TheDeathFar/WebServerWithTLS
218c4dad790bda6cdda50006971afa59c9f30f0e
0
roles/create_ssl
395
[ "no_license" ]
[ { "path": "roles/create_ssl/tasks/main.yml", "content": "---\n# tasks file for create_ssl\n- name: create ssl directory\n file:\n name: /etc/nginx/ssl\n state: directory\n tags: ssl_directory\n\n- name: generate an OpenSSL private key\n openssl_privatekey:\n path: \"/etc/nginx/ssl/{{ server_host...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1893, "all_permissive": false }
ansible_role
TheDeathFar/WebServerWithTLS
218c4dad790bda6cdda50006971afa59c9f30f0e
0
roles/nginx
395
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: install nginx via apt\n package:\n name: \"nginx\"\n state: \"latest\"\n update_cache: true\n tags: install_nginx\n\n- name: copy main nginx config file\n copy:\n src: nginx.conf\n dest: /etc/nginx/ngi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2523, "all_permissive": false }
ansible_role
nhatsangvn/project-ssh-ansible
44375fc4ca49bfd17a9a859611618e69d5bbbb9d
0
playbook/roles/user
395
[ "no_license" ]
[ { "path": "playbook/roles/user/tasks/main.yaml", "content": "###\n- name: Get user var (please edit the ./vars/user to add more user)\n include_vars:\n file: \"./vars/user\"\n name: users\n- name: Add user\n user:\n name: \"{{ item.key }}\"\n home: \"/home/{{ item.key }}\"\n ## we can gener...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1216, "all_permissive": false }
ansible_role
maschmann/provision-openhab-pi
7d582bc425a51fe672b43700a4bcc6327f95838f
0
roles/admin
395
[ "no_license" ]
[ { "path": "roles/admin/templates/pushover.json.j2", "content": "{\n \"vaelin\": {\n \"token\": \"{{ pushover.token }}\",\n \"user\": \"{{ pushover.user }}\"\n }\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/admin/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5059, "all_permissive": false }
ansible_role
maschmann/provision-openhab-pi
7d582bc425a51fe672b43700a4bcc6327f95838f
0
roles/base
395
[ "no_license" ]
[ { "path": "roles/base/templates/hosts.j2", "content": "127.0.0.1 localhost {{base_hostname}}\n127.0.1.1 {{base_hostname}}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfc00:db20:35b:7399::5 ip6-localnet\nfdf8:f53e:61e4::18 ip6-mcastprefix\nf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2985, "all_permissive": false }
ansible_role
maschmann/provision-openhab-pi
7d582bc425a51fe672b43700a4bcc6327f95838f
0
roles/cronjob
395
[ "no_license" ]
[ { "path": "roles/cronjob/defaults/main.yml", "content": "---\n\ncron_default_mailto: root@localhost\ncron_disable_backup: yes # yes/no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/cronjob/tasks/main.yml", "content": "---\n- name: defin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 374, "all_permissive": false }
ansible_role
maschmann/provision-openhab-pi
7d582bc425a51fe672b43700a4bcc6327f95838f
0
roles/influxdb
395
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/influxdb.yml", "content": "---\n\n- name: influxdb | Ensure apt key for influxdb is present\n apt_key:\n url: \"https://repos.influxdata.com/influxdb.key\"\n state: present\n\n- name: influxdb | Ensure influxdb repo is added\n apt_repository:\n repo: \"deb https://...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3240, "all_permissive": false }
ansible_role
maschmann/provision-openhab-pi
7d582bc425a51fe672b43700a4bcc6327f95838f
0
roles/openhab
395
[ "no_license" ]
[ { "path": "roles/openhab/tasks/openhab.yml", "content": "---\n\n- name: openhab | Ensure openhab key is present\n apt_key:\n url: \"https://bintray.com/user/downloadSubjectPublicKey?username=openhab\"\n state: present\n\n- name: openhab | Ensure openhab repo is added\n apt_repository:\n repo: \"d...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3412, "all_permissive": false }
ansible_role
maschmann/provision-openhab-pi
7d582bc425a51fe672b43700a4bcc6327f95838f
0
roles/phoscon
395
[ "no_license" ]
[ { "path": "roles/phoscon/templates/override.conf.j2", "content": "[Service]\nExecStart=\nExecStart=/usr/bin/deCONZ -platform minimal --http-port={{phoscon_http_port}} --ws-port={{phoscon_ws_port}}--auto-connect=1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2406, "all_permissive": false }
ansible_role
jwmdb/vagrant
04e14c412f24380850646fe6555ffce5ef543718
0
roles/hashicorp
395
[ "no_license" ]
[ { "path": "roles/hashicorp/tasks/main.yaml", "content": "- name: Install unzip\n ansible.builtin.package:\n name: unzip\n state: present\n\n- name: Include {{ system }} tasks\n include_tasks: \"{{ system }}.yaml\"\n loop: \"{{ items }}\"\n loop_control:\n label: \"{{ item.name }}\"\n", "lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1149, "all_permissive": false }
ansible_role
Goga-Rid/Ansible-Practice
e0f5613c141c490e3e76db6fcd3aae652aba1024
0
roles/git_clone
395
[ "no_license" ]
[ { "path": "roles/git_clone/tasks/main.yml", "content": "---\n- name: Clone repository\n ansible.builtin.git:\n repo: \"https://github.com/iphilka/stud-template.git\"\n dest: \"/home/ansible-worker/www/stud-template\"\n clone: yes\n update: no\n tags: git_clone", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
Goga-Rid/Ansible-Practice
e0f5613c141c490e3e76db6fcd3aae652aba1024
0
roles/git_installation
395
[ "no_license" ]
[ { "path": "roles/git_installation/tasks/main.yml", "content": "---\n- name: Install Git\n ansible.builtin.apt:\n name: git\n state: present\n tags:\n - git_installation\n\n- name: Copy private SSH key\n ansible.builtin.copy:\n src: \"./ssh_keys/id_rsa\"\n dest: \"~/.ssh/id_rsa\"\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
Goga-Rid/Ansible-Practice
e0f5613c141c490e3e76db6fcd3aae652aba1024
0
roles/nginx_editing
395
[ "no_license" ]
[ { "path": "roles/nginx_editing/tasks/main.yml", "content": "---\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n tags: nginx_editing\n\n- name: Copy index.html file\n ansible.builtin.copy:\n src: \"./roles/nginx_editing/templates/index.html\"\n dest: \"/home/ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 978, "all_permissive": false }
ansible_role
Goga-Rid/Ansible-Practice
e0f5613c141c490e3e76db6fcd3aae652aba1024
0
roles/user_creation
395
[ "no_license" ]
[ { "path": "roles/user_creation/tasks/main.yml", "content": "---\n- name: Create ansible-worker user\n ansible.builtin.user:\n name: ansible-worker\n state: present\n shell: /bin/bash\n groups: www-data\n tags: user_creation\n\n- name: Group setting for ansible-worker\n ansible.builtin.file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
dunndw2/ansible-practice
cc3e5cf80bddccdcf976bf2e715b2f6962a29d1e
0
roles/user
395
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n# tasks file for user\n\n - name: Create database users\n user:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ db_users }}\"\n when: \"'db_servers' in group_names\"\n notify: Reboot system\n\n - name: Creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 850, "all_permissive": false }
ansible_role
AleksanderGrzybowski/kelog.pl
5d5d5725aa29774711ef0f90b1e1405b329fa9e5
0
ansible/roles/dotfiles
395
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/files/k9s/config.yaml", "content": "k9s:\n liveViewAutoRefresh: false\n screenDumpDir: /home/kelog/.local/state/k9s/screen-dumps\n refreshRate: 2\n maxConnRetry: 5\n readOnly: false\n noExitOnCtrlC: false\n ui:\n skin: selenized-light\n enableMouse: true\n h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 22890, "all_permissive": false }
ansible_role
AleksanderGrzybowski/kelog.pl
5d5d5725aa29774711ef0f90b1e1405b329fa9e5
0
ansible/roles/k3s-prerequisites
395
[ "no_license" ]
[ { "path": "ansible/roles/k3s-prerequisites/tasks/main.yml", "content": "- name: Put systemd service for buildkit\n copy:\n src: \"{{ role_path }}/files/buildkit.service\"\n dest: /etc/systemd/system/buildkit.service\n- name: Disable buildkit service before reinstalling\n systemd:\n name: buildkit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2277, "all_permissive": false }
ansible_role
AleksanderGrzybowski/kelog.pl
5d5d5725aa29774711ef0f90b1e1405b329fa9e5
0
ansible/roles/ssh_tunnels
395
[ "no_license" ]
[ { "path": "ansible/roles/ssh_tunnels/tasks/main.yml", "content": "- name: Install autossh tool\n apt:\n name: autossh\n state: present\n\n- name: Configure local end of autossh tunnel\n block:\n - name: Put autossh key\n template:\n src: \"{{ playbook_dir }}/secrets/autossh_id_rsa\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1980, "all_permissive": false }
ansible_role
AleksanderGrzybowski/kelog.pl
5d5d5725aa29774711ef0f90b1e1405b329fa9e5
0
ansible/roles/tools
395
[ "no_license" ]
[ { "path": "ansible/roles/tools/files/windows-reboot.sh", "content": "#! /bin/bash\nset -e\ngrub-reboot \"$(grep -i windows /boot/grub/grub.cfg | cut -d\"'\" -f2)\" && reboot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "ansible/roles/tools/defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5356, "all_permissive": false }
ansible_role
AleksanderGrzybowski/kelog.pl
5d5d5725aa29774711ef0f90b1e1405b329fa9e5
0
ansible/roles/wireguard
395
[ "no_license" ]
[ { "path": "ansible/roles/wireguard/tasks/main.yml", "content": "- name: Install WireGuard\n apt:\n name: wireguard\n state: present\n \n- name: Extract public keys\n shell: |\n cat {{ playbook_dir }}/secrets/wireguard-private-{{ item }}.b64 | wg pubkey > {{ playbook_dir }}/secrets/wireguard-pu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1256, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/apache
398
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\r\n# Installing Apache2 With mod_php, mod_fcgi/PHP5, And suPHP \r\n \r\n- name: Check if nginx exists\r\n stat: path=/usr/sbin/nginx\r\n register: nginx_status\r\n \r\n- name: Stop nginx \r\n service: name=nginx state=stopped enabled=no\r\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3827, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/backup
398
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\r\n# Install db dump script\r\n\r\n- name: Ensure scripts folder exists \r\n file: path=/root/scripts state=directory\r\n \r\n- name: Ensure mysql folder exists \r\n file: path=/root/mysql state=directory\r\n\r\n- name: Install mysqldump script \r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1654, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/common
398
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\r\n- name: update aliases\r\n command: /usr/bin/newaliases\r\n \r\n- name: restart iptables\r\n service: name=iptables state=restarted ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4964, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/ispconfig3
398
[ "no_license" ]
[ { "path": "roles/ispconfig3/scripts/jailkit.sh", "content": "#!/bin/bash\ncd /tmp\nwget http://olivier.sessink.nl/jailkit/jailkit-2.15.tar.gz\ntar xfz jailkit-2.15.tar.gz\ncd jailkit-2.15\n./configure\nmake\nmake install\ncd ..\nrm -rf jailkit-2.15*", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2789, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/mail
398
[ "no_license" ]
[ { "path": "roles/mail/tasks/main.yml", "content": "---\r\n# Install Dovecot\r\n\r\n- name: Install packages\r\n yum: name={{ item }} state=present\r\n with_items:\r\n - dovecot\r\n - dovecot-mysql \r\n \r\n- name: Creates Dovecot conf directory\r\n file: path=/etc/dovecot state=directory\r\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1738, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/monitor
398
[ "no_license" ]
[ { "path": "roles/monitor/tasks/main.yml", "content": "---\r\n- name: Install nrpe \r\n yum: name=nagios-nrpe state=present\r\n \r\n- name: Activate nrpe service\r\n service: name=nrpe state=started enabled=yes\r\n\r\n- name: Copy nrpe config file\r\n copy: src=nrpe_local.cfg dest=/etc/nagios/nrpe_local....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/mysql
398
[ "no_license" ]
[ { "path": "roles/mysql/templates/my.cnf.j2", "content": "[client]\r\nuser=root\r\npassword={{ mysql_rand_passwd.stdout | default(mysql_root_passwd) }}\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/mysql/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1710, "all_permissive": false }
ansible_role
naualemany/ansible-lemp
cbc486a5cf2c0d61e512ccde15b0cf04810968c2
0
roles/nginx
398
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\r\n# Install Nginx, PHP5 (PHP-FPM), And Fcgiwrap\r\n \r\n- name: Check if httpd Exists\r\n stat: path=/etc/init.d/httpd\r\n register: httpd_status\r\n \r\n- name: Stop http \r\n service: name=httpd state=stopped enabled=no\r\n when: httpd_status....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1830, "all_permissive": false }
ansible_role
BenkraiemSiwar/Projet_CD
b250992a3a3e876584c9f19fed2d8f7f78d4c26d
0
ansible/roles/build
398
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "\n# tasks file for build\n#buildproject\n \n - name: install npm\n shell: npm instal\n - name: build app\n shell: ng build \n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
BenkraiemSiwar/Projet_CD
b250992a3a3e876584c9f19fed2d8f7f78d4c26d
0
ansible/roles/docker
398
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: ProjetCD\n build: \n path: /var/lib/jenkins/workspace/Projet_CD\n pull: no\n source: build\n state: present\n force_source: true\n- name: run contai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/cilium-validate
398
[ "no_license" ]
[ { "path": "metal/roles/cilium-validate/defaults/main.yml", "content": "---\ncilium_version: \"0.13.1\"\ncilium_arch: \"amd64\"\ncilium_url: \"https://github.com/cilium/cilium-cli/releases/download/v{{ cilium_version }}/cilium-linux-{{ cilium_arch }}.tar.gz\"\ncilium_downloaded_file: \"/opt/cilium_v{{ cilium...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1359, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/k3s
398
[ "no_license" ]
[ { "path": "metal/roles/k3s/tasks/main.yml", "content": "---\n- name: Check requirements\n assert:\n that:\n - ansible_path is defined\n\n- name: \"Download binary for {{ k3s_version }}\"\n ansible.builtin.get_url:\n url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/{{ k3s_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5695, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/k9s
398
[ "no_license" ]
[ { "path": "metal/roles/k9s/defaults/main.yml", "content": "---\nk9s_version: 0.26.3\nk9s_arch: \"x86_64\"\nk9s_url: \"https://github.com/derailed/k9s/releases/download/v{{ k9s_version }}/k9s_Linux_{{ k9s_arch }}.tar.gz\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 633, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/linbit-drbd9-stack
398
[ "no_license" ]
[ { "path": "metal/roles/linbit-drbd9-stack/defaults/main.yml", "content": "drbd9_url: 'https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "metal/roles/linbit-drbd9-stack/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1610, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/loop-device
398
[ "no_license" ]
[ { "path": "metal/roles/loop-device/defaults/main.yml", "content": "loop_file: '/deviceloopfile.img'\nloop_file_size: '380G'\nloop_device: '/dev/loop0'\nloop_disk_device: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "metal/roles/loop-device/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1141, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/nerdctl
398
[ "no_license" ]
[ { "path": "metal/roles/nerdctl/tasks/main.yml", "content": "---\n\n- name: \"Download and extract binary\"\n ansible.builtin.get_url:\n url: \"{{ nerdctl_url }}\"\n checksum: \"sha256:https://github.com/containerd/nerdctl/releases/download/v{{ nerdctl_version }}/SHA256SUMS\"\n dest: \"/opt/nerdctl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1204, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/os
398
[ "no_license" ]
[ { "path": "metal/roles/os/handlers/main.yml", "content": "---\n- name: restart ssh\n service:\n name: ssh\n daemon_reload: true\n state: restarted\n\n- name: reboot server\n reboot:\n reboot_timeout: 300\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4411, "all_permissive": false }
ansible_role
sdelrio/homelab-k3s
8116e7c8dae766ae9822148cbd000be90390b907
2
metal/roles/terraformconfig
398
[ "no_license" ]
[ { "path": "metal/roles/terraformconfig/tasks/main.yml", "content": "---\n- name: Check requirements\n assert:\n that:\n - ansible_path is defined\n - cloudflare_email is defined\n - cloudflare_api_key is defined\n - cloudflare_account_id is defined\n\n# Create namespaces because the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 995, "all_permissive": false }
ansible_role
matascha/rbac-provisioning-complete-time
e5066ceb227ed8d824e39956a5b57b348dacbece
0
roles/gsuite_auth
398
[ "no_license" ]
[ { "path": "roles/gsuite_auth/tasks/main.yml", "content": "- name: Load token from cache if exists\n stat:\n path: \"{{ cache_file }}\"\n register: token_cache_stat\n\n- name: Read token cache\n slurp:\n src: \"{{ cache_file }}\"\n register: token_cache_raw\n when: token_cache_stat.stat.exists\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1651, "all_permissive": false }
ansible_role
letrithanh/udacity-capstone
a93f41c291dab07f13d00b008e1be75ea9d2f7da
0
.circleci/ansible/roles/configure-server
398
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: update apt package\n become: true\n apt:\n update_cache: yes\n\n- name: install microk8s as kubernetes cluster\n become: true\n shell: | \n IS_EXISTED_CLUSTER=$(which microk8s)\n if [ -z \"$IS_EXISTED_CLUST...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
letrithanh/udacity-capstone
a93f41c291dab07f13d00b008e1be75ea9d2f7da
0
.circleci/ansible/roles/deploy
398
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: update apt package\n become: true\n apt:\n update_cache: yes\n\n- name: copy deployment k8s\n copy:\n src: deployment.yml\n dest: ~/deployment.yml\n\n- name: start\n shell: |\n alias kubectl=\"microk8s.kubectl\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
RichWellum/large_scale
2706eea28383af943375398df2914db550c2bebf
1
ansible/roles/config-neutron-fake
398
[ "no_license" ]
[ { "path": "ansible/roles/config-neutron-fake/handlers/main.yml", "content": "---\n- name: Restart fake neutron-openvswitch-agent container\n become: true\n docker_container:\n state: started\n restart: true\n name: \"neutron_openvswitch_agent_fake_{{ item }}\"\n image: \"{{ neutron_openvswitch...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 5022, "all_permissive": false }
ansible_role
RichWellum/large_scale
2706eea28383af943375398df2914db550c2bebf
1
ansible/roles/config-nova-fake
398
[ "no_license" ]
[ { "path": "ansible/roles/config-nova-fake/tasks/main.yml", "content": "---\n- name: Ensuring config directories exist\n become: true\n file:\n path: \"{{ node_config_directory }}/nova-compute-fake-{{ item }}\"\n state: \"directory\"\n recurse: yes\n with_sequence: start=1 end={{ num_nova_fake_pe...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4127, "all_permissive": false }
ansible_role
ChrisMacNaughton/as46307
fc179fe943ccf985e56fe1cc89f405be10abdc03
0
ansible/roles/common
398
[ "no_license" ]
[ { "path": "ansible/roles/common/tests/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n become: true\n tasks:\n - name: Include common role\n include_role:\n name: common\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4835, "all_permissive": false }
ansible_role
ChrisMacNaughton/as46307
fc179fe943ccf985e56fe1cc89f405be10abdc03
0
ansible/roles/l2tp
398
[ "no_license" ]
[ { "path": "ansible/roles/l2tp/templates/ppp_options.j2", "content": "ipcp-accept-local\nipcp-accept-remote\nnoccp\nmtu 1600\nmru 1600\nnoauth", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/l2tp/templates/l2tpd.j2", "content": "[l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4303, "all_permissive": false }
ansible_role
ChrisMacNaughton/as46307
fc179fe943ccf985e56fe1cc89f405be10abdc03
0
ansible/roles/vxlan
398
[ "no_license" ]
[ { "path": "ansible/roles/vxlan/templates/bridge-service.netdev.j2", "content": "[NetDev]\nName=br-service\nKind=bridge\nDescription=Bridge for VXLAN service network\n\n[Bridge]\n# Enable STP (Spanning Tree Protocol) for loop prevention\nSTP={{ 'true' if vxlan_bridge_stp_enabled else 'false' }}\n# Forward de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 15080, "all_permissive": false }
ansible_role
ChrisMacNaughton/as46307
fc179fe943ccf985e56fe1cc89f405be10abdc03
0
ansible/roles/wireguard
398
[ "no_license" ]
[ { "path": "ansible/roles/wireguard/templates/wireguard.j2", "content": "[Interface]\nPrivateKey = {{ private_key }}\nAddress = {{ wireguard_ip }}/24\nListenPort = 51820\n\n{% for peer in peers %}\n[Peer]\nPublicKey = {{ peer.public_key }}\nEndpoint = {{ peer.endpoint }}\nAllowedIPs = {{ peer.allowed_ips }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4865, "all_permissive": false }
ansible_role
funzoneq/users-ansible
f2c4dfee14300f54f6f4bb4eb094e0330f2dc509
0
roles/users
398
[ "permissive" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: \"Add the group {{ item }}\"\n ansible.builtin.group:\n name: \"{{ item }}\"\n state: present\n loop:\n - avermeer\n - pozar\n - matt\n\n- name: \"Add the user {{ item }}\"\n ansible.builtin.user:\n name: \"{{ item }}\"\n sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1002, "all_permissive": true }
ansible_role
Richardswe/k8s
19f3a39cc20fe051354ff6d885ba04011d8cd809
0
ansible/build-k8s/roles/delete-cluster
398
[ "permissive" ]
[ { "path": "ansible/build-k8s/roles/delete-cluster/tasks/main.yaml", "content": "- name: Is RKE2 installed?\n stat:\n path: /var/lib/rancher \n register: rke2_folder\n\n- name: If directory exist\n debug: \n msg: \"The RKE2 directory exists\"\n when: rke2_folder.stat.exists\n\n- name: Cluster-delet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 990, "all_permissive": true }
ansible_role
Richardswe/k8s
19f3a39cc20fe051354ff6d885ba04011d8cd809
0
ansible/build-k8s/roles/extend-disk
398
[ "permissive" ]
[ { "path": "ansible/build-k8s/roles/extend-disk/tasks/main.yaml", "content": "---\n- name: Reboot the Linux machine {{ ansible_hostname|lower }}\n reboot:\n reboot_timeout: 120 \n test_command: uptime \n when: delete_rke2.rc == 0\n register: machine_up\n\n- name: Extend partition {{ ansible_hostname...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": true }
ansible_role
Richardswe/k8s
19f3a39cc20fe051354ff6d885ba04011d8cd809
0
ansible/build-k8s/roles/rke2_common
398
[ "permissive" ]
[ { "path": "ansible/build-k8s/roles/rke2_common/tasks/tarball_install.yml", "content": "---\n# Based off of https://get.rke2.io 's do_install_tar functon\n\n# do_install_tar() {\n# setup_tmp\n# get_release_version\n# info \"using ${INSTALL_RKE2_VERSION:-commit $INSTALL_RKE2_COMMIT} as release\"\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9262, "all_permissive": true }
ansible_role
Richardswe/k8s
19f3a39cc20fe051354ff6d885ba04011d8cd809
0
ansible/build-k8s/roles/rke2_server
398
[ "permissive" ]
[ { "path": "ansible/build-k8s/roles/rke2_server/vars/main.yml", "content": "---\n# Set true or false bool to fit your needs\n#\n# Make kubectl available on the first master-node for the root user\nkubectl_access: true ", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 852, "all_permissive": true }
ansible_role
Latyn4ik/Azure
2cb3bd23b12af9a701a4eca8e9a60b8842e9733a
0
Ansible/roles/create_app_service_plan_and_service
398
[ "no_license" ]
[ { "path": "Ansible/roles/create_app_service_plan_and_service/tasks/main.yml", "content": "- name: Create App Service\n azure_rm_webapp:\n resource_group: \"{{ rg_name }}\"\n name: \"{{ app_serv_name }}\"\n plan: \n resource_group: \"{{ rg_name }}\"\n name: \"{{ app_plan_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
Latyn4ik/Azure
2cb3bd23b12af9a701a4eca8e9a60b8842e9733a
0
Ansible/roles/create_resource_group
398
[ "no_license" ]
[ { "path": "Ansible/roles/create_resource_group/tasks/main.yml", "content": "---\n- name: Create Resource Group {{ rg_name }}\n azure_rm_resourcegroup:\n name: \"{{ rg_name }}\"\n location: \"{{ res_location }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
Latyn4ik/Azure
2cb3bd23b12af9a701a4eca8e9a60b8842e9733a
0
Ansible/roles/create_storage_account
398
[ "no_license" ]
[ { "path": "Ansible/roles/create_storage_account/tasks/main.yml", "content": "---\n- name: Create storage account {{ sa_name }}\n azure_rm_storageaccount:\n resource_group: \"{{ rg_name }}\"\n name: \"{{ sa_name }}\"\n type: \"{{ storage_type }}\"\n location: \"{{ res_location }}\"", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
Latyn4ik/Azure
2cb3bd23b12af9a701a4eca8e9a60b8842e9733a
0
Ansible/roles/server_setups
398
[ "no_license" ]
[ { "path": "Ansible/roles/server_setups/tasks/main.yml", "content": "---\n\n- name: Install IIS\n win_feature:\n name:\n - Web-Server\n - Web-Common-Http\n state: present\n restart: yes\n include_sub_features: yes\n include_management_tools: yes\n\n- name: Install ASP.NET Core\n win_ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1187, "all_permissive": false }
ansible_role
joshi-shubham/acsProj
56885d879a5948deb8274d9d7a414c98b4820d61
0
ansible/roles/installweb
398
[ "no_license" ]
[ { "path": "ansible/roles/installweb/templates/webpage.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n<title>Actual Enthusiasm Website</title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<style>\nbody {background-color:#ffffff;background-repeat:no-repeat;background-position:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1694, "all_permissive": false }
ansible_role
joshi-shubham/acsProj
56885d879a5948deb8274d9d7a414c98b4820d61
0
ansible/roles/uploadimage
398
[ "no_license" ]
[ { "path": "ansible/roles/uploadimage/vars/main.yml", "content": "---\nuploadimage_s3_bucket_name: \"{{ s3_bucket_name }}\"\nuploadimage_local_image_directory: \"files\"\nuploadimage_image: \"actual_enthusiasm.png\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
vmbobyr/mongoaws
7463697a1b3c147c1715a9b14be7b2961b5f781e
0
ansible/roles/common
398
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "-\n name: 'Create a filesystem on mounted volume'\n filesystem:\n fstype: xfs\n dev: /dev/xvdg\n-\n name: 'Create folder to mount external storage'\n file:\n path: /mnt/data\n state: directory\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
vmbobyr/mongoaws
7463697a1b3c147c1715a9b14be7b2961b5f781e
0
ansible/roles/mongo
398
[ "no_license" ]
[ { "path": "ansible/roles/mongo/tasks/main.yml", "content": "-\n name: 'Deploy mongo container'\n docker_container:\n name: mongo\n image: '{{ mongo_image }}'\n state: started\n restart_policy: always\n ports:\n - '27017:27017'\n volumes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
vmbobyr/mongoaws
7463697a1b3c147c1715a9b14be7b2961b5f781e
0
ansible/roles/mongo_leader
398
[ "no_license" ]
[ { "path": "ansible/roles/mongo_leader/templates/init_rs.j2", "content": "rs.initiate( {\n _id : \"rs0\",\n members: [\n {% for server in item %}\n { _id: {{ loop.index0 }}, host: \"{{server}}:27017\" },\n {% endfor %}\n ]\n})", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
PanMonsters/my_own_collection
eb8fc94380d3adbb469c1a29f5381ffc114c714a
0
roles/module_role
390
[ "no_license" ]
[ { "path": "roles/module_role/tasks/main.yml", "content": "---\n# tasks file for myrole\n- name: test_my_own_module\n my_own_namespace.my_collection.my_own_module:\n path: \"{{ my_path }}\"\n text: \"{{ my_content }}\"\n register: status\n- name: info\n debug:\n msg: STATUS {{ status.message }}. ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
bodsch/ansible-collection-coremedia
2cafcd517fe11ba750577a858d9a8c829e34c810
0
roles/caefeeder
390
[ "permissive" ]
[ { "path": "roles/caefeeder/tasks/caefeeder.yml", "content": "---\n\n- name: reset caefeeder\n bodsch.coremedia.caefeeder:\n state: \"{{ caefeeder.command | default('verify') }}\"\n management_container_image: \"{{ management_container.name }}\"\n feeder_name: \"{{ caefeeder.name | default('') }}\"...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4543, "all_permissive": true }