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
f-koehler/playbook-mac
c634386e8793a44908ddbb0b2e4e73b6f433d377
0
roles/cli_tools
234
[ "no_license" ]
[ { "path": "roles/cli_tools/tasks/tasks-Darwin.yml", "content": "- name: Install formulae.\n community.general.homebrew:\n name: \"{{ tool.value.package_name.brew | default(tool.key) }}\"\n state: \"{{ tool.value['installed'] | ternary('present', 'absent') }}\"\n loop: \"{{ cli_tools | dict2items }}\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1292, "all_permissive": false }
ansible_role
f-koehler/playbook-mac
c634386e8793a44908ddbb0b2e4e73b6f433d377
0
roles/desktop_portals
234
[ "no_license" ]
[ { "path": "roles/desktop_portals/tasks/main.yml", "content": "- name: Install desktop portals.\n ansible.builtin.package:\n name:\n - \"xdg-desktop-portal-{{ desktop_portals.implementation }}\"\n - xdg-desktop-portal\n become: true\n notify: Restart desktop portals.\n\n- name: Install option...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 786, "all_permissive": false }
ansible_role
f-koehler/playbook-mac
c634386e8793a44908ddbb0b2e4e73b6f433d377
0
roles/flatpak
234
[ "no_license" ]
[ { "path": "roles/flatpak/tasks/main.yml", "content": "- name: Install flatpak.\n ansible.builtin.package:\n name:\n - flatpak\n state: present\n become: true\n\n- name: Add flathub repo.\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: https://dl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 473, "all_permissive": false }
ansible_role
f-koehler/playbook-mac
c634386e8793a44908ddbb0b2e4e73b6f433d377
0
roles/gaming
234
[ "no_license" ]
[ { "path": "roles/gaming/defaults/main.yml", "content": "gaming:\n enabled: false\n steam:\n installed: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/gaming/tasks/main.yml", "content": "- name: Load Gaming tasks.\n ansible.b...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1236, "all_permissive": false }
ansible_role
f-koehler/playbook-mac
c634386e8793a44908ddbb0b2e4e73b6f433d377
0
roles/messengers
234
[ "no_license" ]
[ { "path": "roles/messengers/tasks/main.yml", "content": "- name: Load Messengers tasks.\n ansible.builtin.include_tasks:\n file: \"{{ messenger }}-{{ ansible_system}}.yml\"\n loop:\n - element\n - protonmail_bridge\n - signal\n - teams\n - telegram\n - threema\n - thunderbird\n ...
{ "task_files": 17, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 5364, "all_permissive": false }
ansible_role
f-koehler/playbook-mac
c634386e8793a44908ddbb0b2e4e73b6f433d377
0
roles/multimedia
234
[ "no_license" ]
[ { "path": "roles/multimedia/tasks/gimp-Linux.yml", "content": "- name: \"{{ multimedia.gimp.installed | ternary('Install', 'Remove') }} Gimp flatpak.\"\n community.general.flatpak:\n name: org.gimp.GIMP\n state: \"{{ multimedia.gimp.installed | ternary('present', 'absent') }}\"\n method: \"{{ flat...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 3388, "all_permissive": false }
ansible_role
f-koehler/playbook-mac
c634386e8793a44908ddbb0b2e4e73b6f433d377
0
roles/pipewire
234
[ "no_license" ]
[ { "path": "roles/pipewire/handlers/main.yml", "content": "- name: Restart pipewire-pulse.\n ansible.builtin.systemd:\n name: pipewire-pulse.service\n scope: user\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 928, "all_permissive": false }
ansible_role
crizstian/mongo-replica-hashicorp-stack
365b9c9fb20dc2ad4e36e75aac4ffa42a81bf0d6
13
Packer/roles/cloud
234
[ "no_license" ]
[ { "path": "Packer/roles/cloud/tasks/main.yml", "content": "- file:\n path: /var/aero/cloud/cloud-helper\n state: directory\n mode: 0755\n recurse: yes\n\n- file:\n path: \"{{cloud_user_script_path}}\"\n state: directory\n mode: 0755\n recurse: yes\n\n- copy:\n src: aws\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4019, "all_permissive": false }
ansible_role
crizstian/mongo-replica-hashicorp-stack
365b9c9fb20dc2ad4e36e75aac4ffa42a81bf0d6
13
Packer/roles/consul-template
234
[ "no_license" ]
[ { "path": "Packer/roles/consul-template/tasks/main.yml", "content": "# Consul Template installation steps\n- name: Install Consul Template\n unarchive:\n remote_src: yes\n src: \"{{rel_hashi}}/consul-template/{{consul_template_version}}/consul-template_{{consul_template_version}}_linux_amd64.zip\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
crizstian/mongo-replica-hashicorp-stack
365b9c9fb20dc2ad4e36e75aac4ffa42a81bf0d6
13
Packer/roles/docker
234
[ "no_license" ]
[ { "path": "Packer/roles/docker/files/docker-tables.sh", "content": "#!/usr/bin/env bash\n. /etc/environment\n. /var/aero/util/iptables-helper.sh\n\nfunction main {\n service docker restart\n updateIpTable\n}\n\nfunction updateIpTable {\n # \"2385\", # Docker API\n iptables -I INPUT -s 0/0 -p tcp --dport...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1249, "all_permissive": false }
ansible_role
crizstian/mongo-replica-hashicorp-stack
365b9c9fb20dc2ad4e36e75aac4ffa42a81bf0d6
13
Packer/roles/mongo
234
[ "no_license" ]
[ { "path": "Packer/roles/mongo/templates/admin.js.j2", "content": "admin = db.getSiblingDB(\"admin\")\nadmin.createUser(\n {\n user: \"{{ env \"DB_ADMIN_USER\" }}\",\n pwd: \"{{ env \"<PASSWORD>\" }}\",\n roles: [ { role: \"userAdminAnyDatabase\", db: \"admin\" } ]\n }\n)\n\ndb.getSiblingDB(\"admi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12524, "all_permissive": false }
ansible_role
crizstian/mongo-replica-hashicorp-stack
365b9c9fb20dc2ad4e36e75aac4ffa42a81bf0d6
13
Packer/roles/os
234
[ "no_license" ]
[ { "path": "Packer/roles/os/files/common-iptables.sh", "content": "#!/usr/bin/env bash\n\n. /etc/environment\n. /var/cobalt/util/iptables-helper.sh\n\nfunction main {\n updateIpTable\n}\n\nfunction updateIpTable {\n # \"22\", # ssh port\n iptables -I INPUT -s 0/0 -p tcp --dport 22 -j ACCEPT\n # \"53\",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1522, "all_permissive": false }
ansible_role
crizstian/mongo-replica-hashicorp-stack
365b9c9fb20dc2ad4e36e75aac4ffa42a81bf0d6
13
Packer/roles/python
234
[ "no_license" ]
[ { "path": "Packer/roles/python/tasks/main.yml", "content": "#Setup env for building binary from Python scripts\n---\n- name: Install Python and pip packages\n apt: pkg={{ item }} state=present\n with_items:\n - python\n - python-dev\n - python-pip\n - python-software-properties\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
sekhar81/roles
7da7dc6eac666aca08515b840c6ca7afcb47ff30
0
roles/apacheroles
234
[ "no_license" ]
[ { "path": "roles/apacheroles/vars/main.yml", "content": "---\npkg: apache2\nstate1: present\nstate2: restarted\nsrc: file.html\ndest: /var/www/html\n\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/apacheroles/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 333, "all_permissive": false }
ansible_role
jpfermin/CPE_MIDEXAM_FERMIN
56fe6fe6d639a24fb3dbf71e9822a94b4dc1b47b
0
roles/centos
234
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yaml", "content": "---\n - name: Install Java\n dnf:\n name: java-1.8.0-openjdk\n state: present\n become: yes\n when: ansible_distribution == \"Debian\"\n\n - name: Import Elasticsearch GPG key\n rpm_key:\n key: https://artif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4369, "all_permissive": false }
ansible_role
jpfermin/CPE_MIDEXAM_FERMIN
56fe6fe6d639a24fb3dbf71e9822a94b4dc1b47b
0
roles/nagios
234
[ "no_license" ]
[ { "path": "roles/nagios/tasks/main.yaml", "content": "---\n- name: Install required packages (Ubuntu)\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - php\n - libapache2-mod-php\n - build-essential\n - libgd-dev\n - openssl\n - libssl-dev\n - unzip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1196, "all_permissive": false }
ansible_role
jpfermin/CPE_MIDEXAM_FERMIN
56fe6fe6d639a24fb3dbf71e9822a94b4dc1b47b
0
roles/ubuntu
234
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yaml", "content": "---\n - name: Install Java\n apt:\n name: openjdk-11-jre\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Add Elastic APT GPG key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3844, "all_permissive": false }
ansible_role
germanoexequiel/jenkins-ci-cd-enviroment
d616f6c09a60d8f77bea9ce09fb4f10b9706556d
0
ansible/roles/base
234
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n# upgrade all packages\n- name: upgrade all packages\n become: yes\n apt: upgrade=dist\n\n- name: install software base\n become: yes\n apt:\n pkg:\n - sudo\n - acl\n - build-essential\n - iputils-ping\n - net-tools\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
ssgeejr/redprince
c027ad371e75e587a3de96f4e9f053787f9e40f3
0
playbooks/roles/devops
234
[ "no_license" ]
[ { "path": "playbooks/roles/devops/tasks/main.yml", "content": "---\n- name: Make sure we have a 'devops' group\n remote_user: devops\n become: yes\n group:\n name: docker\n state: present\n name: devops\n state: present\n- name: Allow 'devops' group to have passwordless sudo\n remote_user: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1005, "all_permissive": false }
ansible_role
AutomatingJunosAdministration/examples
e0ef9ba6c9d330af80c6421e9b70f3d21aea2b5e
16
ansible/playbooks/roles/generate_core_ospf_config
234
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/generate_core_ospf_config/tasks/main.yaml", "content": "---\n- name: Check for NETCONF login\n fail:\n msg: \"Ensure NETCONF login is configured before configuring core OSPF.\"\n when: (jlogin.console is defined) and\n jlogin.console\n\n- name: Make sure files ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2168, "all_permissive": false }
ansible_role
AutomatingJunosAdministration/examples
e0ef9ba6c9d330af80c6421e9b70f3d21aea2b5e
16
ansible/playbooks/roles/generate_hash
234
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/generate_hash/tasks/main.yaml", "content": "---\n- name: Set hash_dir fact\n set_fact:\n hash_dir: \"{{ role_path }}/files/{{ inventory_hostname }}\"\n\n- name: Make sure hash dir exists\n file:\n path: \"{{ hash_dir }}\"\n state: directory\n\n- name: Create/tou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
AutomatingJunosAdministration/examples
e0ef9ba6c9d330af80c6421e9b70f3d21aea2b5e
16
ansible/playbooks/roles/generate_initial_config
234
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/generate_initial_config/handlers/main.yaml", "content": "---\n- name: Install initial config\n junos_install_config:\n host: \"{{ inventory_hostname }}\"\n port: \"{{ jlogin.port | default(omit,true) }}\"\n user: \"{{ jlogin.user | default(omit,true) }}\"\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2707, "all_permissive": false }
ansible_role
AutomatingJunosAdministration/examples
e0ef9ba6c9d330af80c6421e9b70f3d21aea2b5e
16
ansible/playbooks/roles/login_facts_and_dynamic_groups
234
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/login_facts_and_dynamic_groups/tasks/netconf_facts.yaml", "content": "---\n- name: Facts via NETCONF\n junos_get_facts:\n host: \"{{ inventory_hostname }}\"\n port: \"{{ jaccess.netconf_port | default(omit) }}\"\n user: \"{{ user | default(omit) }}\"\n passwd:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2756, "all_permissive": false }
ansible_role
AutomatingJunosAdministration/examples
e0ef9ba6c9d330af80c6421e9b70f3d21aea2b5e
16
ansible/playbooks/roles/zeroize
234
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/zeroize/meta/main.yaml", "content": "---\ndependencies:\n - { role: Juniper.junos }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible/playbooks/roles/zeroize/tasks/main.yaml", "content": "---\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 546, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/app
234
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Install system packages\n sudo: yes\n apt: name={{ item }} state=latest\n with_items: app_packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/composer
234
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "---\n- name: Install Composer package manager for PHP\n sudo: yes\n shell: curl -sS https://getcomposer.org/installer | php && chmod +x composer.phar && mv composer.phar /usr/local/bin/composer\n args:\n creates: /usr/local/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/init
234
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "---\n- name: Update Advanced Packaging Tool (APT)\n sudo: yes\n apt: update_cache=yes\n\n- name: Install system packages\n sudo: yes\n apt: name={{ item }} state=latest\n with_items: init_packages\n\n- name: Configure the timezo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/linux-easter-eggs
234
[ "no_license" ]
[ { "path": "ansible/roles/linux-easter-eggs/tasks/main.yml", "content": "---\n- name: Update Advanced Packaging Tool (APT)\n sudo: yes\n apt: update_cache=yes\n\n- name: Insult users with sudo\n sudo: yes\n lineinfile: dest=/etc/sudoers\n regexp='Defaults\\s+insults'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/mysql
234
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL package\n sudo: yes\n apt: name=mysql-server state=latest\n\n- name: Install MySQL packages\n sudo: yes\n apt: name={{ item }} state=latest\n with_items: mysql_packages\n\n- name: Create MySQL databas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/nginx
234
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Uninstall Apache2 packages\n sudo: yes\n apt: name=apache2 state=absent purge=yes force=yes\n notify: Restart Nginx\n\n- name: Install Nginx package\n sudo: yes\n apt: name=nginx state=latest\n notify: Restart Ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1177, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/npm
234
[ "no_license" ]
[ { "path": "ansible/roles/npm/tasks/main.yml", "content": "---\n- name: Install Node Package Manager (npm)\n sudo: yes\n apt: name=npm state=latest\n\n- name: Install npm packages\n sudo: yes\n npm: name={{ item }} global=yes state=latest\n with_items: npm_packages\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/php5
234
[ "no_license" ]
[ { "path": "ansible/roles/php5/tasks/main.yml", "content": "---\n- name: Add PHP PPA repository\n sudo: yes\n apt_repository: repo={{ php5_ppa }}\n\n- name: Update Advanced Packaging Tool (APT)\n sudo: yes\n apt: update_cache=yes\n\n- name: Install php5 package\n sudo: yes\n apt: name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/php5-cli
234
[ "no_license" ]
[ { "path": "ansible/roles/php5-cli/tasks/main.yml", "content": "---\n- name: Install php5-cli package\n sudo: yes\n apt: name=php5-cli state=latest\n\n- name: Ensure date.timezone is set to specified value in cli php.ini\n lineinfile: dest=/etc/php5/cli/php.ini\n regexp='date.time...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/php5-fpm
234
[ "no_license" ]
[ { "path": "ansible/roles/php5-fpm/tasks/main.yml", "content": "---\n- name: Install php5-fpm package\n sudo: yes\n apt: name=php5-fpm state=latest\n\n- name: Ensure date.timezone is set to specified value in fpm php.ini\n lineinfile: dest=/etc/php5/fpm/php.ini\n regexp='date.time...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1931, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/phpmyadmin
234
[ "no_license" ]
[ { "path": "ansible/roles/phpmyadmin/tasks/main.yml", "content": "---\n- name: Install phpMyAdmin database manager\n sudo: yes\n apt: name=phpmyadmin state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/phpunit
234
[ "no_license" ]
[ { "path": "ansible/roles/phpunit/tasks/main.yml", "content": "---\n- name: Install PHPUnit testing framework for PHP\n sudo: yes\n shell: curl -sSO https://phar.phpunit.de/phpunit.phar | php && chmod +x phpunit.phar && mv phpunit.phar /usr/local/bin/phpunit\n args:\n creates: /usr/local/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
LapaLabs/vagrant-ansible
6fbf325f8708e51788e4e08d1fe23e36d6427d75
2
ansible/roles/symfony-installer
234
[ "no_license" ]
[ { "path": "ansible/roles/symfony-installer/tasks/main.yml", "content": "---\n- name: Install the Symfony installer\n sudo: yes\n shell: curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony && chmod a+x /usr/local/bin/symfony\n args:\n creates: /usr/local/bin/symfony\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/docker-engine
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/docker-engine/tasks/main.yml", "content": "- name: Dockerのインストール確認\n shell: which docker\n register: docker_engine_installed\n check_mode: no\n failed_when: docker_engine_installed.rc not in [0, 1]\n changed_when: docker_engine_installed.rc != 0\n\n- name: Dockerのインス...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/firewall
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/firewall/tasks/main.yml", "content": "- name: reload firewalld\n service:\n name: firewalld\n state: restarted\n enabled: yes\n changed_when: False\n\n- name: HTTPSの有効化\n firewalld:\n service: https\n permanent: true\n state: enabled\n immediate: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/fonts
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/fonts/tasks/main.yml", "content": "- name: 日本語フォントディレクトリ作成\n file:\n dest: /usr/share/fonts/japanese/TrueType\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: 日本語フォントをダウンロード\n unarchive:\n remote_src: yes\n src: http://dl.ipafo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/git
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/git/tasks/main.yml", "content": "- name: ダウンロード用フォルダ作成\n file:\n path: /usr/local/src\n state: directory\n owner: root\n group: root\n mode: 755\n\n- name: Gitのソースコードを解凍\n unarchive:\n src: https://www.kernel.org/pub/software/scm/git/git-2.9.4.tar.gz\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 787, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/packages
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/packages/tasks/main.yml", "content": "- name: RPMリポジトリをインストール\n yum:\n name: \"http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm\"\n state: present\n\n- name: 依存パッケージのインストール\n yum:\n name: \"{{ item }}\"\n state: latest\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/phantomjs
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/phantomjs/tasks/main.yml", "content": "- name: PhantomJSをインストール\n yum:\n name: phantomjs\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/rbenv
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/rbenv/defaults/main.yml", "content": "ruby_version: 2.4.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "provision/playbook/roles/rbenv/tasks/main.yml", "content": "- name: rbenvをダウンロード\n git:\n repo: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1237, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/ruby_reference
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/ruby_reference/tasks/main.yml", "content": "- name: refe2、bitclust-devをインストール\n gem:\n name: \"{{ item }}\"\n executable: .rbenv/shims/gem\n user_install: False\n with_items:\n - refe2\n\n- name: リファレンスデータベースを作成\n become: no\n shell: \"bitclust setup --ver...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 287, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/vim
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/vim/tasks/main.yml", "content": "- name: ソースの取得\n git:\n repo: https://github.com/vim/vim.git\n dest: /tmp/vim\n\n- name: コンパイルオプションの設定\n shell: |\n ./configure \\\n --enable-fail-if-missing \\\n --enable-fontset \\\n --enable-luainterp \\\n --enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1076, "all_permissive": false }
ansible_role
shimgo/devenv
2362ed51122d11eedbd6dac6eff71a6b4fde94e6
0
provision/playbook/roles/zsh
229
[ "no_license" ]
[ { "path": "provision/playbook/roles/zsh/tasks/main.yml", "content": "- name: zshのインストール\n yum:\n name: zsh\n state: latest\n\n- name: ログインシェルの変更\n user:\n name: \"{{ ansible_ssh_user }}\"\n shell: /usr/bin/zsh\n\n- name: powerline-statusのインストール\n become: no\n pip:\n name: powerline-status...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
Seyifunmi0604/proj14-ansible-config
2219a4c4c7616e3d8f35b8b0922a9a4c62911381
0
roles/sonarqube
229
[ "no_license" ]
[ { "path": "roles/sonarqube/tasks/sonarqube-setup.yml", "content": "- name: install unzip and wget\n ansible.builtin.apt:\n name:\n - unzip\n - wget\n\n- name: download the zip file\n ansible.builtin.get_url:\n url: https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.3.zip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1754, "all_permissive": false }
ansible_role
gra6er/k8s_join_workers
9378e99f7c267d7c0410f090013724d36c8bfd49
0
roles/k8s_join_workers
229
[ "no_license" ]
[ { "path": "roles/k8s_join_workers/tasks/main.yaml", "content": "- name: Generate join command\n command: \"kubeadm token create --print-join-command\"\n delegate_to: \"{{ groups.masters[0] }}\"\n register: join_command\n\n- name: Apply join commands in workers\n command: \"{{ join_command.stdout }}\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/alacritty
229
[ "no_license" ]
[ { "path": "roles/alacritty/defaults/main.yml", "content": "---\nalacritty_become_admin: true\nalacritty_become_admin_user: root\nalacritty_become: true\nalacritty_become_user: \"{{ lookup('env', 'USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1159, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/apt
229
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n\n- block:\n - name: install source.list\n ansible.builtin.copy:\n dest: /etc/apt/sources.list\n content: |\n deb http://deb.debian.org/debian/ testing main contrib non-free-firmware non-free\n deb-src http://deb....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1702, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/audio
229
[ "no_license" ]
[ { "path": "roles/audio/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure pipewire is present\n ansible.builtin.apt:\n name:\n - pipewire\n - pipewire-pulse\n - libspa-0.2-bluetooth\n - wireplumber\n\n - name: ensure pulseaudio is absent\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/cargo
229
[ "no_license" ]
[ { "path": "roles/cargo/defaults/main.yml", "content": "---\ncargo_become_admin: true\ncargo_become_admin_user: root\ncargo_become: true\ncargo_become_user: \"{{ lookup('env', 'USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/car...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 878, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/cargo_install
229
[ "no_license" ]
[ { "path": "roles/cargo_install/tasks/main.yml", "content": "---\n- name: Install stuff using cargo.\n become: \"{{ cargo_install_become }}\"\n become_user: \"{{ cargo_install_become_user }}\"\n block:\n\n - name: Install stuff with cargo\n ansible.builtin.command:\n cmd: \"{{ cargo_install_cargo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1304, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/containers
229
[ "no_license" ]
[ { "path": "roles/containers/defaults/main.yml", "content": "---\ncontainers_become: true\ncontainers_become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/containers/tasks/main.yml", "content": "---\n\n- block:\n\n - name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/cups
229
[ "no_license" ]
[ { "path": "roles/cups/tasks/main.yml", "content": "---\n- name: Install cups (I should really don't use this...)\n become: \"{{ cups_become_admin }}\"\n become_user: \"{{ cups_become_admin_user }}\"\n block:\n\n - name: Install dependencies.\n ansible.builtin.apt:\n name:\n - cups\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 893, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/debian
229
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure Debian devel stuff is present\n ansible.builtin.apt:\n name:\n - cowbuilder\n - debootstrap\n - devscripts\n - dh-python\n - eatmydata\n - git-buildpac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/devel
229
[ "no_license" ]
[ { "path": "roles/devel/defaults/main.yml", "content": "---\ndevel_become: true\ndevel_become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/devel/tasks/main.yml", "content": "---\n\n- name: Development stuff\n become: \"{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1836, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/direnv
229
[ "no_license" ]
[ { "path": "roles/direnv/defaults/main.yml", "content": "---\ndirenv_become_admin: true\ndirenv_become_admin_user: root\ndirenv_become: true\ndirenv_become_user: \"{{ lookup('env', 'USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 702, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/emacs
229
[ "no_license" ]
[ { "path": "roles/emacs/defaults/main.yml", "content": "---\nemacs_become_admin: true\nemacs_become_admin_user: root\nemacs_become: true\nemacs_become_user: \"{{ lookup('env', 'USER') }}\"\n\n# Keep them totaly separated because I don't care to have them coupled by a\n# common variable.\nemacs_org_directory:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9728, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/firmware_amdgpu
229
[ "no_license" ]
[ { "path": "roles/firmware_amdgpu/tasks/main.yml", "content": "---\n\n- block:\n\n - name: download firmware from linux repository\n ansible.builtin.command:\n # See https://community.frame.work/t/resolved-amd-7640u-debian-12-external-monitor-no-longer-working/40526/5\n cmd: wget -l 1 -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 719, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/flatpak
229
[ "no_license" ]
[ { "path": "roles/flatpak/tasks/main.yml", "content": "---\n\n- block:\n\n - name: install flatpak\n ansible.builtin.apt:\n name:\n - flatpak\n update_cache: true\n cache_valid_time: 3600\n tags: apt\n\n - name: add flathub repository\n ansible.builtin.command:\n cmd: fl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/fontconfig
229
[ "no_license" ]
[ { "path": "roles/fontconfig/defaults/main.yml", "content": "---\nfontconfig_become_admin: true\nfontconfig_become_admin_user: root\nfontconfig_become: true\nfontconfig_become_user: \"{{ lookup('env', 'USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 831, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/fonts
229
[ "no_license" ]
[ { "path": "roles/fonts/defaults/main.yml", "content": "---\nfonts_become_admin: true\nfonts_become_admin_user: root\nfonts_become: true\nfonts_become_user: \"{{ lookup('env', 'USER') }}\"\n\nfonts_dir: \"{{ lookup('env', 'HOME') }}/.fonts\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/git
229
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yml", "content": "---\ngit_become_admin: true\ngit_become_admin_user: root\ngit_become: true\ngit_become_user: \"{{ lookup('env', 'USER') }}\"\n\ngit_config_local: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3132, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/go_install
229
[ "no_license" ]
[ { "path": "roles/go_install/tasks/main.yml", "content": "---\n\n- name: install stuff with go install\n ansible.builtin.command:\n cmd: \"go install {{ item }}\"\n loop:\n - code.gitea.io/tea@v0.9.2\n - git.sr.ht/~geb/dotool@latest\n - github.com/charmbracelet/glow@latest\n - github.com/gop...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/graphics
229
[ "no_license" ]
[ { "path": "roles/graphics/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure graphics stuff is installed\n ansible.builtin.apt:\n name:\n - darktable\n - feh\n - gimp\n - inkscape\n - inkscape-open-symbols\n - openscad\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 442, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/kde
229
[ "no_license" ]
[ { "path": "roles/kde/tasks/install.yml", "content": "---\n\n- name: install kde stuff\n ansible.builtin.apt:\n name:\n - gwenview\n - kde-config-flatpak\n - kde-config-gtk-style\n - kde-config-gtk-style-preview\n - kde-plasma-desktop\n - kde-spectacle\n - okular\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1977, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/khal
229
[ "no_license" ]
[ { "path": "roles/khal/tasks/main.yml", "content": "---\n\n- name: install khal\n ansible.builtin.apt:\n name: khal\n update_cache: true\n cache_valid_time: 3600\n tags: apt\n\n become: \"{{ khal_become_admin }}\"\n become_user: \"{{ khal_become_admin_user }}\"\n\n- block:\n\n - name: ensure ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 690, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/khard
229
[ "no_license" ]
[ { "path": "roles/khard/tasks/main.yml", "content": "---\n\n- name: install khard\n ansible.builtin.apt:\n name: khard\n update_cache: true\n cache_valid_time: 3600\n tags: apt\n\n become: \"{{ khard_become_admin }}\"\n become_user: \"{{ khard_become_admin_user }}\"\n\n- block:\n\n - name: en...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/kvm
229
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "---\n- name: Setup virtualization stuff.\n become: \"{{ kvm_become }}\"\n become_user: \"{{ kvm_become_user }}\"\n block:\n\n - name: Ensure KVM and libvirt related stuff are present\n ansible.builtin.apt:\n name:\n - libvirt-daemo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/mame
229
[ "no_license" ]
[ { "path": "roles/mame/defaults/main.yml", "content": "---\nmame_become: true\nmame_become_admin_user: root\nmame_become_user: \"{{ lookup('env', 'USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/mame/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 622, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/mbsync
229
[ "no_license" ]
[ { "path": "roles/mbsync/defaults/main.yml", "content": "---\nmbsync_become_admin: true\nmbsync_become_admin_user: root\nmbsync_become: true\nmbsync_become_user: \"{{ lookup('env', 'USER') }}\"\n\nmbsync_imap_account: \"<EMAIL>\"\nmbsync_host: \"mail.example.org\"\nmbsync_user: \"user\"\nmbsync_passcmd: \"<P...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2493, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/msmtp
229
[ "no_license" ]
[ { "path": "roles/msmtp/tasks/main.yml", "content": "---\n\n- name: install msmtp\n ansible.builtin.apt:\n name: msmtp\n update_cache: true\n cache_valid_time: 3600\n tags: apt\n\n become: \"{{ msmtp_become_admin }}\"\n become_user: \"{{ msmtp_become_admin_user }}\"\n\n- block:\n\n - name: en...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/neovim
229
[ "no_license" ]
[ { "path": "roles/neovim/files/config/nvim/lua/plugins/luasnip.lua", "content": "return {\n \"L3MON4D3/LuaSnip\",\n version = \"v2.*\",\n build = \"make install_jsregexp\",\n config = function()\n local ls = require \"luasnip\"\n local s = ls.snippet\n local t = ls.text_node\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 21870, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/networking
229
[ "no_license" ]
[ { "path": "roles/networking/tasks/main.yml", "content": "---\n- name: Install networking stuff.\n become: \"{{ apt_become }}\"\n become_user: \"{{ apt_become_user }}\"\n block:\n\n - name: Networking tools\n ansible.builtin.apt:\n name:\n - aria2\n - bind9-dnsutils\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1079, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/nftables
229
[ "no_license" ]
[ { "path": "roles/nftables/defaults/main.yml", "content": "---\nnftables_become: true\nnftables_become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/nftables/tasks/main.yml", "content": "---\n- block:\n\n - name: Install nf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 630, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/nvidia
229
[ "no_license" ]
[ { "path": "roles/nvidia/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure nvidia-driver is present\n ansible.builtin.apt:\n name:\n # - nvidia-detect # Needed only to detect the driver to use.\n - nvidia-driver\n - nvidia-cuda-dev\n - nvidia-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/octave
229
[ "no_license" ]
[ { "path": "roles/octave/defaults/main.yml", "content": "---\noctave_become: true\noctave_become_admin_user: root\noctave_become_user: \"{{ lookup('env', 'USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/octave/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/office
229
[ "no_license" ]
[ { "path": "roles/office/defaults/main.yml", "content": "---\noffice_become: true\noffice_become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/office/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure libreof...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 951, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/pipx
229
[ "no_license" ]
[ { "path": "roles/pipx/tasks/main.yml", "content": "---\n\n- name: install pipx\n apt:\n name:\n - pipx\n update_cache: true\n cache_valid_time: 3600\n tags: apt\n\n become: \"{{ pipx_become_admin }}\"\n become_user: \"{{ pipx_become_admin_user }}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 324, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/radio
229
[ "no_license" ]
[ { "path": "roles/radio/defaults/main.yml", "content": "---\nradio_become: true\nradio_become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/radio/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure radio stuff...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 239, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/samba_client
229
[ "no_license" ]
[ { "path": "roles/samba_client/defaults/main.yml", "content": "---\nsamba_client_become_admin: true\nsamba_client_become_admin_user: root\nsamba_client_become: true\nsamba_client_become_user: \"{{ lookup('env', 'USER') }}\"\n\nsamba_client_cli_tool: \"\"\nsamba_client_cli_tool_name: scc\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/starship
229
[ "no_license" ]
[ { "path": "roles/starship/tasks/main.yml", "content": "---\n- block:\n - name: copy starship.toml config file\n copy:\n src: config/starship.toml\n dest: ~/.config/starship.toml\n\n become: \"{{ starship_become }}\"\n become_user: \"{{ starship_become_user }}\"\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 504, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/system
229
[ "no_license" ]
[ { "path": "roles/system/defaults/main.yml", "content": "---\nsystem_become: true\nsystem_become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Install system stuff.\n become:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2949, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/tex
229
[ "no_license" ]
[ { "path": "roles/tex/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure TeX stuff is installed\n ansible.builtin.apt:\n name:\n - dot2tex\n - latexmk\n - texlive-base\n - texlive-extra-utils\n - texlive-fonts-extra\n - texlive...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 728, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/tmux
229
[ "no_license" ]
[ { "path": "roles/tmux/files/config/tmux/tmux.conf", "content": "# Use Ctrl+a as prefix.\nset -g prefix C-a\nunbind C-b\nbind C-a send-prefix\n\nset -g default-shell /bin/zsh\nset -g mouse on\n\nsetw -g mode-keys vi\nset -s copy-command 'wl-copy'\n\n# NOTE: Keep this at the very bottom!\nrun '/usr/share/tmux...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1057, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/unison
229
[ "no_license" ]
[ { "path": "roles/unison/defaults/main.yml", "content": "---\nunison_become_admin: true\nunison_become_admin_user: root\nunison_become: true\nunison_become_user: \"{{ lookup('env', 'USER') }}\"\n\nunison_profile: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 709, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/vdirsyncer
229
[ "no_license" ]
[ { "path": "roles/vdirsyncer/tasks/main.yml", "content": "---\n\n- name: install vdirsyncer\n ansible.builtin.apt:\n name: vdirsyncer\n update_cache: true\n cache_valid_time: 3600\n tags: apt\n\n become: \"{{ vdirsyncer_become_admin }}\"\n become_user: \"{{ vdirsyncer_become_admin_user }}\"\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1857, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/video
229
[ "no_license" ]
[ { "path": "roles/video/defaults/main.yml", "content": "---\nvideo_become: true\nvideo_become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/video/tasks/main.yml", "content": "---\n\n- block:\n\n - name: ensure video stuff...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/xinitrc
229
[ "no_license" ]
[ { "path": "roles/xinitrc/defaults/main.yml", "content": "---\nxinitrc_become_admin: true\nxinitrc_become_admin_user: root\nxinitrc_become: true\nxinitrc_become_user: \"{{ lookup('env', 'USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 846, "all_permissive": false }
ansible_role
eriol/ansible-collection-dotfiles
4458aaa8d8f0be80ef7e2d39aa6d3b5c502a56b4
0
roles/zsh
229
[ "no_license" ]
[ { "path": "roles/zsh/files/aliases.zsh", "content": "alias bat=batcat\nalias df='df -h'\nalias free='free -m'\nalias h='history'\nalias l='ls'\nalias mutt='neomutt'\nalias piken='noglob piken'\nalias wget='wget -c'\nalias ip='ip --color=auto'\n\n# gcc\nalias gcc99='gcc -O -Wall -Wextra -pedantic -ansi -std=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5795, "all_permissive": false }
ansible_role
yamunasreeoggu/practice
40d510d232b6b204ed36828756852d1c6a81e3ca
0
Ansible_cert_automation/roles/custom_log_creation
229
[ "no_license" ]
[ { "path": "Ansible_cert_automation/roles/custom_log_creation/tasks/main.yml", "content": "- name: To list certificates\n shell: find /etc/pki/tls/certs -name \"*.crt\" -exec basename {} \\;\n register: cert_list\n\n- name: Extract Expiry date of certificate\n shell: \"openssl x509 -in /etc/pki/tls/certs/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
thlorenz/vagrant-arch
f47fcde23dd66b6dcb1e822b7f8f3f4fbb0c749e
1
ansible/roles/dependencies
229
[ "no_license" ]
[ { "path": "ansible/roles/dependencies/tasks/main.yml", "content": "---\n\n# Install package-query, yaourt and upgrade pacmaen\n# base-devel installation failed if we didn't first install at least package-query\n- name: Install package query\n tags: dependencies.package-query\n shell: yaourt -Sy --noconfir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1080, "all_permissive": false }
ansible_role
thlorenz/vagrant-arch
f47fcde23dd66b6dcb1e822b7f8f3f4fbb0c749e
1
ansible/roles/devel
229
[ "no_license" ]
[ { "path": "ansible/roles/devel/tasks/main.yml", "content": "---\n\n- name: Add C/C++ dependencies\n tags: devel.c\n pacman: name=\"{{ item }}\" state=present\n with_items: \n - valgrind \n - libunistring\n - cmake\n - ninja\n when: DEVEL != None\n\n- name: Add assembly dependencies\n tags: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
thlorenz/vagrant-arch
f47fcde23dd66b6dcb1e822b7f8f3f4fbb0c749e
1
ansible/roles/dotfiles
229
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Clone dotfiles\n tags: dotfiles.clone\n git: repo=https://github.com/thlorenz/dotfiles.git\n depth=1\n dest=/home/vagrant/dotfiles\n when: DOTFILES != None\n\n- name: Own dotfiles\n tags: dotfiles.own\n file: dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1147, "all_permissive": false }
ansible_role
thlorenz/vagrant-arch
f47fcde23dd66b6dcb1e822b7f8f3f4fbb0c749e
1
ansible/roles/vim
229
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "---\n\n- name: Add vim \n tags: vim.vim\n pacman: name=\"{{ item }}\" state=present\n with_items: \n - vim \n when: VIM != None\n\n# YouCompleteMe not properly building, get from: https://wiki.archlinux.org/index.php/YouCompleteMe instead\n# a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
pogo61/Kafka-Zookeeper-with-Vault-using_Ansible
dc02c22e54b5ba1ecd96f8ba450847809983e22c
1
Ansible/roles/bastion
229
[ "no_license" ]
[ { "path": "Ansible/roles/bastion/tasks/main.yml", "content": "# roles/bastion/tasks/main.yml\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: Check for reboot hint.\n shell: LAST_KERNEL=$(rpm -q --last kernel | awk 'NR==1{sub(/kernel-/,\"\"); print $1}'); CURRENT_KERNEL=$(uname -r); if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1871, "all_permissive": false }
ansible_role
pogo61/Kafka-Zookeeper-with-Vault-using_Ansible
dc02c22e54b5ba1ecd96f8ba450847809983e22c
1
Ansible/roles/common
229
[ "no_license" ]
[ { "path": "Ansible/roles/common/tasks/create_ami.yml", "content": "- name: Check if AMI with the same name exists\n ec2_ami_facts:\n region: \"{{ region_id }}\"\n filters:\n \"tag:Name\": \"{{ ami_name }}\"\n register: ami_find\n\n\n- name: Deregister AMI if it exists\n block:\n - ec2_ami:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1453, "all_permissive": false }
ansible_role
pogo61/Kafka-Zookeeper-with-Vault-using_Ansible
dc02c22e54b5ba1ecd96f8ba450847809983e22c
1
Ansible/roles/consul
229
[ "no_license" ]
[ { "path": "Ansible/roles/consul/tasks/main.yml", "content": "# roles/consul/tasks/main.yml\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: Check for reboot hint.\n shell: LAST_KERNEL=$(rpm -q --last kernel | awk 'NR==1{sub(/kernel-/,\"\"); print $1}'); CURRENT_KERNEL=$(uname -r); if [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8772, "all_permissive": false }