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
tymiles003/aws-ansible-demo
d32fed7c8f69ccddfb55a038c258279939907ad0
0
roles/ansible-demo-server
468
[ "no_license" ]
[ { "path": "roles/ansible-demo-server/defaults/main.yml", "content": "---\n# defaults file for roles/ansible-demo-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/ansible-demo-server/tests/test.yml", "content": "---\n- hosts: localho...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 796, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/agama
468
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "- name: Create /opt/agama directory\n ansible.builtin.file:\n path: /opt/agama\n state: directory\n\n- name: Download Agama files\n get_url:\n url: \"{{ item.url }}\"\n dest: \"/opt/agama/{{ item.dest }}\"\n loop:\n - { url: \"https://ra...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2121, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/agama_client
468
[ "no_license" ]
[ { "path": "roles/agama_client/templates/agama-client.sh.j2", "content": "#!/bin/bash -eu\n\n# Please help Dora to find problems in this script\n\nfor t in database_url database_name subnet; do\n if ! grep -q \"^${t}=\" /etc/agama-client/agama-client.conf; then\n logger \"$0 Failed to get $t from c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4271, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/bind
468
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yaml", "content": "- name: Install bind9\n apt:\n name: bind9\n state: present\n\n- name: Install dnspython\n ansible.builtin.apt:\n name: python3-dnspython\n state: present\n\n- template:\n dest: /etc/bind/named.conf.{{ item }}\n src: bind.{{ item }}.j2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5410, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/docker
468
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n\n\n- name: Install Python Docker library\n apt:\n name: python3-docker\n state: present\n\n- name: Ensure Docker service is running and enabled\n service:\n name: docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/grafana
468
[ "no_license" ]
[ { "path": "roles/grafana/templates/datasources.yaml.j2", "content": "apiVersion: 1\ndatasources:\n - name: Prometheus\n type: prometheus\n access: proxy\n orgId: 1\n url: http://prometheus:9090/prometheus\n uid: be9wall15qn0gf\n isDefault: false\n version: 1\n editable: true\n\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 17350, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/haproxy
468
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n stats timeout 30s\n user hapro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2598, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/influxdb
468
[ "no_license" ]
[ { "path": "roles/influxdb/templates/prometheus_influxdb_stats_exporter.service.j2", "content": "[Unit]\nDescription=Prometheus InfluxDB Stats Exporter\nDocumentation=https://github.com/carlpett/influxdb_stats_exporter\nAfter=network.target\n\n[Service]\nUser=prometheus\nEnvironment=\"INFLUXDB_URL=http://inf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3506, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/init
468
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yaml", "content": "#- name: Ansible ping module\n# ansible.builtin.ping:\n\n\n#- name: add user juri\n# ansible.builtin.user:\n# user: juri\n# state: present\n# shell: /bin/bash\n\n#- name: add juri authorized key\n# ansible.posix.authorized_key:\n# user: juri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2321, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/keepalived
468
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf.j2", "content": "vrrp_script check_haproxy { \n script /home/keepalived_script/check_haproxy.sh \n weight 20 \n interval 1 \n}\nvrrp_instance agama { \n interface ens3\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3194, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/mysql
468
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: Install MySQL server\n apt:\n name: mysql-server\n state: present\n update_cache: yes\n\n- name: Ensure MySQL service is started and enabled\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name: MySQL override.cnf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4651, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/nginx
468
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yaml", "content": "- name: Restart Nginx\n ansible.builtin.service:\n name: nginx\n state: restarted\n\n- name: Restart Nginx-Exporter\n service:\n name: prometheus-nginx-exporter\n state: restarted\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1448, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/prometheus
468
[ "no_license" ]
[ { "path": "roles/prometheus/handlers/main.yaml", "content": "- name: Restart Prometheus\n ansible.builtin.service:\n name: prometheus\n state: restarted\n\n- name: Restart Prometheus.j2\n ansible.builtin.service:\n name: prometheus\n state: restarted\n\n- name: reload rndc\n command: rndc rel...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4594, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/resolver
468
[ "no_license" ]
[ { "path": "roles/resolver/templates/resolv.conf.j2", "content": "search {{ mydomain }}\n{% for host in groups['dns_slaves'] %}\nnameserver {{ hostvars[host]['ansible_default_ipv4']['address'] }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 543, "all_permissive": false }
ansible_role
MJeyhun/ica0002-2024
77af33eb9b80a87796a3b8dbb284501d8dfb3114
0
roles/uwsgi
468
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: Install uWSGI packages\n ansible.builtin.apt:\n name:\n - uwsgi\n - uwsgi-plugin-python3\n state: present\n \n- name: Template \"agama.ini.j2\" file\n template: \n src: agama.ini.j2\n dest: /etc/uwsgi/apps-enabled/agama.in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
akupadhyay01/jenkins_ansible_integration
92200159494a3560e79a0cd258a35f900061e711
0
roles/router_api
468
[ "no_license" ]
[ { "path": "roles/router_api/tasks/configinterface.yml", "content": "---\n- name: Configure Gig interface\n ios_config:\n lines:\n - interface Gi2\n - ip address 192.168.2.1 255.255.255.0\n parents: interface Gi2\n when: ansible_network_os == 'ios'\n", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 592, "all_permissive": false }
ansible_role
akupadhyay01/jenkins_ansible_integration
92200159494a3560e79a0cd258a35f900061e711
0
roles/switch_api
468
[ "no_license" ]
[ { "path": "roles/switch_api/tasks/sw_cli.yml", "content": "---\n- name: Enable NX-API\n cisco.nxos.nxos_nxapi:\n enable_http: yes\n enable_https: yes\n when: ansible_network_os == 'cisco.nxos.nxos'\n tags: xyz", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 754, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ack
468
[ "no_license" ]
[ { "path": "ansible/roles/ack/tasks/main.yml", "content": "---\n- name: ack\n tags: ack\n become: !!bool yes\n package:\n name: \"{{ package[ansible_distribution | lower] }}\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ag
468
[ "no_license" ]
[ { "path": "ansible/roles/ag/tasks/main.yml", "content": "---\n- name: ag\n tags: ag\n become: !!bool yes\n package:\n name: \"{{ package[ansible_distribution | lower] }}\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ansible
468
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "---\n- name: ansible\n tags: ansible\n become: !!bool yes\n package:\n name: ansible\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ccache
468
[ "no_license" ]
[ { "path": "ansible/roles/ccache/tasks/main.yml", "content": "---\n- name: ccache\n tags: ccache\n become: !!bool yes\n package:\n name: ccache\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/chrome
468
[ "no_license" ]
[ { "path": "ansible/roles/chrome/tasks/main.yml", "content": "---\n- name: chrome\n tags: chrome\n become: !!bool yes\n package:\n name: chromium-browser\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/cmake
468
[ "no_license" ]
[ { "path": "ansible/roles/cmake/tasks/main.yml", "content": "---\n- name: CMake\n tags: cmake\n become: !!bool yes\n\n pip:\n name: cmake\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/cmake-lint
468
[ "no_license" ]
[ { "path": "ansible/roles/cmake-lint/tasks/main.yml", "content": "---\n- name: python 3 package\n tags: cmake-lint\n become: !!bool yes\n pip:\n name: cmakelint\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/coreutils
468
[ "no_license" ]
[ { "path": "ansible/roles/coreutils/tasks/main.yml", "content": "---\n- name: coreutils\n tags: coreutils\n become: !!bool yes\n package:\n name: coreutils\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/cppcheck
468
[ "no_license" ]
[ { "path": "ansible/roles/cppcheck/tasks/main.yml", "content": "---\n- name: cppcheck\n tags: cppcheck\n become: !!bool yes\n package:\n name: cppcheck\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/cppman
468
[ "no_license" ]
[ { "path": "ansible/roles/cppman/tasks/main.yml", "content": "---\n- name: cppman\n tags: cppman\n become: !!bool yes\n package:\n name: cppman\n state: latest\n\n- name: cppman setup\n shell: yes | cppamn --cache-all --use-mandb=true\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/cscope
468
[ "no_license" ]
[ { "path": "ansible/roles/cscope/tasks/main.yml", "content": "---\n- name: cscope\n tags: cscope\n become: !!bool yes\n package:\n name: cscope\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ctags
468
[ "no_license" ]
[ { "path": "ansible/roles/ctags/tasks/main.yml", "content": "---\n- name: ctags\n tags: ctags\n become: !!bool yes\n package:\n name: exuberant-ctags\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/curl
468
[ "no_license" ]
[ { "path": "ansible/roles/curl/tasks/main.yml", "content": "---\n- name: curl\n tags: curl\n become: !!bool yes\n package:\n name: curl\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/docker
468
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: docker\n tags: docker\n become: !!bool yes\n package:\n name: docker\n state: latest\n\n- name: docker group\n group:\n become: !!bool yes\n name: docker\n state: present\n\n- name: docker user added to group\n use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/dploy
468
[ "no_license" ]
[ { "path": "ansible/roles/dploy/tasks/main.yml", "content": "---\n- name: python 3 package\n tags: dploy\n become: !!bool yes\n pip:\n name: dploy\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/dropbox
468
[ "no_license" ]
[ { "path": "ansible/roles/dropbox/tasks/main.yml", "content": "---\n- name: dropbox\n tags: dropbox\n become: !!bool yes\n package:\n name: nautilus-dropbox\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/fdupes
468
[ "no_license" ]
[ { "path": "ansible/roles/fdupes/tasks/main.yml", "content": "---\n- name: fdupes\n tags: fdupes\n become: !!bool yes\n package:\n name: fdupes\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/firefox
468
[ "no_license" ]
[ { "path": "ansible/roles/firefox/tasks/main.yml", "content": "---\n- name: firefox\n tags: firefox\n become: !!bool yes\n package:\n name: firefox\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/gawk
468
[ "no_license" ]
[ { "path": "ansible/roles/gawk/tasks/main.yml", "content": "---\n# gawk is required by zplug the zsh plugin manger\n- name: gawk\n tags: gawk\n become: !!bool yes\n package:\n name: gawk\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/git
468
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: git package repo\n tags: git\n become: !!bool yes\n when: ansible_distribution == 'Ubuntu'\n apt_repository:\n repo: 'ppa:git-core/ppa'\n state: present\n update_cache: !!bool yes\n\n- name: git\n tags: git\n become: !!boo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/htop
468
[ "no_license" ]
[ { "path": "ansible/roles/htop/tasks/main.yml", "content": "---\n- name: htop\n tags: htop\n become: !!bool yes\n package:\n name: htop\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/invoke
468
[ "no_license" ]
[ { "path": "ansible/roles/invoke/tasks/main.yml", "content": "---\n- name: python 3 package\n tags: invoke\n become: !!bool yes\n pip:\n name: invoke\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/latex
468
[ "no_license" ]
[ { "path": "ansible/roles/latex/tasks/main.yml", "content": "---\n\n- name: latex\n tags: latex\n become: !!bool yes\n with_items: \"{{packages[ansible_distribution | lower]}}\"\n package:\n name: \"{{item}}\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 262, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/llvm
468
[ "no_license" ]
[ { "path": "ansible/roles/llvm/vars/main.yml", "content": "---\npackages:\n ubuntu:\n - clang\n - clang-format\n - clang-tidy\n - clangd\n macosx:\n - {name: 'llvm', options: 'with-clang'}\n - {name: 'clang-format'}\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/markdownlint
468
[ "no_license" ]
[ { "path": "ansible/roles/markdownlint/meta/main.yml", "content": "---\ndependencies:\n - ruby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/roles/markdownlint/tasks/main.yml", "content": "---\n- name: ruby package\n tags: markdown...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 133, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/moreutils
468
[ "no_license" ]
[ { "path": "ansible/roles/moreutils/tasks/main.yml", "content": "---\n- name: moreutils\n tags: moreutils\n become: !!bool yes\n package:\n name: moreutils\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ncdu
468
[ "no_license" ]
[ { "path": "ansible/roles/ncdu/tasks/main.yml", "content": "---\n- name: ncdu\n tags: ncdu\n become: !!bool yes\n package:\n name: ncdu\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/neovim
468
[ "no_license" ]
[ { "path": "ansible/roles/neovim/tasks/main.yml", "content": "---\n- name: Ubuntu\n tags: neovim\n become: !!bool yes\n when: ansible_distribution == 'Ubuntu'\n package:\n name: software-properties-common\n state: latest\n\n- name: Ubuntu\n tags: neovim\n become: !!bool yes\n when: ansible_distr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 877, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/nodejs
468
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n\n- name: node\n tags: node\n become: !!bool yes\n package:\n name: nodejs\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/npm
468
[ "no_license" ]
[ { "path": "ansible/roles/npm/tasks/main.yml", "content": "---\n- name: npm\n tags: npm\n become: !!bool yes\n package:\n name: npm\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/pandoc
468
[ "no_license" ]
[ { "path": "ansible/roles/pandoc/meta/main.yml", "content": "---\ndependencies:\n - package_manager\n - latex\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/pandoc/tasks/main.yml", "content": "---\n- name: pandoc\n tags: pand...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 149, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/picocom
468
[ "no_license" ]
[ { "path": "ansible/roles/picocom/tasks/main.yml", "content": "---\n- name: picocom\n tags: picocom\n become: !!bool yes\n package:\n name: picocom\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/pip
468
[ "no_license" ]
[ { "path": "ansible/roles/pip/meta/main.yml", "content": "---\ndependencies:\n - python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/pip/tasks/main.yml", "content": "---\n- name: pip\n tags: pip\n become: !!bool yes\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 492, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/proselint
468
[ "no_license" ]
[ { "path": "ansible/roles/proselint/tasks/main.yml", "content": "---\n- name: python 3 package\n tags: proselint\n become: !!bool yes\n pip:\n name: proselint\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/pylint
468
[ "no_license" ]
[ { "path": "ansible/roles/pylint/tasks/main.yml", "content": "---\n\n- name: python 3 package\n tags: pylint\n become: !!bool yes\n pip:\n name: pylint\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/python
468
[ "no_license" ]
[ { "path": "ansible/roles/python/vars/main.yml", "content": "---\npackages:\n ubuntu:\n - python3\n - python3-dev\n centos:\n - python3\n macosx:\n - python\n - python3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "ansible/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 319, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ruby
468
[ "no_license" ]
[ { "path": "ansible/roles/ruby/vars/main.yml", "content": "---\npackages:\n ubuntu:\n - ruby\n - ruby-dev\n macosx:\n - ruby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/roles/ruby/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/set_default_shell
468
[ "no_license" ]
[ { "path": "ansible/roles/set_default_shell/meta/main.yml", "content": "---\ndependencies:\n - zsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/roles/set_default_shell/vars/main.yml", "content": "---\nshell:\n macosx: /usr/local/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 476, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/shellcheck
468
[ "no_license" ]
[ { "path": "ansible/roles/shellcheck/tasks/main.yml", "content": "---\n- name: shellcheck\n tags: shellcheck\n become: !!bool yes\n package:\n name: shellcheck\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/ssh
468
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "---\n- name: ssh\n tags: ssh\n become: !!bool yes\n package:\n name: openssh-server\n state: latest\n\n\n# ssh-askpass is used when ssh-add is called during start-up to prompt for the\n# ssh passphrase.\n- name: ssh\n tags: ssh\n become: !...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/tmux
468
[ "no_license" ]
[ { "path": "ansible/roles/tmux/tasks/main.yml", "content": "---\n- name: tmux\n tags: tmux\n become: !!bool yes\n package:\n name: tmux\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/tree
468
[ "no_license" ]
[ { "path": "ansible/roles/tree/tasks/main.yml", "content": "---\n- name: tree\n tags: tree\n become: !!bool yes\n package:\n name: tree\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/unrar
468
[ "no_license" ]
[ { "path": "ansible/roles/unrar/tasks/main.yml", "content": "---\n- name: unrar\n tags: unrar\n become: !!bool yes\n package:\n name: unrar\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/vim
468
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "---\n- name: vim\n tags: vim\n become: !!bool yes\n\n apt_repository:\n repo: 'ppa:jonathonf/vim'\n state: present\n update_cache: !!bool yes\n\n- name: vim\n tags: vim\n become: !!bool yes\n package:\n name: vim\n state: latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/vint
468
[ "no_license" ]
[ { "path": "ansible/roles/vint/tasks/main.yml", "content": "---\n- name: python 3 package\n tags: vint\n become: !!bool yes\n pip:\n name: vim-vint\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/vlc
468
[ "no_license" ]
[ { "path": "ansible/roles/vlc/tasks/main.yml", "content": "---\n\n- name: vlc\n tags: vlc\n become: !!bool yes\n package:\n name: vlc\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/wget
468
[ "no_license" ]
[ { "path": "ansible/roles/wget/tasks/main.yml", "content": "---\n- name: wget\n tags: wget\n become: !!bool yes\n package:\n name: wget\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/write-good
468
[ "no_license" ]
[ { "path": "ansible/roles/write-good/tasks/main.yml", "content": "---\n- name: Node package\n tags: write-good\n become: !!bool yes\n\n npm:\n name: write-good\n global: !!bool yes\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/xclip
468
[ "no_license" ]
[ { "path": "ansible/roles/xclip/tasks/main.yml", "content": "---\n- name: xclip\n tags: xclip\n become: !!bool yes\n package:\n name: xclip\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/xfce4_terminal
468
[ "no_license" ]
[ { "path": "ansible/roles/xfce4_terminal/tasks/main.yml", "content": "---\n- name: xfce4-terminal\n tags: xfce4-terminal\n become: !!bool yes\n package:\n name: xfce4-terminal\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/xsel
468
[ "no_license" ]
[ { "path": "ansible/roles/xsel/tasks/main.yml", "content": "---\n- name: xsel\n tags: xsel\n become: !!bool yes\n package:\n name: xsel\n state: latest\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
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/yamllint
468
[ "no_license" ]
[ { "path": "ansible/roles/yamllint/tasks/main.yml", "content": "---\n- name: python 3 package\n tags: yamllint\n become: !!bool yes\n pip:\n name: yamllint\n state: latest\n executable: \"{{pip3_executable[ansible_distribution | lower]\\\n | default([pip3])}}\"\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/yarn
468
[ "no_license" ]
[ { "path": "ansible/roles/yarn/tasks/main.yml", "content": "---\n\n- name: yarn\n tags: yarn\n become: !!bool yes\n when: ansible_distribution == 'Ubuntu'\n apt_key:\n url: https://dl.yarnpkg.com/debian/pubkey.gpg\n\n- name: yarn\n tags: yarn\n become: !!bool yes\n when: ansible_distribution == 'Ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
arecarn/dotfiles
d55b5de8c0633f17ffb5374cc92e80754e7ffc17
4
ansible/roles/zsh
468
[ "no_license" ]
[ { "path": "ansible/roles/zsh/meta/main.yml", "content": "---\ndependencies:\n - package_manager\n - gawk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n- name: zsh\n tags: zsh\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 272, "all_permissive": false }
ansible_role
03hd4658/ansible
c8e5e317da7dc582d9051a998913cccd408fadb2
0
myapp/roles/apache
468
[ "no_license" ]
[ { "path": "myapp/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: collecting server public ipaddress\n become: true\n become_user: root\n command: curl http://169.254.169.254/latest/meta-data/public-ipv4\n register: myipaddress\n\n- name: Assigning public ipaddress\n set_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 778, "all_permissive": false }
ansible_role
03hd4658/ansible
c8e5e317da7dc582d9051a998913cccd408fadb2
0
wordpress/roles/db
468
[ "no_license" ]
[ { "path": "wordpress/roles/db/tasks/main.yml", "content": "---\n- name: Installing Mariadb\n yum:\n name: \"{{item}}\"\n state: present\n loop:\n - MySQL-python\n - mariadb-server\n\n- name: Enable mysql\n service: \n name: mariadb\n enabled: yes\n\n- name: Restart database\n service:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
sti291271/Ansible-VM-configuration-on-Azure
e391b4589a290f38f7ec996553873620054451bc
0
roles/docker_install
468
[ "no_license" ]
[ { "path": "roles/docker_install/handlers/main.yml", "content": "---\n# Handlers executions for this roles\n\n# Deploy a docker_image\n- name: start_container\n docker_container:\n name: hello-world\n image: hello-world\n state: present\n# when: ansible_distribution == 'CentOS' and ansible_distrib...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1105, "all_permissive": false }
ansible_role
sti291271/Ansible-VM-configuration-on-Azure
e391b4589a290f38f7ec996553873620054451bc
0
roles/ssh-keys
468
[ "no_license" ]
[ { "path": "roles/ssh-keys/tasks/main.yml", "content": "---\n# Generate and copy ssh key of ansible user to all inventory targets\n\n- name: Deploy SSH Key\n authorized_key: \n user: ansible\n key: \"{{ lookup('file', '/home/ansible/.ssh/id_rsa.pub') }}\"\n state: present\n delegate_to: target_vm\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
sti291271/Ansible-VM-configuration-on-Azure
e391b4589a290f38f7ec996553873620054451bc
0
roles/user_creation
468
[ "no_license" ]
[ { "path": "roles/user_creation/vars/main.yml", "content": "---\nautomation_user: \"ansible\"\n#automation_password: \"<PASSWORD>.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/user_creation/tasks/main.yml", "content": "---\n# Group ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 794, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/ag
468
[ "no_license" ]
[ { "path": "roles/ag/tasks/configure.yml", "content": "- name: Symlink .agignore\n ansible.builtin.file:\n src: \"{{ dotfiles_directory_path }}/.agignore\"\n dest: \"{{ ansible_env.HOME }}/.agignore\"\n state: link\n tags:\n - install\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 835, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/asdf
468
[ "no_license" ]
[ { "path": "roles/asdf/tasks/install.yml", "content": "- name: Install asdf\n ansible.builtin.git:\n repo: \"https://github.com/asdf-vm/asdf.git\"\n dest: \"{{ asdf_home }}\"\n version: \"{{ asdf_version }}\"\n force: true\n tags:\n - install\n\n- name: Update asdf\n ansible.builtin.command...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3108, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/aws
468
[ "no_license" ]
[ { "path": "roles/aws/tasks/install.yml", "content": "- name: Install aws cli\n when: ansible_os_family == \"Debian\"\n tags:\n - install\n block:\n - name: Download awscliv2.zip\n ansible.builtin.get_url:\n url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\n dest: /tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/bat
468
[ "no_license" ]
[ { "path": "roles/bat/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: bat\n author: ldonnez\n description: Bat a cat clone with wings\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n versions:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1328, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/calibre
468
[ "no_license" ]
[ { "path": "roles/calibre/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: calibre\n author: ldonnez\n description: Calibre is a powerful and easy to use e-book manager.\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Debian\n versions:\n - all\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1019, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/casks
468
[ "no_license" ]
[ { "path": "roles/casks/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: casks\n author: ldonnez\n description: Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications\n license: MIT\n min_ansible_version: \"2.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/discord
468
[ "no_license" ]
[ { "path": "roles/discord/tasks/install.yml", "content": "- name: Install discord with apt\n when: ansible_os_family == \"Debian\"\n become: true\n tags:\n - install\n block:\n - name: Download & install discord .deb package\n ansible.builtin.apt:\n deb: https://discord.com/api/download...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/docker_desktop
468
[ "no_license" ]
[ { "path": "roles/docker_desktop/tasks/install.yml", "content": "- name: Install docker desktop with apt\n when: ansible_os_family == \"Debian\"\n become: true\n tags:\n - install\n block:\n - name: Get docker signing key\n ansible.builtin.get_url:\n url: https://download.docker.com/lin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1688, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/dotfiles
468
[ "no_license" ]
[ { "path": "roles/dotfiles/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: dotfiles\n author: ldonnez\n description: Clone dotfiles\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n versions:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/fd
468
[ "no_license" ]
[ { "path": "roles/fd/defaults/main.yml", "content": "---\n# defaults file for fd\n\nfd_config_dir: \"{{ ansible_env.HOME }}/.config/fd\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/fd/tasks/install.yml", "content": "- name: Install f...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1590, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/firefox
468
[ "no_license" ]
[ { "path": "roles/firefox/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: firefox\n author: ldonnez\n description: Firefox is a free web browser backed by Mozilla, a non-profit dedicated to internet health and privacy.\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1409, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/flatpak
468
[ "no_license" ]
[ { "path": "roles/flatpak/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: flatpak\n author: ldonnez\n description: Flatpak is a utility for software deployment and package management for Linux. It is advertised as offering a sandbox environment in which users can run application software in iso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1033, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/fonts
468
[ "no_license" ]
[ { "path": "roles/fonts/tasks/install.yml", "content": "- name: Install fonts\n when: ansible_os_family == \"Darwin\"\n tags:\n - install\n\n block:\n - name: Install font-symbols-only-nerd-font\n community.general.homebrew_cask:\n name: \"font-symbols-only-nerd-font\"\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1657, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/fzf
468
[ "no_license" ]
[ { "path": "roles/fzf/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: fzf\n author: ldonnez\n description: A general-purpose command-line fuzzy finder\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 837, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/git
468
[ "no_license" ]
[ { "path": "roles/git/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: git\n author: ldonnez\n description: Git - fast, scalable, distributed revision control system\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1078, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/gnupg
468
[ "no_license" ]
[ { "path": "roles/gnupg/tasks/install.yml", "content": "- name: Install gnupg with apt\n ansible.builtin.apt:\n name: gnupg\n state: present\n become: true\n when: ansible_os_family == \"Debian\"\n tags:\n - install\n\n- name: Install gnupg with homebrew\n community.general.homebrew:\n name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1195, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/haskell
468
[ "no_license" ]
[ { "path": "roles/haskell/tasks/install.yml", "content": "- name: Install ghcup noninteractive with curl\n ansible.builtin.shell: |\n set -o pipefail\n curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh\n args:\n creates: \"{{ ansible_env.HOME }}/.ghcup/bin/ghcup\"\n execut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1039, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/i3
468
[ "no_license" ]
[ { "path": "roles/i3/tasks/install.yml", "content": "- name: Install i3, i3status & i3blocks with apt\n become: true\n ansible.builtin.apt:\n name: [\"i3\", \"i3status\", \"i3blocks\"]\n state: present\n when: ansible_os_family == \"Debian\"\n tags:\n - install\n\n- name: Install lightdm with ap...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7135, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/kitty
468
[ "no_license" ]
[ { "path": "roles/kitty/defaults/main.yml", "content": "---\n# defaults file for kitty\n\nkitty_config_dir: \"{{ ansible_env.HOME }}/.config/kitty\"\nkitty_dotfiles_path: \"{{ dotfiles_directory_path }}/.config/kitty\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3529, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/libpq
468
[ "no_license" ]
[ { "path": "roles/libpq/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: libpq\n author: ldonnez\n description: Postgres C API library\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n versions:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1382, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/linearmouse
468
[ "no_license" ]
[ { "path": "roles/linearmouse/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: linearmouse\n author: ldonnez\n description: The mouse and trackpad utility for Mac.\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: macOS\n versions:\n - all\n\ndependencies:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 995, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/lsp
468
[ "no_license" ]
[ { "path": "roles/lsp/defaults/main.yml", "content": "---\n# defaults file for lsp\n\nlsp_efm_config_dir: \"{{ ansible_env.HOME }}/.config/efm-langserver\"\nlsp_efm_dotfiles_path: \"{{ dotfiles_directory_path }}/.config/efm-langserver\"\n\nlsp_npm:\n [\n \"typescript\",\n \"vscode-langservers-extracte...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2767, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/mas
468
[ "no_license" ]
[ { "path": "roles/mas/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: mas\n author: ldonnez\n description: Install Apps from Mac AppStore\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: macOS\n versions:\n - all\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
ldonnez/config
95eb4ed729c14ce4fd5f07f9826cead537beaf5a
0
roles/mise
468
[ "no_license" ]
[ { "path": "roles/mise/tasks/tools.yml", "content": "- name: Install & Configure miseatools\n when: mise_tools|length > 0\n tags:\n - install\n\n block:\n - name: Install apt depedencies\n ansible.builtin.apt:\n name: \"{{ item.apt_dependencies }}\"\n state: present\n when: a...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2952, "all_permissive": false }