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
AndreyAgafonov/otus-project
96952cb9d6f3b6f8996a68ef8aec218c8e1c69fa
0
ansible/roles/mongodb-router
7,235
[ "no_license" ]
[ { "path": "ansible/roles/mongodb-router/tasks/main.yml", "content": "---\n# tasks file for mongodb shard\n- name: MONGODB-ROUTER |Allow port {{ mongodb_router_port }} in firewalld\n firewalld:\n port: \"{{ mongodb_port }}/tcp\"\n permanent: yes\n state: enabled\n\n- name: MONGODB-ROUTER |restart_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3125, "all_permissive": false }
ansible_role
AndreyAgafonov/otus-project
96952cb9d6f3b6f8996a68ef8aec218c8e1c69fa
0
ansible/roles/mongodb-rs
7,235
[ "no_license" ]
[ { "path": "ansible/roles/mongodb-rs/templates/mongodb_config.js.j2", "content": "use admin\nrs.initiate(\n {\n _id : \"{{ mongodb_replicaset_name }}\",\n configsvr: true,\n members: [\n { _id : 0, host : \"{{ groups.mongodb_config[0] }}.{{ domain }}:{{ mongodb_port }}\", hidden: false, priori...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4897, "all_permissive": false }
ansible_role
AndreyAgafonov/otus-project
96952cb9d6f3b6f8996a68ef8aec218c8e1c69fa
0
ansible/roles/mongodb-sh
7,235
[ "no_license" ]
[ { "path": "ansible/roles/mongodb-sh/vars/main.yml", "content": "---\n# vars file for mongodb-sharding", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/mongodb-sh/tasks/main.yml", "content": "---\n- name: restart_mongos\n systemd:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5191, "all_permissive": false }
ansible_role
AndreyAgafonov/otus-project
96952cb9d6f3b6f8996a68ef8aec218c8e1c69fa
0
ansible/roles/prepare
7,235
[ "no_license" ]
[ { "path": "ansible/roles/prepare/templates/hosts.j2", "content": "127.0.0.1 {{ inventory_hostname }}.{{ domain }} {{ inventory_hostname }}\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n172.20...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2841, "all_permissive": false }
ansible_role
AndreyAgafonov/otus-project
96952cb9d6f3b6f8996a68ef8aec218c8e1c69fa
0
ansible/roles/restore
7,235
[ "no_license" ]
[ { "path": "ansible/roles/restore/tasks/main.yml", "content": "---\n\n- name: restore script\n template:\n src: restorescript.sh.j2\n dest: /opt/restorescript.sh\n mode: '0744'\n owner: root\n group: root\n\n- name: Get last backup\n shell: \"ls -la |awk '{print $9}' |sort -r |head -n1\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2172, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/argocd
7,235
[ "no_license" ]
[ { "path": "roles/argocd/tasks/main.yaml", "content": "- name: Argocd Helm Repo\n shell: helm repo add argo https://argoproj.github.io/argo-helm\n\n- name: Install Argocd\n shell: |\n echo \"\n global:\n nodeSelector:\n role: master\n configs:\n rbac:\n policy.default: role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/cilium
7,235
[ "no_license" ]
[ { "path": "roles/cilium/tasks/main.yaml", "content": "- name: Cilium Helm Repo\n shell: helm repo add cilium https://helm.cilium.io/\n\n- name: Install Cilium\n shell: helm install cilium cilium/cilium --version 1.14.1 \\\n --namespace kube-system \\\n --set hubble.relay.enabled=true \\\n --set h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/cli
7,235
[ "no_license" ]
[ { "path": "roles/cli/tasks/main.yaml", "content": "- name: Remove the first line\n ansible.builtin.shell: \"sed -i '1d' /etc/apt/sources.list\"\n become: yes\n\n- name: Install CLI Tools\n ansible.builtin.apt:\n update_cache: yes\n pkg:\n - ca-certificates\n - curl\n\n- name: Install Kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/containerd
7,235
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yaml", "content": "---\n- name: Install Containerd Dependencies\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: Add Containerd GPG Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1478, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/helm
7,235
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yaml", "content": "- name: Helm gpg key\n shell: curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg\n args:\n creates: \"/usr/share/keyrings/helm.gpg\"\n\n- name: Install apt-transport-https\n ansible.builtin.apt:\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/k8s
7,235
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yaml", "content": "---\n- name: Disable Swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: Remove SWAP from fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n with_items:\n - swap\n - none\n\n- name: Reduce Swappiness...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/k8s_flush
7,235
[ "no_license" ]
[ { "path": "roles/k8s_flush/tasks/main.yaml", "content": "- name: kubeadm reset\n shell: kubeadm reset -f\n\n- name: docker prune\n shell: docker image prune -a -f\n\n- name: restart docker\n shell: systemctl restart docker\n\n- name: remove docker\n shell: |\n rm -rf ~/.kube\n\n- name: clear iptables...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/k8s_post
7,235
[ "no_license" ]
[ { "path": "roles/k8s_post/tasks/main.yaml", "content": "- name: add label to master\n shell: kubectl label node master role=master\n environment:\n KUBECONFIG: /etc/kubernetes/admin.conf\n\n- name: add label to node1\n shell: kubectl label node node1 role=node1\n environment:\n KUBECONFIG: /etc/ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1099, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/master
7,235
[ "no_license" ]
[ { "path": "roles/master/defaults/main.yaml", "content": "k8s_user: \"metin\"\nk8s_user_home: \"/home/{{ k8s_user }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/master/tasks/main.yaml", "content": "- name: Init Kubernetes Cluster\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 938, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/nodes
7,235
[ "no_license" ]
[ { "path": "roles/nodes/tasks/main.yaml", "content": "- name: Copy join command from Ansiblehost to the worker nodes.\n become: yes\n copy:\n src: ./temp/kubernetes_join_command\n dest: /tmp/kubernetes_join_command\n mode: 0777\n\n- name: Join the Worker nodes to the cluster.\n become: yes\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
MetinSeylan/homelab
e60735de411aee0f51715cb8a88b3db2874f0824
64
roles/timezone
7,235
[ "no_license" ]
[ { "path": "roles/timezone/defaults/main.yaml", "content": "---\ntimezone_value: \"UTC\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/timezone/tasks/main.yaml", "content": "---\n- name: Linux | Set Timezone to {{ timezone_value }}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 128, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/cart
7,235
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: installing nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: installing-nodejs\n- name: creating user and app directory\n ansible.builtin.import_role:\n name: common\n tasks_from: setup-app\n- name: installing depende...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/catalogue
7,235
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: installing nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: installing-nodejs\n- name: setting up app directory\n ansible.builtin.import_role:\n name: common\n tasks_from: setup-app \n- name: installing depende...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 625, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/common
7,235
[ "no_license" ]
[ { "path": "roles/common/tasks/systemdsetup.yaml", "content": "- name: \"Copy {{component}}}.service\"\n ansible.builtin.copy:\n src: \"{{component}}.service\"\n dest: \"/etc/systemd/system/{{component}}.service\"\n \n- name: daemon-reload \n ansible.builtin.systemd_service:\n daemon_reload: tr...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2048, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/dispatch
7,235
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yaml", "content": "- name: installing golang\n ansible.builtin.import_role:\n name: common\n tasks_from: installing-golang\n\n- name: creating user and app directory\n ansible.builtin.import_role:\n name: common\n tasks_from: setup-app\n- name: installing d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/mongodb
7,235
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: Copy mongo.repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n- name: installing mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n- name: starting and enabling mongodb\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/payment
7,235
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: installing python\n ansible.builtin.import_role:\n name: common\n tasks_from: installing-python\n- name: creating user and app directory\n ansible.builtin.import_role:\n name: common\n tasks_from: setup-app\n- name: installing dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/rabbitmq
7,235
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yaml", "content": "- name: congiguring rabbitmq\n ansible.builtin.shell: \"{{item}}\"\n loop:\n - curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n - curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/shipping
7,235
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yaml", "content": "- name: installing maven\n ansible.builtin.import_role:\n name: common\n tasks_from: installing-maven\n- name: creating user and app directory\n ansible.builtin.import_role:\n name: common\n tasks_from: setup-app\n- name: installing depen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/user
7,235
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: installing nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: installing-nodejs\n- name: creating user and app directory\n ansible.builtin.import_role:\n name: common\n tasks_from: setup-app\n- name: installing depende...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
rakesh6658/roboshop-ansible-roles
1ff5dd3b0acfa8601ce0c2f7c7d82b9f488b9f96
0
roles/web
7,235
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "- name: installing nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n- name: enabling and starting nginx\n ansible.builtin.service:\n name: nginx\n enabled: yes\n- name: Remove files in html directory\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 937, "all_permissive": false }
ansible_role
marcaurele/ansible-exoscale-privnet
6b1733214c113dbb75f73d15f7aa299023179c06
2
roles/common
7,235
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- import_tasks: create_sshkey.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/common/tasks/create_sshkey.yml", "content": "---\n\n- name: create ssh key\n local_action:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }
ansible_role
marcaurele/ansible-exoscale-privnet
6b1733214c113dbb75f73d15f7aa299023179c06
2
roles/infra
7,235
[ "no_license" ]
[ { "path": "roles/infra/tasks/create_secgroup.yml", "content": "# Create security group\n\n - name: create security group\n local_action:\n module: cs_securitygroup\n name: \"{{ security_group_name }}\"\n description: \"privnet servers\"\n", "license_type": "no_license", "detected_lic...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4440, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/alsa
7,235
[ "no_license" ]
[ { "path": "roles/alsa/tasks/main.yml", "content": "- name: Install packages\n community.general.pacman:\n name:\n - alsa-utils\n update_cache: true\n\n- name: Copy alsa settings\n ansible.builtin.copy:\n src: \"{{ ansible_limit }}/\"\n dest: /var/lib/alsa/\n mode: \"0644\"\n\n- name: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/aria2
7,235
[ "no_license" ]
[ { "path": "roles/aria2/tasks/main.yml", "content": "- name: Install package\n community.general.pacman:\n name: aria2\n update_cache: true\n\n- name: Copy configuration files\n ansible.builtin.copy:\n src: aria2.conf\n dest: /etc/\n mode: \"0644\"\n\n- name: Copy systemd unit file\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 996, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/boot
7,235
[ "no_license" ]
[ { "path": "roles/boot/tasks/main.yml", "content": "- name: Run pacstrap\n ansible.builtin.command: pacstrap {{ host.dir }} base linux linux-firmware btrfs-progs openssh python wpa_supplicant\n changed_when: true\n\n- name: Generate fstab\n ansible.builtin.shell: genfstab -U {{ host.dir }} >> {{ host.dir ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2262, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/boot_arm
7,235
[ "no_license" ]
[ { "path": "roles/boot_arm/templates/cmdline.txt.j2", "content": "{{ host.boot_arm.cmdline | join(' ') }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/boot_arm/templates/config.txt.j2", "content": "{% for key, value in item.items() %}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2903, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/cups
7,235
[ "no_license" ]
[ { "path": "roles/cups/tasks/main.yml", "content": "- name: Refresh pacman cache\n community.general.pacman:\n name:\n - cups\n - cups-pdf\n update_cache: true\n\n- name: Install xerox drvier\n kewlfft.aur.aur:\n name: xerox-phaser-3020\n become: true\n become_user: \"{{ host.user.whee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/desktop
7,235
[ "no_license" ]
[ { "path": "roles/desktop/files/bin/dunst/battery.sh", "content": "#!/bin/bash\n\n# Setup\nid=\"002\"\nstatus=$(cat /sys/class/power_supply/BAT0/status)\ncapacity=$(cat /sys/class/power_supply/BAT0/capacity)\n\nif [[ ${status}==\"Discharging\" && ${capacity} -le 30 ]]; then\n dunstify -a \"battery\" -u crit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8550, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/disk
7,235
[ "no_license" ]
[ { "path": "roles/disk/tasks/main.yml", "content": "- name: Create host.disk.label\n ansible.builtin.shell: |\n set -o pipefail\n echo -e \"g\\nw\" | fdisk \"{{ host.disk.dev }}\"\n changed_when: true\n\n- name: Create partitions\n ansible.builtin.shell: |\n set -o pipefail\n echo -e \"n\\n\\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2284, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/disk_extra
7,235
[ "no_license" ]
[ { "path": "roles/disk_extra/tasks/main.yml", "content": "- name: Create directories\n ansible.builtin.file:\n path: \"{{ item.path }}\"\n state: directory\n mode: \"0755\"\n loop: \"{{ host.disk_extra.partitions }}\"\n\n- name: Modify fstab\n ansible.posix.mount:\n path: \"{{ item.path }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1339, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/docker
7,235
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Refresh pacman cache\n community.general.pacman:\n name:\n - docker\n - docker-compose\n update_cache: true\n\n- name: Add user to docker group\n ansible.builtin.user:\n name: \"{{ host.user.wheel.name }}\"\n groups: docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/fava
7,235
[ "no_license" ]
[ { "path": "roles/fava/files/docker/compose/fava/docker-compose.yml", "content": "services:\n fava:\n container_name: fava\n image: yegle/fava\n ports:\n - 5000:5000\n environment:\n - BEANCOUNT_FILE=/bean/main.beancount\n volumes:\n - /var/lib/beancount:/bean\n restart: unl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1322, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/git
7,235
[ "no_license" ]
[ { "path": "roles/git/files/.gitconfig", "content": "[user]\n email = <EMAIL>\n name = <NAME>\n[color]\n ui = auto\n[diff]\n noprefix = true\n[push]\n autoSetupRemote = true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/git/files/.ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 773, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/home_assistant
7,235
[ "no_license" ]
[ { "path": "roles/home_assistant/files/docker/compose/home_assistant/docker-compose.yml", "content": "services:\n home_assistant:\n image: homeassistant/home-assistant:stable\n container_name: home_assistant\n network_mode: host\n restart: unless-stopped\n ports:\n - 8123:8123\n loggi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2567, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/influxdb
7,235
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "- name: Install packages\n community.general.pacman:\n name:\n - influxdb\n - influx-cli\n update_cache: true\n\n- name: Copy backup configuration\n ansible.builtin.template:\n src: backup_influxdb.service.j2\n dest: /usr/local/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1449, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/media
7,235
[ "no_license" ]
[ { "path": "roles/media/.bashrc.d/20-shortcuts.sh", "content": "alias x='xdg-open'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/media/files/bin/file.sh", "content": "#!/bin/bash\n\nINPUT_DIR=/wd2/backup/iphone/\nBASE_OUTPUT_DIR=/wd2/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1990, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/memcached
7,235
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "- name: Install package\n community.general.pacman:\n name: memcached\n update_cache: true\n\n- name: Start memcached service\n ansible.builtin.systemd:\n state: started\n name: memcached\n enabled: true\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/mosquitto_client
7,235
[ "no_license" ]
[ { "path": "roles/mosquitto_client/tasks/main.yml", "content": "- name: Install packages\n community.general.pacman:\n name:\n - mosquitto\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/mosquitto_server
7,235
[ "no_license" ]
[ { "path": "roles/mosquitto_server/tasks/main.yml", "content": "- name: Install packages\n community.general.pacman:\n name:\n - mosquitto\n update_cache: true\n\n- name: Copy configuration file\n ansible.builtin.copy:\n src: mosquitto.conf\n dest: /etc/mosquitto/\n mode: \"0644\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/mysql
7,235
[ "no_license" ]
[ { "path": "roles/mysql/templates/docker-compose.yml.j2", "content": "---\nversion: '3.8'\n\nservices:\n db:\n image: mysql/mysql-server:8.0\n container_name: mysql\n restart: always\n environment:\n MYSQL_ROOT_HOST: '%'\n MYSQL_ROOT_PASSWORD: {{ host.mysql.password }}\n ports:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1477, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/nginx
7,235
[ "no_license" ]
[ { "path": "roles/nginx/templates/files.conf.j2", "content": "server {\n listen 80;\n server_name {{ host.nginx.domain }};\n charset UTF-8;\n\n location /media {\n root /media/backup1/;\n autoindex on;\n }\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1475, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/nut
7,235
[ "no_license" ]
[ { "path": "roles/nut/tasks/main.yml", "content": "- name: Install package\n community.general.pacman:\n name: nut\n update_cache: true\n\n- name: Copy configuration file\n ansible.builtin.copy:\n src: ups.conf\n dest: /etc/nut/\n mode: \"0644\"\n\n- name: Start driver service\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/postgresql
7,235
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "- name: Install postgresql\n community.general.pacman:\n name: postgresql\n update_cache: true\n\n- name: Disable Copy-on-Write\n ansible.builtin.file:\n path: \"{{ host.postgresql.dir }}\"\n attributes: C\n recurse: true\n\n- name: S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/program
7,235
[ "no_license" ]
[ { "path": "roles/program/tasks/main.yml", "content": "- name: Install linters\n community.general.pacman:\n name:\n - actionlint\n - ansible-lint\n - gh\n - jq\n - jre-openjdk\n - luacheck\n - python-cfn-lint\n - selene\n - shellcheck\n - stylua\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3199, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/rtl_sdr
7,235
[ "no_license" ]
[ { "path": "roles/rtl_sdr/templates/wmbusmeters.conf.j2", "content": "loglevel=normal\ndevice=rtlwmbus:868.95M\nlogtelegrams=false\nformat=json\nmeterfiles=/var/log/wmbusmeters/meter_readings\nmeterfilesaction=append\nlogfile=/var/log/wmbusmeters/wmbusmeters.log\nshell=/usr/bin/mosquitto_pub -h {{ host.mosqu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1928, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/samba
7,235
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "- name: Install packages\n community.general.pacman:\n name:\n - samba\n update_cache: true\n\n- name: Copy configuration\n ansible.builtin.copy:\n src: smb.conf\n dest: /etc/samba/\n mode: \"0644\"\n\n- name: Add samba user\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/system
7,235
[ "no_license" ]
[ { "path": "roles/system/templates/mirrorlist.j2", "content": "{% for host in host.system.mirrors %}\n Server = {{ host }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/system/files/hosts", "content": "127.0.0.1 localho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2929, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/system_extra
7,235
[ "no_license" ]
[ { "path": "roles/system_extra/tasks/main.yml", "content": "- name: Install packages\n community.general.pacman:\n name:\n - ansible\n - aws-cli\n - hdparm\n - inetutils\n - less\n - p7zip\n - pv\n - ripgrep\n - rsync\n - sshpass\n - unrar\n - u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/tmux
7,235
[ "no_license" ]
[ { "path": "roles/tmux/files/bin/tmux/bar.d/01_git.sh", "content": "#!/bin/bash\n\nfunction include_file() {\n if [[ -f \"${1}\" ]]; then\n source \"${1}\"\n fi\n}\n\nfunction trim() {\n local input_string=\"${1}\"\n local max_length=${2}\n\n if [[ ${#input_string} -gt max_length ]]; then\n echo \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4138, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/user
7,235
[ "no_license" ]
[ { "path": "roles/user/files/.bash_login.d/10-environment.sh", "content": "# Don't put duplicate lines or lines starting with space in the history.\nHISTCONTROL=ignoreboth\n\n# The number of commands to remember in the command history.\nHISTSIZE=1000\n\n# The maximum number of lines contained in the history ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3724, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/vim
7,235
[ "no_license" ]
[ { "path": "roles/vim/files/.vim/pack/plugins/start/vimrc/plugin/01_map.vim", "content": "\" Tab mappings\nnoremap <Leader>1 :tabp<CR>\nnoremap <Leader>2 :tabn<CR>\n\n\" Silence search highlights\nnnoremap <silent> <Leader><Space> :nohlsearch<Bar>:echo<CR>\n\n\" Toggle relativenumber\nnnoremap <Leader>' :set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 11628, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/virtualbox
7,235
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "- name: Install package\n community.general.pacman:\n name:\n - virtualbox\n - virtualbox-host-modules-arch\n update_cache: true\n\n notify:\n - reboot\n\n- name: Wait for restart\n ansible.builtin.pause:\n\n- name: Add host netw...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 540, "all_permissive": false }
ansible_role
zpieslak/arch
800125f2aa16d433f87a40add2632213718112a6
5
roles/zigbee2mqtt
7,235
[ "no_license" ]
[ { "path": "roles/zigbee2mqtt/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ host.zigbee2mqtt.domain }};\n\n proxy_set_header Connection upgrade;\n proxy_set_header Host $host;\n proxy_set_header Upgrade $http_upgrade;\n proxy_set_header X-Forwarded-For $proxy_add_x_forwar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1901, "all_permissive": false }
ansible_role
xabierlaiseca/desktop-provisioning
c841bbd2e5822b9a9130054aed18c22dfcd7308d
0
roles/common
7,235
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Check apps directory\n file: path={{ apps_dir }} state=directory\n\n- name: Update apt package list\n apt: update_cache=yes\n sudo: True\n\n- name: install vim\n apt: name=vim state=latest\n sudo: True\n\n- name: install libxml2-utils\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": true }
ansible_role
xabierlaiseca/desktop-provisioning
c841bbd2e5822b9a9130054aed18c22dfcd7308d
0
roles/eclipse
7,235
[ "permissive" ]
[ { "path": "roles/eclipse/meta/main.yml", "content": "---\n\ndependencies:\n - { role: common }\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 41 }, { "path": "roles/eclipse/tasks/main.yml", "content": "---\n\n- name: Download Eclip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1827, "all_permissive": true }
ansible_role
xabierlaiseca/desktop-provisioning
c841bbd2e5822b9a9130054aed18c22dfcd7308d
0
roles/java-dev
7,235
[ "permissive" ]
[ { "path": "roles/java-dev/meta/main.yml", "content": "---\n\ndependencies:\n - { role: jdk }\n - { role: eclipse }\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 60 }, { "path": "roles/java-dev/tasks/main.yml", "content": "---\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 149, "all_permissive": true }
ansible_role
xabierlaiseca/desktop-provisioning
c841bbd2e5822b9a9130054aed18c22dfcd7308d
0
roles/jdk
7,235
[ "permissive" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n\n- name: Add Oracle's JDK repository\n apt_repository: repo=ppa:webupd8team/java state=present\n sudo: True\n\n- name: Accept Oracle's JDK license before installing\n shell: \"echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": true }
ansible_role
poly-repo/neo
7be63825c5e1388f8596afce6dbee7e7e3d5ead9
0
ansible/roles/emacs
7,235
[ "no_license" ]
[ { "path": "ansible/roles/emacs/templates/neo_git_info.patch.j2", "content": "--- emacs.c\n+++ emacs.c\n@@ -3582,6 +3582,14 @@ syms_of_emacs (void)\n defsubr (&Sdaemonp);\n defsubr (&Sdaemon_initialized);\n \n+ DEFVAR_LISP (\"neo/commit-sha\", Vneo_commit_sha,\n+\t doc: /* Commit SHA Emacs was bui...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9847, "all_permissive": false }
ansible_role
kn1mwhi1/ansible_playbooks_home
370cfff287f01a36adb03ef91f8567bb57d34e9e
0
ansible_checkin/roles/host_auto_checkin
7,237
[ "no_license" ]
[ { "path": "ansible_checkin/roles/host_auto_checkin/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n- name: Creates directory\n file:\n path: /root/scripts\n state: directory\n \n- name: copy check_in.sh script\n template: src=check_in.sh des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2169, "all_permissive": false }
ansible_role
cannatx/4MeTests
8f14bb6c851487455a86362adb1376b62220e28c
0
Ansible/ios/roles/banner
7,237
[ "no_license" ]
[ { "path": "Ansible/ios/roles/banner/tasks/main.yml", "content": "---\n- name: configure the login banner\n become: yes\n ios_banner:\n banner: login\n text: |\n @@@@@@@@@@@@@@@@@@@@@@@ \n @ Estas accediendo al @\n @ LABORATORIO DE @\n @ NACHO \n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
cannatx/4MeTests
8f14bb6c851487455a86362adb1376b62220e28c
0
Ansible/site_playbook/roles/copy_template
7,237
[ "no_license" ]
[ { "path": "Ansible/site_playbook/roles/copy_template/tasks/main.yml", "content": "---\n\n\n- name: install index\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n mode: 0777\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 455, "all_permissive": false }
ansible_role
cannatx/4MeTests
8f14bb6c851487455a86362adb1376b62220e28c
0
Ansible/site_playbook/roles/install_service
7,237
[ "no_license" ]
[ { "path": "Ansible/site_playbook/roles/install_service/handlers/main.yml", "content": "---\n\n\n\n- name: start debian service\n service: name=apache2 enabled=yes state=started\n\n\n- name: start redhat service\n service: name=httpd enabled=yes state=started\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 624, "all_permissive": false }
ansible_role
hilell-elsh/ansible_files
b1c20affec8a82781deebde1f646181a536ddf06
0
roles/common
7,237
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Install required packages\n apt:\n name:\n - curl\n - apt-transport-https\n - ca-certificates\n - gnupg\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n shell: curl -fsSL https://download.docker....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1083, "all_permissive": false }
ansible_role
hilell-elsh/ansible_files
b1c20affec8a82781deebde1f646181a536ddf06
0
roles/master
7,237
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yaml", "content": "- name: Initialize Kubernetes Master\n command: kubeadm init --pod-network-cidr=10.244.0.0/16\n register: kubeadm_init\n changed_when: \"'This node has joined the cluster' not in kubeadm_init.stdout\"\n\n- name: Create Kubernetes config directory\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
hilell-elsh/ansible_files
b1c20affec8a82781deebde1f646181a536ddf06
0
roles/network
7,237
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yaml", "content": "- name: Install Flannel network plugin\n command: kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml\n environment:\n KUBECONFIG: /home/do21/.kube/config\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
hilell-elsh/ansible_files
b1c20affec8a82781deebde1f646181a536ddf06
0
roles/worker
7,237
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yaml", "content": "- name: Join worker nodes to cluster\n command: \"{{ hostvars['master']['kube_join_command'] }}\"\n when: hostvars['master']['kube_join_command'] is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
obscureorganization/ansible-materialize
106fec502e615885228e49a2280d09aa6827ed53
0
roles/ansible-user-setup
7,237
[ "no_license" ]
[ { "path": "roles/ansible-user-setup/defaults/main.yml", "content": "---\n# defaults file for ansible-user-setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/ansible-user-setup/README.md", "content": "Host Basics\n===========\n\nInsta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2081, "all_permissive": false }
ansible_role
obscureorganization/ansible-materialize
106fec502e615885228e49a2280d09aa6827ed53
0
roles/bacula-client
7,237
[ "no_license" ]
[ { "path": "roles/bacula-client/tasks/main.yml", "content": "---\n# tasks file for bacula-client\n#\n# Borrowed partly from https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html#playbooks-best-practices\n\n- name: Install firewall\n include: firewall.yml\n\n- name: Install bacula ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3448, "all_permissive": false }
ansible_role
obscureorganization/ansible-materialize
106fec502e615885228e49a2280d09aa6827ed53
0
roles/host-basics
7,237
[ "no_license" ]
[ { "path": "roles/host-basics/tasks/main.yml", "content": "---\n# tasks file for host-basics\n#\n# Borrowed partly from https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html#playbooks-best-practices\n#\n\n- name: Configure enablemkhomedir\n command: authconfig --enablemkhomedir --...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3491, "all_permissive": false }
ansible_role
Hari-Develop/terraform_best_practices
caaeb07885d061d8d58a91bd5d6bdeb8b4efa541
0
ec2-snapshort/ansible/roles/sample
7,237
[ "no_license" ]
[ { "path": "ec2-snapshort/ansible/roles/sample/tasks/main.yml", "content": "- name: ply URL\n ansible.builtin.debug:\n msg: \"{{URL_PLY}}\"\n\n- name: URL\n ansible.builtin.debug:\n msg: \"{{URL}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 147, "all_permissive": false }
ansible_role
Hari-Develop/terraform_best_practices
caaeb07885d061d8d58a91bd5d6bdeb8b4efa541
0
ec2-snapshort/ansible/roles/sample02
7,237
[ "no_license" ]
[ { "path": "ec2-snapshort/ansible/roles/sample02/tasks/main.yml", "content": "- name: ply sample02 URL\n ansible.builtin.debug:\n msg: \"{{URL_PLY}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/apache-reverse-proxy
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/apache-reverse-proxy/tasks/configure-Ubuntu.yml", "content": "---\n- name: Add apache vhosts configuration.\n template:\n src: \"{{ apache_vhosts_template }}\"\n dest: \"{{ apache_conf_path }}/sites-available/{{ apache_vhosts_filename }}\"\n owner: root\n grou...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4222, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/common
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/tasks/apt_update.yml", "content": "---\n- name: Update cache repos\n apt: update_cache=yes cache_valid_time=3600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "ansible/playbooks/roles/common/tasks/ntp_ins...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 798, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/letsencrypt
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/letsencrypt/tasks/ubuntu.yml", "content": "---\n- name: Get Git package Letsencrypt\n git: \n repo: https://github.com/letsencrypt/letsencrypt\n dest: /opt/letsencrypt\n\n- name: Install prequisit renew script from Erika HEIDI work\n apt:\n name: bc\n state: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1403, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/mosquitto
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/mosquitto/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> <redbeard28>\n description: ansible role mosquitto install\n company: REDBEARD-CONSULTING\n license: CC-BY-NC-SA\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 686, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/nodered
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nodered/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> <redbeard28>\n description: ansible role node-red install\n company: REDBEARD-CONSULTING\n license: CC-BY-NC-SA\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2066, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/npm
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/npm/tasks/main.yml", "content": "---\n- include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n tags: npm-install\n\n- include: centos.yml\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n", "license_type": "no...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 633, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/role-git
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/role-git/tasks/centos.yml", "content": "---\n- name: Install GIT client on CentOS or RHEL\n yum: name=git state=latest\n\n- name: Install wget on Centos or RHEL\n yum: name=wget state=latest\n\n- name: Install curl on Centos or RHEL\n yum: name=curl state=latest\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/role-iptables
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/role-iptables/tasks/centos.yml", "content": "---\n- name: Remove firewalld Service\n service: name=firewalld state=stopped enabled=no\n when: iptables_service == 'false'\n\n- name: Activate firewalld Service\n service: name=firewalld state=started enabled=yes\n when: i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 362, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/role-ipv4forwarding
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/role-ipv4forwarding/tasks/ntp_install.yml", "content": "---\n- name: Install NTP Ubuntu like\n apt: package=ntp state=present update_cache=yes\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Install ntpdate Ubuntu like\n apt: pack...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1674, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/role-nodesntp
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/role-nodesntp/vars/main.yml", "content": "---\nntp_servers:\n- admin.redbeard28.intra\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible/playbooks/roles/role-nodesntp/tasks/main.yml", "content": "---\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1787, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/role-python36u
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/role-python36u/tasks/ubuntu.yml", "content": "---\n- name: Install python36u on Ubuntu\n apt: package=python36u state=present update_cache=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ansible/playbooks...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/role-resolvconf
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/role-resolvconf/tasks/ubuntu.yml", "content": "---\n- name: Copy Jinja template\n template: src=resolv.j2 dest=/etc/resolv.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/playbooks/roles/role-resol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 295, "all_permissive": false }
ansible_role
redbeard28/iot-lab
b8d46cae6119781b8b93ac4fac73c81058b6ea00
2
ansible/playbooks/roles/role-selinux
7,237
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/role-selinux/handlers/main.yml", "content": "---\n# handlers file for npm-ansible-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/playbooks/roles/role-selinux/tasks/centos.yml", "content": "---\...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 295, "all_permissive": false }
ansible_role
pnandam29/splinter
70be89b2e55c08d63757bec0b985d3ccbd768dde
0
ansible/roles/geerlingguy.homebrew
7,237
[ "no_license" ]
[ { "path": "ansible/roles/geerlingguy.homebrew/tasks/load-packages-list.yml", "content": "---\n- name: Check if '{{ homebrew_installed_packages_list_file }}' exists.\n stat:\n path: \"{{ homebrew_installed_packages_list_file }}\"\n register: installed_packages_list_file\n check_mode: no\n\n- block:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2673, "all_permissive": false }
ansible_role
pnandam29/splinter
70be89b2e55c08d63757bec0b985d3ccbd768dde
0
ansible/roles/geerlingguy.mas
7,237
[ "no_license" ]
[ { "path": "ansible/roles/geerlingguy.mas/tasks/main.yml", "content": "---\n- name: Ensure MAS is installed.\n homebrew: name=mas state=present\n\n- name: Get MAS account status\n command: mas account\n register: mas_account_result\n failed_when: mas_account_result.rc > 1\n check_mode: false\n changed_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1941, "all_permissive": false }
ansible_role
pnandam29/splinter
70be89b2e55c08d63757bec0b985d3ccbd768dde
0
ansible/roles/juju4.macos_apps_install
7,237
[ "no_license" ]
[ { "path": "ansible/roles/juju4.macos_apps_install/tasks/macos-apps-version.yml", "content": "---\n- block:\n - debug: var=version_app_cmd\n - debug: var=version_app_default\n - debug: var=version_app_plist_tag\n when: verbose is defined and verbose\n\n- debug:\n msg: \"Using custom commant to r...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 21409, "all_permissive": false }
ansible_role
remi-blondel/ucProject_ansible
a0068feb27fe067557993fa3f9b14bbeecfb3754
0
roles/collabora
7,237
[ "no_license" ]
[ { "path": "roles/collabora/tasks/main.yml", "content": "---\n\n- name: \"Pull the collabora Image\"\n docker_image:\n name: \"collabora/code\"\n source: pull\n\n- name: \"Create and run the collabora container\"\n docker_container:\n env:\n EXTRA_PARAMS: \"--o:ssl.enable=false\"\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
remi-blondel/ucProject_ansible
a0068feb27fe067557993fa3f9b14bbeecfb3754
0
roles/freepbx
7,237
[ "no_license" ]
[ { "path": "roles/freepbx/tasks/main.yml", "content": "---\n- name: \"Pull the Freepbx Image\"\n docker_image:\n name: jmar71n/freepbx\n source: pull\n\n- name: \"Create and run the Freepbx container\"\n docker_container:\n name: freepbx\n image: jmar71n/freepbx\n state: started\n restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
remi-blondel/ucProject_ansible
a0068feb27fe067557993fa3f9b14bbeecfb3754
0
roles/initial-settings
7,237
[ "no_license" ]
[ { "path": "roles/initial-settings/tasks/main.yml", "content": "---\n- name: \"Load vm variables\"\n include_vars:\n file: vm.yml\n\n- name: \"Set vm hostname\"\n command: hostname \"{{ name }}\"\n\n- name: Install pip3\n apt:\n name: python3-pip\n\n- name: install dnspython\n pip:\n name: dnspy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
remi-blondel/ucProject_ansible
a0068feb27fe067557993fa3f9b14bbeecfb3754
0
roles/joomla
7,237
[ "no_license" ]
[ { "path": "roles/joomla/tasks/main.yml", "content": "---\n#- name: \"Load customer variables\"\n# include_vars:\n# file: customer-profile.yml\n\n- name: \"Pull the Joomla Image\"\n docker_image:\n name: joomla\n source: pull\n\n- name: \"Create and run the Joomla container\"\n docker_container:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
remi-blondel/ucProject_ansible
a0068feb27fe067557993fa3f9b14bbeecfb3754
0
roles/mediawiki
7,237
[ "no_license" ]
[ { "path": "roles/mediawiki/tasks/main.yml", "content": "---\n\n- name: \"Pull the mediawiki Image\"\n docker_image:\n name: mediawiki\n source: pull\n\n- name: \"Create and run the mediawiki container\"\n docker_container:\n name: mediawiki\n image: mediawiki\n ports:\n - \"8081:80\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1485, "all_permissive": false }
ansible_role
remi-blondel/ucProject_ansible
a0068feb27fe067557993fa3f9b14bbeecfb3754
0
roles/nextcloud
7,237
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n\n- name: \"Pull the NextCloud Image\"\n docker_image:\n name: nextcloud\n source: pull\n\n- name: \"Create and run the NextCloud container\"\n docker_container:\n restart_policy: always\n name: nextcloud\n image: nextcloud\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
remi-blondel/ucProject_ansible
a0068feb27fe067557993fa3f9b14bbeecfb3754
0
roles/proxmox-vm
7,237
[ "no_license" ]
[ { "path": "roles/proxmox-vm/tasks/main.yml", "content": "---\r\n#- name: Create a new proxmox-vm\r\n# vars_files:\r\n# - vm.yml\r\n# tasks:\r\n\r\n- name: \"Load new vm variables\"\r\n include_vars:\r\n file: vm.yml\r\n\r\n- name: \"Use template ucProject-templateVM on node lab\"\r\n proxmox_kvm:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }