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
sreedharm07/learn-ansible
d8ccd874042a89ac24aaf8cf6c1257d235dea094
0
roles/mongodb
7,503
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copying service file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: installing mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: latest\n\n- name: Replace hostname\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
sreedharm07/learn-ansible
d8ccd874042a89ac24aaf8cf6c1257d235dea094
0
roles/mysql
7,503
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: disabling mysql\n ansible.builtin.shell: yum module disable mysql -y\n\n- name: Copying repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: installing mysql\n ansible.builtin.yum:\n name: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
sreedharm07/learn-ansible
d8ccd874042a89ac24aaf8cf6c1257d235dea094
0
roles/payment
7,503
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: installing python\n ansible.builtin.yum:\n name:\n - python36\n - gcc\n - python3-devel\n state: latest\n\n- name: Add app payment\n ansible.builtin.user:\n name: roboshop\n\n- name: create app directory\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
sreedharm07/learn-ansible
d8ccd874042a89ac24aaf8cf6c1257d235dea094
0
roles/rabbitmq
7,503
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: downloading erlang repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: downloading rabbitmq repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
sreedharm07/learn-ansible
d8ccd874042a89ac24aaf8cf6c1257d235dea094
0
roles/redis
7,503
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install the latest version of Apache\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: downloading nodejs repo\n ansible.builtin.shell: yum modu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
sreedharm07/learn-ansible
d8ccd874042a89ac24aaf8cf6c1257d235dea094
0
roles/shipping
7,503
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: installing shipping\n ansible.builtin.yum:\n name: maven\n state: latest\n\n- name: Add app payment\n ansible.builtin.user:\n name: roboshop\n\n- name: create app directory\n ansible.builtin.file:\n path: /app\n state: director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1143, "all_permissive": false }
ansible_role
sreedharm07/learn-ansible
d8ccd874042a89ac24aaf8cf6c1257d235dea094
0
roles/user
7,503
[ "no_license" ]
[ { "path": "roles/user/vars/main.yml", "content": "schema: true\ncomponent: user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/user/tasks/main.yml", "content": "- name: importing tasks from nodejs\n ansible.builtin.import_role:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 134, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/docker/roles/common
7,503
[ "no_license" ]
[ { "path": "playbooks/docker/roles/common/tasks/main.yml", "content": "---\n- name: Install common packages\n package:\n name:\n - bind-utils\n - man\n - man-pages\n - mlocate\n - sysstat\n state: present\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/docker/roles/docker_cluster
7,503
[ "no_license" ]
[ { "path": "playbooks/docker/roles/docker_cluster/tasks/main.yml", "content": "---\n- name: Install necessary packages for the docker container\n package:\n name:\n - httpd\n - php\n - mysql\n - php-mysqlnd\n state: present\n\n- name: Ensure Apache is running\n service:\n name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1426, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/docker/roles/security
7,503
[ "no_license" ]
[ { "path": "playbooks/docker/roles/security/tasks/main.yml", "content": "---\n- name: Ensure root login is disabled in SSH\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin'\n line: 'PermitRootLogin no'\n notify:\n - Restart SSH\n\n- name: Enable firewall\n service:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/ldap/my_ldap_playbook/roles/autofs_client
7,503
[ "no_license" ]
[ { "path": "playbooks/ldap/my_ldap_playbook/roles/autofs_client/templates/auto.master.j2", "content": "/home /etc/auto.home", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "playbooks/ldap/my_ldap_playbook/roles/autofs_client/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/ldap/my_ldap_playbook/roles/ldap_client
7,503
[ "no_license" ]
[ { "path": "playbooks/ldap/my_ldap_playbook/roles/ldap_client/templates/auto.home.j2", "content": "* -fstype=nfs4,rw 192.168.161.94:/srv/nfs/home/&\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "playbooks/ldap/my_ldap_playbook/roles/ldap_client/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/ldap/my_ldap_playbook/roles/ldap_server
7,503
[ "no_license" ]
[ { "path": "playbooks/ldap/my_ldap_playbook/roles/ldap_server/templates/slapd.conf.j2", "content": "# slapd configuration\n# Edit with your LDAP domain settings\ninclude /etc/openldap/schema/core.schema\npidfile /var/run/openldap/slapd.pid\nargsfile /var/run/openldap/slapd.args\n\ndatabase bdb\nsuffix \"dc=e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 847, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/ldap/my_ldap_playbook/roles/ldap_users
7,503
[ "no_license" ]
[ { "path": "playbooks/ldap/my_ldap_playbook/roles/ldap_users/tasks/main.yml", "content": "---\n- name: Create LDAP users\n ldap_entry:\n dn: \"uid={{ item.username }},ou=users,dc=example,dc=com\"\n state: present\n objectClass:\n - top\n - person\n - organizationalPerson\n - ine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 919, "all_permissive": false }
ansible_role
iloveuzb/final
2075120b3a8db5ef9d4e95c81c30ea572c94e922
0
playbooks/ldap/my_ldap_playbook/roles/nfs_server
7,503
[ "no_license" ]
[ { "path": "playbooks/ldap/my_ldap_playbook/roles/nfs_server/templates/exports.j2", "content": "/srv/nfs/home *(rw,sync,no_subtree_check)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "playbooks/ldap/my_ldap_playbook/roles/nfs_server/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
davidmcclure/lint-deploy
004d1fe00f956110b671c193271cb0a931e14ea1
0
roles/lint-sherlock
7,503
[ "no_license" ]
[ { "path": "roles/lint-sherlock/templates/lint.yml.j2", "content": "---\n\n{{ lint_config | to_yaml }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/lint-sherlock/defaults/main.yml", "content": "---\n\nlint_repo: <EMAIL>:davidmcclure/l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2278, "all_permissive": false }
ansible_role
chaitanyarathod/debian-tools
2a6f4f7bc32ff7552412325ba1fa9075e9bb2b8d
0
roles/install_debian_tools
7,503
[ "no_license" ]
[ { "path": "roles/install_debian_tools/tasks/test-playbook.yml", "content": "- name: Run the playbook to install cacti and other tools\n hosts: localhost\n become: yes\n\n\n tasks:\n - name: Include main script\n include_tasks: main.yml\n\n", "license_type": "no_license", "detected_license...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1303, "all_permissive": false }
ansible_role
mamullen13316/ansible_aci
cf772a51fb4e65e74c42fa3491a2185de464f9d1
1
roles/host_to_dvs
7,503
[ "no_license" ]
[ { "path": "roles/host_to_dvs/handlers/main.yml", "content": "---\n# handlers file for host_to_dvs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/host_to_dvs/tasks/main.yml", "content": "---\n - name: Add first host to DVS\n local_act...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 800, "all_permissive": false }
ansible_role
mamullen13316/ansible_aci
cf772a51fb4e65e74c42fa3491a2185de464f9d1
1
roles/tenant_and_anp
7,503
[ "no_license" ]
[ { "path": "roles/tenant_and_anp/tasks/main.yml", "content": "---\n - name: Create json files from template\n template:\n src: \"./roles/{{role}}/templates/tenant_and_anp.j2\"\n dest: \"./roles/{{role}}/files/tenant_and_anp_S{{ item }}.json\"\n with_items: \"{{ STUDENTS }}\"\n \n - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 13268, "all_permissive": false }
ansible_role
mamullen13316/ansible_aci
cf772a51fb4e65e74c42fa3491a2185de464f9d1
1
roles/vlan_pool
7,503
[ "no_license" ]
[ { "path": "roles/vlan_pool/files/vlan_pool_S3.json", "content": "{\"fvnsVlanInstP\":{\"attributes\":{\"dn\":\"uni/infra/vlanns-[S3_Training_Pool]-dynamic\",\"name\":\"S3_Training_Pool\",\"rn\":\"vlanns-[S3_Training_Pool]-dynamic\",\"status\":\"created\"},\"children\":[{\"fvnsEncapBlk\":{\"attributes\":{\"dn...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1547, "all_permissive": false }
ansible_role
mamullen13316/ansible_aci
cf772a51fb4e65e74c42fa3491a2185de464f9d1
1
roles/vm_port_group
7,503
[ "no_license" ]
[ { "path": "roles/vm_port_group/defaults/main.yml", "content": "---\n# defaults file for host_to_dvs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/vm_port_group/vars/main.yml", "content": "---\nrole: host_to_dvs\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 804, "all_permissive": false }
ansible_role
mamullen13316/ansible_aci
cf772a51fb4e65e74c42fa3491a2185de464f9d1
1
roles/vmm_domain
7,503
[ "no_license" ]
[ { "path": "roles/vmm_domain/files/vmm_domain_S4.json", "content": "{\"vmmDomP\":{\"attributes\":{\"dn\":\"uni/vmmp-VMware/dom-S4_Training_VC\",\"name\":\"S4_Training_VC\",\"rn\":\"dom-S4_Training_VC\",\"status\":\"created\"},\"children\":[{\"vmmCtrlrP\":{\"attributes\":{\"dn\":\"uni/vmmp-VMware/dom-S4_Train...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4567, "all_permissive": false }
ansible_role
mamullen13316/ansible_aci
cf772a51fb4e65e74c42fa3491a2185de464f9d1
1
roles/vmm_to_aep
7,503
[ "no_license" ]
[ { "path": "roles/vmm_to_aep/defaults/main.yml", "content": "---\n# defaults file for vmm_to_aep", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/vmm_to_aep/tasks/main.yml", "content": "---\n - name: Create json files from template\n te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 967, "all_permissive": false }
ansible_role
chcdc/openvpn-with-ansible
b9bd542cd72137c1726f8ffbcd2148f928c778c2
1
ansible/roles/common
7,503
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/user_ovpn.j2", "content": "client\npull\ndev tun\nproto udp\nremote {{ public_ip.ansible_facts.ipify_public_ip }} {{ port_openvpn }} udp\nuser nobody\ngroup nogroup\ncomp-lzo\nverb 3\nresolv-retry 10\npersist-key\npersist-tun\nmute-replay-warnings\nauth-user-pass {{...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10559, "all_permissive": false }
ansible_role
robamu/system-configurator
3e8b22de6f7bcc067cf063e74db5e2cc9ad3da5f
0
unix/ansible/roles/common
7,503
[ "no_license" ]
[ { "path": "unix/ansible/roles/common/tasks/main.yml", "content": "- name: Update apt package cache\n ansible.builtin.apt:\n update_cache: yes\n force_apt_get: yes\n become_user: root\n\n- name: Activate minimize to dock\n shell: gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4124, "all_permissive": false }
ansible_role
robamu/system-configurator
3e8b22de6f7bcc067cf063e74db5e2cc9ad3da5f
0
unix/ansible/roles/luxury
7,503
[ "no_license" ]
[ { "path": "unix/ansible/roles/luxury/tasks/main.yml", "content": "- name: Install luxury packages with snap\n community.general.snap:\n name:\n - spotify\n - discord\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
yanhan/sysadmin-library
cb64f05298074a08761cd302d54c41a3ca7198fa
0
ansible/roles/install-golang-server-using-systemd
7,503
[ "no_license" ]
[ { "path": "ansible/roles/install-golang-server-using-systemd/vars/main.yml", "content": "service_name: goserver\nsystemd_service_file_name: \"{{ service_name }}.service\"\nsystemd_service_file_path: \"/lib/systemd/system/{{ systemd_service_file_name }}\"\ngolang_server_name: helloworld-server\ngolang_server...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3139, "all_permissive": false }
ansible_role
yanhan/sysadmin-library
cb64f05298074a08761cd302d54c41a3ca7198fa
0
ansible/roles/node-exporter
7,503
[ "no_license" ]
[ { "path": "ansible/roles/node-exporter/tasks/main.yml", "content": "- name: Check if Prometheus node exporter is installed\n shell: command -v node_exporter >/dev/null 2>&1\n register: check_if_prometheus_node_exporter_installed\n ignore_errors: true\n changed_when: false\n\n- name: Create temporary dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2155, "all_permissive": false }
ansible_role
yanhan/sysadmin-library
cb64f05298074a08761cd302d54c41a3ca7198fa
0
ansible/roles/unattended-upgrades
7,503
[ "no_license" ]
[ { "path": "ansible/roles/unattended-upgrades/tasks/main.yml", "content": "- name: Install /etc/apt/apt.conf.d/10periodic\n copy:\n src: 10periodic\n dest: /etc/apt/apt.conf.d/10periodic\n owner: root\n group: root\n mode: 0644\n become: yes\n\n- name: Install unattended-upgrades\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
yanhan/sysadmin-library
cb64f05298074a08761cd302d54c41a3ca7198fa
0
ansible/roles/yum-cron
7,503
[ "no_license" ]
[ { "path": "ansible/roles/yum-cron/tasks/main.yml", "content": "- name: Check if we are on Amazon Linux 2\n shell: grep -q -i 'Amazon Linux release 2' /etc/system-release\n register: check_if_amazon_linux\n ignore_errors: true\n changed_when: false\n\n- name: Check if EPEL is enabled\n shell: yum info e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 767, "all_permissive": false }
ansible_role
yanhan/sysadmin-library
cb64f05298074a08761cd302d54c41a3ca7198fa
0
aws-run-command-ansible/roles/example
7,503
[ "no_license" ]
[ { "path": "aws-run-command-ansible/roles/example/tasks/main.yml", "content": "- name: Write some text to a file\n shell: \"echo 'michaelangelo' > /tmp/example.txt\"\n\n- name: Write app_name variable to a file\n shell: \"echo '{{ app_name }}' > /tmp/app_name.txt\"\n\n- name: Write app_environment variable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/ansible
7,503
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yaml", "content": "# Required by neovim\n- name: Install ansible\n become: true\n ansible.builtin.package:\n name:\n - ansible-core\n - ansible-lint\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/basic_utils
7,503
[ "no_license" ]
[ { "path": "roles/basic_utils/tasks/main.yaml", "content": "- name: Check sanity\n ansible.builtin.assert:\n that:\n - ansible_distribution in \"Ubuntu|Fedora\"\n\n- name: Install common utils for other Ansible tasks\n become: true\n ansible.builtin.package:\n name:\n - age\n - curl\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5274, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/chrome
7,503
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yaml", "content": "- name: Install chrome on Ubuntu\n become: true\n ansible.builtin.apt:\n deb: \"{{ chrome_deb }}\"\n retries: \"{{ web_retries }}\"\n delay: \"{{ web_delay }}\"\n register: chrome_installed\n until: chrome_installed is not failed\n when: ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2594, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/clipboard
7,503
[ "no_license" ]
[ { "path": "roles/clipboard/tasks/main.yaml", "content": "- name: Set WSL clipboard\n when: in_wsl\n block:\n - name: Create symlink to clip.exe\n become: true\n ansible.builtin.file:\n src: /mnt/c/Windows/System32/clip.exe\n dest: \"{{ home }}/.local/bin/clip.exe\"\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2648, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/common_utils
7,503
[ "no_license" ]
[ { "path": "roles/common_utils/files/yamlfmt.yaml", "content": "formatter:\n retain_line_breaks: true\n max_line_length: 120\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/common_utils/files/groovylintrc.json", "content": "{\n \"exte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6442, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/cpp
7,503
[ "no_license" ]
[ { "path": "roles/cpp/tasks/main.yaml", "content": "- name: Include Ubuntu gcc tasks\n ansible.builtin.include_tasks:\n file: gcc.yaml\n when: ansible_distribution == 'Ubuntu'\n\n- name: Include Ubuntu llvm tasks\n ansible.builtin.include_tasks:\n file: llvm.yaml\n when: ansible_distribution == 'Ub...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 25239, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/credentials
7,503
[ "no_license" ]
[ { "path": "roles/credentials/vars/main.yaml", "content": "credentials_user: \"{{ ansible_user }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/credentials/tasks/main.yaml", "content": "# These tasks are executed twice:\n# 1. The fir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6303, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/docker
7,503
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "# See https://docs.docker.com/engine/install/ubuntu/\n- name: Uninstall legacy packages on Ubuntu\n become: true\n ansible.builtin.apt:\n name:\n - containerd\n - docker-compose\n - docker-compose-v2\n - docker-doc\n - docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4537, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/dotfiles
7,503
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yaml", "content": "- name: Create projects directory\n ansible.builtin.file:\n path: \"{{ dotfiles_host_parent_path }}\"\n state: directory\n mode: \"0o755\"\n\n- name: Copy dotfiles repository\n ansible.posix.synchronize:\n src: \"{{ playbook_dir }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1203, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/dotnet
7,503
[ "no_license" ]
[ { "path": "roles/dotnet/tasks/main.yaml", "content": "- name: Install java 8.0\n become: true\n ansible.builtin.package:\n name: dotnet-sdk-8.0\n when: >-\n (\n ansible_distribution == \"Ubuntu\" and ansible_distribution_version is version('24.10', '<')\n ) or (\n ansible_distribution == \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/fonts
7,503
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yaml", "content": "- name: Create ~/.local/share/fonts directory\n ansible.builtin.file:\n dest: \"{{ home }}/.local/share/fonts\"\n state: directory\n mode: \"0o755\"\n\n- name: Download fonts\n ansible.builtin.unarchive:\n src: \"{{ manifest[item].url }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 900, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/git
7,503
[ "no_license" ]
[ { "path": "roles/git/vars/main.yaml", "content": "git_secret_gpg: https://gitsecret.jfrog.io/artifactory/api/gpg/key/public\ngit_secret_repo: https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main\ngit_gh_cli_gpg: https://cli.github.com/packages/githubcli-archive-keyring.gpg\ngit_gh_cli_repo:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5274, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/gnome
7,503
[ "no_license" ]
[ { "path": "roles/gnome/vars/rules.yaml", "content": "# Domain rules defining main.yaml vars generation\n# The most specific rule that matches is used\n# If no rule matches, \"excluded\" is used as default\ngnome_rules:\n /ca/desrt: excluded\n /com/github/wwmm/easyeffects: excluded\n /org/gnome/boxes: exc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 14666, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/go
7,503
[ "no_license" ]
[ { "path": "roles/go/files/go.fish", "content": "#!/usr/bin/env fish\n\nset --export GOPATH ~/.local/go\nfish_add_path $GOPATH/bin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/go/files/bash.sh", "content": "#!/usr/bin/env bash\n\nexpo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 740, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/java
7,503
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yaml", "content": "- name: Install java\n become: true\n ansible.builtin.package:\n name: \"{{ {'Ubuntu': 'openjdk-21-jdk', 'Fedora': 'java-21-openjdk-devel'}[ansible_distribution] }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/keyboard_layouts
7,503
[ "no_license" ]
[ { "path": "roles/keyboard_layouts/tasks/main.yaml", "content": "- name: Install xkb-data\n become: true\n ansible.builtin.package:\n name: \"{{ {'Ubuntu': 'xkb-data', 'Fedora': 'xkeyboard-config'}[ansible_distribution] }}\"\n\n- name: Copy rnk keyboard\n become: true\n ansible.builtin.copy:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2117, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/latex
7,503
[ "no_license" ]
[ { "path": "roles/latex/meta/main.yaml", "content": "dependencies:\n - role: basic_utils\n - role: cpp\n - role: perl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/latex/tasks/main.yaml", "content": "- name: Install TeX Live\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1950, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/lua
7,503
[ "no_license" ]
[ { "path": "roles/lua/tasks/main.yaml", "content": "- name: Install lua\n become: true\n ansible.builtin.package:\n name:\n - \"{{ {'Ubuntu': 'liblua' + lua_version + '-dev', 'Fedora': 'lua-libs'}[ansible_distribution] }}\"\n - \"{{ {'Ubuntu': 'lua' + lua_version, 'Fedora': 'lua-devel'}[ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4256, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/mattermost
7,503
[ "no_license" ]
[ { "path": "roles/mattermost/vars/main.yaml", "content": "mattermost_gpg: https://deb.packages.mattermost.com/pubkey.gpg\nmattermost_repo: https://deb.packages.mattermost.com stable main\nmattermost_rpm: https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-linux-{{\n ansible_architecture }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1285, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/neovim
7,503
[ "no_license", "permissive" ]
[ { "path": "roles/neovim/files/lazy/lazyvim.json", "content": "{\n \"extras\": [\n \"lazyvim.plugins.extras.ai.copilot\",\n \"lazyvim.plugins.extras.ai.copilot-chat\",\n \"lazyvim.plugins.extras.ai.supermaven\",\n \"lazyvim.plugins.extras.coding.luasnip\",\n \"lazyvim.plugins.extras.coding.mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 32, "total_bytes": 58851, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/nix
7,503
[ "no_license" ]
[ { "path": "roles/nix/tasks/main.yaml", "content": "- name: Create writable nix directory\n become: true\n ansible.builtin.file:\n path: \"/nix\"\n state: directory\n mode: \"0o755\"\n # Normally, all actions performed by this projects do not make any\n # special case inside system settings ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1462, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/nodejs
7,503
[ "no_license" ]
[ { "path": "roles/nodejs/vars/main.yaml", "content": "nodejs_gpg: https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key\nnodejs_version: 20\nnodejs_repo: https://deb.nodesource.com/node_{{ nodejs_version }}.x nodistro main\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 794, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/perl
7,503
[ "no_license" ]
[ { "path": "roles/perl/tasks/main.yaml", "content": "- name: Install perl\n become: true\n ansible.builtin.package:\n name:\n - perl\n - perl-doc\n - cpanminus\n\n- name: Configure cpan\n become: true\n ansible.builtin.shell: |\n set -o pipefail\n echo y | cpan\n args:\n execu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 755, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/podman
7,503
[ "no_license" ]
[ { "path": "roles/podman/files/fish_functions/p.fish", "content": "function p --wraps podman\n podman $argv\nend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/podman/tasks/main.yaml", "content": "- name: Install podman\n become: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 954, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/powershell
7,503
[ "no_license" ]
[ { "path": "roles/powershell/vars/main.yaml", "content": "# yamllint disable-line rule:line-length\npowershell_microsoft_gpg_deb: https://packages.microsoft.com/config/ubuntu/{{ ansible_distribution_version }}/packages-microsoft-prod.deb\npowershell_version: 7.2.8-1.deb\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1807, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/python
7,503
[ "no_license" ]
[ { "path": "roles/python/files/python.fish", "content": "set current \"$(pwd)\"\nset host $(hostname)\n\nset -a venvs \".makepy/artifacts/venv/$(hostname)/bin/activate.fish\"\nset -a venvs \".makepy/artifacts/uv-$(hostname)/bin/activate.fish\"\nset -a venvs \".venv/bin/activate.fish\"\nset -a venvs \"venv/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4124, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/ruby
7,503
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yaml", "content": "- name: Install ruby\n become: true\n ansible.builtin.package:\n name: \"{{ {'Ubuntu': 'ruby-full', 'Fedora': 'ruby-devel'}[ansible_distribution] }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/rust
7,503
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yaml", "content": "- name: Download rust installer\n ansible.builtin.get_url:\n url: https://sh.rustup.rs\n dest: \"{{ dotfiles_host_tmp }}/sh.rustup.rs\"\n mode: \"0o755\"\n force: true\n retries: \"{{ web_retries }}\"\n delay: \"{{ web_delay }}\"\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1243, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/secrets
7,503
[ "no_license" ]
[ { "path": "roles/secrets/files/fish_functions/ldaps.fish", "content": "function ldaps --wraps ldapsearch\n set ldap_args $(\\\n sops --decrypt ~/.config/ldap/ldap.auth.sops.json |\\\n jq -r '\" -D \" + .user + \" -w \" + .password + \" -H \" + .server + \" -b \" + .domain' |\\\n stri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6254, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/shell
7,503
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yaml", "content": "- name: Create ~/.local/bin directory\n ansible.builtin.file:\n path: \"{{ home }}/.local/bin\"\n state: directory\n mode: \"0o755\"\n\n- name: Create ~/.local/share directory\n ansible.builtin.file:\n path: \"{{ home }}/.local/share\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4175, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/shell_utils
7,503
[ "no_license" ]
[ { "path": "roles/shell_utils/files/shell_utils.nu", "content": "# https://carapace-sh.github.io/carapace-bin/setup.html#nushell\n\n$env.CARAPACE_BRIDGES = 'zsh,fish,bash,inshellisense'\n\n\nconst config = \"~/.config/nushell/autoload\"\n\nconst carapace = $\"($config)/carapace.nu\"\nif not (echo $carapace |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 26, "total_bytes": 29074, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/ssh_client
7,503
[ "no_license" ]
[ { "path": "roles/ssh_client/tasks/main.yaml", "content": "- name: Install ssh tools\n become: true\n ansible.builtin.package:\n name:\n - \"{{ {'Ubuntu': 'libssl-dev', 'Fedora': 'openssl-devel'}[ansible_distribution] }}\"\n - \"{{ {'Ubuntu': 'openssh-client', 'Fedora': 'openssh'}[ansible_dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2334, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/ssh_server
7,503
[ "no_license" ]
[ { "path": "roles/ssh_server/vars/ssh_server_config.sops.yaml", "content": "ssh_server_config_map:\n default_kind:\n port: ENC[AES256_GCM,data:IGdi2Ug=,iv:YGJd9kzQlqUtks/QOKGMu82TWPZlf5/5JnVtd2ghWbQ=,tag:4FYQC864UnbqG0ViChZq0Q==,type:int]\n corporate:\n port: ENC[AES256_GCM,data:9Co=,iv:sRR2c6PZTK4/Q...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3910, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/telegram
7,503
[ "no_license" ]
[ { "path": "roles/telegram/files/telegram.fish", "content": "#!/usr/bin/env fish\n\nfish_add_path $HOME/.local/Telegram\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/telegram/files/bash.sh", "content": "#!/usr/bin/env bash\n\nexport PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1074, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/terminals
7,503
[ "no_license" ]
[ { "path": "roles/terminals/meta/main.yaml", "content": "dependencies:\n - role: dotfiles\n - role: fonts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/terminals/tasks/main.yaml", "content": "- name: Install kitty\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 979, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/tmux
7,503
[ "no_license" ]
[ { "path": "roles/tmux/files/bash.sh", "content": "#!/usr/bin/env bash\n\nalias tmux='tmux -2 -u'\n\nif : \\\n && command -v tmux &> /dev/null \\\n && [ -n \"$PS1\" ] \\\n && [[ ! \"$TERM\" =~ screen ]] \\\n && [[ ! \"$TERM\" =~ tmux ]] \\\n && [ -z \"$TMUX\" ] \\\n ; then\n # Only run tmux if either ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7950, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/turbovnc
7,503
[ "no_license" ]
[ { "path": "roles/turbovnc/tasks/main.yaml", "content": "- name: Install turbovnc on Ubuntu\n become: true\n ansible.builtin.apt:\n deb: \"{{ manifest.turbovnc.url }}\"\n retries: \"{{ web_retries }}\"\n delay: \"{{ web_delay }}\"\n register: turbovnc_installed\n until: turbovnc_installed is not fai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/vpn
7,503
[ "no_license" ]
[ { "path": "roles/vpn/tasks/main.yaml", "content": "- name: Install openvpn\n become: true\n ansible.builtin.package:\n name: openvpn\n# sudo openvpn --config ~/projects/dotfiles/roles/secrets/files/vpn/surfshark_common_estonia_udp.ovpn\n# --auth-user-pass ~/projects/dotfiles/roles/secrets/files/vpn/su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1094, "all_permissive": false }
ansible_role
rudenkornk/dotfiles
f2d31d80da8746344218bfabcaf67abc640aad99
9
roles/zig
7,503
[ "no_license" ]
[ { "path": "roles/zig/tasks/main.yaml", "content": "- name: Create zig directory\n ansible.builtin.file:\n path: \"{{ home }}/.local/zig\"\n state: directory\n mode: \"0o755\"\n\n- name: Install zig\n ansible.builtin.unarchive:\n src: \"{{ manifest.zig.url }}\"\n dest: \"{{ home }}/.local/zi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1395, "all_permissive": false }
ansible_role
ski88/tms
a93fbe67844707dcc7b71af8ad5468bd7bfac70b
0
debian-ansible/roles/basic_setup
7,503
[ "no_license" ]
[ { "path": "debian-ansible/roles/basic_setup/tasks/main.yml", "content": "---\n- name: Upgrade all packages to the latest version without removing existing ones\n apt:\n update_cache: yes\n upgrade: 'safe'\n force_apt_get: yes\n become: yes\n\n- name: Install required packages\n apt:\n name:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
ski88/tms
a93fbe67844707dcc7b71af8ad5468bd7bfac70b
0
debian-ansible/roles/fail2ban_setup
7,503
[ "no_license" ]
[ { "path": "debian-ansible/roles/fail2ban_setup/tasks/main.yml", "content": "---\n- name: Install fail2ban\n apt:\n name: fail2ban\n state: present\n\n- name: Ensure fail2ban is enabled and started\n service:\n name: fail2ban\n state: started\n enabled: yes\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
ski88/tms
a93fbe67844707dcc7b71af8ad5468bd7bfac70b
0
debian-ansible/roles/firewall_setup
7,503
[ "no_license" ]
[ { "path": "debian-ansible/roles/firewall_setup/tasks/main.yml", "content": "---\n- name: Setup UFW Firewall for Webmin and SSH\n ufw:\n rule: allow\n port: \"{{ item }}\"\n loop:\n - 10000\n - 22\n - 6556\n\n- name: Enable firewall\n ufw:\n state: enabled\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
ski88/tms
a93fbe67844707dcc7b71af8ad5468bd7bfac70b
0
debian-ansible/roles/ssh_hardening
7,503
[ "no_license" ]
[ { "path": "debian-ansible/roles/ssh_hardening/tasks/main.yml", "content": "---\n- name: Remove existing SSH host keys\n file:\n path: /etc/ssh/ssh_host_*\n state: absent\n\n- name: Re-generate RSA and ED25519 keys\n shell: |\n ssh-keygen -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key -N \"\"\n ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2312, "all_permissive": false }
ansible_role
ski88/tms
a93fbe67844707dcc7b71af8ad5468bd7bfac70b
0
debian-ansible/roles/webmin_setup
7,503
[ "no_license" ]
[ { "path": "debian-ansible/roles/webmin_setup/tasks/main.yml", "content": "---\n- name: Download and run setup-repos.sh script from webmin repository\n get_url:\n url: https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh\n dest: /tmp/setup-repos.sh\n mode: '0755'\n command: /tmp/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
darrenbuse/personal-infra
23597fb6b9bb840164b3c6c7abc18372541de487
0
roles/db.dotfiles
7,503
[ "no_license" ]
[ { "path": "roles/db.dotfiles/tasks/main.yml", "content": "---\n- name: Link files\n shell: \"/bin/sh -c \\\"{{ user_home }}/workspace-setup/dotfiles/install.sh\\\"\"\n become_user: \"{{ user }}\"\n become: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
darrenbuse/personal-infra
23597fb6b9bb840164b3c6c7abc18372541de487
0
roles/db.linux-shell
7,503
[ "no_license" ]
[ { "path": "roles/db.linux-shell/tasks/main.yml", "content": "---\n- name: Install Zsh\n apt: pkg=zsh state=latest\n become: True\n- name: set zsh as default shell\n shell: \"chsh -s /bin/zsh {{ user }}\"\n become: True\n- name: default zshrc to prevent problems\n shell: touch ~/.zshrc\n become: false\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
darrenbuse/personal-infra
23597fb6b9bb840164b3c6c7abc18372541de487
0
roles/db.my-utils
7,503
[ "no_license" ]
[ { "path": "roles/db.my-utils/tasks/main.yml", "content": "---\n- name: My Misc Scripts\n git: repo=<EMAIL>:darrenbuse/misc-scripts.git version=master dest={{user_home}}/misc-scripts\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
darrenbuse/personal-infra
23597fb6b9bb840164b3c6c7abc18372541de487
0
roles/db.osx-apps
7,503
[ "no_license" ]
[ { "path": "roles/db.osx-apps/tasks/main.yml", "content": "---\n- name: Update brew\n homebrew: update_homebrew=yes\n- name: set zsh as default shell\n shell: \"chsh -s /bin/zsh {{ user }}\"\n- name: Setup bin directory\n file: path=\"{{user_home}}/bin\" state=directory\n\n- name: Install Httpie\n homeb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2111, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/FGtatsuro.python-requirements
7,503
[ "no_license" ]
[ { "path": "roles/FGtatsuro.python-requirements/spec/python-requirements_spec.rb", "content": "require \"spec_helper_#{ENV['SPEC_TARGET_BACKEND']}\"\n\ndescribe package('python-apt'), :if => os[:family] == 'debian' do\n it { should be_installed }\nend\n\ndescribe package('python-dev'), :if => ['debian', 'al...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5052, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/FGtatsuro.virtualbox
7,503
[ "no_license" ]
[ { "path": "roles/FGtatsuro.virtualbox/tasks/Debian.yml", "content": "---\n# tasks file for virtualbox(On Debian family)\n# Ref: https://inexio.jp/20150707-944\n- name: Add key for the repository of VirtualBox\n apt_key: url=https://www.virtualbox.org/download/oracle_vbox.asc\n become: yes\n- name: Add the...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3477, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/devtools
7,503
[ "no_license" ]
[ { "path": "roles/devtools/tasks/main.yml", "content": "- name: Install Dev Tools\n action: apt pkg=\"{{item}}\" state=present update_cache=no\n with_items:\n - \"build-essential\"\n - \"cmake\"\n - \"vim-gnome\"\n - \"libpq-dev\"\n - \"phantomjs\"\n - \"shutter\"\n - \"expect-dev\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 819, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/softasap.sa-communication-tools
7,503
[ "no_license" ]
[ { "path": "roles/softasap.sa-communication-tools/tasks/main.yml", "content": "---\n# tasks file for sa-communication-tools\n\n - include: tasks_hipchat_client.yml \n when: option_hipchat \n\n - include: tasks_slack_client.yml \n when: option_slack\n \n - include: tasks_viber.yml\n when:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1205, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/spotify
7,503
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "---\n- name: Add apt keys\n apt_key: keyserver=keyserver.ubuntu.com id={{ spotify.apt_key.id }}\n\n- name: Add repository\n apt_repository: repo='deb http://repository.spotify.com stable non-free'\n\n- name: Install spotify\n apt: name=spotify-client ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/telusdigital.tmate
7,503
[ "no_license" ]
[ { "path": "roles/telusdigital.tmate/README.md", "content": "# ansible-tmate\n\n[tmate](http://tmate.io/) is a fork of tmux. It provides an instant pairing solution.\n\n[![Platforms](http://img.shields.io/badge/platforms-ubuntu-lightgrey.svg?style=flat)](#)\n\nTunables\n--------\n* None\n\nDependencies\n----...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 959, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/tmate
7,503
[ "no_license" ]
[ { "path": "roles/tmate/tasks/main.yml", "content": "- name: Install software-properties-common\n apt: name=software-properties-common update_cache=yes state=latest\n\n- name: Add repository\n apt_repository: repo='ppa:tmate.io/archive'\n\n- name: Install tmate\n apt: name=tmate update_cache=yes state=lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
jivagoalves/my-ubuntu-laptop
2d72c6e568e4accff704631dbb907b24700e4787
0
roles/trinitronx.tmux
7,503
[ "no_license" ]
[ { "path": "roles/trinitronx.tmux/.kitchen.yml", "content": "---\ndriver:\n name: vagrant\n\nprovisioner:\n# ansible_platform: ubuntu\n name: ansible_playbook\n# roles_path:\n hosts: test-kitchen\n require_ansible_repo: false\n require_ansible_omnibus: true\n ansible_omnibus_url: https://raw.github...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5577, "all_permissive": false }
ansible_role
wasantos/ansible
04946a3057e7bd9181c78953aaf61ac8d6214ea8
0
roles/gitlab
7,505
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "---\n# tasks file for gitlab\n\n- name: Instalando as Dependencias\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - curl \n - openssh-server \n - postfix\n - ca-certificates\n\n- name: Baixando o script de instalac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
wasantos/ansible
04946a3057e7bd9181c78953aaf61ac8d6214ea8
0
roles/jenkins
7,505
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# task file for jenkins\n- name: Add repository\n get_url:\n url: http://pkg.jenkins-ci.org/redhat/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: Add jenkins-ci.org.key\n rpm_key:\n key: https://jenkins-ci.org/redhat/jenkin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 556, "all_permissive": false }
ansible_role
wasantos/ansible
04946a3057e7bd9181c78953aaf61ac8d6214ea8
0
roles/rundeck
7,505
[ "no_license" ]
[ { "path": "roles/rundeck/tasks/main.yml", "content": "---\n# tasks file for rundeck\n- name: Garantir o Java - Instalando\n yum: name=java state=present\n\n- name: Download do Repositorio Rundeck\n yum: name=http://repo.rundeck.org/latest.rpm state=present\n\n- name: Instalando o Rundeck\n yum: name=rund...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
jordannkennedyy/ACIT-4640-Week13Lab
8d12002c30b38c91f198456635d9bcd10a06faf4
0
app_configuration/roles/frontend_host
7,505
[ "no_license" ]
[ { "path": "app_configuration/roles/frontend_host/tasks/main.yaml", "content": "---\n- name: Gather system facts\n ansible.builtin.setup:\n\n- name: Gather EC2 metadata facts\n amazon.aws.ec2_metadata_facts:\n\n- name: Update APT cache\n ansible.builtin.apt:\n update_cache: yes\n allow_unauthenticat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2257, "all_permissive": false }
ansible_role
colder-is-better/ses7toP
6a0d73d9dee3fd8116f480e338c5131c5fb3dfb8
1
roles/add_repos_SUSE
7,505
[ "no_license" ]
[ { "path": "roles/add_repos_SUSE/tasks/main.yml", "content": "---\n\n- name: 'Add repositories for OS / Modules / Products'\n zypper_repository:\n name: '{{ item.name }}'\n repo: '{{ item.url }}'\n state: present\n auto_import_keys: true\n overwrite_multiple: true\n runrefresh: true\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
colder-is-better/ses7toP
6a0d73d9dee3fd8116f480e338c5131c5fb3dfb8
1
roles/reboot_SUSE
7,505
[ "no_license" ]
[ { "path": "roles/reboot_SUSE/tasks/main.yml", "content": "---\n\n- name: 'Install package lsof'\n zypper:\n name: lsof\n state: present\n\n- name: 'Check whether reboot is required'\n become: true\n shell: zypper ps\n args:\n warn: false\n register: zypper_ps\n failed_when: zypper_ps.rc not i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
colder-is-better/ses7toP
6a0d73d9dee3fd8116f480e338c5131c5fb3dfb8
1
roles/refresh_update_SUSE
7,505
[ "no_license" ]
[ { "path": "roles/refresh_update_SUSE/tasks/main.yml", "content": "---\n\n- name: 'Refresh repositories & apply package updates'\n zypper:\n name: '*'\n state: latest\n update_cache: true\n extra_args_precommand: '--gpg-auto-import-keys'\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
colder-is-better/ses7toP
6a0d73d9dee3fd8116f480e338c5131c5fb3dfb8
1
roles/remove_repos_SUSE
7,505
[ "no_license" ]
[ { "path": "roles/remove_repos_SUSE/tasks/main.yml", "content": "---\n\n- name: 'Remove repositories of OS / Modules / Products'\n zypper_repository:\n name: '{{ item.name }}'\n repo: '{{ item.url }}'\n state: absent\n with_items: '{{ repos }}'\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
dhamith93/deployment-automation
97c0823e2cb40ef5b52538f6ad772e4c20a4c882
0
roles/mariadb
7,505
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Enable MariaDB repository on CentOS\n copy:\n src: Mariadb.repo.centos\n dest: /etc/yum.repos.d/Mariadb.repo\n mode: '0644'\n when: ansible_facts['distribution'] == \"CentOS\"\n\n- name: Enable MariaDB repository on RHEL\n copy:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1388, "all_permissive": false }
ansible_role
allanlang/cassandra-cloud
7876ccad03f103c2339f905317d595a3defdda04
6
roles/cassandra
7,505
[ "no_license" ]
[ { "path": "roles/cassandra/templates/init.d.tmpl", "content": "#!/bin/bash\n# init script for Cassandra.\n# chkconfig: 2345 90 10\n# description: Cassandra\n# script slightly modified from \n# http://blog.milford.io/2010/06/installing-apache-cassandra-on-centos/\n \n. /etc/rc.d/init.d/functions\n \nCASS_HOM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3912, "all_permissive": false }
ansible_role
allanlang/cassandra-cloud
7876ccad03f103c2339f905317d595a3defdda04
6
roles/datadog
7,505
[ "no_license" ]
[ { "path": "roles/datadog/tasks/main.yml", "content": "---\n# RedHat repo setup\n- name: Add repository\n template:\n dest: \"/etc/yum.repos.d/datadog.repo\"\n src: datadog_repo.tmpl\n when: ansible_os_family == \"RedHat\"\n\n# Debian repo setup\n- name: Install https transport for apt\n apt: name=a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1144, "all_permissive": false }
ansible_role
allanlang/cassandra-cloud
7876ccad03f103c2339f905317d595a3defdda04
6
roles/java
7,505
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Removed unwanted packages\n package: name={{ item }} state=absent\n with_items:\n - java-1.7.0-openjdk\n- name: Install common packages\n package: name={{ item }}\n with_items:\n - java-1.8.0-openjdk", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
allanlang/cassandra-cloud
7876ccad03f103c2339f905317d595a3defdda04
6
roles/updates
7,505
[ "no_license" ]
[ { "path": "roles/updates/tasks/main.yml", "content": "---\n- name: Install updates (RHEL)\n yum: name=* state=latest update_cache=yes\n when: ansible_os_family == \"RedHat\"\n- name: Install updates (Debian)\n apt: name=* state=latest update_cache=yes\n when: ansible_os_family == \"Debian\"", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }