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 | udis/openstack-ansible | ae880a50ec0765594892169fe55265b204a29b3e | 0 | demo/roles/demo_web_server | 202 | [
"no_license"
] | [
{
"path": "demo/roles/demo_web_server/tasks/main.yml",
"content": "---\n\n- name: Install Apache\n yum:\n name: httpd\n state: latest\n\n- name: Start Apache service\n service:\n name: httpd\n enabled: yes\n state: started\n\n- name: Create a web page\n file:\n path: /var/www/html/index... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | udis/openstack-ansible | ae880a50ec0765594892169fe55265b204a29b3e | 0 | demo/roles/openstack_clear_demo | 202 | [
"no_license"
] | [
{
"path": "demo/roles/openstack_clear_demo/vars/main.yml",
"content": "---\n\n### Security group vars\nsecurity_group_name: demo_sec_group\n\n\ninstance_name: demo_instance\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "demo/roles/openstack_clea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | udis/openstack-ansible | ae880a50ec0765594892169fe55265b204a29b3e | 0 | demo/roles/openstack_set_demo | 202 | [
"no_license"
] | [
{
"path": "demo/roles/openstack_set_demo/vars/main.yml",
"content": "---\n\n### Network vars\nallocation_pool_start: 10.10.10.10\nallocation_pool_end: 10.10.10.50\ncidr: 10.10.10.0/24\ndns_nameservers: 10.35.28.28\n\n### Security group vars\nsecurity_group_name: demo_sec_group\n\n### Floating IPs\nfloating_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3574,
"all_permissive": false
} |
ansible_role | void0x23/virtual_env | 9549dba3c9b02eb55d694b139f702c63b1aa9b38 | 0 | roles/alpineClient | 202 | [
"no_license"
] | [
{
"path": "roles/alpineClient/tasks/main.yml",
"content": "- name: Install and configure alpine client\n become: true\n apt:\n name: alpine\n\n\n- name: Copy Alpine configuration file\n ansible.builtin.template:\n src: \"{{ role_path }}/templates/alpine_pinerc.j2\"\n dest: \"/home/{{ item.name }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | void0x23/virtual_env | 9549dba3c9b02eb55d694b139f702c63b1aa9b38 | 0 | roles/common | 202 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Creazione degli utenti\n user:\n name: \"{{ item.name }}\"\n home: \"{{ item.home }}\" \n shell: \"{{ item.shell }}\"\n password: \"{{ <PASSWORD> }}\"\n #expires: \"{{ lookup('pipe', 'date -u --date=\\\"now + 180 days\\\" +%s') }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | void0x23/virtual_env | 9549dba3c9b02eb55d694b139f702c63b1aa9b38 | 0 | roles/dnsserver | 202 | [
"no_license"
] | [
{
"path": "roles/dnsserver/tasks/main.yml",
"content": "- name: Install bind9\n become: true\n apt:\n name:\n - bind9\n - dnsutils\n\n- name: Create log directory for BIND\n ansible.builtin.file:\n path: /var/log/named\n state: directory\n owner: bind\n group: bind\n mode: '07... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | void0x23/virtual_env | 9549dba3c9b02eb55d694b139f702c63b1aa9b38 | 0 | roles/firewall | 202 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Verifica se il servizio nftables è installato\n stat:\n path: /usr/sbin/nft\n register: nft_installed\n- name: Installa il servizio nftables se non è installato\n become: true\n package:\n name: nftables\n state: present\n when: no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | void0x23/virtual_env | 9549dba3c9b02eb55d694b139f702c63b1aa9b38 | 0 | roles/mailserver | 202 | [
"no_license"
] | [
{
"path": "roles/mailserver/vars/main.yml",
"content": "to_install:\n - name: postfix\n - name: dovecot-core\n - name: dovecot-imapd\n \ndovecot_configs:\n - { src: \"{{ role_path }}/files/dovecot/dovecot.conf\", dest: \"/etc/dovecot/dovecot.conf\" }\n - { src: \"{{ role_path }}/files/dovecot/10-mail.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | void0x23/virtual_env | 9549dba3c9b02eb55d694b139f702c63b1aa9b38 | 0 | roles/nameserver | 202 | [
"no_license"
] | [
{
"path": "roles/nameserver/tasks/main.yaml",
"content": "- name: Set nameserver in resolv.conf\n ansible.builtin.replace:\n path: /etc/resolv.conf\n regexp: '^nameserver\\s+.+'\n replace: 'nameserver 10.10.10.2'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | void0x23/virtual_env | 9549dba3c9b02eb55d694b139f702c63b1aa9b38 | 0 | roles/switchRouter | 202 | [
"no_license"
] | [
{
"path": "roles/switchRouter/tasks/main.yaml",
"content": "- name: Install Open vSwitch\n apt:\n name: openvswitch-switch\n state: present\n\n- name: Create bridge br0\n openvswitch.openvswitch.openvswitch_bridge:\n bridge: \"{{ ovs_bridge }}\"\n state: present\n \n \n- name: Aggiungi l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1435,
"all_permissive": false
} |
ansible_role | bhaskarproy/devops_hometasks | b64545a77fda9f08b4f6bf86056545d613807290 | 0 | chap6/roles/apache | 202 | [
"no_license"
] | [
{
"path": "chap6/roles/apache/tasks/service.yml",
"content": "---\n - name: start apache web server\n service:\n name: httpd\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | bhaskarproy/devops_hometasks | b64545a77fda9f08b4f6bf86056545d613807290 | 0 | chap6/roles/frontend | 202 | [
"no_license"
] | [
{
"path": "chap6/roles/frontend/defaults/main.yml",
"content": "---\n# defaults file for frontend\n app:\n version: 1.5\n env: LOCALDEV\n\n fav:\n color: white\n fruit: orange\n car: chevy\n laptop: toshiba\n\n dbconn:\n host: localhost\n user: root\n pass: <PASSWORD>\n db: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | bhaskarproy/devops_hometasks | b64545a77fda9f08b4f6bf86056545d613807290 | 0 | chap6/roles/php | 202 | [
"no_license"
] | [
{
"path": "chap6/roles/php/tasks/install.yml",
"content": "---\n - name: Install php on app server\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - php\n - php-mysql\n notify: restart apache service",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | Jgeissler14/ansible-homelab | 1d2f7c88dc9e9931776ff2c54f8cc4bb7d2bfd97 | 0 | roles/common | 202 | [
"no_license"
] | [
{
"path": "roles/common/tasks/dist-upgrade.yaml",
"content": "- name: Updating APT Distribution \n apt:\n update_cache: yes\n upgrade: dist",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/common/tasks/main.yml",
"content": "- name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | michielgerritsen/ansible-centos7-jenkins | 9431a33ed161a972732b35322c5a9be2ae45eee9 | 0 | roles/common | 202 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: set timezone to Europe/Amsterdam\n timezone:\n name: Europe/Amsterdam\n\n- name: Install epel-release\n yum: name=epel-release state=present\n\n- name: install packages\n yum: name={{ item }} state=present\n with_items:\n - nano\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | michielgerritsen/ansible-centos7-jenkins | 9431a33ed161a972732b35322c5a9be2ae45eee9 | 0 | roles/firewall | 202 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: Enable firewalld\n service: name=firewalld state=restarted enabled=yes\n\n- name: Allow http/https\n command: firewall-cmd --zone=public --permanent --add-service=http --add-service=https\n\n- name: Reload firewall\n command: firewall-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | michielgerritsen/ansible-centos7-jenkins | 9431a33ed161a972732b35322c5a9be2ae45eee9 | 0 | roles/jenkins | 202 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- name: Install the Jenkins repo key\n rpm_key:\n state: present\n key: https://jenkins-ci.org/redhat/jenkins-ci.org.key\n\n- name: Add the Jenkins repository\n get_url:\n url: http://pkg.jenkins-ci.org/redhat/jenkins.repo\n dest: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | michielgerritsen/ansible-centos7-jenkins | 9431a33ed161a972732b35322c5a9be2ae45eee9 | 0 | roles/nginx | 202 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n become: yes\n become_method: sudo\n yum: name=nginx state=present\n\n- name: Copy default site file\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n\n- name: Copy nginx file\n tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | michielgerritsen/ansible-centos7-jenkins | 9431a33ed161a972732b35322c5a9be2ae45eee9 | 0 | roles/password | 202 | [
"no_license"
] | [
{
"path": "roles/password/tasks/main.yml",
"content": "---\n\n- name: force all notified handlers to run at this point, not waiting for normal sync points\n meta: flush_handlers\n when: admin_password.stat.exists == true\n\n- name: Wait for the Jenkins password\n wait_for:\n path: /var/lib/jenkins/sec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | michielgerritsen/ansible-centos7-jenkins | 9431a33ed161a972732b35322c5a9be2ae45eee9 | 0 | roles/permissions | 202 | [
"no_license"
] | [
{
"path": "roles/permissions/tasks/main.yml",
"content": "---\n- name: Adding user jenkins to group docker\n user: name=jenkins\n group=docker\n append=yes\n\n- name: Check that the docker.dock exists\n stat:\n path: /var/run/docker.dock\n register: docker_dock_exists\n\n- name: Set the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | michielgerritsen/ansible-centos7-jenkins | 9431a33ed161a972732b35322c5a9be2ae45eee9 | 0 | roles/php-fpm | 202 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n\n- name: Add repo\n yum: name={{ item }}\n with_items:\n - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n - https://mirror.webtatic.com/yum/el7/webtatic-release.rpm\n\n- name: install php-fpm\n yum: name={{ item }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | haproxytech/cloud-blueprints | 05b2d890db35bb4f5914d4fad6bab54356876a33 | 30 | aws_heartbeat/roles/ec2facts | 203 | [
"no_license"
] | [
{
"path": "aws_heartbeat/roles/ec2facts/tasks/main.yml",
"content": "- name: gather HAPEE EC2 ENI details\n ec2_eni_facts:\n region: \"{{ ec2_region | default('us-east-1') }}\"\n filters:\n attachment.instance-id: \"{{ ec2_id }}\"\n register: aws_ec2_eni_facts\n\n- name: gather HAPEE EC2 EIP de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | haproxytech/cloud-blueprints | 05b2d890db35bb4f5914d4fad6bab54356876a33 | 30 | aws_heartbeat/roles/hapee-lb | 203 | [
"no_license"
] | [
{
"path": "aws_heartbeat/roles/hapee-lb/tasks/main.yml",
"content": "- name: generate new HAPEE LB configuration\n template:\n src: hapee-lb.cfg.j2\n dest: /etc/hapee-1.8/hapee-lb.cfg\n mode: 0664\n owner: root\n group: hapee\n\n- name: restart HAPEE LB service\n systemd:\n name: hapee-1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | haproxytech/cloud-blueprints | 05b2d890db35bb4f5914d4fad6bab54356876a33 | 30 | aws_heartbeat/roles/heartbeat | 203 | [
"no_license"
] | [
{
"path": "aws_heartbeat/roles/heartbeat/templates/updateEIP2.j2",
"content": "#!/bin/sh\n\nEIP={{ second_eip }} # EIP2\nENI_ID={{ aws_ec2_eni_facts['network_interfaces'][0]['id'] }} # ENI local\nALLOCATION_ID={{ hostvars[second_eip]['aws_ec2_eip_facts']['addresses'][0]['allocation_id'] }} # EIP2 ID\nPRIVAT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4031,
"all_permissive": false
} |
ansible_role | haproxytech/cloud-blueprints | 05b2d890db35bb4f5914d4fad6bab54356876a33 | 30 | aws_heartbeat/roles/nodejs | 203 | [
"no_license"
] | [
{
"path": "aws_heartbeat/roles/nodejs/defaults/main.yml",
"content": "---\nansible_distribution_release: xenial",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "aws_heartbeat/roles/nodejs/tasks/main.yml",
"content": "- name: wait for automatic s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | haproxytech/cloud-blueprints | 05b2d890db35bb4f5914d4fad6bab54356876a33 | 30 | aws_keepalived/roles/keepalived | 203 | [
"no_license"
] | [
{
"path": "aws_keepalived/roles/keepalived/templates/update-EIP2.sh.j2",
"content": "#!/bin/sh\n\nEIP=\"{{ second_eip }}\" # EIP2\nENI_ID=\"{{ aws_ec2_eni_facts['network_interfaces'][0]['id'] }}\" # ENI local\nALLOCATION_ID=\"{{ hostvars[second_eip]['aws_ec2_eip_facts']['addresses'][0]['allocation_id'] }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5725,
"all_permissive": false
} |
ansible_role | haproxytech/cloud-blueprints | 05b2d890db35bb4f5914d4fad6bab54356876a33 | 30 | aws_keepalived/roles/secondary-ip | 203 | [
"no_license"
] | [
{
"path": "aws_keepalived/roles/secondary-ip/files/add_secondary_addrs.sh",
"content": "#!/bin/bash\n\nMAC_ADDR=$(ip addr show dev eth0 | sed -n 's/.*ether \\([a-f0-9:]*\\).*/\\1/p')\nIP=($(curl \"http://169.254.169.254/latest/meta-data/network/interfaces/macs/$MAC_ADDR/local-ipv4s\" 2>/dev/null))\n\nfor ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1516,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/basic | 203 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "# single package install\n- name: \"Installing VIM\"\n yum: pkg=vim state=installed\n\n# multiple package install\n- name: \"Installing bind-utils, GIT, ntp, at, lvm2\"\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - bind-utils\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/basic_software | 203 | [
"no_license"
] | [
{
"path": "roles/basic_software/tasks/main.yml",
"content": "\n- name: \"Installing basic software\"\n become: true\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - dnsutils\n - git\n - ntp\n - vim\n - curl\n - vim-athena\n\n- name: clone VundleVIM\n git:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2136,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/basic_tools | 203 | [
"no_license"
] | [
{
"path": "roles/basic_tools/tasks/main.yml",
"content": "- name: Install tilix\n become: true\n apt:\n update_cache: yes\n name: tilix\n\n- name: add vscode repository key\n become: true\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: add vsco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/browsers | 203 | [
"no_license"
] | [
{
"path": "roles/browsers/tasks/firefox.yml",
"content": "- name: Install firefox\n become: true\n apt:\n name: firefox\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/browsers/tasks/opera.yml",
"content": "- name: add opera r... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/dev_software | 203 | [
"no_license"
] | [
{
"path": "roles/dev_software/tasks/node.yml",
"content": "- name: install nodejs keys\n become: yes\n shell: |\n curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -\n\n- name: Install node\n become: yes\n apt:\n name: nodejs\n\n- name: Update npm\n become: yes\n npm:\n name: npm\... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4176,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/gnome | 203 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "- name: Unarchive dash to dock\n become: yes\n unarchive: \n src: dash-to-dockmicxgx.zip\n dest: /usr/share/gnome-shell/extensions/\n\n- name: Remove OS X Bug files\n become: true\n file:\n path: /usr/share/gnome-shell/extensions/__MACOSX\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 881,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/ide | 203 | [
"no_license"
] | [
{
"path": "roles/ide/tasks/main.yml",
"content": "- name: Install PhpStorm\n become: yes\n snap: \n name: phpstorm\n classic: yes\n\n- name: Install ItelliJ IDEA Ultimate\n become: yes\n snap:\n name: intellij-idea-ultimate\n classic: yes\n\n- name: Install Android Studio\n become: yes\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/powerlevel10k | 203 | [
"no_license"
] | [
{
"path": "roles/powerlevel10k/tasks/main.yml",
"content": "- name: Upload fonts\n become: yes\n copy: \n src: \"{{ item }}\"\n dest: /usr/share/fonts\n with_items:\n - MesloLGS_NF_Bold_Italic.ttf\n - MesloLGS_NF_Bold.ttf\n - MesloLGS_NF_Italic.ttf\n - MesloLGS_NF_Regular.ttf\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/set_apt_proxy | 203 | [
"no_license"
] | [
{
"path": "roles/set_apt_proxy/tasks/main.yml",
"content": "- name: upload conf file\n become: true\n copy: src=../files/apt.conf dest=/etc/apt/apt.conf owner=root group=root mode=0644 \n changed_when: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/unset_apt_proxy | 203 | [
"no_license"
] | [
{
"path": "roles/unset_apt_proxy/tasks/main.yml",
"content": "- name: remove conf file\n become: true\n file:\n path: /etc/apt/apt.conf\n state: absent\n changed_when: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | giuliobosco/popenv | 5334f17b4bc15e60974b7f08659fa4f218624ed8 | 1 | roles/update | 203 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "- name: cache\n become: true\n apt:\n update_cache: yes\n- name: os (dist)\n become: true\n apt:\n upgrade: dist\n- name: all packages\n become: true\n apt:\n name: \"*\"\n state: latest\n- name: python3\n become: true\n apt: \n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | mejison/lunarpay | e5b8389d74de918bf817d5f42abdd6ba1c605f56 | 0 | ansible/roles/container_image | 203 | [
"no_license"
] | [
{
"path": "ansible/roles/container_image/tasks/main.yml",
"content": "---\n - import_tasks: build.yml\n connection: local\n tags:\n - build\n - import_tasks: push.yml\n connection: local\n tags:\n - push\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | mejison/lunarpay | e5b8389d74de918bf817d5f42abdd6ba1c605f56 | 0 | ansible/roles/container_registry | 203 | [
"no_license"
] | [
{
"path": "ansible/roles/container_registry/tasks/login.yml",
"content": "---\n - name: Log into the container registry on local execution\n changed_when: true\n shell:\n cmd: echo {{ DOCKER_PASS }} | docker login {{ DOCKER_REGISTRY }} -u {{ DOCKER_USER }} --password-stdin \n ",
"license_ty... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | LoretaB/devops_final_task | ea300b24b4e067c283d7874fdeea8d99d40d7c7a | 0 | ansible/roles/app_setup | 203 | [
"no_license"
] | [
{
"path": "ansible/roles/app_setup/tasks/main.yml",
"content": "---\n- name: create git project directory\n file:\n path: /home/java_user/HOMEWORK\n state: directory\n owner: java_user\n group: wheel\n mode: 0770\n\n- name: Git checkout\n git:\n repo: <EMAIL>:liene-ma/HOMEWORK.git\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | LoretaB/devops_final_task | ea300b24b4e067c283d7874fdeea8d99d40d7c7a | 0 | ansible/roles/create_user | 203 | [
"no_license"
] | [
{
"path": "ansible/roles/create_user/tasks/main.yml",
"content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Create user java_user\n user:\n name: java_user\n group: wheel\n# append: yes\n state: present\n\n- name: Creating ssh direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | LoretaB/devops_final_task | ea300b24b4e067c283d7874fdeea8d99d40d7c7a | 0 | ansible/roles/install | 203 | [
"no_license"
] | [
{
"path": "ansible/roles/install/tasks/main.yml",
"content": "- name: install git\n package:\n name: git\n state: present\n update_cache: yes\n\n- name: install OpenJDK 11 JRE\n package:\n name: java-11-openjdk\n state: present\n update_cache: yes\n\n- name: install java - devel\n packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/boot-vms | 203 | [
"no_license"
] | [
{
"path": "roles/boot-vms/tasks/main.yml",
"content": "- name: Boot VM (shannon)\n tags:\n - prepare\n - boot\n - shannon\n community.general.proxmox_kvm:\n vmid: 116\n # unprivileged: false\n api_user: ansible@pve\n api_password: \"{{ <PASSWORD> }}\"\n api_host: blade.home\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/change-default-shell | 203 | [
"no_license"
] | [
{
"path": "roles/change-default-shell/tasks/main.yml",
"content": "- name: change to zsh \n become: false\n tags: \n - shell\n - zsh \n - change_shell\n ansible.builtin.shell:\n cmd: \"chsh -s $(which zsh) yogurt\"\n when: ansible_user_shell is not regex(\"/zsh$\") and ansible_distribution =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/copy-configs | 203 | [
"no_license"
] | [
{
"path": "roles/copy-configs/tasks/main.yml",
"content": "- name: Copy .config/nvim\n become: no\n tags: configs,nvim,sync\n synchronize:\n src: deb-bak/.config/nvim\n dest: ~/.config/\n owner: True\n group: True\n mode: 'push'\n\n- name: Copy .zshrc\n become: no\n tags: configs,zsh,cop... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1046,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/deb-zsh-packages | 203 | [
"no_license"
] | [
{
"path": "roles/deb-zsh-packages/tasks/main.yml",
"content": "- name: prepare plugins dir\n become: true\n tags: \n - zsh\n ansible.builtin.file:\n path: /usr/share/zsh/plugins/\n state: directory\n mode: '0755'\n\n- name: link zsh-autosuggestions\n become: true\n tags:\n - zsh\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/enable-qemu | 203 | [
"no_license"
] | [
{
"path": "roles/enable-qemu/tasks/main.yml",
"content": "- name: install qemu-guest-agent (DEBIAN)\n become: true\n tags: \n - install\n - apt\n - debian\n - qemu\n apt:\n name: qemu-guest-agent\n state: latest\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/install-apt-packages | 203 | [
"no_license"
] | [
{
"path": "roles/install-apt-packages/tasks/main.yml",
"content": "- name: install gpg package\n become: true\n tags: \n - install\n - apt\n - debian\n - update\n apt:\n name: gpg\n state: latest\n when: ansible_os_family == \"Debian\"\n\n- name: Add gpg key for zsh-history-substring-s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/install-git-packages | 203 | [
"no_license"
] | [
{
"path": "roles/install-git-packages/tasks/main.yml",
"content": "- name: clone powerline10k\n become: true\n tags: \n - install\n - apt\n - git_installs\n - debian\n ansible.builtin.git:\n repo: https://github.com/romkatv/powerlevel10k.git\n depth: 1\n dest: /usr/share/zsh-theme-po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/install-kali-packages | 203 | [
"no_license"
] | [
{
"path": "roles/install-kali-packages/tasks/main.yml",
"content": "- name: install apt packages\n become: true\n tags: \n - install\n - apt\n - debian\n apt:\n name: \"kali-linux-headless\"\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Kali\"",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/install-usr-packages | 203 | [
"no_license"
] | [
{
"path": "roles/install-usr-packages/tasks/main.yml",
"content": "- name: Ensure vimplug dir exists\n become: false\n tags: \n - filedir\n - vim\n - vimplug\n - debian\n - install\n file:\n path: ~/.local/share/nvim/site/autoload/\n state: directory\n recurse: yes\n when: ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/setup-docker | 203 | [
"no_license"
] | [
{
"path": "roles/setup-docker/defaults/main.yml",
"content": "docker_user: \"USER NAME\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/setup-docker/tasks/main.yml",
"content": "---\n# - name: Add gpg key for Docker\n# become: true\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1945,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/ssh-config | 203 | [
"no_license"
] | [
{
"path": "roles/ssh-config/tasks/main.yml",
"content": "- name: disable root ssh login\n become: true\n tags: \n - ssh\n - config\n - debian\n - sshd\n - ssh_root\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^[\\#]?PermitRootLogin'\n line: PermitRootLogin no\n when: ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | calacuda/ansible-deb-server | 51da25ceccca48513549a3a9286e8fe73684a42f | 0 | roles/vm-hooks | 203 | [
"no_license"
] | [
{
"path": "roles/vm-hooks/tasks/main.yml",
"content": "# - name: Make VM hook dir\n# become: true\n# tags:\n# - vm-hooks\n# - vm-hook_dir\n# - mkdir\n# ansible.builtin.file:\n# path: /usr/share/pve-hooks/\n# state: directory\n# mode: u=rwx,g=rx,o=rx\n# when: inventory_hostnam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2500,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/cni | 203 | [
"no_license"
] | [
{
"path": "roles/cni/tasks/main.yml",
"content": "---\n\n- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /opt/cni/bin\n - /etc/cni/net.d\n become: yes\n\n- name: Install CNI\n unarchive:\n src: \"https://github.com/containernetworking/cni/rel... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2251,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/containerd | 203 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yml",
"content": "---\n\n- name: Install prerequisites\n apt:\n name: \"{{ containerd.prerequisites }}\"\n update_cache: yes\n become: yes\n\n- name: Install containerd\n unarchive:\n src: \"https://github.com/containerd/containerd/releases/download/v{{ con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1640,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/docker | 203 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n update_cache: yes\n become: yes\n\n- name: Add Docker apt key\n apt_key:\n url: 'https://download.d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1696,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-cluster-init | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-cluster-init/README.md",
"content": "# Role `k8s-cluster-init`\n\nThis role bootstraps the first controller and created a new Kubernetes cluster. It requires that the role [k8s-node-prepare](../k8s-node-prepare) was applied.\n\nSee also the big [picture](../../docs/roles.md).\n\n## Conf... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3198,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-cni-weave | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-cni-weave/README.md",
"content": "# Role `k8s-cni-weave`\n\nThis role initializes pod networking using [Weave Net](https://www.weave.works/docs/net/latest/overview/). It must be executed once - preferably on the first master after the cluster was created.\n\nSee also the big [picture](.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-controller-all-nodeports | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-controller-all-nodeports/tasks/main.yml",
"content": "---\n\n- name: Check for node port range\n command: grep service-node-port-range /etc/kubernetes/manifests/kube-apiserver.yaml\n ignore_errors: yes\n become: yes\n register: node_port_range\n\n- name: Allow all node ports\n repl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-controller-finish | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-controller-finish/tasks/main.yml",
"content": "---\n\n- name: Determine etcd hosts\n shell: function join_by { local IFS=\"$1\"; shift; echo \"$*\"; }; join_by \",\" $(for IP in $(kubectl --kubeconfig=/etc/kubernetes/admin.conf get nodes --selector=node-role.kubernetes.io/master= -o js... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-controller-join | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-controller-join/tasks/main.yml",
"content": "---\n\n- name: Check for required variables\n command: \"false\"\n when: 'k8s.load_balancer is undefined'\n\n- name: Check for running control plane\n shell: \"systemctl is-active kubelet || true\"\n ignore_errors: yes\n become: yes\n r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3292,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-controller-untaint | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-controller-untaint/tasks/main.yml",
"content": "---\n\n- name: Make master schedulable\n command: \"kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes {{ ansible_hostname }} node-role.kubernetes.io/master:NoSchedule-\"\n become: yes\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-cri-containerd | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-cri-containerd/tasks/containerd.yml",
"content": "---\n\n- name: Configure kubelet to use containerd\n patch:\n src: 10-kubeadm.conf.patch\n dest: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf\n become: yes\n\n- name: Add containerd configuration to kubelet\n copy:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-csi-hcloud | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-csi-hcloud/tasks/main.yml",
"content": "---\n\n- file:\n src: https://raw.githubusercontent.com/hetznercloud/csi-driver/master/deploy/kubernetes/hcloud-csi.yml\n dest: cluster\n remote_src: yes\n run_once: yes\n delegate_to: localhost\n\n- command: kubectl apply -f cluster/hc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-ingress | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-ingress/README.md",
"content": "# Role `k8s-ingress`\n\nXXX\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/k8s-ingress/templates/http.yml",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: traefik-co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6034,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-node-prepare | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-node-prepare/defaults/main.yml",
"content": "---\n\ncri:\n ctl_version: 1.13.0\n\nk8s:\n version: \"{{ lookup('url', 'https://dl.k8s.io/release/stable.txt') }}\"\n prerequisites:\n - ipvsadm\n - ebtables\n - ethtool\n - ipset\n - conntrack\n - iptables\n - iptsta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3522,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/k8s-worker-join | 203 | [
"no_license"
] | [
{
"path": "roles/k8s-worker-join/tasks/main.yml",
"content": "---\n\n- name: Check if required variables are defined\n command: \"false\"\n when: 'k8s.load_balancer is undefined'\n\n- name: Check for running control plane\n shell: \"systemctl is-active kubelet || true\"\n ignore_errors: yes\n become: y... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2372,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/provision-hcloud | 203 | [
"no_license"
] | [
{
"path": "roles/provision-hcloud/tasks/main.yml",
"content": "---\n\n# Check for hcloud\n\n- include: servers.yml\n\n- include_tasks: volumes.yml\n when: 'hcloud.use_volumes and role == \"worker\"'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2582,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/provision-ssh-config | 203 | [
"no_license"
] | [
{
"path": "roles/provision-ssh-config/tasks/main.yml",
"content": "---\n\n- copy:\n content: |\n Host {{ inventory_hostname }} {{ ansible_host }}\n HostName {{ ansible_host }}\n User {{ ansible_user }}\n IdentityFile {{ ansible_ssh_private_key_file }}\n StrictHost... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/provision-vsphere | 203 | [
"no_license"
] | [
{
"path": "roles/provision-vsphere/README.md",
"content": "# Role `provision-hcloud`\n\nXXX\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/provision-vsphere/tasks/main.yml",
"content": "---\n\n- name: Creating new VMs\n vmware_guest:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2054,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/runc | 203 | [
"no_license"
] | [
{
"path": "roles/runc/defaults/main.yml",
"content": "---\n\nrunc:\n version: 1.0.0-rc6\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/runc/README.md",
"content": "# Role `runc`\n\nThis role installs runc which is required for role [c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | nicholasdille/ansible-k8s | 05c371d13f342e98fc78638204458009c1adbc8c | 2 | roles/volume-docker | 203 | [
"no_license"
] | [
{
"path": "roles/volume-docker/tasks/btrfs.yml",
"content": "---\n\n- name: Find device\n shell: lsblk --json | jq --raw-output '.blockdevices | .[] | select(.type == \"disk\") | select(.rm == \"0\") | select(.children == null) | .name'\n args:\n executable: /bin/bash\n register: device\n\n- debug:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3762,
"all_permissive": false
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/base | 203 | [
"permissive"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n apt: update_cache={{ update_apt_cache }}\n\n- name: Safe upgrade\n apt: upgrade=safe\n\n- name: Install language pack\n apt: name={{ item }} force=yes state=latest\n with_items: \"{{ language_packs }}\"\n\n- name: Ensur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 851,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/bumblebee | 203 | [
"permissive"
] | [
{
"path": "roles/bumblebee/tasks/main.yml",
"content": "---\n\n- name: Add xorg-edgers repo\n apt_repository: repo='ppa:xorg-edgers/ppa' update_cache=yes state=present\n\n- name: Add nvidia drivers repo\n apt_repository: repo='ppa:graphics-drivers/ppa' update_cache=yes state=present\n\n- name: Upgrade pac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1035,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/desktop | 203 | [
"permissive"
] | [
{
"path": "roles/desktop/defaults/main.yml",
"content": "---\ndesktop_package: ubuntu-desktop\ndesktop_additional_packages:\n - compizconfig-settings-manager\n - enigmail\n - font-manager\n - gconf2\n - gnupg-doc\n - htop\n - pidgin\n - pidgin-otr\n - thunderbird\n - vlc\n",
"license_type": "p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1341,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/develop | 203 | [
"permissive"
] | [
{
"path": "roles/develop/meta/main.yml",
"content": "---\n\ndependencies:\n - base\n - desktop",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 39
},
{
"path": "roles/develop/tasks/main.yml",
"content": "---\n\n- name: Add git repo\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3004,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/dotfiles | 203 | [
"permissive"
] | [
{
"path": "roles/dotfiles/defaults/main.yml",
"content": "---\n\n# list of links like githubuser/reponame\ndotfiles_castle_uris: []\n# corresponding list of names. e.g. reponame\ndotfiles_castle_names: []\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 878,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/emacs | 203 | [
"permissive"
] | [
{
"path": "roles/emacs/tasks/main.yml",
"content": "---\n\n- name: Assures /tmp/emacs-{{ emacs_version }}-src dir exists\n file: path=/tmp/emacs-{{ emacs_version }}-src state=directory\n\n- name: Download emacs source\n unarchive:\n src: http://ftpmirror.gnu.org/emacs/emacs-{{ emacs_version }}.tar.gz\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3035,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/laptop | 203 | [
"permissive"
] | [
{
"path": "roles/laptop/handlers/main.yml",
"content": "---\n\n- name: alsa reload\n command: alsa reload\n changed_when: False",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 69
},
{
"path": "roles/laptop/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 354,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/pip2pi | 203 | [
"permissive"
] | [
{
"path": "roles/pip2pi/defaults/main.yml",
"content": "---\n\npip2pi_dir: ~/pip2pi\npip2pi_packages: []",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 45
},
{
"path": "roles/pip2pi/tasks/main.yml",
"content": "---\n\n- name: Install pi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 386,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/pyenv | 203 | [
"permissive"
] | [
{
"path": "roles/pyenv/defaults/main.yml",
"content": "---\npyenv_root: ~/.pyenv\npyenv_project_root: '~'\n\npyenv_runcom: ~/.bashrc\n\npyenv_versions: []\npyenv_default_versions: []\npyenv_project_versions: []\n\npyenv_virtualenv: true\n\npyenv_install_environ:\n PYTHON_CONFIGURE_OPTS: \"--enable-unicode=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1967,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/pyside | 203 | [
"permissive"
] | [
{
"path": "roles/pyside/defaults/main.yml",
"content": "---\n\npyside_version: 1.2.4",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 26
},
{
"path": "roles/pyside/meta/main.yml",
"content": "---\n\ndependencies:\n - base\n - pip2pi",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1240,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/spotify | 203 | [
"permissive"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "---\n\n- name: Add key for Spotify repository\n apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=BBEBDCB318AD50EC6865090613B00F1FD2C19886\n\n- name: Add the Spotify repository\n apt_repository: repo='deb http://repository.spotify.com stable non-free... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/steam | 203 | [
"permissive"
] | [
{
"path": "roles/steam/tasks/main.yml",
"content": "---\n\n- name: Download the steam package\n get_url: url=http://media.steampowered.com/client/installer/steam.deb dest=/tmp/steam.deb\n\n- name: Install steam\n apt: deb=/tmp/steam.deb\n",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": true
} |
ansible_role | storax/ansible-storax | 05f0eb1943bb08d10064e475da26c8a6a082d6c4 | 0 | roles/zsh | 203 | [
"permissive"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n\n- name: Install zsh\n apt: name=zsh force=yes state=latest\n\n- name: Set zsh as default shelsudo chsh -s $(which zsh) vagrantl\n user: name={{ ansible_ssh_user }} shell=/usr/bin/zsh\n\n- name: Download antigen\n get_url:\n url: https://raw.gith... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": true
} |
ansible_role | johnsmifsud/AnsibleAdvanced | b397efdb860a675d3e505ea367059ab48937bb23 | 0 | roles/python | 200 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": " - name: Install all required dependencies\n yum:\n name: ['epel-release', 'python', 'python-devel']\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | epfl-si/ticketshop.ops | 6f2684b06e4d4da9e18da6dbd1efa1c0f6588534 | 0 | roles/ticketshop-openshift | 200 | [
"no_license"
] | [
{
"path": "roles/ticketshop-openshift/vars/main.yml",
"content": "# Secrets source\n_keybase_secrets: \n prod: \"{{ lookup('file', '/keybase/team/epfl_ticketshop/secrets-prod.yml') | from_yaml }}\"\n test: \"{{ lookup('file', '/keybase/team/epfl_ticketshop/secrets-test.yml') | from_yaml }}\"\n\nkeybase_se... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11629,
"all_permissive": false
} |
ansible_role | RHsyseng/5g-ran-lab-aap-integration-tools | 51db6610fd2a19aebb8d90e9dcffc4c0b2eded6b | 2 | roles/mark-managedcluster-as-done | 200 | [
"no_license"
] | [
{
"path": "roles/mark-managedcluster-as-done/tasks/main.yml",
"content": "- name: \"Adding aap-done label\"\n kubernetes.core.k8s:\n state: patched\n kubeconfig: \"{{ lookup('env', 'K8S_AUTH_KUBECONFIG') }}\"\n api_version: cluster.open-cluster-management.io/v1\n name: \"{{ hostvars[inventory_h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | bridgecrew-perf4/privx-aws-ansible-terraform | 82fb259bff44c5c7a2a50530bcc6c6cd6c13db14 | 0 | ansible/roles/backup_privx | 200 | [
"no_license"
] | [
{
"path": "ansible/roles/backup_privx/tasks/main.yml",
"content": "---\r\n- name: Create backup\r\n command: \"{{ BACKUP_SCRIPT }}\"\r\n\r\n- name: Find backup\r\n find:\r\n paths: /var/backups/privx\r\n file_type: directory\r\n register: backups\r\n\r\n- name: Get latest backup\r\n set_fact:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | bridgecrew-perf4/privx-aws-ansible-terraform | 82fb259bff44c5c7a2a50530bcc6c6cd6c13db14 | 0 | ansible/roles/configure_additional_prix | 200 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_additional_prix/vars/main.yml",
"content": "---\r\nRESTORE_SCRIPT: /opt/privx/scripts/restore.sh\r\nBACKUP_LOCATION: /tmp/tmp_privx_backup\r\nPOST_INSTALL_SCRIPT: /opt/privx/scripts/postinstall.sh",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | bridgecrew-perf4/privx-aws-ansible-terraform | 82fb259bff44c5c7a2a50530bcc6c6cd6c13db14 | 0 | ansible/roles/configure_privx | 200 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_privx/tasks/main.yml",
"content": "---\r\n- name: Detect if keyvault already exist\r\n stat:\r\n path: /opt/privx/keyvault\r\n register: keyvault\r\n\r\n- name: Generate privx configuration script using template\r\n template:\r\n src: config.j2\r\n dest: \"{{ C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1374,
"all_permissive": false
} |
ansible_role | bridgecrew-perf4/privx-aws-ansible-terraform | 82fb259bff44c5c7a2a50530bcc6c6cd6c13db14 | 0 | ansible/roles/install_privx | 200 | [
"no_license"
] | [
{
"path": "ansible/roles/install_privx/tasks/main.yml",
"content": "---\r\n- name: install_epel-release\r\n yum:\r\n name: epel-release\r\n state: installed\r\n\r\n- name: install ssh product rpm key\r\n rpm_key:\r\n state: present\r\n key: https://product-repository.ssh.com/info.fi-ssh.com-pu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | mclpfr/ansible-githubaction | a1589bc9ea8cda980503a5e12cdd03786f87cf92 | 0 | roles/nginx | 200 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install NGINX package\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Configure NGINX\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify: Restart NGINX\n\n- name: Ensure NGINX service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | mengelishev/ansible_practice | d69d845cbdbfff75fe25a020b73c8ca2dfd98edc | 0 | roles/deploy_docker_image | 200 | [
"no_license"
] | [
{
"path": "roles/deploy_docker_image/tasks/main.yml",
"content": "---\n# tasks file for deploy_docker_image\n- name: Install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-https', 'ca-certificates', 'curl', 'gnupg', 'lsb-release' ]\n\n- name: Add Doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | mengelishev/ansible_practice | d69d845cbdbfff75fe25a020b73c8ca2dfd98edc | 0 | roles/install_nginx | 200 | [
"no_license"
] | [
{
"path": "roles/install_nginx/templates/load_balancer.conf.j2",
"content": "upstream minions {\n{% for host in groups[\"minions_servers\"] %}\n server {{ host }}:1080;\n{% endfor %}\n}\n\nserver {\n listen 80;\n location = / {\n proxy_pass http://minions/;\n }\n}",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | mengelishev/ansible_practice | d69d845cbdbfff75fe25a020b73c8ca2dfd98edc | 0 | roles/install_prometheus | 200 | [
"no_license"
] | [
{
"path": "roles/install_prometheus/templates/prometheus.yml.j2",
"content": " - targets:\n{% for host in groups[\"all\"] %}\n - {{ host }}:9100\n{% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/install_prometheus/tasks/main.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | maniak26/pg_homework | 4a115f83e70f2531c4cf79c6f8a96773bd138c6b | 0 | ansible/roles/ansible-role-swap | 200 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-role-swap/tasks/check-size.yml",
"content": "---\n- name: Check if swap file exists\n stat:\n path: \"{{ swap_file_path }}\"\n get_checksum: false\n register: swap_file_check\n changed_when: false\n\n- name: Set variable for existing swap file size\n set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | avivshaar6/automation | c7ef654838980a5bdb5bb8d952df2867b2576087 | 0 | avi_network/nsxalb-22.1.2/roles/configure_controllers_clutser | 200 | [
"no_license"
] | [
{
"path": "avi_network/nsxalb-22.1.2/roles/configure_controllers_clutser/defaults/main.yml",
"content": "---\n\n# deploy avi controllers default variables\n# force_init: true\n# state: present\n# mode: '0644'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 889,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.