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
edikoo/Ansible-KubeadmClusterHA-installer
bcac727941511e68972212044215a5517f7a0737
0
playbooks/roles/configure-kernel
7,734
[ "no_license" ]
[ { "path": "playbooks/roles/configure-kernel/tasks/main.yaml", "content": "---\n- name: Check if file exists\n ansible.builtin.stat:\n path: /etc/modules-load.d/containerd.conf\n register: file_status\n\n- name: Check file availability\n when: not file_status.stat.exists\n block:\n - name: Create t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1239, "all_permissive": false }
ansible_role
edikoo/Ansible-KubeadmClusterHA-installer
bcac727941511e68972212044215a5517f7a0737
0
playbooks/roles/containerd
7,734
[ "no_license" ]
[ { "path": "playbooks/roles/containerd/tasks/main.yaml", "content": "---\n- name: Install and configure Kubernetes and containerd\n block:\n # Enable docker repository\n - name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2741, "all_permissive": false }
ansible_role
edikoo/Ansible-KubeadmClusterHA-installer
bcac727941511e68972212044215a5517f7a0737
0
playbooks/roles/haproxy
7,734
[ "no_license" ]
[ { "path": "playbooks/roles/haproxy/tasks/main.yaml", "content": "---\n- name: Preliminary check for HAProxy service status\n block:\n - name: Gather facts about services\n ansible.builtin.service_facts:\n\n - name: Set flag if HAProxy is already running\n set_fact:\n haproxy_already_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1781, "all_permissive": false }
ansible_role
edikoo/Ansible-KubeadmClusterHA-installer
bcac727941511e68972212044215a5517f7a0737
0
playbooks/roles/helm-setup
7,734
[ "no_license" ]
[ { "path": "playbooks/roles/helm-setup/tasks/main.yaml", "content": "---\n- name: Download Helm install script\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: '0755'\n\n- name: Execute Helm install script\n command: /tmp/get_he...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
edikoo/Ansible-KubeadmClusterHA-installer
bcac727941511e68972212044215a5517f7a0737
0
playbooks/roles/join-masters
7,734
[ "no_license" ]
[ { "path": "playbooks/roles/join-masters/tasks/main.yaml", "content": "---\n- name: Check if nodes has joined the cluster already\n ansible.builtin.stat:\n path: /etc/kubernetes/admin.conf\n ignore_errors: true\n register: kubeconf_info\n\n- name: Check result\n ansible.builtin.debug:\n msg: \"Node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2293, "all_permissive": false }
ansible_role
edikoo/Ansible-KubeadmClusterHA-installer
bcac727941511e68972212044215a5517f7a0737
0
playbooks/roles/keepalived
7,734
[ "no_license" ]
[ { "path": "playbooks/roles/keepalived/tasks/main.yaml", "content": "---\n- name: Preliminary check for Keepalived service status\n block:\n - name: Gather facts about services\n ansible.builtin.service_facts:\n\n - name: Set flag if Keepalived is already running\n set_fact:\n keepali...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2644, "all_permissive": false }
ansible_role
axonweb3/axon-devops
32e274a1f14c065fe63d37f006ac1a3c4f70654f
4
apm/deploy/roles/agent
7,734
[ "no_license" ]
[ { "path": "apm/deploy/roles/agent/vars/main.yaml", "content": "# agent\nmonitor_agent_dir: /home/ckb/axon-apm-agent\nlog_path: /home/ckb/axon-docker/logs\nmonitor_address: xxx.xxx.xxx.xxx\nes_address: xxx.xxx.xxx.xxx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2003, "all_permissive": false }
ansible_role
axonweb3/axon-devops
32e274a1f14c065fe63d37f006ac1a3c4f70654f
4
apm/deploy/roles/monitor
7,734
[ "no_license" ]
[ { "path": "apm/deploy/roles/monitor/vars/main.yaml", "content": "monitor_dir: /home/ckb/axon-monitor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "apm/deploy/roles/monitor/tasks/main.yml", "content": "---\n- name: down \n shell: \"docker-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1352, "all_permissive": false }
ansible_role
zhdk/madek-zhdk-agw-auth-system
70cd663d966a3dbaeda1e8569198d79a34580e0f
0
deploy/roles/deploy
7,734
[ "no_license" ]
[ { "path": "deploy/roles/deploy/tasks/setup-user.yml", "content": "- user:\n name: '{{app_user}}'\n system: yes\n name: create {{app_user}} user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "deploy/roles/deploy/templates/config.yml", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3136, "all_permissive": false }
ansible_role
eloyvega/ansible-jenkins
62cbfd1ef0b655b821c23610bbe677475fb9949e
0
ansible/roles/docker
7,734
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Update packages\n yum:\n name: \"*\"\n state: latest\n- name: Install Docker\n command:\n cmd: amazon-linux-extras install -y docker\n- name: Start Docker\n service:\n name: docker\n enabled:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
eloyvega/ansible-jenkins
62cbfd1ef0b655b821c23610bbe677475fb9949e
0
ansible/roles/java
7,734
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n- name: Removing old version of JAVA from Amazon Linux\n yum:\n name: java-1.7.0-openjdk\n state: absent\n- name: Install specific supported version of JAVA\n yum:\n name: java-1.8.0-openjdk\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
eloyvega/ansible-jenkins
62cbfd1ef0b655b821c23610bbe677475fb9949e
0
ansible/roles/jenkins
7,734
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Add Jenkins repository\n shell: wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo\n- name: Import Jenkins GPG key\n rpm_key:\n state: present\n key: https://pkg....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
aryan2172/tf-ansible
9f523487cd5a8016a867e2e6acd699efac900506
0
roles/kubernetes_master
7,734
[ "no_license" ]
[ { "path": "roles/kubernetes_master/tasks/main.yml", "content": "---\n# tasks file for kubernetes.master\n\n- name: Create containerd config file\n file:\n path: \"/etc/modules-load.d/containerd.conf\"\n state: \"touch\"\n\n- name: Add conf for containerd\n blockinfile:\n path: \"/etc/modules-load...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3032, "all_permissive": false }
ansible_role
broadinstitute/dsp-ansible-configs
c06f74db78a83c741b5d3538a79a7ccdfa936b25
0
roles/ansible-role-clone-repos
7,734
[ "no_license" ]
[ { "path": "roles/ansible-role-clone-repos/defaults/main.yml", "content": "---\nrolepath: /var/lib/ansible/local/roles\ngitrepos:\n#ansiblepull\n - { address: 'https://github.com/broadinstitute/ansible-role-configure.git', name: 'ansible-role-configure', version: 'master' }\n#yumcron\n - { address: 'https:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 858, "all_permissive": false }
ansible_role
a-inacio/cluster-playground
6ab50d9391ddb9733964e61463955d4660dc06ab
0
roles/dapr
7,734
[ "no_license" ]
[ { "path": "roles/dapr/tasks/uninstall.yml", "content": "---\n- name: Dapr uninstall\n ansible.builtin.shell: dapr uninstall --kubernetes\n tags:\n - dapr-uninstall\n\n- name: Dapr uninstall finished\n debug:\n msg: 'Dapr uninstall finished.'\n tags:\n - dapr-uninstall\n", "license_type": "n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4132, "all_permissive": false }
ansible_role
a-inacio/cluster-playground
6ab50d9391ddb9733964e61463955d4660dc06ab
0
roles/kind
7,734
[ "no_license" ]
[ { "path": "roles/kind/tasks/main.yml", "content": "---\n# ####################################################################\n# Create cluster\n# ####################################################################\n\n- name: Create cluster {{ dapr_cluster_name }}\n include_ta...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2390, "all_permissive": false }
ansible_role
a-inacio/cluster-playground
6ab50d9391ddb9733964e61463955d4660dc06ab
0
roles/redis
7,734
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n# ####################################################################\n# Pre-check\n# ####################################################################\n\n- name: Init Helm for deploying in {{ dapr_cluster_name }}\n in...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1835, "all_permissive": false }
ansible_role
a-inacio/cluster-playground
6ab50d9391ddb9733964e61463955d4660dc06ab
0
roles/zipkin
7,734
[ "no_license" ]
[ { "path": "roles/zipkin/tasks/install.yml", "content": "---\n- name: Zipkin namespace\n kubernetes.core.k8s:\n api_version: v1\n kind: Namespace\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: zipkin\n tags:\n - zipkin-install\n\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2396, "all_permissive": false }
ansible_role
OnstakInc/ansible-network-visualizations
139cc2d69b8329d86b5d756d4cc9bb9c99d28c50
0
roles/deploy-node
7,734
[ "no_license" ]
[ { "path": "roles/deploy-node/templates/network-app.service.j2", "content": "[Unit]\nDescription=Network App Service\nWants=network.target\nAfter=network.target\n\n[Service]\nType=simple\nUser=root\n\nRestartSec=10\nRestart=always\n\nEnvironment=HOST={{ inventory_hostname }}\nEnvironment=PORT=8080\n\nExecSta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1351, "all_permissive": false }
ansible_role
OnstakInc/ansible-network-visualizations
139cc2d69b8329d86b5d756d4cc9bb9c99d28c50
0
roles/install-mongo
7,734
[ "no_license" ]
[ { "path": "roles/install-mongo/tasks/main.yml", "content": "---\n- name: Copy MongoDB Repo\n copy:\n src: mongodb-org-4.2.repo\n dest: /etc/yum.repos.d/mongodb-org-4.2.repo\n mode: 0666\n\n- name: Install MongoDB Server\n yum: name=mongodb-org state=present\n\n- name: Set SeLinux To Permissive\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
OnstakInc/ansible-network-visualizations
139cc2d69b8329d86b5d756d4cc9bb9c99d28c50
0
roles/install-nodejs
7,734
[ "no_license" ]
[ { "path": "roles/install-nodejs/tasks/main.yml", "content": "---\n- name : Install Required Tools\n yum: name={{packages}} state=present update_cache=yes\n vars:\n packages:\n - curl\n - wget\n - telnet\n - git\n\n- name : Install NodeJS Repository\n shell: curl -sL https://rpm.nodesource....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
LaraPruna/dhcp-ansible
08b079cf024612d9130e66d34e3f600b3506688b
0
roles/router
7,734
[ "no_license" ]
[ { "path": "roles/router/tasks/main.yaml", "content": "- name: \"Cambiar el bit de forwarding\"\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: yes\n\n- name: \"Instalar iptables y isc-dhcp-server\"\n apt:\n name:\n - iptables\n - isc-dhcp-server\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/bastion-private-key
7,734
[ "no_license" ]
[ { "path": "ansible/roles/bastion-private-key/tasks/main.yml", "content": "---\n - name: Install ssh key\n copy:\n src: ../terraform/sequence_search_rsa\n # src: ../gcp/gcp_rsa\n dest: /home/centos/.ssh/id_rsa\n owner: centos\n group: centos\n mode: 0400\n\n# In case you nee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/bastion-ssh-config
7,734
[ "no_license" ]
[ { "path": "ansible/roles/bastion-ssh-config/tasks/main.yml", "content": "---\n # Most of the subnet in our case is not visible from outside world\n # so we need to use a jumphost/bastion to ssh to it and from it\n # to ssh to private machines. To do this, we need to configure ssh\n # and install private...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/consumer
7,734
[ "no_license" ]
[ { "path": "ansible/roles/consumer/tasks/main.yml", "content": "---\n # This role is about consumer installation\n #\n # CentOS Linux 8 reached End Of Life (EOL) on December 31st, 2021!\n # A new OS must be used, but for now I've updated the mirror in order to run Ansible playbooks.\n # sudo sed -i 's/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8146, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/docker
7,734
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n # This role contains tasks related to docker installation\n - name: Install yum utils\n yum:\n name: yum-utils\n state: latest\n\n - name: Install device-mapper-persistent-data\n yum:\n name: device-mapper-persistent-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1445, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/iptables
7,734
[ "no_license" ]
[ { "path": "ansible/roles/iptables/tasks/main.yml", "content": "# file: iptables/tasks/main.yml\n\n---\n - name: Flush existing firewall rules\n iptables:\n flush: true\n\n - name: Allow related and established connections\n iptables:\n chain: INPUT\n ctstate: ESTABLISHED,RELATED\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1869, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/monitor
7,734
[ "no_license" ]
[ { "path": "ansible/roles/monitor/tasks/main.yml", "content": "# file: monitor/tasks/main.yml\n\n---\n # This role is related to monitor installation\n\n - name: Upgrade all packages\n yum: name=* state=latest\n\n - name: Install yum dependencies\n yum:\n name:\n - epel-release\n - ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2021, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/postgresql
7,734
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tests/vars.yml", "content": "---\n\n#--- will be set by molecule\n#postgresql_version: \"{{ postgresql_version | default('13') }}\"\n\npostgresql_port: 5433\n\npostgresql_databases:\n - name: foobar\n owner: baz\n\n - name: qux\n owner: baz\n state: absent\n\np...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6121, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/producer
7,734
[ "no_license" ]
[ { "path": "ansible/roles/producer/tasks/main.yml", "content": "# file: producer/tasks/main.yml\n\n---\n # This role is related to producer installation\n\n - name: Install yum dependencies\n yum:\n name:\n - bzip2-devel\n - curl\n - gcc\n - gcc-c++\n - git\n - iptable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5328, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/ssh
7,734
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "# file: ssh/tasks/main.yml\n\n---\n - name: Harden sshd configuration\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"{{item.regexp}}\"\n line: \"{{item.line}}\"\n state: present\n with_items:\n - regexp: \"^#?P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
RNAcentral/rnacentral-sequence-search
4f3417bc5d0d37bfa4a8f1ba7d48ca33ea7232d5
2
ansible/roles/swap
7,734
[ "no_license" ]
[ { "path": "ansible/roles/swap/tasks/main.yml", "content": "# file: swap/tasks/main.yml\n\n---\n - name: Set swap_file variable\n set_fact:\n swap_file: \"/swapfile\"\n tags: [ create-swap ]\n\n - name: Check if swap file exists\n stat:\n path: \"{{swap_file}}\"\n register: swap_file_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-bastion
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-bastion/tasks/main.yml", "content": "#vim: set ft=ansible:\n---\n# tasks file for bastion\n\n######################### Setting up environment for post deployment administration\n- name: create /root/.ssh\n file:\n dest: /root/.ssh\n mode: 0700\n state: directory\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1663, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-common-tasks
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-common-tasks/defaults/main.yml", "content": "---\ncommon_packages:\n - python\n - unzip\n - bash-completion\n - tmux\n - bind-utils\n - wget\n - ansible\n - git\n - vim-enhanced\n\nupdate_packages: false\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 851, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-ocp-installer
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-ocp-installer/tasks/main.yml", "content": "- name: Add log path to Ansible configuration\n lineinfile:\n regexp: \"^#log_path\"\n dest: \"/etc/ansible/ansible.cfg\"\n line: \"log_path = /root/ansible.log\"\n state: present\n tags:\n - ansible_log_enable\n\n- se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3546, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-ocp-nfs
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-ocp-nfs/tasks/main.yml", "content": "#vim: set ft=ansible:\n---\n######################### Install Basic Packages\n\n- name: Install nfs Packages\n include: ./packages.yml\n tags:\n - install_nfs_packages\n\n######################### Config NFS Mount Storage\n\n- name: con...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 763, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-ocp-node
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-ocp-node/templates/sysconfig.docker-storage-setup.j2", "content": "DEVS={{ docker_device }}\nVG=docker-vg\nSTORAGE_DRIVER=overlay2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/host-ocp-node/tasks/post_...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5133, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-ocp-provisioner
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-ocp-provisioner/tasks/main.yml", "content": "# vim: set ft=ansible:\n---\n- name: Ensure directory /etc/ansible exists\n file:\n path: /etc/ansible\n state: directory\n\n- name: Copy over ansible hosts file\n copy:\n src: \"{{ ANSIBLE_REPO_PATH }}/workdir/hosts-{{ en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2657, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-set-env-authorized-key
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-set-env-authorized-key/files/host_ssh_config.j2", "content": "Host ec2* *.internal\n User {{remote_user}}\n IdentityFile ~/.ssh/{{env_authorized_key}}.pem\n ForwardAgent yes\n StrictHostKeyChecking no\n ConnectTimeout 60\n ConnectionAttempts 10\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1196, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/host-set-repositories
7,734
[ "no_license" ]
[ { "path": "ansible/roles/host-set-repositories/tasks/rhn-repos.yml", "content": "# vim: set ft=ansible:\n---\n- name: Force unregister before register\n redhat_subscription:\n state: absent\n register: task_result\n until: task_result | succeeded\n retries: 10\n delay: 5\n\n- name: register node wit...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4384, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/infra-ec2-linux-set-hostname
7,734
[ "no_license" ]
[ { "path": "ansible/roles/infra-ec2-linux-set-hostname/tasks/main.yml", "content": "- name: Set hostname based on tag_internaldns\n hostname:\n name: \"{{internaldns}}\"\n when: internaldns is defined\n\n- stat:\n path: /etc/cloud/cloud.cfg\n register: cloud_cfg_file\n\n- name: disable updating host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/infra-ec2-template-create
7,734
[ "no_license" ]
[ { "path": "ansible/roles/infra-ec2-template-create/defaults/main.yml", "content": "---\n# tags applied to the Cloudformation stack\ncf_tags:\n Stack: \"project {{ project_tag }}\"\n owner: \"{{ email | default(user) | default('unknown') }}\"\n\n# custom additional tags :\ncloud_tags: {}\n\ncloudformation_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5076, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/infra-ec2-template-destroy
7,734
[ "no_license" ]
[ { "path": "ansible/roles/infra-ec2-template-destroy/tasks/main.yml", "content": "\n\n- name: Destroy cloudformation template\n cloudformation:\n stack_name: \"{{project_tag}}\"\n state: \"absent\"\n region: \"{{aws_region_final|d(aws_region)}}\"\n disable_rollback: false\n tags:\n Stack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/infra-ec2-template-generate
7,734
[ "no_license" ]
[ { "path": "ansible/roles/infra-ec2-template-generate/tasks/main.yml", "content": "- name: AWS Generate CloudFormation Template\n template:\n src: \"{{ANSIBLE_REPO_PATH}}/configs/{{ env_type }}/files/cloud_providers/{{cloud_provider}}_cloud_template.j2\"\n dest: \"{{ANSIBLE_REPO_PATH}}/workdir/{{ env_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1865, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/infra-ec2-wait_for_linux_hosts
7,734
[ "no_license" ]
[ { "path": "ansible/roles/infra-ec2-wait_for_linux_hosts/tasks/main.yml", "content": "---\n- name: wait for linux host to be available\n wait_for_connection:\n timeout: 300\n register: rwait\n ignore_errors: true\n\n- name: restart instance if wait_for_connection failed\n become: false\n environment:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
sborenst/simple_agnostic_deployer
d909271f3255bda8f57948f62a16fcd6f6c8406b
5
ansible/roles/infra-local-create-ssh_key
7,734
[ "no_license" ]
[ { "path": "ansible/roles/infra-local-create-ssh_key/tasks/main.yml", "content": "- name: Generate SSH keys\n shell: ssh-keygen -b 2048 -t rsa -f \"{{ ANSIBLE_REPO_PATH }}/workdir/{{env_authorized_key}}\" -q -N \"\"\n args:\n creates: \"{{ ANSIBLE_REPO_PATH }}/workdir/{{env_authorized_key}}\"\n when: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
akathimi/Workstaion-Ansible
d548ca7772ce4400f95f5c8424295b2e267c2112
1
roles/basic
7,734
[ "no_license" ]
[ { "path": "roles/basic/defaults/main.yml", "content": "---\nbasic:\n - ca-certificates\n - software-properties-common\n - curl\n - build-essential\n - python-pip\n - python-virtualenv\n - python-vagrant\n - net-tools\n - tar\n - openjdk-8-jdk\n - openjfx\n\npackages:\n zoom:\n path: \"{{ down...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2344, "all_permissive": false }
ansible_role
akathimi/Workstaion-Ansible
d548ca7772ce4400f95f5c8424295b2e267c2112
1
roles/custom
7,734
[ "no_license" ]
[ { "path": "roles/custom/tasks/main.yml", "content": "---\n- name: Download packages files\n block:\n - name: Download archived (zip/tar) packages files\n get_url: url=\"{{ item.value.url }}\" dest=\"{{ item.value.path }}\" mode=0644\n with_dict: \"{{ archives }}\"\n rescue:\n - name: Deleting corr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2160, "all_permissive": false }
ansible_role
akathimi/Workstaion-Ansible
d548ca7772ce4400f95f5c8424295b2e267c2112
1
roles/sqldeveloper
7,734
[ "no_license" ]
[ { "path": "roles/sqldeveloper/tasks/main.yml", "content": "---\n- name: begin sqldeveloper\n block:\n - name: unarchiving sqldeveloper\n unarchive: src=sqldeveloper-18.1.0.095.1630-no-jre.zip dest=/opt/ mode=0755\n rescue:\n - fail: msg=\"sqldeveloper archive not found, make sure to place in th...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 659, "all_permissive": false }
ansible_role
jvrkrishna/robo-ansible
ec7a6632c50bf84a75a0efd7a3592c3e32f7ba57
0
roles/catalogue
7,737
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: Configuring {{ component }} Server\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
jvrkrishna/robo-ansible
ec7a6632c50bf84a75a0efd7a3592c3e32f7ba57
0
roles/common
7,737
[ "no_license" ]
[ { "path": "roles/common/tasks/mongo_schema.yml", "content": "- name: Downloading Mongo repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Installing Mogodb\n ansible.builtin.yum:\n name: mongodb-org-shell\n state: latest\n\n- name: Loading Mongo_sch...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1801, "all_permissive": false }
ansible_role
jvrkrishna/robo-ansible
ec7a6632c50bf84a75a0efd7a3592c3e32f7ba57
0
roles/mongodb
7,737
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Configuring Mongodb repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Installing Mongodb Server\n ansible.builtin.yum:\n name: mongodb-org\n state: latest\n\n- name: Changing Listen Addres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
jvrkrishna/robo-ansible
ec7a6632c50bf84a75a0efd7a3592c3e32f7ba57
0
roles/payment
7,737
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: SettingUp Python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\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
jvrkrishna/robo-ansible
ec7a6632c50bf84a75a0efd7a3592c3e32f7ba57
0
roles/shipping
7,737
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: SettingUp maven\n ansible.builtin.import_role:\n name: common\n tasks_from: maven\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
cyberzeed/ansible
47541088142d706f9bfd67523f3a30bea59f2447
0
roles/docker
7,737
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\ndocker_repo_url: https://download.docker.com/linux/ubuntu\ndocker_repo_gpg: https://download.docker.com/linux/ubuntu/gpg\ndocker_compose_version: 1.18.0\ndocker_packages:\n - docker-ce\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1101, "all_permissive": false }
ansible_role
cyberzeed/ansible
47541088142d706f9bfd67523f3a30bea59f2447
0
roles/mongo
7,737
[ "no_license" ]
[ { "path": "roles/mongo/defaults/main.yml", "content": "---\nmongo_version: 3.4\nmongo_repo_url: http://repo.mongodb.org/apt/ubuntu\nmongo_repo_file: mongodb-org-{{ mongo_version }}\nmongo_key_id: <KEY>\nmongo_keyserver: hkp://keyserver.ubuntu.com:80\nmongo_packages:\n - mongodb-org-shell\n - mongodb-org-t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 742, "all_permissive": false }
ansible_role
cyberzeed/ansible
47541088142d706f9bfd67523f3a30bea59f2447
0
roles/node
7,737
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n# tasks file for node\n- name: Set up node repository\n become: true\n shell: curl -sL {{ node_setup_url }} | sudo -E bash -\n\n- name: Install node\n include_role:\n name: packages\n vars:\n module_name: nodejs\n module_packages: \"{{ nod...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 400, "all_permissive": false }
ansible_role
cyberzeed/ansible
47541088142d706f9bfd67523f3a30bea59f2447
0
roles/packages
7,737
[ "no_license" ]
[ { "path": "roles/packages/tasks/repository.yml", "content": "---\n- name: Add GPG key of {{ module_name }}\n apt_key:\n url: \"{{ repository.gpg }}\"\n state: present\n when: 'repository.gpg is defined'\n\n- name: Add apt key of {{ module_name }}\n apt_key:\n id: \"{{ repository.key.id }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 859, "all_permissive": false }
ansible_role
migldasilva/ansible
cbf29662195d9e0f2b3d80d7c5e85fabbe91498b
0
roles/simple-docker-host
7,737
[ "no_license" ]
[ { "path": "roles/simple-docker-host/defaults/main.yml", "content": "---\n# defaults file for simple-docker-host\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/simple-docker-host/tests/test.yml", "content": "---\n- hosts: localhost\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1699, "all_permissive": false }
ansible_role
pollin14/magento-1-demo-vagrant
8a89ce3e81cf6df140b0daaa2e60d202451b0597
0
ansible/roles/ftp
7,737
[ "no_license" ]
[ { "path": "ansible/roles/ftp/handlers/main.yml", "content": "- name: Restart ftp server\n service:\n name: vsftpd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/ftp/tasks/main.yml", "content": "- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
pollin14/magento-1-demo-vagrant
8a89ce3e81cf6df140b0daaa2e60d202451b0597
0
ansible/roles/mysql
7,737
[ "no_license" ]
[ { "path": "ansible/roles/mysql/defaults/main.yml", "content": "mysql_db_name: default_database\nmysql_new_users:\n -\n name: ubuntu\n password: <PASSWORD>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible/roles/mysql/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1409, "all_permissive": false }
ansible_role
pollin14/magento-1-demo-vagrant
8a89ce3e81cf6df140b0daaa2e60d202451b0597
0
ansible/roles/nginx
7,737
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/web.conf.nginx.j2", "content": "{% if nginx_debug %}\n {% set log_level = \"debug\" %}\n{% else %}\n {% set log_level = \"error\" %}\n{% endif %}\n\nserver {\n listen 80;\n listen 443 ssl;\n server_name *.{{ nginx_domain }};\n\n ssl_certificate /etc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2978, "all_permissive": false }
ansible_role
pollin14/magento-1-demo-vagrant
8a89ce3e81cf6df140b0daaa2e60d202451b0597
0
ansible/roles/php-fpm
7,737
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "- name: Install php-fpm and dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php5\n - php5-cli\n - php5-fpm\n - php5-mcrypt\n - php5-mysql\n - php5-curl\n - php-pear\n - php5-gd\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3544, "all_permissive": false }
ansible_role
pollin14/magento-1-demo-vagrant
8a89ce3e81cf6df140b0daaa2e60d202451b0597
0
ansible/roles/ssl
7,737
[ "no_license" ]
[ { "path": "ansible/roles/ssl/tasks/main.yml", "content": "\n- name: Create directory\n file:\n state: directory\n path: /etc/nginx/ssl\n tags:\n - ssl\n\n- name: \"create self-signed SSL cert {{ ssl_domain }}\"\n command: >\n openssl req\n -new\n -newkey rsa:2048\n -nodes\n -x509\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
pollin14/magento-1-demo-vagrant
8a89ce3e81cf6df140b0daaa2e60d202451b0597
0
ansible/roles/vagrant
7,737
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "- name: Create base directory\n file:\n state: directory\n path: /var/www\n owner: vagrant\n group: vagrant\n mode: 0754\n\n- name: Change nginx user\n lineinfile:\n name: /etc/nginx/nginx.conf\n regexp: '^user'\n line: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1055, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/ansible
7,737
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: Install ansible\n ansible.builtin.apt:\n name: ansible\n state: present\n when: ansible_facts['distribution'] == 'Debian'\n\n- name: Install ansible\n community.general.pacman:\n name: ansible\n state: present\n when: ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/ansible_certs
7,737
[ "no_license" ]
[ { "path": "roles/ansible_certs/templates/generate_cert.j2", "content": "#!/bin/bash\n# Credits\n# https://marcincuber.medium.com/lets-encrypt-generating-wildcard-ssl-certificate-using-certbot-ae1c9484c101\n\ncertbot certonly --manual --preferred-challenges=dns --email \"{{ email }}\" --agree-tos --manual-pu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1074, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/ansible_git
7,737
[ "no_license" ]
[ { "path": "roles/ansible_git/tasks/main.yml", "content": "---\n- name: Install git\n ansible.builtin.apt:\n name: git\n state: present\n when: ansible_facts['distribution'] == 'Debian'\n\n- name: Install git\n community.general.pacman:\n name: git\n state: present\n when: ansible_facts['dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/ansible_playbooks
7,737
[ "no_license" ]
[ { "path": "roles/ansible_playbooks/tasks/main.yml", "content": "---\n- name: Create main playbook path\n ansible.builtin.file:\n path: \"{{ ansible_playbooks_path }}\"\n state: directory\n when: ansible_facts['distribution'] == 'Debian' or ansible_facts['distribution'] == 'Archlinux'\n\n- name: Ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/aur_builds
7,737
[ "no_license" ]
[ { "path": "roles/aur_builds/templates/paru.j2", "content": "cd /home/matthew/aur\ngit clone 'https://aur.archlinux.org/paru.git'\ncd paru || exit\ngit pull\nless PKGBUILD\nmakepkg -sirc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/aur_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2112, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/backup
7,737
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n# https://borgbackup.readthedocs.io/en/stable/quickstart.html\n\n- name: Install Borg Backup\n ansible.builtin.apt:\n name: borgbackup\n state: present\n when: ansible_facts['distribution'] == 'Debian'\n\n- name: Install sshfs\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1845, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_aliases
7,737
[ "no_license" ]
[ { "path": "roles/configure_aliases/tasks/main.yml", "content": "---\n- name: Aliases\n ansible.builtin.blockinfile:\n path: \"/home/{{ user_name }}/.bashrc\"\n block: |\n alias icat=\"kitty +kitten icat\"\n alias ssh=\"kitty +kitten ssh\"\n marker: \"{mark}\"\n owner: \"{{ user_name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_firejail
7,737
[ "no_license" ]
[ { "path": "roles/configure_firejail/tasks/main.yml", "content": "---\n- name: Confiure firejail\n ansible.builtin.lineinfile:\n path: /etc/firejail/firecfg.config\n regexp: ^{{ item }}\n state: absent\n loop:\n - steam\n - steam-native\n - steam-runtime\n - code\n when: ansible_facts...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_git
7,737
[ "no_license" ]
[ { "path": "roles/configure_git/tasks/main.yml", "content": "---\n- name: Configure git\n ansible.builtin.shell:\n cmd: |\n git config --global user.name {{ git_name }}\n git config --global user.email {{ email }}\n git config --global core.sshCommand \"ssh -i /home/{{ user_name }}/.ssh/{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_home_folder
7,737
[ "no_license" ]
[ { "path": "roles/configure_home_folder/tasks/main.yml", "content": "---\n- name: Set user home ownership to user\n ansible.builtin.shell:\n cmd: |\n chown -R {{ user_name }}:{{ user_name }} /home/{{ user_name }}\n when:\n - ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_hostname
7,737
[ "no_license" ]
[ { "path": "roles/configure_hostname/tasks/main.yml", "content": "---\n- name: Hostname file configuration\n ansible.builtin.template:\n src: hostname.j2\n dest: /etc/hostname\n owner: root\n group: root\n mode: \"0644\"\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 235, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_hosts
7,737
[ "no_license" ]
[ { "path": "roles/configure_hosts/tasks/main.yml", "content": "---\n- name: Hosts file configuration\n ansible.builtin.template:\n src: hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n mode: \"0644\"\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 509, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_kernel
7,737
[ "no_license" ]
[ { "path": "roles/configure_kernel/tasks/main.yml", "content": "---\n- name: Configure kernel\n ansible.builtin.lineinfile:\n path: /etc/mkinitcpio.conf\n regexp: \"^#?HOOKS=\"\n line: HOOKS=(base udev autodetect keyboard keymap consolefont modconf block encrypt lvm2 filesystems fsck)\n when: ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_locales
7,737
[ "no_license" ]
[ { "path": "roles/configure_locales/templates/locale.j2", "content": "LANG={{locale}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/configure_locales/tasks/main.yml", "content": "---\n- name: locale configuration\n ansible.builtin.tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 575, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_psd
7,737
[ "no_license" ]
[ { "path": "roles/configure_psd/tasks/main.yml", "content": "---\n- name: Create config path\n ansible.builtin.file:\n path: \"/home/{{ user_name }}/.config/psd/psd.conf\"\n state: touch\n owner: \"{{ user_name }}\"\n when:\n - ansible_facts['distribution'] == 'Archlinux'\n\n- name: psd config\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1298, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_scripts
7,737
[ "no_license" ]
[ { "path": "roles/configure_scripts/templates/build_openwrt_image.j2", "content": "#!/bin/bash\n# Credits\n# https://openwrt.org/docs/guide-user/additional-software/imagebuilder\n\n# Dependecies\nsudo pacman -S --needed base-devel ncurses zlib gawk git gettext openssl libxslt wget unzip python rsync\n\numask...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1489, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_sudo
7,737
[ "no_license" ]
[ { "path": "roles/configure_sudo/tasks/main.yml", "content": "---\n- name: Add sudo group\n ansible.builtin.group:\n name: sudo\n state: present\n when: ansible_facts['distribution'] == 'Archlinux'\n\n- name: Add user to sudo group\n ansible.builtin.user:\n name: \"{{ user_name }}\"\n groups: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_terminal
7,737
[ "no_license" ]
[ { "path": "roles/configure_terminal/tasks/main.yml", "content": "---\n- name: Add terminal text\n ansible.builtin.blockinfile:\n path: \"/home/{{ user_name }}/.bashrc\"\n block: \"{{ custom_terminal_text }}\"\n owner: \"{{ user_name }}\"\n marker: \"{mark}\"\n marker_begin: \"# Custom Termin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_timezone
7,737
[ "no_license" ]
[ { "path": "roles/configure_timezone/tasks/main.yml", "content": "---\n- name: Set the timezone\n community.general.timezone:\n name: US/Eastern\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_virt_manager
7,737
[ "no_license" ]
[ { "path": "roles/configure_virt_manager/tasks/main.yml", "content": "---\n- name: Enable virt manager\n ansible.builtin.systemd:\n name: libvirtd.service\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n\n- name: set libvirt socket group\n ansible.builtin.lineinfile:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/configure_wm
7,737
[ "no_license" ]
[ { "path": "roles/configure_wm/templates/sway_autostart.j2", "content": "#!/bin/bash\n# Credits\n# https://github.com/swaywm/sway/wiki\n\n# Define path to commands.\nPATH=\"/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\"\n\n{{ wifi }}\nnextcloud &\nkitty &\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4912, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/create_groups
7,737
[ "no_license" ]
[ { "path": "roles/create_groups/tasks/main.yml", "content": "---\n- name: Create sudo group\n ansible.builtin.group:\n name: sudo\n state: present\n when:\n - ansible_facts['distribution'] == 'Archlinux'\n - sudo_group_presence is defined\n - sudo_group_presence == 'yes'\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/create_users
7,737
[ "no_license" ]
[ { "path": "roles/create_users/tasks/main.yml", "content": "---\n- name: Add a user with sudo\n ansible.builtin.user:\n name: \"{{ user_name }}\"\n groups: sudo\n append: \"yes\"\n password: \"{{ <PASSWORD> }}\"\n when:\n - ansible_facts['distribution'] == 'Archlinux'\n - sudo_group_prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/default_firewalld_config
7,737
[ "no_license" ]
[ { "path": "roles/default_firewalld_config/tasks/main.yml", "content": "---\n- name: Set default action for public to drop\n ansible.posix.firewalld:\n zone: public\n target: DROP\n permanent: yes\n state: present\n when: ansible_facts['distribution'] == 'Archlinux'\n\n- name: Disable SSH in de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/dns
7,737
[ "no_license" ]
[ { "path": "roles/dns/templates/pihole.sh.j2", "content": "/usr/bin/podman pull docker.io/pihole/pihole:latest\n/usr/bin/podman run \\\n--name=pihole \\\n--volume {{ pihole_path }}/etc-pihole:/etc/pihole:Z \\\n--network pihole_container_net:ip={{ pihole_container_ip_address }} \\\n--dns={{ pihole_dns_server ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5307, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_apparmor
7,737
[ "no_license" ]
[ { "path": "roles/enable_apparmor/tasks/main.yml", "content": "---\n- name: Enable apparmor\n ansible.builtin.systemd:\n name: apparmor.service\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_bluetooth
7,737
[ "no_license" ]
[ { "path": "roles/enable_bluetooth/tasks/main.yml", "content": "---\n- name: Enable bluetooth\n ansible.builtin.systemd:\n name: bluetooth.service\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_cups
7,737
[ "no_license" ]
[ { "path": "roles/enable_cups/tasks/main.yml", "content": "---\n- name: Enable cups\n ansible.builtin.systemd:\n name: cups.service\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_firewalld
7,737
[ "no_license" ]
[ { "path": "roles/enable_firewalld/tasks/main.yml", "content": "---\n- name: Enable firewalld\n ansible.builtin.systemd:\n name: firewalld.service\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_network_manager
7,737
[ "no_license" ]
[ { "path": "roles/enable_network_manager/tasks/main.yml", "content": "---\n- name: Enable network manager\n ansible.builtin.systemd:\n name: NetworkManager.service\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_ntpd
7,737
[ "no_license" ]
[ { "path": "roles/enable_ntpd/tasks/main.yml", "content": "---\n- name: Enable ntpd client\n ansible.builtin.systemd:\n name: ntpd.service\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_paccache
7,737
[ "no_license" ]
[ { "path": "roles/enable_paccache/tasks/main.yml", "content": "---\n- name: Enable paccache\n ansible.builtin.systemd:\n name: paccache.timer\n enabled: yes\n when: ansible_facts['distribution'] == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/enable_swap
7,737
[ "no_license" ]
[ { "path": "roles/enable_swap/tasks/main.yml", "content": "---\n- name: Turn on swapfile\n ansible.builtin.shell:\n cmd: |\n swapon /dev/{{ lvm_name }}/swap\n when: ansible_facts['distribution'] == 'Archlinux'\n", "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
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/fwupd_config
7,737
[ "no_license" ]
[ { "path": "roles/fwupd_config/tasks/main.yml", "content": "---\n- name: fwupd configuration\n ansible.builtin.template:\n src: fwupd.j2\n dest: /etc/pacman.d/hooks/fwupd-to-esp.hook\n when: ansible_facts['distribution'] == 'Archlinux'\n\n- name: fwupd copy\n ansible.builtin.copy:\n src: /usr/lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
MatthewDavidMiller/ansible_playbooks
48736553f61353866adb5fdb4430f6f023ac8e3a
0
roles/get_uuids
7,737
[ "no_license" ]
[ { "path": "roles/get_uuids/templates/uuids.j2", "content": "---\nfile_systems:\n{% for filesystem in file_systems %}\n - name: \"{{ filesystem.name }}\"\n type: \"{{ filesystem.type }}\"\n initial_path: \"{{ filesystem.initial_path | default('none') }}\"\n path: \"{{ filesystem.path | default('non...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1445, "all_permissive": false }