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 | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/elastic_repo | 5,877 | [
"no_license"
] | [
{
"path": "roles/elastic_repo/tasks/assert.yml",
"content": "---\n\n- name: Test if elastic_repo_license is set correctly\n ansible.builtin.assert:\n that:\n - elastic_repo_license is defined\n - elastic_repo_license is string\n - elastic_repo_license in [ \"elastic\", \"oss\" ]\n quie... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8010,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/envoy | 5,877 | [
"no_license"
] | [
{
"path": "roles/envoy/defaults/main.yml",
"content": "---\nenvoy_bin_path: \"/usr/local/bin\"\n\n# Disabled if installed as sidecar servie for example consul usage\n# https://learn.hashicorp.com/tutorials/consul/consul-terraform-sync-intro?in=consul/network-infrastructure-automation#install-envoy-optional\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 16330,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/erlang | 5,877 | [
"no_license"
] | [
{
"path": "roles/erlang/defaults/main.yml",
"content": "---\n# defaults file for erlang\nerlang_ppa_repo: 'deb http://packages.erlang-solutions.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }} contrib'\nerlang_ppa_key: 'http://packages.erlang-solutions.com/ubuntu/erlang_solu... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6145,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/etherpad | 5,877 | [
"no_license"
] | [
{
"path": "roles/etherpad/meta/exception.yml",
"content": "---\nexceptions:\n - variation: alpine\n reason: Not idempotent on starting the service.\n - variation: ubuntu\n reason: Your npm version \"3.5.2\" is too old. npm 3.10.x or higher is required.\n - variation: amazonlinux\n reason: \"Fail... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9221,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/fail2ban | 5,877 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/assert.yml",
"content": "---\n\n- name: Test if fail2ban_loglevel is set correctly\n ansible.builtin.assert:\n that:\n - fail2ban_loglevel is defined\n - fail2ban_loglevel is string\n - fail2ban_loglevel in [ \"CRITICAL\", \"ERROR\", \"WARNING\", \"NOTICE\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8891,
"all_permissive": false
} |
ansible_role | buluma/ansible-collection-roles | 2d346b5382858ead9790ffe1483f2645a9422c25 | 12 | roles/filesystem | 5,877 | [
"no_license"
] | [
{
"path": "roles/filesystem/README.md",
"content": "# [filesystem](#filesystem)\n\nMake filesystems.\n\n|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|\n|------|------|-------|---------|-------|------|-------------|\n|[ ALL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/security/vars/main.yml",
"content": "security:\n # Default non-root user login\n user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9016,
"all_permissive": false
} |
ansible_role | ajgon/self-hosted-mailserver | 9337bbb4161218212de63f7621ad4454efc71554 | 78 | roles/ssl | 6,097 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/main.yml",
"content": "- name: \"Install ca certificates\"\n apt: pkg=ca-certificates state=latest\n- name: \"/etc/ssl/certs/this-machine.pem\"\n template: src=certs-this-machine.pem dest=/etc/ssl/certs/this-machine.pem\n- name: \"/etc/ssl/private/this-machine.pem\"\n template:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | ajgon/self-hosted-mailserver | 9337bbb4161218212de63f7621ad4454efc71554 | 78 | roles/zpush | 6,097 | [
"no_license"
] | [
{
"path": "roles/zpush/tasks/main.yml",
"content": "- name: Install Z-Push\n apt: pkg=d-push state=latest\n- name: Enable PHP IMAP\n file: src=/etc/php5/mods-available/imap.ini dest=/etc/php5/fpm/conf.d/20-imap.ini state=link\n- name: '/etc/d-push/config.php: IMAP_PORT = 993'\n lineinfile: dest=/etc/d-pu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2024,
"all_permissive": false
} |
ansible_role | masahiro-takahashi-k/ec2-awx | 0d00b82ff78614e46cd3aaa787606067a4673dff | 0 | roles/aws_vpc | 6,097 | [
"no_license"
] | [
{
"path": "roles/aws_vpc/tasks/main.yml",
"content": "- name: EC2インスタンスの生成\n amazon.aws.ec2_instance:\n name: \"{{ ec2_name }}\" # インスタンスの名前を指定\n key_name: \"{{ keypair_name }}\" # インスタンスにログインするための認証鍵を指定\n instance_type: \"{{ instance_type }}\" # インスタンスタイプを指定\n image_id: \"{{ im... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1516,
"all_permissive": false
} |
ansible_role | masahiro-takahashi-k/ec2-awx | 0d00b82ff78614e46cd3aaa787606067a4673dff | 0 | roles/os_command | 6,097 | [
"no_license"
] | [
{
"path": "roles/os_command/tasks/main.yml",
"content": "# # OSコマンド実行\n\n- name: Shell - lsコマンド\n shell: ls -l /\n register: info\n- name: ls確認\n debug:\n msg: \"{{ info.stdout }}\"\n\n- name: Shell - hostnameコマンド\n shell: hostname\n register: info\n- name: hostname確認\n debug:\n msg: \"{{ info.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | masahiro-takahashi-k/ec2-awx | 0d00b82ff78614e46cd3aaa787606067a4673dff | 0 | roles/web_server | 6,097 | [
"no_license"
] | [
{
"path": "roles/web_server/tasks/main.yml",
"content": "# # webserver構築\n\n# - name: LAMPとPHP7.2のインストール\n# ansible.builtin.shell: amazon-linux-extras install -y lamp-mariadb10.2-php7.2 php7.2\n\n- name: ApacheとMariaDBインストール\n ansible.builtin.yum: \n name: \n - httpd\n - python3\n - pyth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | sudheerchamarthi/ansiblesample | 70b2e0d075e56636c50e0fa00fda5e60941f19aa | 0 | roles/apache | 6,097 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install apache\n ansible.builtin.package:\n name: httpd\n state: present\n\n- name: Start service httpd, if not started\n ansible.builtin.service:\n name: httpd\n state: started\n enabled: yes\n\n- name: Copy file with owner ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | Alt-Shivam/proxmox-galaxy | 0fe10ad4fb8748f0eb9bd52b4ccd08c0a9b77f4d | 0 | roles/config | 6,097 | [
"no_license"
] | [
{
"path": "roles/config/defaults/main.yml",
"content": "---\nproxmox_user: root@pam\nproxmox_password:\nproxmox_host: 192.168.4.2\nproxmox_node: pve\nvm_id: 101\nvm_cores: 2\nvm_memory: 2048\nvm_disk_name: scsi0\nvm_disk_size: 10G\nvm_ip: 192.168.4.10\nvm_gateway_ip: 192.168.4.1\nvm_cpu_type: host\nvm_timeo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | stealthizer/pi-kubernetes-lab | 82a26f6ca2faa70ad9adaf32a340540ee058d719 | 1 | deployment/roles/base | 6,097 | [
"no_license"
] | [
{
"path": "deployment/roles/base/tasks/power_management.yml",
"content": "- name: Power Management | Disable Wireless and Bluetooth\n blockinfile:\n dest: /boot/config.txt\n block: |\n # Disable wifi and Bluetooth\n dtoverlay=pi3-disable-wifi,pi3-disable-bt\n\n- name: Power Consumption | Di... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3445,
"all_permissive": false
} |
ansible_role | stealthizer/pi-kubernetes-lab | 82a26f6ca2faa70ad9adaf32a340540ee058d719 | 1 | deployment/roles/kubernetes | 6,097 | [
"no_license"
] | [
{
"path": "deployment/roles/kubernetes/defaults/main.yml",
"content": "reset: false\noverlay_network: flannel\nnetwork:\n service_subnet: 192.168.2.0/24\n pod_subnet: 10.244.0.0/16\nimages:\n flannel: quay.io/coreos/flannel:v0.10.0-arm\n weave: weaveworks/weave-kube:2.3.0\n weave_npc: weaveworks/weave-... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3160,
"all_permissive": false
} |
ansible_role | stealthizer/pi-kubernetes-lab | 82a26f6ca2faa70ad9adaf32a340540ee058d719 | 1 | deployment/roles/kubernetes-full-reset | 6,097 | [
"no_license"
] | [
{
"path": "deployment/roles/kubernetes-full-reset/tasks/main.yml",
"content": "- name: kubeadm reset\n command: kubeadm reset\n\n#- name: Reset data in etcd\n# command: etcdctl rm --recursive registry\n# when: mode == \"master\"\n\n- name: Remove /var/lib/cni\n file: path=/var/lib/cni state=absent\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | stealthizer/pi-kubernetes-lab | 82a26f6ca2faa70ad9adaf32a340540ee058d719 | 1 | deployment/roles/shutdown | 6,097 | [
"no_license"
] | [
{
"path": "deployment/roles/shutdown/tasks/main.yml",
"content": "- name: Reload hostname\n shell: \"shutdown -h now\"\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | gadtakoi/ursamajor | be2f5a0b894b45bf03a6a987b123dc3131b88707 | 0 | playbooks/roles/docker | 6,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker/tasks/main.yml",
"content": "- name: Install prerequisites\n apt:\n name: ['python3-pip', 'python3-setuptools', 'virtualenv', 'apt-transport-https', 'ca-certificates', 'curl', 'gnupg2' ,'software-properties-common']\n update_cache: yes\n\n- name: Add Docker GPG key\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | gadtakoi/ursamajor | be2f5a0b894b45bf03a6a987b123dc3131b88707 | 0 | playbooks/roles/ubuntu_basic | 6,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/ubuntu_basic/tasks/main.yml",
"content": "- name: update apt\n apt:\n update_cache: yes\n\n- name: install tools\n apt: name={{item}} state=present\n with_items:\n - curl\n - htop\n - vim\n - git\n - mc\n - python3-pip\n\n- name: Set timez... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | AnoupamaWaggh/DevopsAnoupama | 0b350c95d34b4a19439332c03cc7f68a47387737 | 0 | ansible-dev/roles/customrole | 6,037 | [
"no_license"
] | [
{
"path": "ansible-dev/roles/customrole/tasks/main.yml",
"content": "---\n# tasks file for customrole\n- name: print ip address of the machine\n debug: var=ansible_all_ipv4_addresses\n debug: var=ansible_default_ipv4.address\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/add-node-forCalico | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/add-node-forCalico/tasks/main.yml",
"content": "---\n\n- name: scp etcd-TSL to nodes\n shell: cd /etc/etcd/ssl; cp ca.pem etcd-ca; cp server-key.pem etcd-key; cp server.pem etcd-cert; scp /etc/etcd/ssl/* root@{{ item }}:/etc/etcd/ssl\n with_items:\n - \"{{groups.addnodes}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/calico | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/calico/tasks/main.yml",
"content": "---\n\n- name: cp calico.yaml\n copy:\n src: calico.yaml\n dest: /etc/calico/deploy\n\n- name: Vi calico.yaml\n shell: cd /etc/calico/deploy; sed -in-place -i 's/etcd_endpoint_var/{{var3}}/' calico.yaml;\n\n- name: scp etcd-TSL to node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/common | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/common/tasks/main.yml",
"content": "---\n\n- name: Be sure docker file\n file: \n dest: /root/tmp/docker\n state: directory\n- name: Be sure /etc/etcd/ssl file\n file:\n dest: /etc/etcd/ssl\n state: directory\n- name: Be sure /etc/kubernetes/ssl file\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/coredns | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/coredns/tasks/main.yml",
"content": "---\n\n- name: Install coredns\n shell: kubectl create -f /root/tmp/ansible-playbooks/ansible-k8s/roles/coredns/files/coredns.yaml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/coredns-kubelet-modify | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/coredns-kubelet-modify/tasks/main.yml",
"content": "---\n\n- name: Modify kubelet dns\n lineinfile:\n path: '/etc/kubernetes/kubelet.conf'\n insertbefore: '--pod-infra-container-image(.*)'\n line: '--cluster-dns=10.0.0.2 --cluster-domain=cluster.local. --resolv-conf=/e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/docker | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/docker/tasks/main.yml",
"content": "---\n#- name: Be sure docker is not installed\n# shell: rpm -qa | grep docker\n# register: is_docker_installed\n- name: Be sure docker18.09.5 exist\n unarchive:\n creates: docker\n copy: yes\n src: docker-18.09.5.tar.gz\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/etcd | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/etcd/files/etcdInstall.sh",
"content": "#!/bin/bash\n# Deploy and configurate etcd service on the master node.\n#etcd-v3.3.12-linux-amd64\nETCD_INATLL_FILE=$1\n#10.8.4.91\nIP=$2\n \nNAME=$3\n#etcd-01=https://10.8.4.91:2380,etcd-02=https://10.8.4.92:2380,etcd-03=https://10.8.4.93... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2906,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/etcd-CA | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/etcd-CA/tasks/main.yml",
"content": "- name: Be sure /etc/etcd/cfg file\n file:\n dest: /etc/etcd/cfg\n state: directory\n- name: Copy cfssl to /usr/local/bin/\n copy:\n src: '{{ item.src }}'\n dest: '/usr/local/bin/'\n mode: 555\n with_items:\n - { src: 'cf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/kube-apiserver | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/kube-apiserver/files/kube-apiserver.sh",
"content": "#!/bin/bash\nIP=$1\nETCD_ENDPOINTS=$2\nKUBE_ETC=/etc/kubernetes\nKUBE_API_CONF=/etc/kubernetes/apiserver.conf\ncp /etc/kubernetes/kubernetes/server/bin/{kube-apiserver,kube-scheduler,kube-controller-manager} /usr/local/bin/\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2726,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/kube-controller-manager | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/kube-controller-manager/tasks/main.yml",
"content": "---\n\n- name: CP kube-controller-manager.sh to nodes\n copy: \n src: kube-controller-manager.sh\n dest: /etc/kubernetes\n\n- name: Make kube-controller-manager.cfg kube-controller-manager.service file\n shell: cd /et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/kube-scheduler | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/kube-scheduler/tasks/main.yml",
"content": "---\n\n- name: CP kube-scheduler.sh to nodes\n copy: \n src: kube-scheduler.sh \n dest: /etc/kubernetes\n\n- name: Make etcd.conf etcd.service file\n shell: cd /etc/kubernetes; sh kube-scheduler.sh\n\n- name: Start kube-schedu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/kubelet | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/kubelet/files/nodeProxyKubelet.sh",
"content": "#!/bin/bash\nKUBE_CONF=/etc/kubernetes\nKUBE_SSL=$KUBE_CONF/ssl\nMASTER_HOST=$1\nIP=$2\nHOSTNAME=$3\ncat>$KUBE_CONF/kube-proxy.conf<<EOF\nKUBE_PROXY_OPTS=\"--logtostderr=true \\\\\n--v=4 \\\\\n--hostname-override=$HOSTNAME \\\\\n--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2442,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/kubelet-approve-CSR | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/kubelet-approve-CSR/tasks/main.yml",
"content": "---\n\n- name: Approve kubelet CSR\n shell: sh /root/tmp/ansible-playbooks/ansible-k8s/roles/kubelet-approve-CSR/files/masterApprove.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/kubelet-prepare | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/kubelet-prepare/tasks/main.yml",
"content": "---\n\n- name: CP nodePrepare.sh to nodes\n copy: \n src: nodePrepare.sh\n dest: /etc/kubernetes\n\n- name: Make bootstrap.kubeconfig kube-proxy.kubeconfig file\n shell: cd /etc/kubernetes; sh nodePrepare.sh {{hostvars[invent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/nginx-ingress | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/nginx-ingress/tasks/main.yml",
"content": "---\n\n- name: Install ingress\n shell: kubectl create -f /root/tmp/ansible-playbooks/ansible-k8s/roles/nginx-ingress/files/mandatory.yaml\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 | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/registry | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/registry/tasks/main.yml",
"content": "---\n\n- name: Install registory\n shell: kubectl apply -f /root/tmp/ansible-playbooks/ansible-k8s/roles/registry/files/registry_hostpath.yaml \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | yuenandi/k8s | 5499fafd73c0515ea4a049830bb175e6d0edf790 | 5 | ansible-k8s/roles/registry-CA | 6,037 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/registry-CA/tasks/main.yml",
"content": "---\n\n- name: CP ca.crt to /etc/docker/certs.d/registry.agree.com.cn\n copy:\n src: \"ca.crt\"\n dest: \"/etc/docker/certs.d/registry.agree.com.cn\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/backend | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/defaults/main.yaml",
"content": "backend_label: tasks-backend\nbackend_db_name: \"{{ app_db_name }}\"\nbackend_db_port: \"{{ app_db_port }}\"\nbackend_db_host: \"{{ app_db_host }}\"\nbackend_db_username: \"{{ db_username }}\"\nbackend_db_password: \"{{ <PASSWORD> }}\"\nbacke... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5816,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/cert-manager-issuer | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/cert-manager-issuer/tasks/main.yaml",
"content": "- name: Apply Dev ClusterIssuer\n kubernetes.core.k8s:\n state: \"{{ k8s_state | default('present') }}\"\n definition: \"{{ lookup('template', 'dev-issuer.yaml.j2') }}\"\n when: ansible_limit == \"dev\"\n\n- name: Apply Produ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1453,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/frontend | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/frontend/tasks/main.yaml",
"content": "- name: Trigger frontend migration job (manual)\n kubernetes.core.k8s:\n state: present\n kind: Job\n name: frontend-migrate\n namespace: \"{{ backend_namespace }}-{{ backend_environment }}\"\n when: trigger_backend_migrate | defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4172,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/hpa | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/hpa/templates/main.yaml.j2",
"content": "{% for hpa_config in hpa_configurations %}\n---\n\napiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\nmetadata:\n # Unique HPA name following convention: hpa-[app-name]-[environment]\n name: hpa-{{ hpa_config.name }}-{{ env_suffix }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4772,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/ingress-nginx | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/ingress-nginx/templates/main.yaml.j2",
"content": "apiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\n name: app-frontend-ingress-{{ ansible_limit }}\n namespace: {{ frontend_namespace }}-{{ env_suffix }}\n labels:\n app: app-{{ ansible_limit }}\n annotations:\n{% if... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1817,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/namespace | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/namespace/templates/main.yaml.j2",
"content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: \"{{ namespace_name }}\"\n labels:\n name: \"{{ namespace_name }}\"\n \n---\napiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: resource-quota\n namespace: \"{{ names... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 881,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/network-policies | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/network-policies/tasks/main.yaml",
"content": "- name: Apply Network Policies for Inter Service Communication\n kubernetes.core.k8s:\n state: \"{{ k8s_state | default('present') }}\"\n definition: \"{{ lookup('template', 'main.yaml.j2') }}\"\n when: network_policies is defin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5534,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/postgresql | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yaml",
"content": "- name: Apply PostgreSQL Manifest (Stateful, ConfigMap, Secret, and Service)\n kubernetes.core.k8s:\n state: \"{{ k8s_state | default('present') }}\"\n definition: \"{{ lookup('template', 'main.yaml.j2') }}\"\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6160,
"all_permissive": false
} |
ansible_role | galihhhp/kubernetes-gke-devops | cde538f9e0dbdd361b06eddf5bdbc65431ea9398 | 0 | ansible/roles/storage-classes | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/storage-classes/defaults/main.yaml",
"content": "gcp_zones:\n - \"{{ gcp_region }}-a\"\ngcp_zone: \"{{ gcp_region }}-a\"\nstorage_classes_enabled: true\npostgresql_storage_class: \"balanced-ssd\"\nbackup_storage_class: \"backup-storage\"\nhigh_performance_storage_class: \"fast-ssd\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2195,
"all_permissive": false
} |
ansible_role | Ken2018Ken/ansible_tutorials | b2526eb60cea22c94dd067dc97c6ff06d75025c4 | 0 | roles/base | 6,037 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for spider\n authorized_key:\n user: spider\n key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINODETUAEerEfa5ZNWhAvRxj9mC40IzJyGeRzdAMm0HI Ansible-planetx\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | Ken2018Ken/ansible_tutorials | b2526eb60cea22c94dd067dc97c6ff06d75025c4 | 0 | roles/homelab | 6,037 | [
"no_license"
] | [
{
"path": "roles/homelab/tasks/main.yml",
"content": "- name: install netdiscover\n tags: homelab\n package:\n name: netdiscover\n state: latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/archive | 6,037 | [
"no_license"
] | [
{
"path": "roles/archive/tasks/main.yml",
"content": "---\n- name: Install zip archive utilities\n pacman: name={{ item }} state=present\n with_items:\n - zip\n - unzip\n - p7zip\n tags:\n - zip\n\n- name: Install unrar\n pacman: name=unrar state=present\n tags:\n - unrar\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/base | 6,037 | [
"no_license"
] | [
{
"path": "roles/base/templates/sudoers.d.j2",
"content": "{{ user.name }} ALL=(ALL) NOPASSWD: ALL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/base/tasks/makepkg.yml",
"content": "---\n- name: Set makepkg to use all vcpus\n templat... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5110,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/browsers | 6,037 | [
"no_license"
] | [
{
"path": "roles/browsers/files/surfraw-rofi",
"content": "#!/bin/sh\n\nsurfraw $(sr -elvi | awk -F'-' '{print $1}' | sed '/:/d' | awk '{$1=$1};1' | rofi -kb-row-select \"Tab\" -kb-row-tab \"Control+space\" -dmenu -i -p \"websearch: \" -select duckduckgo)\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3551,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/cinnamon | 6,037 | [
"no_license"
] | [
{
"path": "roles/cinnamon/tasks/main.yml",
"content": "---\n- name: Install cinnamon\n pacman: name=cinnamon state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/cleanup | 6,037 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "---\n- name: Restrict sudoers.d configuration to require passwords again\n replace: path=/etc/sudoers.d/{{ user.name|replace('.', '_') }}\n regexp=' NOPASSWD:' replace='' validate='visudo -cf %s'\n tags:\n - sudo\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/cron | 6,037 | [
"no_license"
] | [
{
"path": "roles/cron/files/cron",
"content": "#!/usr/bin/env bash\nif [ -x /usr/bin/fcron ]; then\n echo \"fcron has been installed.\"\n echo \"Running: fcron ${@:1}\"\n fcron ${@:1}\nelse\n echo \"fcron not found.\"\nfi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/editors | 6,037 | [
"no_license"
] | [
{
"path": "roles/editors/tasks/main.yml",
"content": "---\n- name: Install editors\n action: aur name={{ item }} user={{ user.name }}\n with_items: \"{{ editors }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/filesystems | 6,037 | [
"no_license"
] | [
{
"path": "roles/filesystems/tasks/main.yml",
"content": "---\n- name: Install filesystem packages\n pacman: name={{ item }} state=present\n with_items: \"{{ filesystem_packages }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/fonts | 6,037 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n- name: Install freetype2\n pacman: name=freetype2 state=present\n\n- name: Install cairo\n pacman: name=cairo state=present\n\n- name: Install fontconfig\n pacman: name=fontconfig state=present\n\n- name: Enable LCD filter\n file: src=/etc/fonts/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1696,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/i3 | 6,037 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "---\n- name: Install i3\n pacman: name=i3 state=present\n\n- name: Install py3status\n aur: name=py3status user={{ user.name }}\n tags:\n - aur\n\n- name: Verify that default applications file exists\n file: path=/etc/xdg/mimeapps.list state=touch\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/ltskernel | 6,037 | [
"no_license"
] | [
{
"path": "roles/ltskernel/tasks/main.yml",
"content": "---\n- name: Install LTS kernel\n pacman: name={{ item }} state=present\n with_items:\n - linux-lts\n - linux-lts-headers\n notify:\n - rebuild grub\n tags:\n - work\n\n- name: Create systemd-boot loader entries folder\n file: path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/macchiato | 6,037 | [
"no_license"
] | [
{
"path": "roles/macchiato/handlers/main.yml",
"content": "---\n- name: start macchiato\n service: name=macchiato.service state=started\n when: network.spoof_mac == True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/macchiato/files/mac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/microcode | 6,037 | [
"no_license"
] | [
{
"path": "roles/microcode/tasks/main.yml",
"content": "---\n- name: Install intel microcode\n pacman: name=intel-ucode state=present\n notify:\n - rebuild grub\n\n- name: Add ucode line to systemd-boot kernel entry\n lineinfile: dest=/boot/loader/entries/linux.conf\n state=present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/nettools | 6,037 | [
"no_license"
] | [
{
"path": "roles/nettools/tasks/main.yml",
"content": "---\n- name: Install OpenVPN\n pacman: name=openvpn state=present\n\n- name: Install MTR\n pacman: name=mtr state=present\n\n- name: Install net-tools\n pacman: name=net-tools state=present\n\n- name: Install bind-tools\n pacman: name=bind-tools sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/networkmanager | 6,037 | [
"no_license"
] | [
{
"path": "roles/networkmanager/tasks/main.yml",
"content": "---\n- name: Install NetworkManager and dependencies\n pacman: name={{ item }} state=present\n with_items:\n - networkmanager\n - networkmanager-openvpn\n - network-manager-applet\n - xfce4-notifyd\n - gnome-keyring\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1181,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/pass | 6,037 | [
"no_license"
] | [
{
"path": "roles/pass/tasks/main.yml",
"content": "---\n- name: Install pass\n pacman: name=pass state=present\n\n- name: Install pass-otp\n aur: name=pass-otp user={{ user.name }}\n tags:\n - aur\n\n- name: Install pass-update\n aur: name=pass-update user={{ user.name }}\n tags:\n - aur\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/sddm | 6,037 | [
"no_license"
] | [
{
"path": "roles/sddm/tasks/main.yml",
"content": "---\n- name: Install SDDM\n pacman: name=sddm state=present\n\n- name: Install SDDM Theme\n action: aur name={{ item }} user={{ user.name }}\n with_items:\n - wallpaper-archpaint2\n - sddm-theme-archpaint2\n\n- name: Specify SDDM greeter theme\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/ssd | 6,037 | [
"no_license"
] | [
{
"path": "roles/ssd/tasks/main.yml",
"content": "---\n- name: Install hdparm\n pacman: name=hdparm state=present\n\n- name: Check for TRIM support\n shell: \"hdparm -I /dev/sda | grep TRIM\"\n register: hdparm\n ignore_errors: True\n\n- name: Enable and start weekly filesystem TRIM timer\n service: na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/ssh | 6,037 | [
"no_license"
] | [
{
"path": "roles/ssh/templates/sshd_config.j2",
"content": "# {{ ansible_managed }}\n\nPort {{ ssh.port }}\nProtocol 2\nPermitRootLogin no\nPasswordAuthentication no\nAllowTcpForwarding no\nX11Forwarding no\nPrintMotd no\nPrintLastLog yes\nAllowUsers {{ user.name }} {{ ssh.allowed_users|join(' ') }}\nLoginG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2457,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/taskwarrior | 6,037 | [
"no_license"
] | [
{
"path": "roles/taskwarrior/handlers/main.yml",
"content": "---\n- name: refresh holidays\n command: /usr/share/doc/timew/doc/holidays/refresh\n args:\n chdir: /usr/share/doc/timew/doc/holidays\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/tilix | 6,037 | [
"no_license"
] | [
{
"path": "roles/tilix/tasks/main.yml",
"content": "---\n- name: Install vte3 for tilix\n action: aur name=vte3-tilix user={{ user.name }}\n tags:\n - aur\n - tilix\n# - name: Install gtkd for tilix\n# action: aur name=gtkd user={{ user.name }}\n# tags:\n# - aur\n# - tilix\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/unbound | 6,037 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/main.yml",
"content": "---\n- name: Install Unbound\n pacman: name=unbound state=present\n\n- name: Push root hints\n copy: src=root.hints dest=/etc/unbound/root.hints\n\n- name: Copy Unbound configuration file\n template: src=unbound.conf.j2 dest=/etc/unbound/unbound.conf\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1316,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/x | 6,037 | [
"no_license"
] | [
{
"path": "roles/x/tasks/volwheel.yml",
"content": "---\n- name: Install volwheel\n pacman: name=volwheel state=present\n tags:\n - volwheel\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/x/tasks/autorandr.yml",
"content": "---\n-... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/ykfde | 6,037 | [
"no_license"
] | [
{
"path": "roles/ykfde/tasks/main.yml",
"content": "---\n- name: Install mkinitcpio-ykfde\n aur: name=mkinitcpio-ykfde user={{ user.name }}\n register: ykfde_install\n when: luks.device is defined\n ignore_errors: True\n\n- name: Install eworm gpg key\n command: pacman-key -r A6234074498E9CEE\n when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3966,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/yubikey | 6,037 | [
"no_license"
] | [
{
"path": "roles/yubikey/tasks/main.yml",
"content": "---\n- name: Install YubiKey tools\n pacman: name={{ item }} state=present\n with_items:\n - yubico-pam\n - yubikey-manager-qt\n - yubikey-personalization-gui\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | StephenBrown2/whit | 59f4ee3a8d43d065b71939884153f756edbf0dd9 | 1 | roles/zoom | 6,037 | [
"no_license"
] | [
{
"path": "roles/zoom/tasks/main.yml",
"content": "---\n- name: Install zoom\n action: aur name=zoom user={{ user.name }}\n tags:\n - aur\n - work\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | fjmolinas/riotfp-server | b325a674124f3214f77ecf965fb7794ba0a3311f | 0 | ansible/roles/common | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/main.yml",
"content": "---\ndefault_user: admin\nansible_user: admin\nansible_python_interpreter: /usr/bin/python3\n\nHOME: \"{{ansible_env.HOME}}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "ansible/r... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3217,
"all_permissive": false
} |
ansible_role | fjmolinas/riotfp-server | b325a674124f3214f77ecf965fb7794ba0a3311f | 0 | ansible/roles/ssl | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/ssl/tasks/main.yml",
"content": " - name: make sure SSL certificate is installed\n copy:\n content: '{{ ssl_certificate }}'\n dest: /home/{{ default_user }}/.certs/cert.pem\n owner: root\n group: root\n mode: 0644\n - name: make sure SSL private key is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2338,
"all_permissive": false
} |
ansible_role | AlcarisMinecraftServer/alcaris_infra | 7b49a6f0be8eb5e0f00e2aea8040a1bb7350f5b9 | 0 | ansible/roles/k8s_master | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_master/tasks/main.yml",
"content": "- name: Deploy kubeadm join config file\n become: yes\n template:\n src: join_kubeadm_cp.yaml\n dest: /root/join_kubeadm_cp.yaml\n\n- name: Execute kubeadm join command\n become: yes\n shell: \"kubeadm join --config /root/join_kubead... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | AlcarisMinecraftServer/alcaris_infra | 7b49a6f0be8eb5e0f00e2aea8040a1bb7350f5b9 | 0 | ansible/roles/k8s_worker | 6,037 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_worker/tasks/main.yml",
"content": "- name: Deploy kubeadm join config file\n become: yes\n template:\n src: join_kubeadm_wk.yaml\n dest: /root/join_kubeadm_wk.yaml\n\n- name: Execute kubeadm join command\n become: yes\n shell: \"kubeadm join --config /root/join_kubead... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | ResMas360/DevOps_WebApp_workshop | f692c19be11984be8ecd4d456a04827e2a1e2f82 | 1 | roles/dockerworkshop | 6,037 | [
"no_license"
] | [
{
"path": "roles/dockerworkshop/tasks/main.yml",
"content": "---\n- name: install required software\n package:\n name: '{{ item }}'\n state: present\n with_items:\n - lvm2\n - device-mapper-persistent-data\n - yum-utils\n - git\n\n- name: add GPG key for docker\n rpm_key:\n key: htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 908,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.