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 | datlife/homelab | b84502b5616d467d54257fcd691a1226af2dd3d6 | 0 | config/roles/secure-ssh | 7,915 | [
"no_license"
] | [
{
"path": "config/roles/secure-ssh/tasks/install.yml",
"content": "---\n- name: Ensure OpenSSH server is setup\n apt:\n name: openssh-server\n state: present\n\n- name: Configure OpenSSH server on Ubuntu\n when: ansible_os_family == 'Debian'\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2636,
"all_permissive": false
} |
ansible_role | datlife/homelab | b84502b5616d467d54257fcd691a1226af2dd3d6 | 0 | config/roles/set-iptables | 7,915 | [
"no_license"
] | [
{
"path": "config/roles/set-iptables/tasks/main.yml",
"content": "---\n- name: Ensure `iptables` is installed\n sudo: yes\n apt:\n - name: iptables\n - state: present\n\n- name: Flush iptables the first time playbook runs.\n command: >\n iptables -F\n creates=/etc/firewall.bash\n- name: Copy ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1749,
"all_permissive": false
} |
ansible_role | datlife/homelab | b84502b5616d467d54257fcd691a1226af2dd3d6 | 0 | config/roles/zsh | 7,915 | [
"no_license"
] | [
{
"path": "config/roles/zsh/tasks/install.yml",
"content": "- name: Install ZSH\n package:\n name: zsh\n state: present\n\n- name: Check if .oh-my-zsh exists\n stat:\n path: '{{ansible_env.HOME }}/.oh-my-zsh'\n register: oh_my_zsh\n\n\n- name: Install Oh my ZSH\n # Install and load extra plugin... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | felizkk/ansible-azure | c8ea437919f3cd959baaa3b27f7dce2c2f5ab4e6 | 0 | roles/resourcegroup | 7,915 | [
"no_license"
] | [
{
"path": "roles/resourcegroup/tasks/main.yaml",
"content": "---\n- name: Ensure Resource Group is Present\n azure.azcollection.azure_rm_resourcegroup:\n auth_source: env\n name: \"{{ rg_name }}\"\n location: \"{{ rg_location }}\"\n tags: \"{{ rg_tags }}\"\n state: \"{{ rg_state }}\"\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | felizkk/ansible-azure | c8ea437919f3cd959baaa3b27f7dce2c2f5ab4e6 | 0 | roles/subnet | 7,915 | [
"no_license"
] | [
{
"path": "roles/subnet/defaults/main.yaml",
"content": "---\nsubnet_rg_name: rg-my-aap\nsubnet_vnet_name: vnet-my-aap\nsubnet_name: snet-my-aap\nsubnet_address_prefix_cidr: \"10.0.1.0/24\"\nsubnet_state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1375,
"all_permissive": false
} |
ansible_role | felizkk/ansible-azure | c8ea437919f3cd959baaa3b27f7dce2c2f5ab4e6 | 0 | roles/virtualmachine | 7,915 | [
"no_license"
] | [
{
"path": "roles/virtualmachine/defaults/main.yaml",
"content": "---\nsubnet_rg_name: rg-my-aap\nsubnet_vnet_name: vnet-my-aap\nsubnet_name: snet-my-aap\nvm_rg_name: rg-my-aap\nvm_name: vm-my-aap\nvm_size: Standard_B1s\nvm_os_disk_size_gb: 64\nvm_username: demoadmin\nvm_password: <PASSWORD>\nvm_state: prese... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | felizkk/ansible-azure | c8ea437919f3cd959baaa3b27f7dce2c2f5ab4e6 | 0 | roles/virtualnetwork | 7,915 | [
"no_license"
] | [
{
"path": "roles/virtualnetwork/tasks/main.yaml",
"content": "---\n- name: Ensure Virtual Network is Present - {{ vnet_name }}\n azure.azcollection.azure_rm_virtualnetwork:\n resource_group: \"{{ vnet_rg_name }}\"\n name: \"{{ vnet_name }}\"\n address_prefixes_cidr: \"{{ vnet_address_prefixes_cidr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | dysonfrost/ansible-kops | 629cb1aff9e97c4fcb059bc21d3b8663b5aeae5b | 0 | roles/deploy_ingressnginx | 7,915 | [
"no_license"
] | [
{
"path": "roles/deploy_ingressnginx/tasks/main.yml",
"content": "- name: Deploy ingress NGINX\n shell: |\n helm install nginx-ingress stable/nginx-ingress \\\n --namespace kube-system \\\n --set controller.publishService.enabled=true\n ignore_errors: true\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | dysonfrost/ansible-kops | 629cb1aff9e97c4fcb059bc21d3b8663b5aeae5b | 0 | roles/deploy_varnish | 7,915 | [
"no_license"
] | [
{
"path": "roles/deploy_varnish/templates/varnish.yml.j2",
"content": "---\napiVersion: v1\nkind: ReplicationController\nmetadata:\n name: varnish-proxy\n namespace: wordpress\nspec:\n replicas: 1\n selector:\n app: varnish-proxy\n template:\n metadata:\n name: varnish-proxy\n labels:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2028,
"all_permissive": false
} |
ansible_role | dysonfrost/ansible-kops | 629cb1aff9e97c4fcb059bc21d3b8663b5aeae5b | 0 | roles/deploy_wordpress | 7,915 | [
"no_license"
] | [
{
"path": "roles/deploy_wordpress/templates/mysql-deployment.yaml.j2",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n namespace: wordpress\n name: {{ db_host }}\n labels:\n app: wordpress\nspec:\n ports:\n - port: 3306\n selector:\n app: wordpress\n tier: mysql\n type: NodePort\n--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6096,
"all_permissive": false
} |
ansible_role | aa8855/vpn-on-demand | 6a1dd0ea33acf9c07674ec50c7d3f5d9599086d1 | 0 | ansible/roles/wireguard_server | 7,915 | [
"no_license"
] | [
{
"path": "ansible/roles/wireguard_server/defaults/main.yml",
"content": "wireguard_server_interface_address: \"172.16.0.1/29\"\r\nwireguard_listen_port: \"51820\"\r\nclient_allowed_ips: \"172.16.0.2/32\"\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1665,
"all_permissive": false
} |
ansible_role | thebestlearner-ric/awsscaling | 00373c389d629ad8c04d4a2f7874000f8f3c0e5b | 0 | Scale/ansible/roles/ansible-nginx | 7,915 | [
"no_license"
] | [
{
"path": "Scale/ansible/roles/ansible-nginx/tasks/nginx.yml",
"content": "---\n# Start service nginx\n- name: Start service nginx\n service:\n name: \"nginx\"\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "Scale/ansible/r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | thebestlearner-ric/awsscaling | 00373c389d629ad8c04d4a2f7874000f8f3c0e5b | 0 | Scale/ansible/roles/create-user | 7,915 | [
"no_license"
] | [
{
"path": "Scale/ansible/roles/create-user/vars/main.yml",
"content": "---\n# vars file for create-user\nusername: ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "Scale/ansible/roles/create-user/tasks/main.yml",
"content": "---\n# task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | thebestlearner-ric/awsscaling | 00373c389d629ad8c04d4a2f7874000f8f3c0e5b | 0 | Scale/ansible/roles/kube | 7,915 | [
"no_license"
] | [
{
"path": "Scale/ansible/roles/kube/files/hpa.yaml",
"content": "apiVersion: autoscaling/v1\nkind: HorizontalPodAutoscaler\nmetadata:\n creationTimestamp: null\n name: mysql\nspec:\n maxReplicas: 10\n minReplicas: 1\n scaleTargetRef:\n apiVersion: apps/v1\n kind: Deployment\n name: mysql\n ta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 11827,
"all_permissive": false
} |
ansible_role | thebestlearner-ric/awsscaling | 00373c389d629ad8c04d4a2f7874000f8f3c0e5b | 0 | Scale/ansible/roles/mysql | 7,915 | [
"no_license"
] | [
{
"path": "Scale/ansible/roles/mysql/vars/main.yml",
"content": "---\n# vars file for mysql\nmysql_filename: \"mydb\"\nyml_extension: \"yml\"\nmysql_version: \"mysql:5.6\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "Scale/ansible/roles/mysql/fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4599,
"all_permissive": false
} |
ansible_role | thebestlearner-ric/awsscaling | 00373c389d629ad8c04d4a2f7874000f8f3c0e5b | 0 | Scale/ansible/roles/packages | 7,915 | [
"no_license"
] | [
{
"path": "Scale/ansible/roles/packages/tasks/main.yml",
"content": "---\n# tasks file for packages\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Upgrade all apt packages\n apt: upgrade=dist\n\n- name: Install dependencies\n apt:\n name: \"{{ packages }}\"\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | kouta216/Automatically-build-a-VM-on-proxmox-with-terrafrom-and-ansible | ed7290ad5353f2433640a40a983ba6b7c831af84 | 0 | ansible/roles/docker | 7,915 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install prerequisite packages\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n url: https://downloa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | kouta216/Automatically-build-a-VM-on-proxmox-with-terrafrom-and-ansible | ed7290ad5353f2433640a40a983ba6b7c831af84 | 0 | ansible/roles/ubuntu-setup | 7,915 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu-setup/tasks/main.yml",
"content": "---\n- name: Update APT package cache\n apt:\n update_cache: yes\n\n- name: Upgrade all packages to the latest version\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install basic utility packages\n apt:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | ilflask/ansible-setting-server | f781ef1c3b6d6ac79c67cbc42422e49a88ef7c9c | 0 | roles/docker | 7,915 | [
"no_license"
] | [
{
"path": "roles/docker/meta/main.yml",
"content": "galaxy_info:\n role_name: docker\n description: Setting up servers for Docker\n author: <NAME>\n license: MIT\n min_ansible_version: \"2.9\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2237,
"all_permissive": false
} |
ansible_role | ilflask/ansible-setting-server | f781ef1c3b6d6ac79c67cbc42422e49a88ef7c9c | 0 | roles/fail2ban | 7,915 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": "- name: Install fail2ban\n ansible.builtin.apt:\n name: fail2ban\n state: latest\n install_recommends: no\n\n- name: Start fail2ban\n ansible.builtin.systemd_service:\n name: fail2ban\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | ilflask/ansible-setting-server | f781ef1c3b6d6ac79c67cbc42422e49a88ef7c9c | 0 | roles/logrotate | 7,915 | [
"no_license"
] | [
{
"path": "roles/logrotate/tasks/main.yml",
"content": "- name: Install logrotate\n block:\n - name: Install logrotate\n apt:\n name: logrotate\n state: latest\n update_cache: yes\n install_recommends: no",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | ilflask/ansible-setting-server | f781ef1c3b6d6ac79c67cbc42422e49a88ef7c9c | 0 | roles/timezone | 7,915 | [
"no_license"
] | [
{
"path": "roles/timezone/tasks/main.yml",
"content": "- name: set timezone to Asia/Yekaterinburg\n timezone:\n name: Asia/Yekaterinburg\n become: yes\n become_method: sudo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | lanuma/latihan-ansible | b516ad0a0699344241431a43f78ce9ae49ba36cf | 0 | roles/httpd | 7,919 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd\n yum: name=httpd state=latest\n\n- name: create sites directories\n file: path=/var/www/html/sites state=directory\n # with_items: \"{{ httpd_dirs }}\"\n\n- name: copy an index.html\n template: src=index.html.j2 dest=/var/ww... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/AWS | 7,919 | [
"no_license"
] | [
{
"path": "roles/AWS/defaults/main.yml",
"content": "---\n# General\nregion : \"eu-west-2\"\n# If vpc_id is not defined the system will take the default\n#vpc_id : \"vpc-032db86b\"\nvpc_id : \"\"\n#\n# AWS ini $HOME file configuration\n#\nawsHomeDir : \"~/.aws\"\nawsIniPairs :\n ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 26680,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/Azure | 7,919 | [
"no_license"
] | [
{
"path": "roles/Azure/tasks/main.yml",
"content": "---\n- name: Credential INI file to run Azure --------------------\n ini_file:\n path: \"{{ item.path }}\"\n section: \"{{ item.section }}\"\n option: \"{{ item.option }}\"\n value: \"{{ item.value }}\"\n loop: \"{{ az_credentials_list }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5262,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/DB_adm | 7,919 | [
"no_license"
] | [
{
"path": "roles/DB_adm/tasks/main.yml",
"content": "---\n- name: Create MySql DBs on respective hosts --------------\n mysql_db: \n login_user: \"{{ item.admuser }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_host: \"{{ item.host }}\"\n name: \"{{ item.dbname }}\"\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2533,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/Docker | 7,919 | [
"no_license"
] | [
{
"path": "roles/Docker/tasks/10-create.yml",
"content": "---\n#- name: my debug\n# debug:\n# msg: \"{{ item }}\"\n# ##loop: \"{{ query('dict',dockerContainerList) }}\"\n# loop: \"{{ mylist2 | map(attribute='name') | list | difference(['bridge','none','host']) }}\"\n# ##when: dockerContainerList[0] ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8182,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/base | 7,919 | [
"no_license"
] | [
{
"path": "roles/base/templates/lrgc01.uk.to-cert.conf.j2",
"content": "ssl_certificate {{ cert_hash_list[2].server_cert_path }};\nssl_certificate_key {{ cert_hash_list[2].server_certkey_path }};\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7146,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/common | 7,919 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n#- name: Apt repositories for certbot ----------------------\n# apt_repository:\n# repo: ppa:certbot/certbot\n# register: certbot_repo_added\n# tags: update_repository\n#\n- name: Install remote python if not installed (apt)-------\n raw: \"if... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6939,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/gitcfg | 7,919 | [
"no_license"
] | [
{
"path": "roles/gitcfg/tasks/main.yml",
"content": "---\n- name: Grant repodir permissions to git user -------------\n file:\n path: \"{{ git_repodir }}\"\n state: directory\n owner: \"{{ git_user }}\"\n group: \"{{ git_user }}\"\n mode: \"g+rwx\"\n recurse: false\n when: git_repodir is... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1823,
"all_permissive": false
} |
ansible_role | lrgc01/ansible-mighty_roles | 58181f1e2210037e002f07a11cab705997b6a306 | 0 | roles/users | 7,919 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Create some general purpose users -----------------\n user:\n name: \"{{ item.username }}\"\n state: \"{{ item.state | default(omit) }}\"\n remove: \"{{ item.remove | default(omit) }}\"\n comment: \"{{ item.comment | default(omit)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | rmiller003/RPM-playbooks | 33d9d69a290837833f1ac50565e5c27bcf04d081 | 0 | roles/netscaler-loadbalancer | 7,919 | [
"no_license"
] | [
{
"path": "roles/netscaler-loadbalancer/defaults/main.yml",
"content": "---\n# defaults file for netscaler-loadbalancer\nlb_monitor_type: HTTP-ECV\nservice_group_type: HTTP\nlb_service_type: HTTP\nloadbalancing_method: ROUNDROBIN",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3760,
"all_permissive": false
} |
ansible_role | owainow/automate_patching_ansible | 135ec789e695661fd8e0493cca1d8fe2f34abfe7 | 0 | roles/os_update | 7,919 | [
"no_license"
] | [
{
"path": "roles/os_update/tasks/main.yml",
"content": "---\n- name: Get packages that are installed\n become: yes\n ansible.builtin.dnf:\n list: installed\n state: latest\n update_cache: yes\n register: reg_dnf_output_installed\n when: ev_security_only == \"no\"\n \n- name: List packages that ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2272,
"all_permissive": false
} |
ansible_role | naresh3774/mlflow-server | 8445708b79e8a66b30b07d66da6e6f87288572be | 0 | roles/k8s_mlflow | 7,919 | [
"no_license"
] | [
{
"path": "roles/k8s_mlflow/template/mlflow_deployment.yaml.j2",
"content": "---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: mlflow-deployment\n namespace: mlflow\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: mlflow\n template:\n metadata:\n labels:\n app: ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 8033,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | aap/roles/aws | 7,919 | [
"no_license"
] | [
{
"path": "aap/roles/aws/tasks/main.yml",
"content": "---\n- name: Create\n ansible.builtin.include_tasks:\n file: \"{{ task_list_loop }}\"\n when: state == 'present'\n loop:\n - vpc.yml\n - subnet.yml\n - igw.yml\n - nat_gateway.yml\n - route.yml\n - securitygroup.yml\n - ec2.yml\n - rds_subn... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 14300,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | aap/roles/database | 7,919 | [
"no_license"
] | [
{
"path": "aap/roles/database/tasks/main.yml",
"content": "---\n- name: Create new databases for Controller, Hub, and Catalog\n community.postgresql.postgresql_db:\n name: \"{{ item }}\"\n state: present\n login_user: \"{{ db_instances[0].username }}\"\n login_password: \"{{ db_instances[0].pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | aap/roles/update | 7,919 | [
"no_license"
] | [
{
"path": "aap/roles/update/tasks/main.yml",
"content": "---\n- name: Register Red Hat\n community.general.redhat_subscription:\n state: present\n username: \"{{ rhsm_username }}\"\n password: \"{{ <PASSWORD> }}\"\n pool_ids:\n - \"{{ pool_id }}\"\n become: yes\n\n- name: Enable subscriptio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | roles/acm_managed_cluster_create | 7,919 | [
"no_license"
] | [
{
"path": "roles/acm_managed_cluster_create/tasks/acm-create.yaml",
"content": "---\n- name: Template ACM resources \n template:\n src: \"acm-cluster-create.yaml.j2\"\n dest: \"acm-cluster-create.yaml\"\n\n- name: Template OpenShift install config\n template:\n src: \"install-config.yaml.j2\"\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7424,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | roles/break_oauth | 7,919 | [
"no_license"
] | [
{
"path": "roles/break_oauth/tasks/README.md",
"content": "### To fix OAuth break:\n\n1. Login to cluster with Kubeadmin\n\n2. Navigate to Keycloak Operator or the Keycloak Admin console (credentials may be found in the sso namespace -> Secrets -> credential-{{managed_cluster_name}}-keycloak )\n\n3. Navigat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2848,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | roles/cert_manager | 7,919 | [
"no_license"
] | [
{
"path": "roles/cert_manager/files/base/kustomization.yaml",
"content": "apiVersion: kustomize.config.k8s.io/v1beta1\nkind: Kustomization\n\nnamespace: openshift-cert-manager-operator\n\nresources:\n - operator-namespace.yaml\n - operator-group.yaml\n - subscription.yaml\n",
"license_type": "no_lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4607,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | roles/managed_cluster_login | 7,919 | [
"no_license"
] | [
{
"path": "roles/managed_cluster_login/tasks/main.yml",
"content": "---\n\n- name: Get info from {{ managed_cluster_name }} ClusterDeployment\n k8s_info:\n api_key: \"{{ acm_hub_service_account }}\"\n host: \"{{ acm_hub_server }}\"\n api_version: hive.openshift.io/v1\n kind: ClusterDeployment\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1565,
"all_permissive": false
} |
ansible_role | redhat-cop/rhdirt | 73cfa5c0a812b44743e6f55905cfd3292c51a020 | 1 | roles/rhsso_oauth | 7,919 | [
"no_license"
] | [
{
"path": "roles/rhsso_oauth/files/rhsso-operator/overlays/alpha/kustomization.yaml",
"content": "apiVersion: kustomize.config.k8s.io/v1beta1\nkind: Kustomization\n\nnamespace: sso\n\nbases:\n - ../../base\n\npatches:\n - target:\n kind: Subscription\n name: rhsso-operator\n patch: |-\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8800,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/backup | 7,919 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "- name: Create dest folder\n ansible.builtin.file:\n path: \"{{ dest }}/{{ item['folder'] | replace('~','home') | dirname }}\"\n state: directory\n mode: \"0740\"\n loop: \"{{ backup_folders }}\"\n\n- name: Archive folders\n community.general.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/base | 7,919 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "---\n- name: Install apt based packages\n ansible.builtin.apt:\n name:\n - gnupg2\n - openssh-server\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n - python3-pip\n - virtualenv\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/bash | 7,919 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yml",
"content": "- name: Install bash git prompt script\n ansible.builtin.blockinfile:\n path: ~/.bashrc\n insertafter: EOF\n block: \"{{ lookup('ansible.builtin.file', 'bash_git_prompt') }}\"\n append_newline: true\n\n- name: Install bash aliases\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/chrome | 7,919 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "---\n- name: Import Google Chrome GPG signing key\n ansible.builtin.apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n id: 7FAC5991\n\n- name: Add Google Chrome x86_64 repository\n ansible.builtin.apt_repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/restore | 7,919 | [
"no_license"
] | [
{
"path": "roles/restore/tasks/main.yml",
"content": "- name: Restore\n ansible.builtin.unarchive:\n src: \"{{ dest }}/{{ item['folder'] | replace('~','home') }}.tar.gz\"\n dest: \"{{ item['folder'] | dirname }}\"\n loop: \"{{ backup_folders }}\"",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/vs_code | 7,919 | [
"no_license"
] | [
{
"path": "roles/vs_code/tasks/main.yml",
"content": "---\n- name: Install visual code\n ansible.builtin.apt:\n deb: https://go.microsoft.com/fwlink/?LinkID=760868\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/yt-dlp | 7,919 | [
"no_license"
] | [
{
"path": "roles/yt-dlp/tasks/main.yml",
"content": "- name: Ensure local bin exists\n ansible.builtin.file:\n path: ~/.local/bin\n state: directory\n mode: \"0755\"\n\n- name: Install yt-dlp\n become: false\n ansible.builtin.get_url:\n url: 'https://github.com/yt-dlp/yt-dlp/releases/latest/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | valleyco/ansible-local | f940dc291e8d497182963e56262bca1ca8edb969 | 0 | roles/zed | 7,919 | [
"no_license"
] | [
{
"path": "roles/zed/tasks/main.yml",
"content": "---\n- name: Install zed\n become: false\n ansible.builtin.shell:\n executable: /bin/bash\n cmd: set -o pipefail && curl -f https://zed.dev/install.sh | sh\n creates: \"~/.local/bin/zed\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | LiviuMinzatu/formazione_cm | 8385d6733a25b59314407a9f96fd5bcbeab4dad2 | 0 | S3/roles/build_images | 7,919 | [
"no_license"
] | [
{
"path": "S3/roles/build_images/tasks/main.yml",
"content": "# Task per costruire le immagini Docker da file Dockerfile presenti nelle rispettive cartelle\n- name: Build delle immagini\n community.docker.docker_image:\n name: \"{{ item.name }}\" # Nome dell'immagine da costruire (es. ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1488,
"all_permissive": false
} |
ansible_role | LiviuMinzatu/formazione_cm | 8385d6733a25b59314407a9f96fd5bcbeab4dad2 | 0 | S3/roles/push_images | 7,919 | [
"no_license"
] | [
{
"path": "S3/roles/push_images/tasks/main.yml",
"content": "# Task per taggare l'immagine Docker con il nome del registry locale\n- name: Tag immagine per registry\n command: docker tag {{ item.name }}:latest {{ registry_url }}/{{ item.name }}:latest\n loop: \"{{ containers }}\" # Applica il task a ogni... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | LiviuMinzatu/formazione_cm | 8385d6733a25b59314407a9f96fd5bcbeab4dad2 | 0 | S3/roles/registry | 7,919 | [
"no_license"
] | [
{
"path": "S3/roles/registry/tasks/main.yml",
"content": "# Avvia un container locale che funge da Docker Registry privato\n- name: Avvio registry\n community.docker.docker_container:\n name: registry # Nome del container\n image: registry:2 # Immagine del registry Docker ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | LiviuMinzatu/formazione_cm | 8385d6733a25b59314407a9f96fd5bcbeab4dad2 | 0 | S3/roles/run_containers | 7,919 | [
"no_license"
] | [
{
"path": "S3/roles/run_containers/tasks/main.yml",
"content": "# Avvia i container scaricandoli dal registry locale\n- name: Avvia container\n community.docker.docker_container:\n name: \"{{ item.name }}\" # Nome da assegnare al container\n image: \"{{ registry_url }}/{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | chandru9279/ansible-spike | 2be1026c1aa80e46d875f965b63dc0eeee93cb19 | 0 | roles/ansible_deploy_user | 7,919 | [
"no_license"
] | [
{
"path": "roles/ansible_deploy_user/README.md",
"content": "Role to create a deploy user, group, and authorize ansible key in targe machines\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/ansible_deploy_user/vars/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1722,
"all_permissive": false
} |
ansible_role | chandru9279/ansible-spike | 2be1026c1aa80e46d875f965b63dc0eeee93cb19 | 0 | roles/spike_symlink_release | 7,919 | [
"no_license"
] | [
{
"path": "roles/spike_symlink_release/vars/main.yml",
"content": "# Variables for spike_symlink_release\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/spike_symlink_release/tasks/main.yml",
"content": "- name: Create if not exists a f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | chandru9279/ansible-spike | 2be1026c1aa80e46d875f965b63dc0eeee93cb19 | 0 | roles/spike_windows_powershell | 7,919 | [
"no_license"
] | [
{
"path": "roles/spike_windows_powershell/vars/main.yml",
"content": "---\n# vars file for spike_windows_powershell\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/spike_windows_powershell/handlers/main.yml",
"content": "---\n# handlers... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/check_if_cluster_is_running | 7,917 | [
"no_license"
] | [
{
"path": "roles/check_if_cluster_is_running/tasks/main.yml",
"content": "---\n- include_tasks: check_if_cluster_is_running.yml\n when: inventory_hostname in groups[\"master_nodes\"]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/check_if_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1197,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/create_master_nodes | 7,917 | [
"no_license"
] | [
{
"path": "roles/create_master_nodes/defaults/main.yml",
"content": "---\npod_network: '10.244.0.0/16'\npodnetwork_yaml_url: 'https://raw.githubusercontent.com/coreos/flannel/2140ac876ef134e0ed5af15c65e414cf26827915/Documentation/kube-flannel.yml'",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/create_worker_nodes | 7,917 | [
"no_license"
] | [
{
"path": "roles/create_worker_nodes/tasks/get_bootstrap_token.yml",
"content": "---\n\n- name: Get default bootstrap token generated by 'kubeadm init'\n shell: kubeadm token list |sed -n '2p' |awk '{print $1}'\n register: bootstrap_token\n\n- name: Get token ca cert hash\n shell: openssl x509 -pubkey -i... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/disable_nf_tables | 7,917 | [
"no_license"
] | [
{
"path": "roles/disable_nf_tables/tasks/disable_nf_tables.yml",
"content": "---\n- name: Install arptables and ebtables\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n loop:\n - arptables\n - ebtables\n\n- name: Disable nf_tables\n shell: \"{{ item }}\"\n with_items:\n - 'update-alte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/docker | 7,917 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/set_up_the_repository.yml",
"content": "---\n\n- name: Install packages to allow apt to use a repository over HTTPS\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-propert... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/fix_problems_on_vmachines | 7,917 | [
"no_license"
] | [
{
"path": "roles/fix_problems_on_vmachines/tasks/main.yml",
"content": "---\n- name: Add node-ip to kubelet unit file\n lineinfile:\n path: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf\n regexp: '^ExecStart=/usr/bin/kubelet'\n line: \"ExecStart=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $K... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/kubernetes_components | 7,917 | [
"no_license"
] | [
{
"path": "roles/kubernetes_components/tasks/main.yml",
"content": "---\n- include_tasks: set_up_the_repository.yml\n- include_tasks: install_kubernetes_components.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/kubernetes_components/task... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/prepare_admin_user | 7,917 | [
"no_license"
] | [
{
"path": "roles/prepare_admin_user/tasks/create_admin_user.yml",
"content": "---\n- name: Configure kubectl for use as 'admin user' - create .kube directory\n file:\n path: \"/home/{{ admin_user_name }}/.kube\"\n owner: \"{{ admin_user_name }}\"\n group: \"{{ admin_user_name }}\"\n state: dire... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | grabowski-tech/honeycomb | e745857f2c20d7f1b5f17c2c4d987694e7323f0f | 0 | roles/swapoff | 7,917 | [
"no_license"
] | [
{
"path": "roles/swapoff/tasks/main.yml",
"content": "---\n- name: Check if swap is enable\n command: swapon -s\n register: swap\n\n- include_tasks: disable_swap.yml\n when: swap.stdout != ''\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path": "ro... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | Skalador/setup-fedora | cd2e26e29a45aae9e809ee258d5e1c2e7629ad24 | 0 | roles/office_tools | 7,917 | [
"permissive"
] | [
{
"path": "roles/office_tools/molecule/default/verify_tasks.yaml",
"content": "---\n- name: Check if keepassxc is installed\n ansible.builtin.command: keepassxc --version\n register: keepassxc_check\n failed_when:\n - \"'command not found' in keepassxc_check.stderr\"\n\n- name: Display verification re... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 614,
"all_permissive": true
} |
ansible_role | Skalador/setup-fedora | cd2e26e29a45aae9e809ee258d5e1c2e7629ad24 | 0 | roles/packages | 7,917 | [
"permissive"
] | [
{
"path": "roles/packages/molecule/default/converge.yml",
"content": "---\n- name: Fail if molecule group is missing\n hosts: localhost\n tasks:\n - name: Print some info\n ansible.builtin.debug:\n msg: \"{{ groups }}\"\n\n - name: Assert group existence\n ansible.builtin.assert:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1645,
"all_permissive": true
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/aws | 7,917 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/main.yml",
"content": "- name: Install aws-cli\n pip:\n name: awscli\n state: latest\n extra_args: --user",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/base16 | 7,917 | [
"no_license"
] | [
{
"path": "roles/base16/tasks/main.yml",
"content": "- name: Clone base16-shell\n git:\n repo: https://github.com/chriskempson/base16-shell\n dest: \"{{ wsl_bootstrap_user_home }}/.config/base16-shell\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/common | 7,917 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# - name: Add nessessary PPAs\n# apt_repository:\n# repo: ppa:hadret/fswatch\n# state: present\n# become: yes\n\n- name: Install common packages\n apt: \n name: ['tree', 'curl', 'python-setuptools', 'ack']\n state: latest\n update_ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/docker | 7,917 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/osx.yml",
"content": "- name: Install Docker with Homebrew\n homebrew: name=docker state=latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/docker/tasks/debian.yml",
"content": "- name: Install packages ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/docker-compose | 7,917 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "\n# Pip is installed in common role\n# - name: Install Python dependencies for docker compose\n# easy_install:\n# name: pip\n# state: latest\n# become: yes\n\n- name: Install docker compose\n pip:\n name: docker-compose\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/docker-sync | 7,917 | [
"no_license"
] | [
{
"path": "roles/docker-sync/tasks/main.yml",
"content": "\n- name: Install ruby\n # apt: \"name={{ item }} state=present\"\n action: \"{{ ansible_pkg_mgr }} pkg={{ item }} state=present\"\n with_items:\n - ruby\n - ruby-dev\n become: yes\n\n# - name: Install docker-sync\n# gem:\n# name: doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2001,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/earthly | 7,917 | [
"no_license"
] | [
{
"path": "roles/earthly/tasks/main.yml",
"content": "- name: Donwload Earthly binary\n get_url:\n url: https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64\n dest: /usr/local/bin/earthly\n mode: \"0777\"\n become: yes\n\n- name: Bootstrap Earthly with autocomplete\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/fzf | 7,917 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "# Installation and setup\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Clone fzf repo\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: \"{{ wsl_bootstrap_user_home }}/.fzf\"\n depth: 1\n\n- name: Install ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/git | 7,917 | [
"no_license"
] | [
{
"path": "roles/git/templates/gitconfig.j2",
"content": "[hub]\n protocol = https\n[user]\n name = {{ full_name }}\n email = {{ git_email }}\n{% if git_signing_key %}\n signingkey = {{ git_signing_key }}\n{% endif %}\n{% if ansible_os_family == 'Darwin' %}\n[credential]\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1803,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/nvm | 7,917 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "- name: Install nvm dependencies\n apt:\n name: [ 'build-essential', 'libssl-dev' ]\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n tags: nvm\n\n- name: Install nvm\n git:\n repo: https://github.com/creationix/nvm.git\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/ssh | 7,917 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "- name: Install openssh-server\n apt:\n name: openssh-server\n state: latest\n update_cache: yes\n become: yes\n\n- name: Configure ssh to connect with password\n lineinfile:\n path: /etc/ssh/sshd_config\n line: \"{{ item }}\"\n with_items... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/thefuck | 7,917 | [
"no_license"
] | [
{
"path": "roles/thefuck/tasks/main.yml",
"content": "# Install the fuck tool: https://github.com/nvbn/thefuck\n\n- name: Install pip pre-requisites\n apt: \n name: [ \"python3-dev\", \"python3-pip\", \"python3-setuptools\" ]\n state: latest\n update_cache: yes\n become: yes\n\n- name: Install th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/tmux | 7,917 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n# - name: Check if tmux installed\n# shell: command -v tmux >/dev/null 2>&1\n# register: tmux_not_exist\n# failed_when: tmux_not_exist.rc > 0\n\n# - debug: msg=\"{{ tmux_not_exis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/zsh | 7,917 | [
"no_license"
] | [
{
"path": "roles/zsh/files/.bashrc",
"content": "# Switch to zsh\nif [ -t 1 ]; then\n exec zsh\nfi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/zsh/tasks/main.yml",
"content": "# Installation and setup\n- import_tasks: debian.yml\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7071,
"all_permissive": false
} |
ansible_role | cyxou/wsl-bootstrap | 22df7ca8a6f03f6923810da2ce2fedb4b4bd3130 | 1 | roles/zsh-autocomplete | 7,917 | [
"no_license"
] | [
{
"path": "roles/zsh-autocomplete/tasks/main.yml",
"content": "- name: Install zsh-autocomplete\n git:\n repo: https://github.com/marlonrichert/zsh-autocomplete.git\n depth: 1\n dest: \"{{ wsl_bootstrap_user_home }}/.zsh-autocomplete\"",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | 3scale/roles/3scale | 7,917 | [
"no_license"
] | [
{
"path": "3scale/roles/3scale/tasks/tenant_mgmt.yml",
"content": "---\n\n# wait to APIManager resource creation\n- name: \"wait for 3scale pods to be ready\"\n k8s_info:\n api_version: apps.openshift.io/v1\n kind: DeploymentConfig\n namespace: \"{{ threescale_namespace }}\"\n name: apicast-pro... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 19426,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | 3scale/roles/image_pull_secret | 7,917 | [
"no_license"
] | [
{
"path": "3scale/roles/image_pull_secret/tasks/main.yml",
"content": "---\n\n- name: \"check if image pull secret exists\"\n k8s_info:\n api_version: v1\n kind: secret\n namespace: \"{{ pull_secret_namespace }}\"\n name: \"{{ pull_secret_name }}\"\n register: r_image_pull_secret\n\n- name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | 3scale/roles/openshift_domain | 7,917 | [
"no_license"
] | [
{
"path": "3scale/roles/openshift_domain/tasks/main.yml",
"content": "---\n\n- name: \"get route definition\"\n k8s_info:\n api_version: route.openshift.io/v1\n kind: Route\n namespace: openshift-console\n field_selectors:\n - spec.to.name=console\n register: r_console_route\n\n- name: se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | 3scale/roles/openshift_operator | 7,917 | [
"no_license"
] | [
{
"path": "3scale/roles/openshift_operator/tasks/main.yml",
"content": "---\n\n- name: \"get packagemanifest for {{ operator_name }} operator\"\n k8s_info:\n api_version: packages.operators.coreos.com/v1\n kind: PackageManifest\n name: \"{{ packagemanifest }}\"\n namespace: openshift-marketplac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3270,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | amq-streams/roles/amq_streams_operator | 7,917 | [
"no_license"
] | [
{
"path": "amq-streams/roles/amq_streams_operator/defaults/main.yml",
"content": "---\n\namq_streams_operator_packagemanifest: amq-streams\namq_streams_operator_subscription_channel: stable\namq_streams_operator_subscription_name: amq-streams\namq_streams_operator_subscription_automatic_installplan_approval... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3009,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | amq-streams/roles/kafka_cluster | 7,917 | [
"no_license"
] | [
{
"path": "amq-streams/roles/kafka_cluster/defaults/main.yml",
"content": "---\n\nkafka_configmap_metrics: kafka-metrics\nkafka_configmap_metrics_key: metrics-config.yml\n\nzookeeper_configmap_metrics: zookeeper-metrics\nzookeeper_configmap_metrics_key: metrics-config.yml\n\n# zookeeper persistent storage\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3819,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | amq-streams/roles/kafka_topic | 7,917 | [
"no_license"
] | [
{
"path": "amq-streams/roles/kafka_topic/tasks/main.yml",
"content": "---\n\n- name: \"wait until kafka-cluster-entity-operator is active in {{ kafka_cluster_namespace }}\"\n k8s_info:\n api_version: v1\n kind: Deployment\n namespace: \"{{ kafka_cluster_namespace }}\"\n name: \"{{ entity_operat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | amq-streams/roles/strimzi_operator | 7,917 | [
"no_license"
] | [
{
"path": "amq-streams/roles/strimzi_operator/tasks/uninstall.yml",
"content": "---\n\n- name: \"delete strimzi operator in {{ strimzi_operator_namespace }}\"\n import_role:\n name: openshift_operator\n tasks_from: uninstall\n vars:\n operator_name: strimzi-operator\n subscription_namespace: \... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5063,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | amq-streams/roles/strimzi_operator_distro | 7,917 | [
"no_license"
] | [
{
"path": "amq-streams/roles/strimzi_operator_distro/tasks/uninstall.yml",
"content": "---\n- name: \"find strimzi operator deployment in {{ strimzi_operator_namespace }}\"\n k8s_info:\n api_version: apps/v1\n kind: Deployment\n namespace: \"{{ strimzi_operator_namespace }}\"\n label_selectors:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7115,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | argocd/roles/argocd | 7,917 | [
"no_license"
] | [
{
"path": "argocd/roles/argocd/tasks/uninstall.yml",
"content": "---\n\n- name: remove argocd installation\n k8s:\n state: absent\n api_version: argoproj.io/v1alpha1\n kind: ArgoCD\n name: \"{{ argocd_cr_name }}\"\n namespace: \"{{ argocd_namespace }}\"\n ignore_errors: true\n\n- name: get ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7990,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | gitea/roles/openshift_gitea | 7,917 | [
"no_license"
] | [
{
"path": "gitea/roles/openshift_gitea/tasks/uninstall.yml",
"content": "---\n\n- name: delete Gitea instance\n k8s:\n definition: \"{{ lookup('template', resource ) | from_yaml }}\"\n vars:\n resource: \"{{ resources_dir }}/gitea.j2\"\n ignore_errors: true\n\n- name: delete Gitea namespace\n when... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 11070,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | gitea/roles/openshift_namespace | 7,917 | [
"no_license"
] | [
{
"path": "gitea/roles/openshift_namespace/tasks/main.yml",
"content": "---\n\n- name: \"create {{ namespace }} namespace\"\n k8s:\n state: present\n definition: \"{{ lookup('template', resource ) | from_yaml }}\"\n vars:\n resource: \"templates/namespace.j2\"\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | gitea/roles/operatorgroup | 7,917 | [
"no_license"
] | [
{
"path": "gitea/roles/operatorgroup/tasks/main.yml",
"content": "---\n\n- name: \"create operator group in {{ operatorgroup_namespace }}\"\n k8s:\n state: present\n namespace: \"{{ operatorgroup_namespace }}\"\n definition: \"{{ lookup('template', resource ) | from_yaml }}\"\n vars:\n resourc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 504,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | kafdrop/roles/kafdrop | 7,917 | [
"no_license"
] | [
{
"path": "kafdrop/roles/kafdrop/templates/service-account.j2",
"content": "kind: ServiceAccount\napiVersion: v1\nmetadata:\n name: {{ kafdrop_service_account }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "kafdrop/roles/kafdrop/defaults/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5046,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | kafdrop/roles/operatorgroup | 7,917 | [
"no_license"
] | [
{
"path": "kafdrop/roles/operatorgroup/tasks/main.yml",
"content": "---\n\n- name: \"get operatorgroups in {{ operatorgroup_namespace }}\"\n k8s_info:\n api_version: operators.coreos.com/v1\n kind: OperatorGroup\n namespace: \"{{ operatorgroup_namespace }}\"\n register: r_operatorgroup\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | kafdrop/roles/rhoas | 7,917 | [
"no_license"
] | [
{
"path": "kafdrop/roles/rhoas/templates/kafkaconnection.j2",
"content": "apiVersion: rhoas.redhat.com/v1alpha1\nkind: KafkaConnection\nmetadata:\n name: {{ streams_apache_kafka_instance_name }}\nspec:\n accessTokenSecretName: {{ cloud_services_access_token_secret }}\n credentials:\n serviceAccountSec... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3732,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | kafdrop/roles/rhoas-operator | 7,917 | [
"no_license"
] | [
{
"path": "kafdrop/roles/rhoas-operator/tasks/main.yml",
"content": "---\n\n- name: \"create namespace for rhoas operator\"\n import_role:\n name: openshift-namespace\n vars:\n namespace: \"{{ rhoas_operator_namespace }}\"\n namespace_description: \"\"\n namespace_display_name: \"\"\n\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2140,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.