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
nafundi/dhis2-vagrant
bc19fea0f8d882a318b86095087ff202ffcb850b
0
provisioning/roles/install-postgresql-postgis
7,268
[ "permissive" ]
[ { "path": "provisioning/roles/install-postgresql-postgis/tasks/main.yml", "content": "\n- name: set facts\n set_fact:\n postgresql_shared_buffers: 2000MB\n\n- name: install packages\n apt: \n pkg: '{{ item }}'\n with_items:\n - python-psycopg2 # required for ansible postgresql_user\n - postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": true }
ansible_role
nafundi/dhis2-vagrant
bc19fea0f8d882a318b86095087ff202ffcb850b
0
provisioning/roles/install-tomcat
7,268
[ "permissive" ]
[ { "path": "provisioning/roles/install-tomcat/tasks/main.yml", "content": "---\n- name: set facts\n set_fact:\n catalina_opts: -Xmx1500m -Xms1000m\n \n- name: install packages\n apt: \n pkg: '{{ item }}'\n with_items:\n - default-jdk-headless\n - tomcat8\n\n- name: copy server.xml\n copy:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": true }
ansible_role
nafundi/dhis2-vagrant
bc19fea0f8d882a318b86095087ff202ffcb850b
0
provisioning/roles/mount-data-drive
7,268
[ "permissive" ]
[ { "path": "provisioning/roles/mount-data-drive/tasks/main.yml", "content": "---\n\n- name: create filesystem\n filesystem:\n fstype: ext4\n dev: /dev/sdc\n\n- name: mount drive\n mount:\n name: /var/lib/postgresql\n src: /dev/sdc\n fstype: ext4\n boot: yes\n state: mounted", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": true }
ansible_role
kyda-code/devops-jenkins-tomcat-ansible
da2d781dc7d10640792955cc2e9c932e79d417a2
0
roles/tomcat
7,268
[ "permissive" ]
[ { "path": "roles/tomcat/handlers/main.yml", "content": "---\n- name: restart tomcat\n systemd: name=tomcat state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 133 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1775, "all_permissive": true }
ansible_role
elixirtw/elixir_tw
aca41b3fb1b5102ccd9326b823cf944459332503
22
ansible/roles/common-minimal
7,268
[ "no_license" ]
[ { "path": "ansible/roles/common-minimal/tasks/main.yml", "content": "---\n# tasks file for roles/common-minimal\n\n- block:\n\n - name: install epel\n # yum: name=epel-release state=present\n yum: name=epel-release state=present update_cache=yes\n\n # We sometimes have problems with old kernels fill...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
jeblyounes/RecetteAnsible
6be0ce5bf59dc36d64e98d680923f252f2ba80e1
0
roles/common
7,268
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Configure server\n import_tasks: package.yml\n\n- name: Add users\n import_tasks: users.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/common/vars/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 198, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/apache2
7,268
[ "no_license" ]
[ { "path": "ansible/roles/apache2/files/ports.conf", "content": "# Listen on port 80, and if we have a SSL module enabled, listen on 443\nListen 80\n\n<IfModule ssl_module>\n Listen 443\n</IfModule>\n\n<IfModule mod_gnutls.c>\n Listen 443\n</IfModule>\n\n# vim: syntax=apache ts=4 sw=4 sts=4 sr noet\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 17494, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/base
7,268
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/timezone.yml", "content": "---\n\n## Timezone install and setup\n# For CentOS see https://gist.github.com/tracphil/1eb7ae1efa3ccdde1fba\n- name: Set timezone to {{timezone}}\n timezone:\n name: \"{{timezone}}\"\n", "license_type": "no_license", "detected_licen...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3161, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/docker
7,268
[ "no_license" ]
[ { "path": "ansible/roles/docker/README.md", "content": "Docker\n======\n\nThis playbook installs docker using the remote official quick install script.\n\nIt has been tested on Ubuntu/Debian machines.\n\nRequirements\n------------\n\nCommon role.\n\nRole Variables\n--------------\n\n - `docker_users`: array...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2322, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/mongodb
7,268
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/README.md", "content": "# MongoDB Role\n\nBasic role for MongoDB development server, with optional authentication.\n\nSee also # https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/\n\nRequirements\n------------\n\nThis role is built for Debian/Ubuntu machines...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6648, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/mysql
7,268
[ "no_license" ]
[ { "path": "ansible/roles/mysql/templates/client_my.cnf.j2", "content": "[client]\nuser=root\npassword={% if mysql_root_password is defined %}{{ mysql_root_password }}{% else %}{{ random_password.stdout }}{% endif %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2786, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/nginx
7,268
[ "no_license" ]
[ { "path": "ansible/roles/nginx/README.md", "content": "# Nginx Role\n\nThis role installs and configures a basic Nginx web server.\n\nFor more info see:\n\n - https://serversforhackers.com/video/ansible-roles\n - http://nginx.org/en/docs/http/ngx_http_core_module.html\n\nSample file below:\n\n~~~ nginx\nser...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1979, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/nodejs
7,268
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Ensure we have NodeJS Repo GPG key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: Ensure we have the NodeJS repo\n apt_repository:\n repo: \"deb [arch=amd64] https://deb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1116, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/php-apache2
7,268
[ "no_license" ]
[ { "path": "ansible/roles/php-apache2/README.md", "content": "# PHP/Apache 2 Role\n\nThis role installs PHP components for running as Apache 2 module. It depends on the generic apache role.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "ansible/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 524, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/php-cli
7,268
[ "no_license" ]
[ { "path": "ansible/roles/php-cli/handlers/main.yml", "content": "---\n- name: restart php-fpm\n service:\n name: \"{{ php_fpm_service }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible/roles/php-cli/tasks/compo...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4004, "all_permissive": false }
ansible_role
BZCoding/vagrant-templates
3e1d24ae86fef37f6103044577ce3ee612a19779
8
ansible/roles/ruby
7,268
[ "no_license" ]
[ { "path": "ansible/roles/ruby/meta/main.yml", "content": "---\ndependencies:\n - { role: base }\n - { role: rvm.ruby }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/ruby/README.md", "content": "## Ruby Machine role\n\nRole f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 846, "all_permissive": false }
ansible_role
celmds/devops
c22f75adec162aa659dcfdcd8d19d546e3ca240e
0
ansible/roles/app
7,268
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Run Spring Boot backend-api\n docker_container:\n name: backend-api\n image: celmds/tp-devops-simple-api:latest\n pull: yes\n restart_policy: on-failure\n restart_retries: 3\n networks:\n - name: app-network\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
celmds/devops
c22f75adec162aa659dcfdcd8d19d546e3ca240e
0
ansible/roles/database
7,268
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n- name: Run Postgres container (db)\n docker_container:\n name: postgres\n image: celmds/tp-devops-simple-db:latest\n pull: yes\n restart_policy: unless-stopped\n networks:\n - name: app-network\n env:\n POSTGRE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
celmds/devops
c22f75adec162aa659dcfdcd8d19d546e3ca240e
0
ansible/roles/docker_network
7,268
[ "no_license" ]
[ { "path": "ansible/roles/docker_network/tasks/main.yml", "content": "---\n# tasks file for docker_network\n- name: Create app Docker network\n docker_network:\n name: app-network\n driver: bridge\n state: present\n\n- name: Create backend Docker network\n docker_network:\n name: backend-networ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
celmds/devops
c22f75adec162aa659dcfdcd8d19d546e3ca240e
0
ansible/roles/env
7,268
[ "no_license" ]
[ { "path": "ansible/roles/env/tasks/main.yml", "content": "---\n# tasks file for roles/env\n- name: Set the env file\n copy:\n src: ../../../../.env\n dest: /tmp/db.env\n owner: admin\n group: admin\n mode: '0644'", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
celmds/devops
c22f75adec162aa659dcfdcd8d19d546e3ca240e
0
ansible/roles/front
7,268
[ "no_license" ]
[ { "path": "ansible/roles/front/tasks/main.yml", "content": "---\n# tasks file for roles/front\n\n- name: Run Front container\n docker_container:\n name: front-container\n image: celmds/tp-devops-front:latest\n state: started\n restart_policy: no\n networks:\n - name: front-network", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
celmds/devops
c22f75adec162aa659dcfdcd8d19d546e3ca240e
0
ansible/roles/proxy
7,268
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n- name: Run proxy/httpd container\n docker_container:\n name: apache-proxy\n image: celmds/tp-devops-simple-httpd\n pull: yes\n restart_policy: no\n\n ports:\n - \"80:80\"\n networks:\n - name: backend-network\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
slava-poddubsky/juruslugi
9512ef19f16667009170b0e18c02f4bc7a792198
0
ansible/roles/nginx
7,268
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install Nginx Web Server\n apt:\n name=nginx\n state=latest\n notify:\n - nginx systemd\n\n- name: Replace nginx.conf\n template:\n src: templates/nginx.conf\n dest: /etc/nginx/nginx.conf\n\n- name: Create home directory f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
radomirbosak/fedora-setup
87826ed46b1fa8e06a55d2f5261f018678ea36eb
0
roles/docker
7,268
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: create docker group\n group:\n name: docker\n state: present\n tags: root\n become: true\n\n- name: add user to docker group\n user:\n name: \"{{ ansible_ssh_user }}\"\n groups: docker\n append: yes\n tags: root\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
radomirbosak/fedora-setup
87826ed46b1fa8e06a55d2f5261f018678ea36eb
0
roles/fish
7,268
[ "no_license" ]
[ { "path": "roles/fish/files/functions/l.fish", "content": "function l\n command ls -av --color=auto $argv\nend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/fish/files/completions/g.fish", "content": "set godir $HOME/.g\n\nfunction...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 25, "total_bytes": 12556, "all_permissive": false }
ansible_role
radomirbosak/fedora-setup
87826ed46b1fa8e06a55d2f5261f018678ea36eb
0
roles/git
7,268
[ "no_license" ]
[ { "path": "roles/git/tasks/git-root.yml", "content": "---\n- name: install git and friends\n dnf: name={{ item }}\n with_items:\n - git\n - gitk\n - colordiff\n - meld\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/git/tasks/main.ym...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 207, "all_permissive": false }
ansible_role
radomirbosak/fedora-setup
87826ed46b1fa8e06a55d2f5261f018678ea36eb
0
roles/gnome
7,268
[ "no_license" ]
[ { "path": "roles/gnome/tasks/gnome-user.yml", "content": "---\n- name: copy the xbindkeys config\n copy: src=roles/gnome/files/.xbindkeysrc dest={{ ansible_env.HOME }}/.xbindkeysrc\n\n- name: enable xbindkeys permanently\n copy: src=roles/gnome/files/xbindkeys.desktop dest={{ ansible_env.HOME }}/.config/a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2594, "all_permissive": false }
ansible_role
radomirbosak/fedora-setup
87826ed46b1fa8e06a55d2f5261f018678ea36eb
0
roles/misc
7,268
[ "no_license" ]
[ { "path": "roles/misc/tasks/misc-root.yml", "content": "---\n- name: install CLI packages\n dnf: state=present name={{ item }}\n with_items: \"{{ cli_packages }}\"\n tags:\n - root\n - cli\n\n- name: install GUI packages\n dnf: state=present name={{ item }}\n with_items: \"{{ gui_packages }}\"\n tag...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1234, "all_permissive": false }
ansible_role
radomirbosak/fedora-setup
87826ed46b1fa8e06a55d2f5261f018678ea36eb
0
roles/nonfree
7,268
[ "no_license" ]
[ { "path": "roles/nonfree/tasks/nonfree-user.yml", "content": "---\n- name: setup git status to be short globally\n git_config: name=status.short scope=global value=true\n\n- name: set vim as default editor for git commit\n git_config: name=core.editor scope=global value=vim\n\n- name: configure git to use...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1754, "all_permissive": false }
ansible_role
radomirbosak/fedora-setup
87826ed46b1fa8e06a55d2f5261f018678ea36eb
0
roles/sublime_text
7,268
[ "no_license" ]
[ { "path": "roles/sublime_text/tasks/main.yml", "content": "---\n- include: subl-user.yml\n tags: user\n\n- include: subl-root.yml\n tags: root\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/sublime_text/tasks/subl-user.ym...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1397, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/active_directory
7,268
[ "no_license" ]
[ { "path": "roles/active_directory/tasks/main.yml", "content": "---\n- name: Rebooting VMs\n ansible.windows.win_reboot:\n \n- name: Wait default 300 seconds for port 5985 to become open, don't start checking for 15 seconds\n win_wait_for:\n port: 5985\n delay: 15\n\n- name: Setting host facts using...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2044, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/add_configure_vmotion_vmk
7,268
[ "no_license" ]
[ { "path": "roles/add_configure_vmotion_vmk/defaults/main.yml", "content": "---\n# defaults file for add_configure_vmotion_vmk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/add_configure_vmotion_vmk/tests/test.yml", "content": "---\n- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1560, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/add_esxi_to_vcenter
7,268
[ "no_license" ]
[ { "path": "roles/add_esxi_to_vcenter/defaults/main.yml", "content": "---\n# defaults file for add_esxi_to_vcenter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/add_esxi_to_vcenter/tasks/add_esxi_to_specific_folder.yml", "content": "--...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 749, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/configure_clusters
7,268
[ "no_license" ]
[ { "path": "roles/configure_clusters/handlers/main.yml", "content": "---\n# handlers file for configure_clusters\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/configure_clusters/defaults/main.yml", "content": "---\n# defaults file for ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1279, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/configure_datastores_create_srds_clusters
7,268
[ "no_license" ]
[ { "path": "roles/configure_datastores_create_srds_clusters/defaults/main.yml", "content": "---\n# defaults file for configure_datastores_create_srds_clusters\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/configure_datastores_create_srds_c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 399, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/configure_esxi_adv_settings
7,268
[ "no_license" ]
[ { "path": "roles/configure_esxi_adv_settings/defaults/main.yml", "content": "---\n# defaults file for configure_esxi_adv_settings\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/configure_esxi_adv_settings/tests/test.yml", "content": "-...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2027, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/configure_esxi_iscsi
7,268
[ "no_license" ]
[ { "path": "roles/configure_esxi_iscsi/handlers/main.yml", "content": "---\n# handlers file for configure_esxi_iscsi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/configure_esxi_iscsi/defaults/main.yml", "content": "---\n# defaults fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 294, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/configure_esxi_vss
7,268
[ "no_license" ]
[ { "path": "roles/configure_esxi_vss/vars/main.yml", "content": "---\n# vars file for configure_esxi_vss\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/configure_esxi_vss/tests/test.yml", "content": "---\n- hosts: localhost\n remote_us...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2263, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/configure_sso
7,268
[ "no_license" ]
[ { "path": "roles/configure_sso/tasks/configure_sso.yml", "content": "---\n- name: vCenter Login\n uri:\n url: \"https://{{vcsa_fqdn}}/rest/com/vmware/cis/session\"\n force_basic_auth: yes\n method: POST\n user: \"administrator@{{ vcsa_sso_domain }}\"\n password: \"{{ <PASSWORD> }}\"\n val...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2858, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/create_configure_dvs
7,268
[ "no_license" ]
[ { "path": "roles/create_configure_dvs/tasks/main.yml", "content": "---\n# tasks file for create_configure_dvs\n- include_tasks: create_configure_dvs.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/create_configure_dvs/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 293, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/create_dc_and_clusters
7,268
[ "no_license" ]
[ { "path": "roles/create_dc_and_clusters/handlers/main.yml", "content": "---\n# handlers file for create_dc_and_clusters\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/create_dc_and_clusters/defaults/main.yml", "content": "---\n# defaul...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 674, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/create_vsphere_folders
7,268
[ "no_license" ]
[ { "path": "roles/create_vsphere_folders/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create_vsphere_folders\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/create_vsphere_folders/handlers/main.y...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1383, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/get_cluster_info
7,268
[ "no_license" ]
[ { "path": "roles/get_cluster_info/defaults/main.yml", "content": "---\n# defaults file for get_cluster_info\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/get_cluster_info/tasks/main.yml", "content": "---\n# tasks file for get_cluster_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3001, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/get_vsphere_folder_info
7,268
[ "no_license" ]
[ { "path": "roles/get_vsphere_folder_info/handlers/main.yml", "content": "---\n# handlers file for get_vsphere_folder_info\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/get_vsphere_folder_info/vars/main.yml", "content": "---\n# vars fi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 710, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/place_esxi_into_mm
7,268
[ "no_license" ]
[ { "path": "roles/place_esxi_into_mm/tasks/main.yml", "content": "---\n# tasks file for place_esxi_into_mm\n# - include_tasks: place_esxi_into_mm.yml\n- include_tasks: get_vm_info.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/place_esxi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 652, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/vcsa_configure
7,268
[ "no_license" ]
[ { "path": "roles/vcsa_configure/tasks/gather_info_from_esxi.yml", "content": "- name: Gather facts about all ESXi Host in given Cluster\n community.vmware.vmware_host_config_facts:\n hostname: \"{{ vcsa_fqdn }}\"\n username: \"administrator@{{ vcsa_sso_domain }}\"\n password: \"{{ <...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 26424, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/vcsa_deploy
7,268
[ "no_license" ]
[ { "path": "roles/vcsa_deploy/defaults/main.yml", "content": "---\niso_mount_point: \"/media\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/vcsa_deploy/tasks/main.yml", "content": "---\n- name: Create temp directory\n ansible.builtin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1560, "all_permissive": false }
ansible_role
Yrite/ansible-vSphere
638c94278fd60283b0c89d1380f9336735f4ab3e
0
roles/vm_deploy
7,268
[ "no_license" ]
[ { "path": "roles/vm_deploy/handlers/main.yml", "content": "---\n# handlers file for vm_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/vm_deploy/vars/main.yml", "content": "---\n# vars file for vm_deploy\n", "license_type": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3951, "all_permissive": false }
ansible_role
iT3E/tnwks-ops
23b241409f7a8601fe8eb38a4cd73f351dbed3ee
2
infrastructure/ansible/roles/uninstall
7,268
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/uninstall/tasks/main.yml", "content": "- name: Check for kasm service containers\n shell: docker ps -f name=kasm_* -qa\n register: service_containers\n changed_when: false\n become: true\n ignore_errors: true\n\n- name: Remove any kasm service containers\n shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2394, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/common
7,268
[ "no_license" ]
[ { "path": "roles/common/tasks/setup-Debian.yml", "content": "---\n- name: Update, upgrade, autoclean, and autoremove apt packages\n become: true\n ansible.builtin.apt:\n upgrade: full\n update_cache: yes\n autoremove: yes\n autoclean: yes\n\n- name: Install apt packages\n become: true\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/fonts
7,268
[ "no_license" ]
[ { "path": "roles/fonts/tasks/setup-Debian.yml", "content": "---\n- name: Fetch metadata\n ansible.builtin.uri:\n url: \"{{ font_release_url }}\"\n return_content: true\n register: font_response\n\n- name: Create tmp directory\n become: true\n ansible.builtin.file:\n path: /tmp/fonts/{{ font_nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1781, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/go
7,268
[ "no_license" ]
[ { "path": "roles/go/defaults/main.yml", "content": "---\ngo_version: 1.23.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/go/tasks/setup-Debian.yml", "content": "---\n- name: Remove existing installation of go\n become: true\n ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 485, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/maintenance
7,268
[ "no_license" ]
[ { "path": "roles/maintenance/tasks/setup-Debian.yml", "content": "---\n- name: Create scheduled reboot\n become: true\n ansible.builtin.cron:\n name: \"reboot\"\n user: \"root\"\n hour: \"2\"\n minute: \"0\"\n job: \"/sbin/reboot\"\n\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/neovim
7,268
[ "no_license" ]
[ { "path": "roles/neovim/tasks/setup-Debian.yml", "content": "---\n- name: Download neovim\n become: true\n ansible.builtin.get_url:\n url: \"https://github.com/neovim/neovim/releases/download/\\\n {{ neovim_version }}/nvim.appimage\"\n dest: /usr/local/bin/nvim\n mode: u+x\n force: tr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/nodejs
7,268
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "---\nnodejs_major_version: 20\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# Setup/install tasks.\n- ansible.builtin.include_tasks: setu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1048, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/tmux
7,268
[ "no_license" ]
[ { "path": "roles/tmux/tasks/setup-Debian.yml", "content": "---\n- name: Install tmux\n become: true\n ansible.builtin.apt:\n update_cache: yes\n pkg:\n - tmux\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
maladroitthief/ansible
adcb7b92022dd46a522ccc02692f985c99ed9d19
1
roles/zig
7,268
[ "no_license" ]
[ { "path": "roles/zig/defaults/main.yml", "content": "---\nzig_version: 0.13.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/zig/tasks/setup-Debian.yml", "content": "---\n- name: Remove existing installation of zig\n become: true\n a...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 771, "all_permissive": false }
ansible_role
naveenmsr/demo-ansibleproject1
a974ab9b10b4e162488625da4076bc7be45e4399
0
roles/base
7,268
[ "no_license" ]
[ { "path": "roles/base/tasks/nvm.yml", "content": "- name: installing nvm \r\n shell: >\r\n curl https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | sh\r\n creates=/home/{{ ansible_user_id }}/.nvm/nvm.sh\r\n- name: Install node and set version\r\n shell: >\r\n /bin/bash -c \"sou...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 896, "all_permissive": false }
ansible_role
naveenmsr/demo-ansibleproject1
a974ab9b10b4e162488625da4076bc7be45e4399
0
roles/instance
7,268
[ "no_license" ]
[ { "path": "roles/instance/tasks/main.yml", "content": "# tasks file for instance\n---\n- name: lunch an server\n ec2:\n key_name: naveen\n region: ap-southeast-1\n instance_type: t2.nano\n image: ami-0dad20bd1b9c8c004\n wait: yes\n count: \"{{ instancecount }}\"\n vpc_subnet_id: subnet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2073, "all_permissive": false }
ansible_role
naveenmsr/demo-ansibleproject1
a974ab9b10b4e162488625da4076bc7be45e4399
0
roles/main
7,268
[ "no_license" ]
[ { "path": "roles/main/tasks/hash.yml", "content": "#- name: make sure ssh is running\r\n# shell: eval $(ssh-agent -s)\r\n#- name: loading ssh private key\r\n# shell: ssh-add ~/.ssh/{{ private_key_name }}\r\n- name: copy ssh private key\r\n copy: \r\n src: ~/.ssh/naveen\r\n dest: ~/.ssh/naveen\r\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2353, "all_permissive": false }
ansible_role
naveenmsr/demo-ansibleproject1
a974ab9b10b4e162488625da4076bc7be45e4399
0
roles/vpc
7,268
[ "no_license" ]
[ { "path": "roles/vpc/tasks/destroy.yml", "content": "---\n- name: create a vpc \n ec2_vpc_net: \n name: \"{{ vpc_name | default('ansible_vpc') }}\"\n cidr_block: \"{{ vpc_cidr}}\"\n region: \"{{ region }}\"\n state: \"absent\" \n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 633, "all_permissive": false }
ansible_role
srsirius/lessson_ansible_8_4_collection
ab181a2fd42084603a88b6b9b7ec9fbf15264517
0
roles/sir_coll
7,268
[ "no_license" ]
[ { "path": "roles/sir_coll/tasks/main.yml", "content": "---\n - name: run module\n Netology_Lesson.Sirius_collection.sirius_module:\n file_name: \"{{ f_name }}\"\n path: \"{{ f_path }}\"\n content: \"{{ f_content }}\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 384, "all_permissive": false }
ansible_role
raphaelSeguin/pic_tp
db49c6828baaa019dbc4fafd24251e05c85dbf1b
2
roles/docker
7,268
[ "no_license" ]
[ { "path": "roles/docker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - DOCKER_ROLE", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/docker/defaults/main.yml", "content": "---\n# defaults file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1181, "all_permissive": false }
ansible_role
raphaelSeguin/pic_tp
db49c6828baaa019dbc4fafd24251e05c85dbf1b
2
roles/java
7,268
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n- name: install java 8\n yum:\n name: java-1.8.0-openjdk-devel\n state: present\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
raphaelSeguin/pic_tp
db49c6828baaa019dbc4fafd24251e05c85dbf1b
2
roles/jenkins
7,268
[ "no_license" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "---\n# vars file for install_jenkins", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/jenkins/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1127, "all_permissive": false }
ansible_role
raphaelSeguin/pic_tp
db49c6828baaa019dbc4fafd24251e05c85dbf1b
2
roles/maven
7,268
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n# tasks file for maven\n- name: curl de Maven\n get_url:\n url: https://www-us.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz\n dest: .\n\n- name: Tar de Maven\n shell: tar -xzf ./apache-maven-3.6.3-bin.tar.gz -C /opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
manirocks43/roboshop-ansible
e1ab4424cf964334e75f9b203689e68c1dc8adfe
0
roles/common
7,268
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "- name: Install Maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: Import App Pre-red task file\n ansible.builtin.import_tasks: app-prereq.yml\n\n- name: Installing Maven dependencies\n ansible.builtin.shell: mvn clean packa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1510, "all_permissive": false }
ansible_role
manirocks43/roboshop-ansible
e1ab4424cf964334e75f9b203689e68c1dc8adfe
0
roles/mongodb
7,268
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "\n#echo \"Setting up mongodb service\"\n#curl -s -o /etc/yum.repos.d/mongodb.repo https://raw.githubusercontent.com/roboshop-devops-project/mongodb/main/mongo.repo &>>$LOG_FILE\n#StatusCheck $?\n#\n#echo \"installing mongodb service\"\n#yum install -y mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1728, "all_permissive": false }
ansible_role
manirocks43/roboshop-ansible
e1ab4424cf964334e75f9b203689e68c1dc8adfe
0
roles/redis
7,268
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "#LOG_FILE=/tmp/redis\n#\n#source common.sh\n#\n#echo \"Setup YUM Repos for Redis\"\n#dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm -y &>>LOG_FILE\n#StatusCheck $?\n#\n#echo \"enabling Redis YUM module\"\n#dnf module enable redis:remi-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1292, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/base_install
7,268
[ "no_license" ]
[ { "path": "roles/base_install/tasks/main.yml", "content": "---\n- name: Synchronize package databases\n shell: pacman -Sy\n\n- name: Install archlinux-keyring\n shell: pacman -S --noconfirm archlinux-keyring\n\n- name: Install base packages (BIOS example)\n shell: pacstrap -K /mnt base linux linux-firmwa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/basic_configuration
7,268
[ "no_license" ]
[ { "path": "roles/basic_configuration/tasks/main.yml", "content": "---\n- name: Generate fstab and append to /mnt/etc/fstab\n shell: genfstab -U /mnt >> /mnt/etc/fstab\n\n- name: Set timezone (using chroot)\n shell: arch-chroot /mnt ln -sf /usr/share/zoneinfo/Europe/Tallinn /etc/localtime\n\n- name: Set ha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/bootloader_bios
7,268
[ "no_license" ]
[ { "path": "roles/bootloader_bios/tasks/main.yml", "content": "---\n- name: Create syslinux configuration for Arch Linux\n shell: |\n cat <<'EOF' > /boot/syslinux/syslinux.cfg\n LABEL arch\n MENU LABEL Arch Linux\n LINUX ../vmlinuz-linux\n APPEND root=/dev/sda2 rw\n INITRD ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/bootloader_uefi
7,268
[ "no_license" ]
[ { "path": "roles/bootloader_uefi/tasks/main.yml", "content": "---\n- name: Install systemd-boot to /boot\n shell: bootctl --path=/boot install\n\n- name: Obtain UUID of the encrypted partition\n shell: blkid --match-tag UUID -o value /dev/nvme0n1p2\n register: crypt_uuid\n\n- name: Create bootloader entr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/create_user
7,268
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n- name: Create user 'antti' in the wheel group with zsh shell and set password\n shell: useradd -G wheel -m -s /usr/bin/zsh antti && echo 'antti:<PASSWORD>' | chpasswd\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/network
7,268
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: Enable systemd-networkd service\n shell: systemctl enable systemd-networkd\n\n- name: Configure /etc/resolv.conf with DNS servers\n shell: |\n cat <<'EOF' > /etc/resolv.conf\n nameserver 1.1.1.1\n nameserver 1.0.0.1\n EOF\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/partitioning_bios
7,268
[ "no_license" ]
[ { "path": "roles/partitioning_bios/tasks/main.yml", "content": "---\n- name: Create msdos partition table on /dev/sda\n shell: parted -s /dev/sda mklabel msdos\n\n- name: Create linux-swap partition on /dev/sda (1MiB to 4GiB)\n shell: parted -s /dev/sda mkpart primary linux-swap 1MiB 4GiB\n\n- name: Creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/partitioning_uefi
7,268
[ "no_license" ]
[ { "path": "roles/partitioning_uefi/tasks/main.yml", "content": "---\n- name: List block devices\n shell: lsblk\n register: lsblk_output\n- debug:\n var: lsblk_output.stdout_lines\n\n- name: Create GPT partition table on /dev/nvme0n1\n shell: parted -s /dev/nvme0n1 mklabel gpt\n\n- name: Create boot pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1349, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/user_environment
7,268
[ "no_license" ]
[ { "path": "roles/user_environment/tasks/main.yml", "content": "---\n- name: Clone and install yay as user 'antti'\n become: yes\n become_user: antti\n shell: |\n git clone https://aur.archlinux.org/yay-bin.git ~/yay-bin && cd ~/yay-bin && makepkg -si --noconfirm\n\n- name: Install fnm (Node version ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 801, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/user_packages
7,268
[ "no_license" ]
[ { "path": "roles/user_packages/tasks/main.yml", "content": "---\n- name: Install first batch of user packages\n shell: pacman -S --noconfirm zoxide fzf chezmoi fd lazygit base-devel unzip noto-fonts-emoji ttf-jetbrains-mono-nerd eza bat ripgrep curlie zsh openssh yazi qutebrowser neovim git sudo stylua shf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/virtualbox
7,268
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- name: Reset machine-id for VirtualBox guest\n shell: rm -f /etc/machine-id && systemd-machine-id-setup\n\n- name: Enable VirtualBox guest service\n shell: systemctl enable vboxservice.service\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/wayland
7,268
[ "no_license" ]
[ { "path": "roles/wayland/tasks/main.yml", "content": "---\n- name: Install Wayland and associated packages\n shell: pacman -S --noconfirm hyprland foot waybar rofi-wayland ly\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
anttilinno/ansible-archlinux
55e04f6e05a1b6220019d1277d7e22a475269354
0
roles/xorg
7,268
[ "no_license" ]
[ { "path": "roles/xorg/tasks/main.yml", "content": "---\n- name: Install Xorg and associated packages\n shell: pacman -S --noconfirm xsel rofi wezterm polybar i3-wm xorg-xinit xorg-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/agama
7,268
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "- name: Create a directory if it does not exists /opt/agama\n file:\n path: /opt/agama\n state: 'directory'\n- name: Download agama.py and Dockerfile\n get_url:\n url: \"{{ item }}\"\n dest: /opt/agama\n loop:\n - https://raw.githubuserc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1483, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/bind
7,268
[ "no_license" ]
[ { "path": "roles/bind/templates/db.rev.j2", "content": "$TTL\t604800\n168.192.in-addr.arpa.\tIN\tSOA\t{{ groups['dns_primary'][0] }}.{{ startup_name }}. timofei.{{ startup_name }}. (\n\t\t\t 1\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; Expire\n\t\t\t 604800 )\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5501, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/dns_record
7,268
[ "no_license" ]
[ { "path": "roles/dns_record/tasks/main.yaml", "content": "- name: \"Add or modify {{ dns_record }}.{{ startup_name }} CNAME to {{ inventory_hostname }}\"\n community.general.nsupdate:\n key_name: \"nsupdate.key\"\n key_algorithm: \"hmac-sha256\"\n key_secret: \"{{ dns_update_key }}\"\n server: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/docker
7,268
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install docker.io\n apt:\n name: \n - docker.io\n - python3-docker\n state: present\n\n- name: Docker service\n service:\n name: docker\n state: started\n enabled: true", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/grafana
7,268
[ "no_license" ]
[ { "path": "roles/grafana/templates/grafana.ini.j2", "content": "[server]\nroot_url = http://{{ hostvars[inventory_hostname].ansible_host }}:{{ hostvars[inventory_hostname].ansible_port + 58 }}/grafana/\nserve_from_sub_path = true\n\n[security]\n;disable_initial_admin_creation = true\n\nadmin_user = {{ grafa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3872, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/haproxy
7,268
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n\tlog /dev/log\tlocal0\n\tlog /dev/log\tlocal1 notice\n\tchroot /var/lib/haproxy\n\tstats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n\tstats timeout 30s\n\tuser haproxy\n\tgroup haproxy\n\tdaemon\n\n\ndefau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1622, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/influxdb
7,268
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yaml", "content": "- name: Download InfluxDB\n get_url:\n url: https://dl.influxdata.com/influxdb/releases/influxdb_1.8.10_amd64.deb\n dest: /usr/local/bin\n\n- name: Install InfluxDB\n apt: deb=/usr/local/bin/influxdb_1.8.10_amd64.deb\n\n- name: Create a directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2679, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/init
7,268
[ "no_license" ]
[ { "path": "roles/init/templates/50-telegraf.conf.j2", "content": "$ActionQueueType LinkedList # use asynchronous processing\n$ActionQueueFileName srvrfwd # set file name, also enables disk mode\n$ActionResumeRetryCount -1 # infinite retries on insert failure\n$ActionQueueSaveOnShutdown on # save in-memory d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2104, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/keepalived
7,268
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf.j2", "content": "vrrp_script check_haproxy { \n script \"/home/keepalived_script/check_haproxy.sh\" \n weight 20 \n interval 1 \n}\nvrrp_instance VI_1 { \n interface ens3\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2428, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/mysql
7,268
[ "no_license" ]
[ { "path": "roles/mysql/templates/mysql-backup.j2", "content": "{% if inventory_hostname == mysql_backup_host %}\n10 4 * * * backup mysqldump agama > /home/backup/mysql/agama.sql\n15 4 * * 0 backup duplicity --no-encryption full /home/backup/mysql/ rsync://timofeimih@backup.{{ startup_name }}/mysql\n15 4...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4417, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/nginx
7,268
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "\n- name: Install nginx\n apt:\n name: \n - nginx\n state: present\n- block:\n - name: Create a directory if it does not exists /etc/nginx/sites-enabled\n file:\n path: /etc/nginx/sites-enabled\n state: 'directory'\n - name: Cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1103, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/pinger
7,268
[ "no_license" ]
[ { "path": "roles/pinger/tasks/main.yaml", "content": "- block:\n - name: Install fping\n apt:\n name: fping\n state: present\n - name: Add user 'pinger'\n user:\n name: pinger\n - name: Copy pinger.sh\n copy:\n src: pinger.sh\n mode: '+x'\n dest: /usr/local/bin/ping...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/prometheus
7,268
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "- name: Install prometheus\n apt:\n name: prometheus\n state: present\n- name: Copy file prometheus.yml\n template:\n src: prometheus.yml.j2\n dest: /etc/prometheus/prometheus.yml\n notify:\n Restart prometheus\n- name: Copy file pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1570, "all_permissive": false }
ansible_role
timofeimih/ica0002
90d59fb088ad3c4ab79a4d280663c20aaec885f3
0
roles/uwsgi
7,268
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: Install uwsgi\n apt:\n name: \n - uwsgi\n - uwsgi-plugin-python3\n state: present\n- name: Copy file agama.ini with owner and permission and restart uwsgi\n template:\n src: agama.ini.j2\n dest: /etc/uwsgi/apps-enabled/agam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
skseth/scaffolds
80b6a4eb7e90a1f82b8c065c87ea3748552ca17c
0
ansible-sample-svc/roles/elasticsearch
7,268
[ "no_license" ]
[ { "path": "ansible-sample-svc/roles/elasticsearch/templates/elasticsearch.yml", "content": "# ======================== Elasticsearch Configuration =========================\ncluster.name: aadhaar-es\nnode.name: {{ elasticsearch_nodename }}\n\n#Need to change the below four proerties depending on the type of...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2966, "all_permissive": false }
ansible_role
skseth/scaffolds
80b6a4eb7e90a1f82b8c065c87ea3748552ca17c
0
ansible-sample-svc/roles/filebeat
7,268
[ "no_license" ]
[ { "path": "ansible-sample-svc/roles/filebeat/tasks/main.yml", "content": "\n- import_role: \n name: rpminstall\n vars:\n package_name: filebeat\n package_version: filebeat_version\n package_rpmfile: \"filebeat-{{ filebeat_version }}-x86_64.rpm\"\n package_forceinstall: filebeat_forceinstall\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2911, "all_permissive": false }
ansible_role
skseth/scaffolds
80b6a4eb7e90a1f82b8c065c87ea3748552ca17c
0
ansible-sample-svc/roles/hello-service
7,268
[ "no_license" ]
[ { "path": "ansible-sample-svc/roles/hello-service/templates/hello.service.j2", "content": "[Unit]\r\nDescription={{ hello_description }}\r\nAfter=syslog.target network.target\r\n\r\n[Service]\r\nUser=helloapp\r\nType=simple\r\n# We can define environment variables via a file\r\n# EnvironmentFile={{ hello_sy...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7390, "all_permissive": false }
ansible_role
skseth/scaffolds
80b6a4eb7e90a1f82b8c065c87ea3748552ca17c
0
ansible-sample-svc/roles/kibana
7,268
[ "no_license" ]
[ { "path": "ansible-sample-svc/roles/kibana/vars/main.yml", "content": "kibana_version: 6.6.0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "ansible-sample-svc/roles/kibana/tasks/main.yml", "content": "\n- import_role: \n name: rpminstall\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 847, "all_permissive": false }