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
volanja/ansible-AsakusaSatellite
66c8543fe64369e6e0f0c6a423d7083b574807a5
0
roles/ruby
8,139
[ "no_license" ]
[ { "path": "roles/ruby/vars/main.yml", "content": "---\nruby_ver: 2.1.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/ruby/handlers/main.yml", "content": "---\n- name: rehash\n action: shell rbenv rehash\n remote_user: as\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1539, "all_permissive": false }
ansible_role
volanja/ansible-AsakusaSatellite
66c8543fe64369e6e0f0c6a423d7083b574807a5
0
roles/user
8,139
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Add User as\n user: name=as\n\n- name: Copy .gitconfig\n template: src=.gitconfig dest=/home/as/.gitconfig mode=0664\n\n- name: Copy /etc/sudoers.d/sudo_as\n template: src=sudo_as dest=/etc/sudoers.d/as mode=0440\n\n- name: Create ~/.ssh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
kerthikdev/Devops_
dc45ea391b48a8d3fb002057b1c9d94ad2a50adc
0
Project17/roles/flaskapp
8,139
[ "no_license" ]
[ { "path": "Project17/roles/flaskapp/files/app.py", "content": "from flask import Flask\napp = Flask(__name__)\n\n@app.route('/')\ndef home():\n return \"Hello from Flask with systemd!\"\n\nif __name__ == '__main__':\n app.run(host='0.0.0.0', port=5000)\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1176, "all_permissive": false }
ansible_role
sanddevil/badzillavm
a533f9d32fceaf5e0979cb7ef0365b6839372e5b
0
roles/devsoul.phing
8,139
[ "no_license" ]
[ { "path": "roles/devsoul.phing/tasks/main.yml", "content": "---\n- name: Install Phing.\n become: true\n get_url:\n url: https://www.phing.info/get/phing-latest.phar\n dest: /usr/local/bin/phing\n mode: 0755\n force: true\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2077, "all_permissive": false }
ansible_role
sanddevil/badzillavm
a533f9d32fceaf5e0979cb7ef0365b6839372e5b
0
roles/oefenweb.php_cli_ondrej
8,139
[ "no_license" ]
[ { "path": "roles/oefenweb.php_cli_ondrej/tasks/install.yml", "content": "# tasks file for php-cli-ondrej\n---\n- name: install | dependencies\n apt:\n name: \"{{ php_cli_ondrej_dependencies }}\"\n state: \"{{ apt_install_state | default('latest') }}\"\n tags:\n - php-cli-ondrej-install-dependenci...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 12400, "all_permissive": false }
ansible_role
saito-hideki/handson
a63251f70e1079872882fd70da3096b1832fb045
0
playbooks/openstack/roles/create_vm
8,139
[ "no_license" ]
[ { "path": "playbooks/openstack/roles/create_vm/tasks/main.yml", "content": "---\n- name: ansible_python_interpreter setup\n set_fact: ansible_python_interpreter=\"{{ lookup('pipe', 'which python') }}\"\n\n- name: get uuid for generate hostname\n command: /usr/bin/uuidgen\n register: result_uuid\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3420, "all_permissive": false }
ansible_role
saito-hideki/handson
a63251f70e1079872882fd70da3096b1832fb045
0
playbooks/openstack/roles/install_sns
8,139
[ "no_license" ]
[ { "path": "playbooks/openstack/roles/install_sns/templates/endpoint.conf.j2", "content": "[rest-server]\nrest_host = {{ app|default('127.0.0.1') }}\nrest_endpoint = http://%(rest_host)s:5555/bbs\n\n[db-server]\ndb_host = {{ dbs|default('127.0.0.1') }}\ndb_endpoint = mysql://user:password@%(db_host)s/sample_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1788, "all_permissive": false }
ansible_role
VERGILIY/devbox
d1b0453809c7b522051b794c7efbd32e36e3f948
0
ansible/roles/ansible
8,139
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "- name: Make Ansible work with DNF\n raw: dnf install -y python2 python2-dnf libselinux-python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
VERGILIY/devbox
d1b0453809c7b522051b794c7efbd32e36e3f948
0
ansible/roles/database
8,139
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Create DB user\n postgresql_user: name=vagrant password=<PASSWORD> role_attr_flags=CREATEDB,SUPERUSER,LOGIN\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
VERGILIY/devbox
d1b0453809c7b522051b794c7efbd32e36e3f948
0
ansible/roles/dotfiles
8,139
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/tasks/main.yml", "content": "- name: Copy tmux.conf file\n copy: src=tmux.conf dest=/home/vagrant/.tmux.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
VERGILIY/devbox
d1b0453809c7b522051b794c7efbd32e36e3f948
0
ansible/roles/gems
8,139
[ "no_license" ]
[ { "path": "ansible/roles/gems/tasks/main.yml", "content": "- name: Install common gems\n raw: gem install {{ item }}\n with_items:\n - bundler\n - foreman\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
VERGILIY/devbox
d1b0453809c7b522051b794c7efbd32e36e3f948
0
ansible/roles/packages
8,139
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "- name: Upgrade all packages\n dnf: name=* state=latest\n\n- name: Install dev dependencies\n dnf: name={{ item }} state=latest\n with_items:\n - git\n - gcc\n - bzip2\n - openssl-devel\n - libyaml-devel\n - libffi-devel\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
VERGILIY/devbox
d1b0453809c7b522051b794c7efbd32e36e3f948
0
ansible/roles/postgres
8,139
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "- name: Install PostgreSQL\n become: yes\n dnf: name={{ item }} state=present\n with_items:\n - postgresql-server\n - postgresql-contrib\n - postgresql-devel\n - python-psycopg2\n\n- name: Init database\n become: yes\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
Prividen/devkub-homeworks
49d977b11c49e7b30f8f5f436d9dabc25b6bb20e
1
12-kubernetes-01-intro/ansible/roles/k8s_echoserver
8,139
[ "no_license" ]
[ { "path": "12-kubernetes-01-intro/ansible/roles/k8s_echoserver/tasks/main.yml", "content": "---\n- name: install openshift python package\n become: true\n pip:\n name: openshift\n\n- name: create echoserver deployment\n become: true\n k8s:\n api_version: v1\n namespace: default\n definition:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1429, "all_permissive": false }
ansible_role
Prividen/devkub-homeworks
49d977b11c49e7b30f8f5f436d9dabc25b6bb20e
1
12-kubernetes-01-intro/ansible/roles/minikube_netology
8,139
[ "no_license" ]
[ { "path": "12-kubernetes-01-intro/ansible/roles/minikube_netology/README.md", "content": "minikube_netology\n=========\n\nInstall minikube and run a cluster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "12-kubernetes-01-intro/ansible/roles/mini...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1530, "all_permissive": false }
ansible_role
heeroz/AzureRM
95a15a2c8dad7f21a2289b60bad1d460d6d3d79b
0
AzureRM/roles/create_azurerm
8,139
[ "no_license" ]
[ { "path": "AzureRM/roles/create_azurerm/tasks/main.yml", "content": "- name: create resource group\n azure_rm_resourcegroup:\n name: \"{{ ResourceName }}\"\n location: SoutheastAsia\n ignore_errors: True\n\n- name: Create storage account\n azure_rm_storageaccount:\n resource_group: \"{{ Resource...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1896, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/container_runtime
8,139
[ "no_license" ]
[ { "path": "ansible/roles/container_runtime/handlers/main.yaml", "content": "- name: \"restart containerd\"\n service: \"name=containerd state=restarted\"\n- name: \"start containerd\"\n service: \"name=containerd state=restarted\"\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2290, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/hardening
8,139
[ "no_license" ]
[ { "path": "ansible/roles/hardening/tasks/main.yaml", "content": "---\n- name: \"uninstall unneeded packages\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: absent\n autoremove: true\n loop: \"{{ packages_to_remove_ubuntu }}\"\n- name: Gather installed packages\n ansible.builtin.package_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 8534, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/k8_cluster
8,139
[ "no_license" ]
[ { "path": "ansible/roles/k8_cluster/templates/calico-ebpf.yaml.j2", "content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: tigera-operator\nkind: ConfigMap\napiVersion: v1\nmetadata:\n name: kubernetes-services-endpoint\n namespace: tigera-operator\ndata:\n KUBERNETES_SERVICE_HOST: \"{{ k8s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4276, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/k8_prereq
8,139
[ "no_license" ]
[ { "path": "ansible/roles/k8_prereq/tasks/main.yaml", "content": "---\n- name: enable br_netfilter\n changed_when: false\n command: modprobe br_netfilter\n\n- name: sysctl config\n sysctl:\n name: \"{{ item.name }}\"\n state: present\n value: \"{{ item.value }}\"\n loop: \"{{ sysctl_config }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2053, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/kubeadm_reset
8,139
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm_reset/tasks/main.yaml", "content": "- name: run kubeadm reset\n command: kubeadm reset -f\n changed_when: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/node_exporter
8,139
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yaml", "content": "---\n- include: setup-Debian.yaml\n when: ansible_os_family == \"Debian\"\n\n- include: setup-RedHat.yaml\n when: (ansible_os_family == \"RedHat\") or (ansible_os_family == \"Rocky\")\n", "license_type": "no_license", "detected_l...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3086, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/sshd
8,139
[ "no_license" ]
[ { "path": "ansible/roles/sshd/handlers/main.yaml", "content": "---\n- name: restart sshd\n become: true\n service:\n name: \"{{ systemd_service }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible/roles/sshd/ta...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3843, "all_permissive": false }
ansible_role
ergho/homelab-ops
c8d5b97e651c6c8eafa4567ae96c3d27d14b5d46
16
ansible/roles/users
8,139
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yaml", "content": "---\n- include_tasks: setup-Linux.yaml\n when: ansible_system == \"Linux\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/users/defaults/main.yaml", "content": "user...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2350, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/correo
8,133
[ "no_license" ]
[ { "path": "roles/correo/tasks/main.yml", "content": "---\n# Tareas implementar servidor correo postfix-dovecot\n- name: Actualizar cache apt\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Instalaccion software basico\n apt: name={{ item }} state=present\n become: yes\n with_item...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3795, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/dns
8,133
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\r\n - name: Actualizar sistema Debian\r\n apt: name=\"*\" state=latest\r\n\r\n - name: Instalacion DNS en ultima version\r\n apt: name=bind9 state=latest\r\n\r\n - name: Ejecuta BIND9\r\n service: name=bind9 state=started enabled=yes\r\n\r\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/mysql
8,133
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n# defaults file for mysql\nwp_mysql_db: database_arnid\nwp_mysql_user: username_arnid\nwp_mysql_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/mysql/tasks/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/nextcloud
8,133
[ "no_license" ]
[ { "path": "roles/nextcloud/defaults/main.yml", "content": "---\nhttp3_hostdir: nextcloud\nhttp3_host: nextcloudubuntu.asirmandaprueba.tk\nhttp3_conf: nextcloudubuntu.asirmandaprueba.tk.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/nex...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1861, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/seguridad
8,133
[ "no_license" ]
[ { "path": "roles/seguridad/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - seguridad", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/seguridad/tasks/apache2.conf.j2", "content": "<IfModule mod_ss...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4508, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/server
8,133
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Actualizacion repositorios\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n\n- name: Instalar software necesario\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/streaming
8,133
[ "no_license" ]
[ { "path": "roles/streaming/tasks/main.yaml", "content": "---\r\n - name: Actualizar Sistema\r\n apt: name=\"*\" state=latest\r\n\r\n - name: Instalar librerias y herramientas para nginx\r\n command: sudo apt install build-essential libpcre3 libpcre3-dev libssl-dev zlib1g-dev zlib1g -y\r\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1229, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/vozymensajeria
8,133
[ "no_license" ]
[ { "path": "roles/vozymensajeria/vars/main.yml", "content": "---\n# vars file for vozymensajeria", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/vozymensajeria/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 489, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/wordpress
8,133
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Descargar WordPress\n get_url:\n url: https://wordpress.org/latest.tar.gz\n dest: /tmp/wordpress.tar.gz\n\n- name: Crear el document root\n become: yes\n ansible.builtin.file:\n path=/var/www/{{ http_hostdir }} \n state=direct...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2064, "all_permissive": false }
ansible_role
DealG/Proyecto-Azure-Terraform-Ansible
f282ab40f00015d1b32bee2d18a91c9aab5d2a64
0
roles/zabbix
8,133
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yaml", "content": "---\r\n# tasks file for zabbix\r\n- name: Actualizar idioma\r\n become: yes\r\n copy: src=locale.gen dest=/etc/\r\n\r\n- name: Comando\r\n become: yes\r\n shell: |\r\n sudo locale-gen \"en_US\"\r\n\r\n- name: conseguir\r\n become: yes\r\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2609, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/asdf
8,133
[ "no_license" ]
[ { "path": "roles/asdf/tasks/main.yml", "content": "- name: Installing ASDF\n command: \"go install github.com/asdf-vm/asdf/cmd/asdf@v0.16.0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/aws
8,133
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "- name: Ensure AWS directory exists\n file:\n path: \"{{ ansible_env.HOME }}/.aws\"\n recurse: true\n state: directory\n\n- name: \"Copy AWS Credentials\"\n ansible.builtin.copy:\n src: \"{{ role_path}}/files/credentials\"\n dest: \"{{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/common
8,133
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install Common Tools\n become: true\n ansible.builtin.package:\n state: present\n name:\n - git\n - ripgrep\n - exa\n - fzf\n - zoxide\n - bat\n - unzip\n - bpytop\n - wget\n - curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1187, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/database-clients
8,133
[ "no_license" ]
[ { "path": "roles/database-clients/tasks/main.yml", "content": "- name: Install postgresql-client\n become: true\n ansible.builtin.package:\n state: present\n name: \"postgresql-client\"\n when: ansible_os_family == 'Debian'\n\n- name: Install postgresql-client\n become: true\n ansible.builtin.pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/elixir
8,133
[ "no_license" ]
[ { "path": "roles/elixir/tasks/main.yml", "content": "- name: Elixir version\n set_fact:\n elixir_version: 1.18.3-otp-25\n\n\n- name: Add elixir plugin to asdf\n command: \"asdf plugin add elixir\"\n\n\n- name: Install elixir {{elixir_version}} with asdf\n command: \"asdf install elixir {{ elixir_versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/erlang
8,133
[ "no_license" ]
[ { "path": "roles/erlang/tasks/main.yml", "content": "- name: Erlang version\n set_fact:\n elixir_version: 1.18.3-otp-25\n erlang_version: 192.168.127.128\n\n# - name: Install erlang dependencies\n# become: true\n# ansible.builtin.package:\n# state: present\n# name:\n# - libssl-dev\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1737, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/git
8,133
[ "no_license" ]
[ { "path": "roles/git/files/.gitignore", "content": ".elixir_ls\n.idea\n.code\nnode_modules\n_dist\n.tool-versions\n.mypy_cache\ndist\ntarget\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/git/files/.gitconfig", "content": "[user]\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 675, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/gleam
8,133
[ "no_license" ]
[ { "path": "roles/gleam/tasks/main.yml", "content": "# Installing Gleam\n- name: Elixir version\n set_fact:\n gleam_version: 1.8.1\n\n- name: Add gleam plugin to asdf\n command: \"${HOME}/.asdf/bin/asdf plugin-add gleam\"\n\n\n- name: Install Gleam {{gleam_version}} with asdf\n command: \"${HOME}/.asdf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/gnupg
8,133
[ "no_license" ]
[ { "path": "roles/gnupg/tasks/main.yml", "content": "- name: Install GnuGP\n become: true\n ansible.builtin.package:\n state: present\n name: gnupg\n\n- name: Ensure GnuPG directory exists\n file:\n path: \"{{ ansible_env.HOME }}/.gnupg\"\n recurse: true\n state: directory\n\n- name: \"Copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/golang
8,133
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- name: Installing go\n become: true\n ansible.builtin.package:\n state: present\n name:\n - \"extra/go\"\n when: ansible_os_family == 'Archlinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/neovim
8,133
[ "no_license" ]
[ { "path": "roles/neovim/files/nvim/lua/plugins/tmux_navigator.lua", "content": "return {\n \"christoomey/vim-tmux-navigator\",\n lazy = false,\n config = function()\n require('keymaps.tmux-navigator')\n end\n}\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 34, "total_bytes": 24600, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/nim
8,133
[ "no_license" ]
[ { "path": "roles/nim/tasks/main.yml", "content": "- name: Install nim language compiler\n become: true\n ansible.builtin.package:\n state: present\n name:\n - \"nim\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/nvm
8,133
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "- name: Install NVM\n shell: >\n curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash\n args:\n executable: /bin/bash\n chdir: \"{{ ansible_env.HOME }}\"\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/ocaml
8,133
[ "no_license" ]
[ { "path": "roles/ocaml/tasks/main.yml", "content": "- name: Install ocaml dependencies\n become: true\n ansible.builtin.package:\n state: present\n name:\n - bubblewrap\n - rsync\n - opam\n when: ansible_os_family == 'Archlinux'\n\n- name: Initialize ocaml package manager -> opam\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/odin
8,133
[ "no_license" ]
[ { "path": "roles/odin/tasks/main.yml", "content": "- name: Clone oding\n git:\n repo: 'https://github.com/odin-lang/Odin'\n dest: '{{ansible_env.HOME}}/Tools/Odin'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/ruby
8,133
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "# Installing erlang\n- name: Add ruby plugin to asdf\n command: \"${HOME}/.asdf/bin/asdf plugin-add ruby\"\n\n- name: Install ruby with asdf\n command: \"${HOME}/.asdf/bin/asdf install ruby latest\"\n\n- name: Set global version for golang to latest\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/rust
8,133
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "- name: Added Rust toolchain\n shell: >\n curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path -y\n args:\n executable: /bin/zsh\n chdir: \"{{ ansible_env.HOME }}\"\n\n- name: Update Rust toolchain\n command: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/ssh
8,133
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Ensure .ssh directory exists\n file:\n path: \"{{ ansible_env.HOME }}/.ssh\"\n recurse: true\n state: directory\n\n- name: \"Copy SSH files\"\n ansible.builtin.copy:\n src: \"{{ role_path}}/files/\"\n dest: \"{{ ansible_env.HOME }}/....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/tmux
8,133
[ "no_license" ]
[ { "path": "roles/tmux/files/tmux.conf", "content": "# Set true color\nset-option -ga terminal-overrides \",xterm-256color:RGB\"\n# Enable mouse support\nset -g mouse on\n# Shift alt vim keys to switch windows\nbind -n M-H previous-window\nbind -n M-L next-window\n# Limit history to try stop crash\nset-optio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2604, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/tools
8,133
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "- name: Install Programming Tools\n become: true\n ansible.builtin.package:\n state: present\n name:\n - oha\n - trippy\n - netscanner\n - ranger\n - yazi\n - mqttui\n - ncdu\n - croc\n\n- name: DBLab\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/vpn
8,133
[ "no_license" ]
[ { "path": "roles/vpn/tasks/main.yml", "content": "- name: Ensure VPN directory exists\n file:\n path: \"{{ ansible_env.HOME }}/.vpn\"\n recurse: true\n state: directory\n\n- name: \"Copy VPN Files\"\n ansible.builtin.copy:\n src: \"{{ role_path}}/files/\"\n dest: \"{{ ansible_env.HOME }}/.v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/zig
8,133
[ "no_license" ]
[ { "path": "roles/zig/tasks/main.yml", "content": "- name: Install zig language compiler\n become: true\n ansible.builtin.package:\n state: present\n name:\n - \"zig\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
fabriciotuosto/dotfiles
42192b7fdc00851e5ee0f3e7733854a5fd9a2758
0
roles/zsh
8,133
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Install ZSH\n become: true\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Install Oh My Zsh # noqa: latest\n ansible.builtin.git:\n repo: https://github.com/ohmyzsh/ohmyzsh.git\n dest: \"{{ ansible_user_dir }}/.oh-m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3947, "all_permissive": false }
ansible_role
socketio/socket.io-sample-playbook
72351b365557e222004a08f81ff439371fad879c
5
roles/common
8,133
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Ensure the /apps directory exists\n file:\n path: /apps\n state: directory\n mode: \"0755\"\n\n# needed for running \"npm install\" as an unprivileged user\n# reference: https://docs.ansible.com/ansible/latest/user_guide/become.ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
socketio/socket.io-sample-playbook
72351b365557e222004a08f81ff439371fad879c
5
roles/my-app
8,133
[ "no_license" ]
[ { "path": "roles/my-app/meta/main.yml", "content": "---\n\ndependencies:\n - role: common\n - role: nginx\n - role: nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/my-app/templates/nginx.conf.j2", "content": "server {\n liste...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5562, "all_permissive": false }
ansible_role
socketio/socket.io-sample-playbook
72351b365557e222004a08f81ff439371fad879c
5
roles/nginx
8,133
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Ensure nginx is installed\n apt:\n name: nginx\n state: latest\n\n- name: Copy nginx.conf file\n copy:\n src: nginx.conf\n dest: /etc/nginx\n owner: root\n group: root\n mode: \"0644\"\n notify:\n - reload nginx\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1601, "all_permissive": false }
ansible_role
socketio/socket.io-sample-playbook
72351b365557e222004a08f81ff439371fad879c
5
roles/nodejs
8,133
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "NODEJS_VERSION: 18\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Install the GPG key for Node.js LTS\n apt_key:\n url: \"ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 440, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/ansible
8,133
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: Install Ansible.\n community.general.homebrew:\n name: ansible\n state: present\n\n- name: Install ansible-lint.\n community.general.homebrew:\n name: ansible-lint\n state: present\n\n- name: Install Python3.\n community.gener...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/aws
8,133
[ "no_license" ]
[ { "path": "roles/aws/defaults/main.yml", "content": "---\naws_config_directory: \"{{ ansible_env['HOME'] }}/.aws\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/aws/vars/main.yml", "content": "---\naws_onepassword_vault:\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1196, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/git
8,133
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install Git.\n community.general.homebrew:\n name: git\n state: present\n\n- name: Create global excludes file.\n ansible.builtin.copy:\n src: gitignore_global\n dest: \"{{ git_excludes_file }}\"\n mode: \"0644\"\n\n- name: Copy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1363, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/homebrew
8,133
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: Install Homebrew.\n ansible.builtin.include_role:\n name: geerlingguy.mac.homebrew\n\n- name: Print Homebrew prefix.\n ansible.builtin.command:\n cmd: brew --prefix\n register: brew_prefix\n changed_when: false\n\n- name: Set Home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/neovim
8,133
[ "no_license" ]
[ { "path": "roles/neovim/templates/ideavimrc.j2", "content": "source {{ neovim_config_directory }}/init.vim\nset ideajoin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Install neovim.\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1341, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/node
8,133
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Install Node.\n community.general.homebrew:\n name: node\n state: present\n\n- name: Install npm.\n community.general.homebrew:\n name: npm\n state: present\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/packer
8,133
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "---\n- name: Tap HashiCorp repository.\n community.general.homebrew_tap:\n name: hashicorp/tap\n state: present\n\n- name: Install packer.\n community.general.homebrew:\n name: packer\n state: present\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/php
8,133
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install PHP.\n community.general.homebrew:\n name: php\n state: present\n\n- name: Add composer to the PATH\n ansible.builtin.copy:\n src: \"php.zsh\"\n dest: \"{{ shell_zsh_config_dir }}/php.zsh\"\n mode: \"0644\"\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/python
8,133
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install Python.\n community.general.homebrew:\n name: python\n state: present\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
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/repository
8,133
[ "no_license" ]
[ { "path": "roles/repository/vars/main.yml", "content": "---\nrepository_project:\n repo:\n owner:\n name:\n stack:\n user:\n email:\n signing_key:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/repository/defaults/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2871, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/ruby
8,133
[ "no_license" ]
[ { "path": "roles/ruby/templates/ruby.zsh.j2", "content": "# Add rbenv shims to $PATH\npath=('{{ ansible_env['HOME'] }}/.rbenv/shims' $path)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/rust
8,133
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "---\n- name: Install the Rust toolchain installer.\n community.general.homebrew:\n name: rustup-init\n state: present\n\n- name: Check if Rust is already installed.\n ansible.builtin.stat:\n path: \"{{ ansible_env['HOME'] }}/.cargo/bin/cargo\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/shell
8,133
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n- name: Install zsh.\n community.general.homebrew:\n name: zsh\n state: present\n\n- name: Install syntax highlighting for zsh.\n community.general.homebrew:\n name: zsh-syntax-highlighting\n state: present\n\n- name: Install completions...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2618, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/software
8,133
[ "no_license" ]
[ { "path": "roles/software/tasks/main.yml", "content": "---\n- name: Tap cask-drivers repository.\n community.general.homebrew_tap:\n name: homebrew/cask-drivers\n state: present\n\n- name: Install applications through Homebrew.\n community.general.homebrew:\n name: \"{{ item }}\"\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1395, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/ssh
8,133
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Create directory for SSH configuration.\n ansible.builtin.file:\n path: \"{{ ansible_env['HOME'] }}/.ssh\"\n state: directory\n mode: \"0700\"\n\n- name: Copy configuration for SSH.\n ansible.builtin.copy:\n src: config\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/terraform
8,133
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: Install the Terraform Version Manager.\n community.general.homebrew:\n name: tfenv\n state: present\n\n- name: Check if Terraform is installed.\n ansible.builtin.command: command -v terraform >/dev/null 2>&1\n register: terraform\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": false }
ansible_role
jdno/workstation
fa78b8124df2c3bdb364cb01a51316722e95d565
0
roles/work_e
8,133
[ "no_license" ]
[ { "path": "roles/work_e/tasks/main.yml", "content": "---\n- name: Fetch the jdno/WORK-E repository\n ansible.builtin.import_role:\n name: repository\n vars:\n repository_project:\n repo:\n owner: jdno\n name: WORK-E\n stack: rust\n\n- name: Install the WORK-E CLI\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
teofilmihance/ios_switch_update
c14fdb05853a5127f92d36f4136de4091d10c2ed
1
roles/switch_update
8,133
[ "no_license" ]
[ { "path": "roles/switch_update/tasks/sw_upgrade.yml", "content": "---\n\n\n# Check if all stack members have the flash:packages.conf configured\n# If not will configure all stack members with flash:packages.conf from existing .bin file\n - name: save config\n ios_config:\n save_when: always\n...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 11703, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/core
8,133
[ "no_license" ]
[ { "path": "roles/core/files/zshrc", "content": "# Path to config root directory\nexport CONFIG_DIR=\"${HOME}/.config\"\n\n# Path to zshrc includes\nexport ZSHRC=\"${CONFIG_DIR}/zshrc\"\n\n# Path to your oh-my-zsh installation.\nexport ZSH=\"${HOME}/.oh-my-zsh\"\n\n# PATH\nexport PATH=\"${PATH}:${HOME}/bin:$...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6783, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/desktop
8,133
[ "no_license" ]
[ { "path": "roles/desktop/files/vscode/settings.json", "content": "{\n \"workbench.iconTheme\": \"vscode-icons\",\n \"workbench.colorTheme\": \"Community Material Theme Darker\",\n \"vim.insertModeKeyBindingsNonRecursive\": [\n {\n \"before\": [\"j\", \"k\"],\n \"after\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5304, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/flutter
8,133
[ "no_license" ]
[ { "path": "roles/flutter/tasks/main.yml", "content": "---\n- name: flutter and dart\n community.general.snap:\n name: flutter\n classic: yes\n\n- name: apt package dependencies\n apt:\n name:\n - clang\n - cmake\n - ninja-build\n - pkg-config\n - libgtk-3-dev\n - lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 723, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/go
8,133
[ "no_license" ]
[ { "path": "roles/go/defaults/main.yml", "content": "---\nusername: jason\ngo:\n version: 1.22.5\n checksum: sha256:904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0\n version_stdout: \"go version go1.22.5 linux/amd64\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1716, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/k8s
8,133
[ "no_license" ]
[ { "path": "roles/k8s/files/k8src.zsh", "content": "# k8s specific aliases\n\nalias edkconf='vim ~/.kube/config'\n\nalias k='kubectl'\nalias kcx='kubectx'\n\nalias kd='kubectl describe'\nalias kdd='kubectl describe deployment'\nalias kdp='kubectl describe pods'\nalias kds='kubectl describe services'\n\nalias...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2303, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/nvm
8,133
[ "no_license" ]
[ { "path": "roles/nvm/defaults/main.yml", "content": "---\nusername: jason\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/nvm/tasks/main.yml", "content": "---\n- name: clone nvm\n become_user: \"{{ username }}\"\n git:\n repo: http...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 423, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/terraform
8,133
[ "no_license" ]
[ { "path": "roles/terraform/vars/main.yml", "content": "---\ntfenv_path: \"/home/{{ username }}/.tfenv\" \ntgenv_path: \"/home/{{ username }}/.tgenv\"\ntf_versions:\n - 0.12.30\n - 0.13.6\n - 0.14.7\n - 1.0.5\n - 1.1.3\ntg_versions:\n - 0.24.4\n - 0.28.7\n - 0.31.7\n - 0.35.16\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2235, "all_permissive": false }
ansible_role
zenmerlin/ansible-workstation-configs
034952f3d41598bfc3b7db6a55ab349702af7ebb
3
roles/vim
8,133
[ "no_license" ]
[ { "path": "roles/vim/files/vimrc", "content": "\" Setup vundle plugins\n\" =============================================================================\nsource ~/.vim/plugins.vim\n\n\n\" Lightline settings\n\" =============================================================================\nset laststatus=2\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4682, "all_permissive": false }
ansible_role
christopherlimht/ansible_nginx_playbook
576458be5e593c669c1ad22ce01ce3593f02fceb
0
roles/backup_nginx
8,133
[ "no_license" ]
[ { "path": "roles/backup_nginx/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - backup_nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/backup_nginx/vars/main.yml", "content": "---\n# vars fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 802, "all_permissive": false }
ansible_role
christopherlimht/ansible_nginx_playbook
576458be5e593c669c1ad22ce01ce3593f02fceb
0
roles/config_nginx
8,133
[ "no_license" ]
[ { "path": "roles/config_nginx/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - config_nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/config_nginx/defaults/main.yml", "content": "---\n# defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 924, "all_permissive": false }
ansible_role
christopherlimht/ansible_nginx_playbook
576458be5e593c669c1ad22ce01ce3593f02fceb
0
roles/install_nginx
8,133
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "---\n# tasks file for install_nginx\n- name: \"Install Nginx\"\n include: installNginx.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/install_nginx/handlers/main.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 807, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/backup_server
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/backup_server/defaults/main.yml", "content": "---\n# defaults file for roles/backup_server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "Ansible/roles/backup_server/handlers/main.yml", "content": "---\n# handlers file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1022, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/change_hostname
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/change_hostname/vars/main.yml", "content": "---\n# vars file for change_hostname", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "Ansible/roles/change_hostname/defaults/main.yml", "content": "---\n# defaults file for cha...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 810, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/configure_dns
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/configure_dns/tasks/main.yml", "content": "---\n# tasks file for configure_dns\n\n- name: Populate service facts\n service_facts:\n\n- name: Stop NetworkManager from updating 'resolv.conf'\n ini_file:\n path: /etc/NetworkManager/NetworkManager.conf\n state: present\n no_e...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1711, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/configure_gandi_dns_records
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/configure_gandi_dns_records/defaults/main.yml", "content": "---\n# defaults file for configure_gandi_dns_records\n\ndefault_cname_record: mail\ndns_template: default-a", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "Ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1774, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/configure_gandi_glue_records
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/configure_gandi_glue_records/meta/main.yml", "content": "galaxy_info:\n author: froyo75\n description: Configure Gandi Glue Records\n company: froyo75\n license: MIT\n\n min_ansible_version: 2.4\n\n galaxy_tags:\n - dns\n - gandi\n\ndependencies: []", "license_type":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4123, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/configure_letsencrypt
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/configure_letsencrypt/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - configure_letsencrypt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "Ansible/roles/configure_letsencrypt/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1722, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/configure_mailu
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/configure_mailu/defaults/main.yml", "content": "---\n# defaults file for roles/configure_mailu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "Ansible/roles/configure_mailu/vars/main.yml", "content": "---\n# vars file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1330, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/configure_timezone
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/configure_timezone/tasks/main.yml", "content": "---\n# tasks file for configure_timezone\n\n- name: Set TimeZone\n community.general.timezone:\n name: \"{{ timezone }}\"\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 522, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/disable_ipv6
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/disable_ipv6/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - disable_ipv6", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "Ansible/roles/disable_ipv6/defaults/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 610, "all_permissive": false }
ansible_role
froyo75/SpREaD
b765d797914da5b3eb3a2bdedd1772e46d33ca62
16
Ansible/roles/disable_unnecessary_services
8,133
[ "no_license" ]
[ { "path": "Ansible/roles/disable_unnecessary_services/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - disable_unnecessary_services", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "Ansible/roles/disable_unne...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1117, "all_permissive": false }