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
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/add-routing-info-to-dnsmasq
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/add-routing-info-to-dnsmasq/tasks/main.yaml", "content": "# Expected vars:\n#\n# - 'hostnames_ip_mapping' - required. Should be dict, where\n# keys are hostnames and values are IP addresses.\n# - 'dnsmasq_config_filepath' - optional. Specify it when it is desired\n# to ha...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1411, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/add-routing-info-to-etc-hosts
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/add-routing-info-to-etc-hosts/tasks/main.yaml", "content": "# Expected vars:\n#\n# - 'hostnames_ip_mapping' - required. Should be dict, where\n# keys are hostnames and values are IP addresses.\n---\n- name: Delete old left-overs if exist\n become: yes\n become_user: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/create_vmware_resource_pool_and_dir
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/create_vmware_resource_pool_and_dir/tasks/main.yaml", "content": "- name: Fail if 'config' var is not provided\n fail:\n msg: \"This role requires 'config' to be provided\"\n when: \"config is not defined\"\n\n- name: Create resource pool on vCenter\n dt_vmware_resource_pool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/docker-storage-setup
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/docker-storage-setup/templates/docker-storage-setup.j2", "content": "DEVS=\"{{ dt_docker_dev | default(dt_disk_path) }}\"\nVG=\"{{ dt_docker_vg }}\"\nDATA_SIZE=\"{{ dt_docker_data_size }}\"\nSTORAGE_DRIVER=\"{{ dt_docker_storage_driver }}\"\nCONTAINER_ROOT_LV_NAME=\"{{ dt_docker_c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1055, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/extend-root-volume
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/extend-root-volume/tasks/main.yaml", "content": "# No vars are expected to be provided\n---\n- name: Get VG name for 'root' LV\n shell: \"lvs | grep -v 'tp_' | grep -v 'brick_' | grep ' root ' | awk '{print $2}'\"\n register: vg_raw\n\n- name: Get PV name(s) for VG\n shell: \"p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2264, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/install-packages
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/install-packages/tasks/main.yaml", "content": "---\n- name: Uninstall undesired packages\n yum:\n name: \"{{ uninstall_packages_list | default([]) }}\"\n state: absent\n become: true\n become_user: root\n retries: 5\n delay: 5\n register: result\n until: result is suc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/mount-disk
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/mount-disk/tasks/main.yaml", "content": "# Expected vars:\n#\n# - disk_path - REQUIRED. Path for disk which should be formatted and mounted.\n# Example: /dev/sdb\n# - mount_point - REQUIRED. Path to dir in system file tree where disk\n# should be mounted. Example: /var\n# - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2432, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/repos-downstream
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/repos-downstream/tasks/main.yaml", "content": "# Expected vars:\n#\n# - 'repo_list' - required. It is expected to be provided and must be list of\n# dicts with following structure:\n# {\"name\": \"FooName\", \"url\": \"http://foo.bar/x86_64/os\", \"cost\": 1000}\n# Where \"c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1286, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/repos-upstream
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/repos-upstream/tasks/main.yaml", "content": "# Expected vars:\n#\n# - 'subscription_server' - required. RHSM server as string.\n# - 'subscription_baseurl' - required. RHSM base url as string.\n# - 'subscription_user' - required. Username for subscription.\n# - 'subscription_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1698, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/repos-upstream-unregister
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/repos-upstream-unregister/tasks/main.yaml", "content": "---\n- name: Check if system is already registered\n command: \"subscription-manager version\"\n register: node_subscribed\n\n- name: Unregister host\n redhat_subscription:\n state: absent\n# when: \"'Subscribed' in no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/setup-common-packages
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/setup-common-packages/tasks/main.yaml", "content": "---\n- name: Install common, for OCP nodes, set of packages\n import_role:\n name: install-packages\n vars:\n install_packages_list:\n - PyYAML\n - perl\n - python-ipaddress\n - net-tools\n - python-six\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/setup-ntp
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/setup-ntp/tasks/main.yaml", "content": "---\n- name: Install 'chrony' package\n import_role:\n name: install-packages\n vars:\n install_packages_list:\n - chrony\n\n- name: Create config for chronyd\n template:\n src: \"chrony.conf.j2\"\n dest: \"/etc/chrony.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/setup-standalone-glusterfs
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/setup-standalone-glusterfs/tasks/main.yaml", "content": "---\n- name: Clear yum cache\n command: \"yum clean all\"\n ignore_errors: true\n\n# NOTE(vponomar): we assume here that all the required repositories are enabled\n- name: Install RPMs\n import_role:\n name: install-pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1131, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/setup-vmware-tools
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/setup-vmware-tools/tasks/main.yaml", "content": "---\n- name: Install 'open-vm-tools' and other required packages for VMWare guest\n import_role:\n name: install-packages\n vars:\n install_packages_list:\n - open-vm-tools\n\n- name: Make sure 'vmtoolsd' service is enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/validate-system
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/validate-system/tasks/main.yaml", "content": "# Expected vars:\n#\n# - varname_with_results - optional. String. Define here varname to be used\n# for storing validation results. Useful when we run this role in a loop\n# using 'with_items' feature.\n# - pod_name - optional. If ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5505, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/validate_ocp_playbooks_var
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/validate_ocp_playbooks_var/tasks/main.yaml", "content": "# Expected vars:\n#\n# - 'ocp_playbooks' - list. Expected to be list of relative paths for playbooks\n# located in the 'openshift-ansible' library directory.\n# Paths must be relative from it's root.\n# Example: \n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1376, "all_permissive": false }
ansible_role
vponomaryov/vm-provisioner-for-ocp
b857c129cd169fa662ef21cdce644f470af79c0f
1
playbooks/roles/yum-update-and-reboot
7,966
[ "no_license" ]
[ { "path": "playbooks/roles/yum-update-and-reboot/tasks/main.yaml", "content": "# NOTE(vponomar): this role should not be run from nodes\n# which are going to be rebooted.\n#\n# Expected vars:\n#\n# - 'hostnames' - list. Hostnames or IP addresses to run yum update at.\n# - 'reboot_after_yum_update' - bool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2163, "all_permissive": false }
ansible_role
InformaticsMatters/ansible-gizmos
f7f9f140ffbec3bde49d88dcdd87a33c415ca127
0
roles/k8s_database_create
7,966
[ "no_license" ]
[ { "path": "roles/k8s_database_create/tasks/create-db.yaml", "content": "---\n\n# Creates the database\n\n- name: Create database ({{ kdc_db_database }})\n community.postgresql.postgresql_db:\n name: \"{{ kdc_db_database }}\"\n login_host: \"127.0.0.1\"\n login_user: \"{{ kdc_db_admin_user }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3722, "all_permissive": false }
ansible_role
InformaticsMatters/ansible-gizmos
f7f9f140ffbec3bde49d88dcdd87a33c415ca127
0
roles/k8s_database_dump
7,966
[ "no_license" ]
[ { "path": "roles/k8s_database_dump/tasks/main.yaml", "content": "---\n\n# Check initial conditions\n\n- name: Check variables\n ansible.builtin.assert:\n that:\n - kdd_db_kubeconfig | string | length > 0\n - kdd_db_namespace | string | length > 0\n - kdd_db_database | string | length > 0\n -...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10363, "all_permissive": false }
ansible_role
InformaticsMatters/ansible-gizmos
f7f9f140ffbec3bde49d88dcdd87a33c415ca127
0
roles/k8s_database_restore
7,966
[ "no_license" ]
[ { "path": "roles/k8s_database_restore/tasks/check-pg-restore.yaml", "content": "---\n\n# Collect pg_restore version information\n# It's output is typically \"pg_restore (PostgreSQL) 13.9 (Debian 13.9-0+deb11u1)\"\n# so we have to parse it. Since PostgreSQL 10 all version numbers are 2 digits.\n#\n# Outputs:...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 9998, "all_permissive": false }
ansible_role
InformaticsMatters/ansible-gizmos
f7f9f140ffbec3bde49d88dcdd87a33c415ca127
0
roles/k8s_kubectl
7,966
[ "no_license" ]
[ { "path": "roles/k8s_kubectl/tasks/port-forward.yaml", "content": "---\n\n# Runs kubectl port-forward asynchronously.\n#\n# Returns: -\n# - k8s_kubectl_pid - the the process ID\n# - k8s_kubectl_options - the kubectl command options that were run\n\n- name: Check variables\n ansible.builtin.assert:\n tha...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5169, "all_permissive": false }
ansible_role
InformaticsMatters/ansible-gizmos
f7f9f140ffbec3bde49d88dcdd87a33c415ca127
0
roles/k8s_volume_replicator
7,966
[ "no_license" ]
[ { "path": "roles/k8s_volume_replicator/defaults/main.yaml", "content": "---\n\n# The kubernetes volume replicator 'gizmo'.\n#\n# Given a Namespace, the name of a pre-existing 'source' volume,\n# and the details of a 'destination' volume, this utility creates\n# the destination volume (by default a 'longhorn...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7385, "all_permissive": false }
ansible_role
Sakib37/setup_localhost
e99b244da58a41d0707807cf416038bfc0c529f5
0
roles/setup_vim
7,966
[ "no_license" ]
[ { "path": "roles/setup_vim/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setup_vim", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/setup_vim/README.md", "content": "Role Name\n=========\n\nsetu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3303, "all_permissive": false }
ansible_role
wuchunlongcom/ECUST-CourseInfo
1f75ef9d19a8ed3bb2b39a173ec2cd1fb2315909
0
ansible-u1804/playbooks/roles/init01_pre_install
7,966
[ "no_license" ]
[ { "path": "ansible-u1804/playbooks/roles/init01_pre_install/tasks/main.yml", "content": "- name: apt-get update\n apt:\n update_cache: yes\n\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n state: latest\n force_apt_get: True\n\n- name: Install dependency packages\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1404, "all_permissive": false }
ansible_role
sbutler/itpf-sp2018-cpanel-ansible
8e55a53913b2ae0027995deb2f1803270fdc23a2
5
roles/myapp_base
7,966
[ "no_license" ]
[ { "path": "roles/myapp_base/tasks/stage1.yml", "content": "- name: mysql | list databases\n cpanel_api:\n version: cpapi2\n module: MysqlFE\n function: listdbs\n register: db_list\n changed_when: false\n check_mode: false\n- name: mysql | delete myapp database\n cpanel_api:\n versio...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1090, "all_permissive": false }
ansible_role
sbutler/itpf-sp2018-cpanel-ansible
8e55a53913b2ae0027995deb2f1803270fdc23a2
5
roles/myapp_stage1
7,966
[ "no_license" ]
[ { "path": "roles/myapp_stage1/defaults/main.yml", "content": "---\nmyapp_db_name: \"{{ ansible_user }}_myapp\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/myapp_stage1/tasks/main.yml", "content": "- name: mysql | list databases\n c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 480, "all_permissive": false }
ansible_role
sbutler/itpf-sp2018-cpanel-ansible
8e55a53913b2ae0027995deb2f1803270fdc23a2
5
roles/myapp_stage2
7,966
[ "no_license" ]
[ { "path": "roles/myapp_stage2/tasks/main.yml", "content": "- name: include stage1\n include_tasks: ../../myapp_stage1/tasks/main.yml\n\n- name: mysql | list database users\n cpanel_api:\n version: cpapi2\n module: MysqlFE\n function: listusers\n register: dbusers_list\n changed_when: fals...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1350, "all_permissive": false }
ansible_role
sbutler/itpf-sp2018-cpanel-ansible
8e55a53913b2ae0027995deb2f1803270fdc23a2
5
roles/myapp_stage3
7,966
[ "no_license" ]
[ { "path": "roles/myapp_stage3/tasks/main.yml", "content": "- name: include stage2\n include_tasks: ../../myapp_stage2/tasks/main.yml\n\n- name: domains | list domains\n cpanel_api:\n module: DomainInfo\n function: list_domains\n register: domain_list\n changed_when: false\n check_mode: false\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1263, "all_permissive": false }
ansible_role
devopsschool-training-notes/Ansible-HPE-Oct-2019-Bangalore
72a1a94581f62c7bdc57b812c187c3d5be7d51af
0
amitbikram11/roles/webserver
7,966
[ "no_license" ]
[ { "path": "amitbikram11/roles/webserver/vars/main.yml", "content": "---\n# vars file for webserver\nservice: httpd\npackage: httpd\nusername: ambikram\nport: 80\nchkn: 10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "amitbikram11/roles/webserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1540, "all_permissive": false }
ansible_role
devopsschool-training-notes/Ansible-HPE-Oct-2019-Bangalore
72a1a94581f62c7bdc57b812c187c3d5be7d51af
0
madhusgv/day3/roles-example/roles/webservers
7,966
[ "no_license" ]
[ { "path": "madhusgv/day3/roles-example/roles/webservers/defaults/main.yml", "content": "---\n# defaults file for webservers\nmyname: \"Madhu in roles-default-vars\"\npackage: \"apache2\"\nservice: \"apache2\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1468, "all_permissive": false }
ansible_role
devopsschool-training-notes/Ansible-HPE-Oct-2019-Bangalore
72a1a94581f62c7bdc57b812c187c3d5be7d51af
0
meerapankaj/variables/rolesEx/rolesProj1/roles/webserver
7,966
[ "no_license" ]
[ { "path": "meerapankaj/variables/rolesEx/rolesProj1/roles/webserver/tasks/groupCreate.yaml", "content": "- name: create a group deloitte\n group: name=deloitte\n- name: create a group deloitte-user\n user: name=deloitte-user shell=/bin/bash groups=deloitte append=yes\n", "license_type": "no_license", ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1767, "all_permissive": false }
ansible_role
devopsschool-training-notes/Ansible-HPE-Oct-2019-Bangalore
72a1a94581f62c7bdc57b812c187c3d5be7d51af
0
sbgamini/roles/webserver
7,966
[ "no_license" ]
[ { "path": "sbgamini/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n\n- import_tasks: install.yml\n- import_tasks: template.yml\n- import_tasks: configure.yml\n- import_tasks: service.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/base
7,966
[ "no_license" ]
[ { "path": "roles/base/handlers/main.yml", "content": "- name: restart paccache\n become: true\n service:\n name: paccache.timer\n state: restarted\n\n# - name: stop systemd per-user instance\n# service:\n# name: \"user@{{ user.uid }}\"\n# state: stopped\n\n- name: reload systemd config\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3170, "all_permissive": false }
ansible_role
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/desktop
7,966
[ "no_license" ]
[ { "path": "roles/desktop/defaults/main.yml", "content": "theme_destination_folder: /tmp/theme\nicon_destination_folder: /tmp/icons\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/desktop/tasks/pam.yml", "content": "- name: Configure Gno...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2796, "all_permissive": false }
ansible_role
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/docker
7,966
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Docker\n become: true\n pacman:\n name: docker\n state: present\n tags:\n - docker\n\n- name: Enable Docker service\n become: true\n systemd:\n name: docker\n state: started\n enabled: yes\n\n- name: Add user to dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 632, "all_permissive": false }
ansible_role
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/dotfiles
7,966
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Clone dotfiles\n git:\n repo: \"{{ dotfile_repo }}\"\n dest: ~/.dotfiles\n\n- name: Execute dotbot\n shell: ~/.dotfiles/install", "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
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/latte
7,966
[ "no_license" ]
[ { "path": "roles/latte/tasks/main.yml", "content": "- name: Install dock\n become: true\n aur:\n name: latte-dock\n state: latest\n # update_cache: yes\n", "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
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/ssd
7,966
[ "no_license" ]
[ { "path": "roles/ssd/tasks/main.yml", "content": "- name: Enable and start weekly filesystem TRIM timer\n become: true\n service:\n name: fstrim.timer\n enabled: yes\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/syncthing
7,966
[ "no_license" ]
[ { "path": "roles/syncthing/tasks/main.yml", "content": "- name: Install Syncthing\n become: true\n pacman:\n name: syncthing\n state: present\n tags:\n - syncthing\n\n- name: Push syncthing service\n become: true\n copy:\n src: syncthing.service\n dest: /etc/systemd/user/syncthing.servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/virtualbox
7,966
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "- name: Install vbox\n become: true\n pacman: \n name: virtualbox\n\n- name: Add user group\n become: true\n shell: gpasswd -a {{ ansible_user_id }} {{ item }}\n with_items:\n - disk\n - vboxusers\n\n- set_fact: \n kernel_major_versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
angryninja48/manjaro-install
8c66c81222d335c6bb2c9031db0d04bbc092c653
0
roles/zerotier
7,966
[ "no_license" ]
[ { "path": "roles/zerotier/tasks/main.yml", "content": "- name: Install Zerotier\n become: true\n pacman:\n name: zerotier-one\n state: present\n tags:\n - zerotier\n\n- name: Enable zerotier service\n become: true\n systemd:\n name: zerotier-one.service\n state: started\n scope: user\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
chaitanyarathod/master
1d91c92e9560ce21671568f81f1fb6d7581e86ae
0
roles/active-directory
7,966
[ "no_license" ]
[ { "path": "roles/active-directory/tasks/main.yml", "content": "---\n\n- include: active-directory.yml\n ignore_errors: '{{ ansible_check_mode }}'\n tags: bootstrap init domain ad\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/active-dir...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
chaitanyarathod/master
1d91c92e9560ce21671568f81f1fb6d7581e86ae
0
roles/bootstrap-linux
7,966
[ "no_license" ]
[ { "path": "roles/bootstrap-linux/templates/skel/vimrc", "content": "\nsyntax on\n\n\n\n\" elements of Troy's .vimrc that are permissible in vim-tiny\n\nset nocompatible\t\" Use Vim defaults (much better!)\n\nset pastetoggle=<F10>\n\nset bs=2\t\t\" allow backspacing over everything in insert mode\n\"set bs=0...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4638, "all_permissive": false }
ansible_role
chaitanyarathod/master
1d91c92e9560ce21671568f81f1fb6d7581e86ae
0
roles/common-linux
7,966
[ "no_license" ]
[ { "path": "roles/common-linux/tasks/debian-user-config.yml", "content": "---\n# this doesn't get rid of the earlier '%sudo' line, but it seems to work\n# tried a few different regexp's and toggling backrefs, no luck\n- name: passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n r...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1637, "all_permissive": false }
ansible_role
chaitanyarathod/master
1d91c92e9560ce21671568f81f1fb6d7581e86ae
0
roles/common-windows
7,966
[ "no_license" ]
[ { "path": "roles/common-windows/tasks/scripts.yml", "content": "---\n\n- name: make scripts directory\n win_file:\n path: \"{{ win_scripts_directory }}\"\n state: directory\n\n- name: common scripts\n win_copy:\n src: \"{{ item }}\"\n dest: \"{{ win_scripts_directory }}/{{ item | basename }}\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 403, "all_permissive": false }
ansible_role
chaitanyarathod/master
1d91c92e9560ce21671568f81f1fb6d7581e86ae
0
roles/users
7,966
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n\n- include: linux-users.yml\n ignore_errors: '{{ ansible_check_mode }}'\n tags: users\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/users/defaults/main.yml", "content": "--...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3458, "all_permissive": false }
ansible_role
foxy1982/development-setup
8be72bcaa9913fbbea859535acfb449b3aefbbe1
0
roles/dotnet
7,966
[ "no_license" ]
[ { "path": "roles/dotnet/tasks/main.yml", "content": "---\n- name: add microsoft package repo\n sudo: yes\n apt_repository:\n repo: deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main\n state: present\n\n- name: install dotnet core\n sudo: yes\n apt: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
foxy1982/development-setup
8be72bcaa9913fbbea859535acfb449b3aefbbe1
0
roles/haskell
7,966
[ "no_license" ]
[ { "path": "roles/haskell/tasks/main.yml", "content": "---\n- name: install gcc\n apt:\n name: gcc\n state: present\n\n- name: install make\n apt:\n name: make\n state: present\n\n- name: create haskell download folder\n file:\n state: directory\n path: /tmp/haskell/\n\n- name: download ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
foxy1982/development-setup
8be72bcaa9913fbbea859535acfb449b3aefbbe1
0
roles/vscode
7,966
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: create vscode download folder\n file:\n state: directory\n path: /tmp/ansible/Downloads/\n\n- name: Download vscode\n get_url: \n url: https://go.microsoft.com/fwlink/?LinkID=760868\n dest: /tmp/ansible/Downloads/vscode.deb\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
nhojpatrick/example-ansible-mysql
a915357296e59dc4d861c1e0397badfa0b5995f4
0
provisioning/roles/mysql-ansible-apt-module
7,967
[ "no_license" ]
[ { "path": "provisioning/roles/mysql-ansible-apt-module/tasks/main.yaml", "content": "\n---\n\n#- shell: apt-get update warn=no\n# become: true\n#\n#- name: apt upgrade\n# shell: apt-get upgrade --yes warn=no\n# become: true\n#\n#- name: apt autoremove\n# shell: apt-get autoremove warn=no\n# become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
nhojpatrick/example-ansible-mysql
a915357296e59dc4d861c1e0397badfa0b5995f4
0
provisioning/roles/mysql-ansible-shell-module
7,967
[ "no_license" ]
[ { "path": "provisioning/roles/mysql-ansible-shell-module/tasks/main.yaml", "content": "\n---\n\n- name: Mysql questions\n debconf:\n name: mysql-server-5.7\n question: \"{{ item.question }}\"\n value: \"{{ item.value }}\"\n vtype: password\n become: true\n with_items:\n - { question: \"mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
nhojpatrick/example-ansible-mysql
a915357296e59dc4d861c1e0397badfa0b5995f4
0
provisioning/roles/mysql-shell
7,967
[ "no_license" ]
[ { "path": "provisioning/roles/mysql-shell/tasks/main.yaml", "content": "\n---\n\n- name: Mysql questions\n debconf:\n name: mysql-server-5.7\n question: \"{{ item.question }}\"\n value: \"{{ item.value }}\"\n vtype: password\n become: true\n with_items:\n - { question: \"mysql-server/root_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
Rabbit1430/antest
edb9f1a49ab48f4d1bbea4122668a365464db02e
0
roles/composer
7,967
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n\n\n- name: install composer packeges\n apt:\n name:\n - curl\n - php-cli\n - php-mbstring\n - unzip\n state: present\n update_cache: yes\n\n- name: download Composer installer\n get_url:\n url: https://getcomposer.org/install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
Rabbit1430/antest
edb9f1a49ab48f4d1bbea4122668a365464db02e
0
roles/deploy-nginx
7,967
[ "no_license" ]
[ { "path": "roles/deploy-nginx/tasks/main.yml", "content": "---\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Set correct permissions for /etc/nginx directory\n file:\n path: /etc/nginx\n state: directory\n mode: '0775'\n owner: root\n group: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1824, "all_permissive": false }
ansible_role
Rabbit1430/antest
edb9f1a49ab48f4d1bbea4122668a365464db02e
0
roles/mysql-task
7,967
[ "no_license" ]
[ { "path": "roles/mysql-task/tasks/main.yml", "content": "---\n\n- name: add gpg key\n shell: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C\n args:\n executable: /bin/bash\n\n- name: Copy MySQL APT config package to the server\n copy:\n src: ~/antest/mysql-apt-config_0.8.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1707, "all_permissive": false }
ansible_role
Rabbit1430/antest
edb9f1a49ab48f4d1bbea4122668a365464db02e
0
roles/python-inst
7,967
[ "no_license" ]
[ { "path": "roles/python-inst/tasks/main.yml", "content": "---\n\n- name: Install Python 3.9.6\n block:\n - name: download Python 3.9.6\n get_url:\n url: https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tgz\n dest: \"~/Python-3.9.6.tgz\"\n\n - name: extract Python 3.9.6\n unarchive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
Rabbit1430/antest
edb9f1a49ab48f4d1bbea4122668a365464db02e
0
roles/testtask
7,967
[ "no_license" ]
[ { "path": "roles/testtask/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - testtask\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/testtask/tasks/main.yml", "content": "---\n- name: Ping server...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2523, "all_permissive": false }
ansible_role
Rabbit1430/antest
edb9f1a49ab48f4d1bbea4122668a365464db02e
0
roles/user-inst
7,967
[ "no_license" ]
[ { "path": "roles/user-inst/tasks/main.yml", "content": "---\n\n- name: ensure deploy user exists\n user:\n name: deploy\n shell: /bin/bash\n home: /home/deploy\n state: present\n create_home: yes\n\n- name: create .ssh directory for deploy\n file:\n path: /home/deploy/.ssh\n state: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 807, "all_permissive": false }
ansible_role
abrugxllardo/UTNFRA_SO_2do_Parcial_Gallardo
7feb8951eea3c9a17698b903c9574e958fec8d3e
0
202406/ansible/roles/2do_parcial
7,967
[ "no_license" ]
[ { "path": "202406/ansible/roles/2do_parcial/templates/datos_alumno.j2", "content": "Nombre: Abril Apellido: Gallardo\nDivision: 114\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "202406/ansible/roles/2do_parcial/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 822, "all_permissive": false }
ansible_role
yazhivotnoe/consul-docker
d83ec68eeebb9829ccc219c12f1a925fed95d227
0
001-ansible/roles/consul
7,967
[ "no_license" ]
[ { "path": "001-ansible/roles/consul/defaults/main.yml", "content": "victoriametrics_server_url: https://localhost:8427\n\nscrape_interval: 15s\n\nenable_vmauth_monitoring: false\nenable_vmstorage_monitoring: false\nenable_vminsert_monitoring: false\nenable_vmselect_monitoring: false\n\nscrape_api_enable: fa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1673, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
bare/roles/init
7,967
[ "no_license" ]
[ { "path": "bare/roles/init/tasks/main.yml", "content": "---\n\n- name: Check if Python is installed\n raw: command -v python3\n register: python_installed\n ignore_errors: True\n\n- name: Check if yum is installed\n raw: command -v yum\n register: yum_installed\n when: python_installed is failed\n ig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
bare/roles/postgres
7,967
[ "no_license" ]
[ { "path": "bare/roles/postgres/tasks/main.yml", "content": "---\n\n- include_tasks: packages.yml\n- include_tasks: database.yml\n args:\n apply:\n become: true\n become_user: postgres\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3050, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
bare/roles/preflight
7,967
[ "no_license" ]
[ { "path": "bare/roles/preflight/tasks/main.yml", "content": "- include_tasks: preflight-checks.yml\n args:\n apply:\n become: true\n when: run_preflight_checks | bool", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "bare/roles/preflight/t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9130, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
bare/roles/redis
7,967
[ "no_license" ]
[ { "path": "bare/roles/redis/tasks/main.yml", "content": "---\n\n- include_tasks: packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "bare/roles/redis/tasks/packages.yml", "content": "---\n\n- name: Install Redis packages\n package:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
bare/roles/web
7,967
[ "no_license" ]
[ { "path": "bare/roles/web/files/systemd/mastodon-web.service.j2", "content": "[Unit]\nDescription=mastodon-web\nAfter=network.target\n\n[Service]\nType=simple\nUser={{ mastodon_user }}\nWorkingDirectory={{ mastodon_home }}/{{ mastodon_path }}\nEnvironment=\"RAILS_ENV=production\"\nEnvironment=\"PORT=3000\"\...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 40480, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
docker/roles/caddy
7,967
[ "no_license" ]
[ { "path": "docker/roles/caddy/templates/Caddyfile.j2", "content": "{{ local_domain }} {\n root /mastodon/live/public\n gzip\n\n errors {\n * 500.html\n }\n\n proxy / localhost:3000 {\n transparent\n websocket\n }\n\n proxy /api/v1/streaming streaming:4000 {\n transparent\n websocket\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 849, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
docker/roles/core
7,967
[ "no_license" ]
[ { "path": "docker/roles/core/templates/env.j2", "content": "# Service dependencies\n# You may set REDIS_URL instead for more advanced options\n# You may also set REDIS_NAMESPACE to share Redis between multiple Mastodon servers\nREDIS_HOST={{ redis_host }}\nREDIS_PORT={{ redis_port }}\n# You may set DATABASE...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8134, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
docker/roles/init
7,967
[ "no_license" ]
[ { "path": "docker/roles/init/tasks/main.yml", "content": "---\n\n- name: Check if Python is installed\n raw: command -v python\n register: python_installed\n ignore_errors: True\n\n- name: Check if yum is installed\n raw: command -v yum\n register: yum_installed\n ignore_errors: True\n\n- name: Check ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
docker/roles/streaming
7,967
[ "no_license" ]
[ { "path": "docker/roles/streaming/tasks/main.yml", "content": "---\n\n- docker_service:\n project_name: streaming\n definition:\n version: \"2.3\"\n services:\n streaming:\n image: \"moritzheiber/mastodon-docker\"\n networks:\n - \"{{ mastodon_docker_netwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
mastodon/mastodon-ansible
c41f72391367f666785c954e2891c730725f2222
170
docker/roles/web
7,967
[ "no_license" ]
[ { "path": "docker/roles/web/tasks/main.yml", "content": "---\n\n- docker_service:\n project_name: web\n definition:\n version: \"2.3\"\n services:\n web:\n image: \"moritzheiber/mastodon-docker\"\n networks:\n - \"{{ mastodon_docker_network }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
hiboxsystems/ansible-nested-become-test
5cbadd591a656f4ffae87f8a1892cc2b866f2167
0
roles/role3
7,967
[ "no_license" ]
[ { "path": "roles/role3/tasks/main.yml", "content": "- name: whoami\n ansible.builtin.command:\n cmd: whoami\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/con_gitlab
7,967
[ "no_license" ]
[ { "path": "roles/con_gitlab/templates/post-reconfigure.sh.j2", "content": "#!/bin/bash\nset -e\n\n# This script configures those stuff, which can't be configured via GITLAB_OMNIBUS_CONFIG.\n# The gitlab-rails console can be started on the host via\n# > docker exec -it gitlab gitlab-rails console\n\ngitlab-r...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 16212, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/con_minio
7,967
[ "no_license" ]
[ { "path": "roles/con_minio/vars/main.yml", "content": "---\napp_name: \"{{ role_name.split('_')[1] }}\" # noqa var-naming[no-role-prefix]\napp_path: \"{{ storage_base_path }}/{{ app_name }}\" # noqa var-naming[no-role-prefix]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6274, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/con_nginx
7,967
[ "no_license" ]
[ { "path": "roles/con_nginx/templates/quadlet-nginx_default.network.j2", "content": "[Unit]\nDescription=nginx network\n# This is systemd syntax to wait for the network to be online before starting this service:\nAfter=network-online.target\n\n[Network]\nNetworkName={{ con_nginx_container_network_name }}\n\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 16544, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/con_semaphore
7,967
[ "no_license" ]
[ { "path": "roles/con_semaphore/templates/quadlet-semaphore_default.network.j2", "content": "[Unit]\nDescription=semaphore network\n# This is systemd syntax to wait for the network to be online before starting this service:\nAfter=network-online.target\n\n[Network]\nNetworkName={{ con_semaphore_container_net...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8945, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/con_watchtower
7,967
[ "no_license" ]
[ { "path": "roles/con_watchtower/defaults/main/00-general.yml", "content": "###############################################################################\n# Default Values for Role - Might contain placeholders for passwords - NOT live\n#######################################################################...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2061, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/k3s_gitlab_runner
7,967
[ "no_license" ]
[ { "path": "roles/k3s_gitlab_runner/tasks/10-install.yml", "content": "---\n- name: \"({{ task_filename }}) k3s server block\"\n become: true\n block:\n - name: Add stable gitlab chart repo\n kubernetes.core.helm_repository:\n name: gitlab\n repo_url: \"https://charts.gitlab.io\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2359, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/os_container
7,967
[ "no_license" ]
[ { "path": "roles/os_container/tasks/20-configure.yml", "content": "---\n- name: \"({{ task_filename }}) block for become=true\"\n become: true\n when: os_container_auto_update\n block:\n - name: \"({{ task_filename }}) create override dir for podman-auto-update\"\n ansible.builtin.file:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3100, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/os_gitlab_runner
7,967
[ "no_license" ]
[ { "path": "roles/os_gitlab_runner/defaults/main/10-gitlab.yml", "content": "###############################################################################\n# Default Values for Role - Might contain placeholders for passwords - NOT live\n######################################################################...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 12542, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/os_k3s
7,967
[ "no_license" ]
[ { "path": "roles/os_k3s/tasks/11-configure.yml", "content": "---\n- name: \"({{ task_filename }}) block for become=true\"\n when: os_k3s_install and os_k3s_server and os_k3s_namespace_create\n become: true\n block:\n - name: \"({{ task_filename }}) ensure pip\"\n ansible.builtin.package:\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9770, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/os_prepare
7,967
[ "no_license" ]
[ { "path": "roles/os_prepare/defaults/main/10-os.yml", "content": "###############################################################################\n# Default Values for Role - Might contain placeholders for passwords - NOT live\n###############################################################################\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3344, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/win_container
7,967
[ "no_license" ]
[ { "path": "roles/win_container/templates/daemon.json.j2", "content": "{\n \"group\": \"docker-users\",\n\t\"data-root\": \"{{ win_storage_base_path | replace('\\\\', '\\\\\\\\') }}\\\\docker-data\",\n\t\"experimental\": true,\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"cache-disabled\": \...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4778, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/win_gitlab_runner
7,967
[ "no_license" ]
[ { "path": "roles/win_gitlab_runner/defaults/main/10-gitlab.yml", "content": "###############################################################################\n# Default Values for Role - Might contain placeholders for passwords - NOT live\n#####################################################################...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6083, "all_permissive": false }
ansible_role
knelldev/ansible-docker-mirror
a667fc3745a98e505eb0df42d4da5bd8687f2976
0
roles/win_prepare
7,967
[ "no_license" ]
[ { "path": "roles/win_prepare/tasks/10-prepare.yml", "content": "---\n- name: \"({{ task_filename }}) Create data directory\"\n ansible.windows.win_file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ win_storage_base_path }}\"\n - '{{ win_storage_base_path }}\\ansible'\n -...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2310, "all_permissive": false }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/api-server
7,967
[ "permissive" ]
[ { "path": "lib/roles/api-server/tasks/sync-node-cert.yml", "content": "- name: Install rsync for CentOS\n package:\n name: rsync\n state: present\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat'\n delegate_to: \"{{ item }}\"\n with_inventory_hostnames:\n - kubernetes_n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9800, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/backup
7,967
[ "permissive" ]
[ { "path": "lib/roles/backup/tasks/etcd.yml", "content": "- name: Prepare backup destination\n file:\n path: \"/root/.simple-kube\"\n state: directory\n\n- name: Backup Etcd data\n shell: |\n target=/root/.simple-kube/etcd-backup-$(date +%Y%m%d%H%M%S)\n mkdir -p ${target}\n\n if [[ -d \"/var...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 942, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/cache
7,967
[ "permissive" ]
[ { "path": "lib/roles/cache/tasks/http-file.yml", "content": "- name: Prepare cache directory\n file:\n path: \"{{ local_cache_path }}\"\n state: directory\n delegate_to: localhost\n\n- name: Check local {{ url | basename }}\n stat:\n path: \"{{ local_cache_path }}/{{ url | basename }}\"\n regis...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1738, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/cni
7,967
[ "permissive" ]
[ { "path": "lib/roles/cni/tasks/install.yml", "content": "- name: Upload cni plugins to nodes\n copy:\n src: \"{{ cni_plugins_local }}\"\n dest: \"/tmp\"\n force: no\n\n- name: Install cni plugins\n shell: |\n mkdir -p /opt/cni/bin\n tar zxf /tmp/cni-plugins-amd64.tgz -C /opt/cni/bin", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/common
7,967
[ "permissive" ]
[ { "path": "lib/roles/common/tasks/templates/cnf-san-false.j2", "content": "[req]\ndistinguished_name = req_distinguished_name\nprompt = no\n\n[req_distinguished_name]\n{{ subject }}\nCN = {{ cn }}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 11...
{ "task_files": 21, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 24, "total_bytes": 13771, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/coredns
7,967
[ "permissive" ]
[ { "path": "lib/roles/coredns/tasks/main.yml", "content": "- name: Install CoreDNS from GitHub\n include_tasks: install-from-github.yml\n when: install_coredns", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 100 }, { "path": "lib/roles/core...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1085, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/cri
7,967
[ "permissive" ]
[ { "path": "lib/roles/cri/tasks/enable-containerd.yml", "content": "- name: Download containerd release\n include_tasks: ../../cache/tasks/http-file.yml\n vars:\n url: \"{{ containerd_release_remote }}\"\n dest: \"/tmp/containerd.tgz\"\n\n- name: Download runC release\n include_tasks: ../../cache/ta...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4455, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/disclose-hostname
7,967
[ "permissive" ]
[ { "path": "lib/roles/disclose-hostname/tasks/detect_dns.yml", "content": "- name: Install dig\n package:\n name: bind-utils\n state: present\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat'\n\n- name: Try to resolve hostnames\n shell: dig +short {{ item }}\n register: d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1881, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/etcd
7,967
[ "permissive" ]
[ { "path": "lib/roles/etcd/tasks/generate-cert.yml", "content": "- name: Generate certificate for etcd\n include_tasks: ../../common/tasks/signed-certificate.yml\n vars:\n ca: \"{{ etcd_ca_crt }}\"\n ca_key: \"{{ etcd_ca_key }}\"\n cert_key: \"{{ pki_path }}/kube-etcd-server-{{ inventory_hostname ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2076, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/image
7,967
[ "permissive" ]
[ { "path": "lib/roles/image/tasks/load-on-masters.yml", "content": "- name: Load image {{ etcd_image }}\n include_tasks: ../../cache/tasks/image.yml\n vars:\n image: \"{{ etcd_image }}\"\n\n- name: Load image osixia/keepalived:1.4.5\n include_tasks: ../../cache/tasks/image.yml\n vars:\n image: osix...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 650, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/kube-pki
7,967
[ "permissive" ]
[ { "path": "lib/roles/kube-pki/tasks/generate.yml", "content": "- name: Make sure the PKI directoriy exists\n file:\n path: \"{{ pki_path }}\"\n state: directory\n\n- name: Generate CA for kubernetes\n include_tasks: ../../common/tasks/ca.yml\n vars:\n ca_key: \"{{ kube_ca_key }}\"\n ca_csr: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/kube-proxy
7,967
[ "permissive" ]
[ { "path": "lib/roles/kube-proxy/tasks/main.yml", "content": "- name: Replicate kube-proxy manifests\n template:\n src: \"{{ k8s_manifest_template }}/kube-proxy.yml.j2\"\n dest: \"/tmp/kube-proxy.yml\"\n\n- name: Create SA for kube-proxy\n shell: kubectl create sa kube-proxy -n kube-system --dry-run ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/kube-release-package
7,967
[ "permissive" ]
[ { "path": "lib/roles/kube-release-package/tasks/determine-version.yml", "content": "- name: Figure out latest version of Kubernetes\n uri:\n url: https://api.github.com/repos/kubernetes/kubernetes/releases\n body_format: json\n return_content: yes\n register: kubernetes_rel_resp\n\n- name: Save I...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2340, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/kubelet
7,967
[ "permissive" ]
[ { "path": "lib/roles/kubelet/tasks/common.yml", "content": "- name: Disable swap\n shell: |\n swapoff -a\n echo 0 > /proc/sys/vm/swappiness\n sed -ri 's/^[^#]\\S+\\s+none\\s+swap\\s+/# &/' /etc/fstab\n sed -ri 's/^[^#]\\S+\\s+swap\\s+swap\\s+/# &/' /etc/fstab\n args:\n executable: /bin/ba...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1973, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/local-kube-release-package
7,967
[ "permissive" ]
[ { "path": "lib/roles/local-kube-release-package/tasks/main.yml", "content": "- name: Determine the Kubernetes release version\n include_tasks: ../../kube-release-package/tasks/determine-version.yml\n when: kube_release_version is not defined\n\n- name: Download the Kubernetes release package\n include_ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/master-kube-release-package
7,967
[ "permissive" ]
[ { "path": "lib/roles/master-kube-release-package/tasks/main.yml", "content": "- name: Load images and Install binaries\n shell: |\n {{ image_load_func }}\n [[ ! -d kubernetes/server/bin ]] && tar zxf kubernetes-server-linux-amd64.tar.gz\n pushd kubernetes/server/bin > /dev/null\n for tar in *.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": true }