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
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/aws_api_client
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/aws_api_client/tasks/main.yml", "content": "---\n- name: ensure python is installed\n package:\n name: python\n state: latest\n- name: ensure pip installed\n package:\n name: python-pip\n state: latest\n- name: ensure pip is up to date\n pip:\n name: pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/common
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: ensure latest version of terminator installed\n package:\n name: terminator\n state: latest\n- name: ensure keyboard is set to english (uk), keymap\n command: \"localectl set-keymap gb\"\n- name: ensure keyboard is set to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4507, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/docker
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/main.yml", "content": "---\n- name: look up ubuntu version codename\n shell: \"lsb_release -cs\"\n register: ubuntu_codename\n changed_when: False\n- name: ensure docker's apt key is installed\n apt_key:\n state: present\n url: https://download.docker.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/docker_compose
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/docker_compose/vars/main.yml", "content": "---\ndocker_compose_version: 1.19.0\ndocker_compose_directory: \"{{ additional_software_directory }}/docker-compose/{{ docker_compose_version }}\"\ndocker_compose_executable_path: \"{{docker_compose_directory}}/docker-compose\"\nlocal_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1300, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/intellij_community
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/intellij_community/files/config/options/ide.general.xml", "content": "<application>\n <component name=\"GeneralSettings\">\n <option name=\"confirmExit\" value=\"false\" />\n <option name=\"confirmOpenNewProject2\" value=\"0\" />\n <option name=\"showTipsOnStartup\" v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 14595, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/java_project_builder
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/java_project_builder/tasks/main.yml", "content": "---\n- name: ensure OpenJDK 8 JDK is installed\n package:\n name: \"openjdk-8-jdk\"\n state: present\n- name: ensure gradle executable directory exists\n file:\n group: root\n mode: 0755\n owner: root\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1080, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/loopback_file_system
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/loopback_file_system/tasks/main.yml", "content": "---\n- name: create persistent file\n command: \"./create_persistent_filesystem.sh {{ loopback_device_file }} {{ desktop_user }} {{ initial_kilobytes }}\"\n args:\n creates: \"{{ loopback_device_file }}\"\n register: devic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2112, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/persistent_git_configuration
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/persistent_git_configuration/tasks/main.yml", "content": "---\n- name: ensure git global configuration exists in persistent directory\n file:\n group: \"{{ desktop_user }}\"\n mode: 0664\n owner: \"{{ desktop_user }}\"\n path: \"{{ persistent_directory_path }}/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/settings
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/settings/templates/settings.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<settings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0 http://mav...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2562, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/slack
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/slack/vars/main.yml", "content": "---\nslack_version: 3.2.0-beta25a7a50e\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "provisioning/roles/slack/tasks/main.yml", "content": "---\n- name: download and install sla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
schmiegelow/vagrant-ubuntu-desktop
9dacb63688071c422abc2af03611a178c4339e66
4
provisioning/roles/virtualbox
6,636
[ "no_license" ]
[ { "path": "provisioning/roles/virtualbox/tasks/main.yml", "content": "---\n- name: ensure virtualbox-guest-additions installed\n package:\n name: virtualbox-guest-additions-iso\n state: latest\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
Zeroxcharisma/Angular
d03d828c8f856beeb68c2d64e410da9c23117d43
0
Ansible/roles/docker-registry
6,636
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n \n - name : adding tag to image \n command : docker tag devops:latest zeroxcharisma/devops:latest\n - name : push image to dockerhub \n command : docker push zeroxcharisma/devops:latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
charlesrocket/essential-collection
8209a5b381615283331cabdd890fc23d2e94dc7b
3
molecule/default/roles/test_dotfiles
6,636
[ "no_license" ]
[ { "path": "molecule/default/roles/test_dotfiles/tasks/main.yml", "content": "---\n\n- name: \"~/.config/mc/ini information\"\n ansible.builtin.stat:\n path: \"~/.config/mc/ini\"\n register: test_dotfiles_file1\n\n- name: \"~/.zshrc information\"\n ansible.builtin.stat:\n path: \"~/.zshrc\"\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1233, "all_permissive": false }
ansible_role
charlesrocket/essential-collection
8209a5b381615283331cabdd890fc23d2e94dc7b
3
molecule/linux/roles/test_fetch_vars
6,636
[ "no_license" ]
[ { "path": "molecule/linux/roles/test_fetch_vars/tasks/main.yml", "content": "---\n\n- name: Include fetch_vars role\n ansible.builtin.include_role:\n name: \"charlesrocket.essential.fetch_vars\"\n vars:\n fetch_vars_url: \"https://raw.githubuser\\\n content.com/charlesrocket/\\\n essential...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
charlesrocket/essential-collection
8209a5b381615283331cabdd890fc23d2e94dc7b
3
roles/dotfiles
6,636
[ "no_license" ]
[ { "path": "roles/dotfiles/defaults/main.yml", "content": "---\n\ndotfiles_repo_accept_newhostkey: false\ndotfiles_repo_force: false\ndotfiles_repo_local_destination: \"~/src/dotfiles\"\ndotfiles_home: \"~\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4164, "all_permissive": false }
ansible_role
charlesrocket/essential-collection
8209a5b381615283331cabdd890fc23d2e94dc7b
3
roles/fetch_vars
6,636
[ "no_license" ]
[ { "path": "roles/fetch_vars/meta/main.yml", "content": "---\n\ngalaxy_info:\n author: charlesrocket\n description: Remote variable importer\n role_name: fetch_vars\n license: MIT\n min_ansible_version: \"2.9\"\n platforms:\n - name: GenericUNIX\n versions:\n - all\n - name: GenericBS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1557, "all_permissive": false }
ansible_role
charlesrocket/essential-collection
8209a5b381615283331cabdd890fc23d2e94dc7b
3
roles/git
6,636
[ "no_license" ]
[ { "path": "roles/git/vars/Debian.yml", "content": "---\n\ngit_helper_dependencies:\n - build-essential\n\ngit_dependencies:\n - apt-transport-https\n - gnupg\n\ngit_package: git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/git/tasks/...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 18, "total_bytes": 5786, "all_permissive": false }
ansible_role
urmilparikh95/Slack-App
6bfc5bc6e84eda385d8fe5f60eccb8acd15e1a96
0
Deploy/roles/droid_recommender
6,636
[ "no_license" ]
[ { "path": "Deploy/roles/droid_recommender/tasks/main.yml", "content": "# - debug:\n# msg: \"Hello\"\n# # handlers:\n# # - name: start mongodb service\n# # service: name=mongodb state=started\n\n- name: Create DroidBot home folder where DroidBot source files will be placed\n file:\n path: \"{{d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1889, "all_permissive": false }
ansible_role
untoco/otus_observability
52656404346c0063f69ccd6ad3ba4242a9e47073
0
ext2/roles/cms_config
6,636
[ "no_license" ]
[ { "path": "ext2/roles/cms_config/tasks/main.yml", "content": "- name: Create user for mysql exporter\n community.mysql.mysql_user:\n state: present\n name: exporter\n host: '%'\n password: <PASSWORD>\n priv:\n '*.*': 'PROCESS, REPLICATION CLIENT, SELECT'\n login_user: root\n login...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
untoco/otus_observability
52656404346c0063f69ccd6ad3ba4242a9e47073
0
ext2/roles/cms_install
6,636
[ "no_license" ]
[ { "path": "ext2/roles/cms_install/tasks/main.yml", "content": "- name: Create Wordpress directory\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: root\n group: root\n mode: 0755\n loop:\n - /opt/docker/wp_data\n\n- name: Create MySQL directory\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2699, "all_permissive": false }
ansible_role
untoco/otus_observability
52656404346c0063f69ccd6ad3ba4242a9e47073
0
ext2/roles/docker_install
6,636
[ "no_license" ]
[ { "path": "ext2/roles/docker_install/tasks/main.yml", "content": "- name: Docker install\n ansible.builtin.apt:\n name:\n - docker.io\n - docker-compose\n - python3-mysqldb\n state: present\n update_cache: true\n\n- name: Deploy config for enabling metrics\n ansible.builtin.copy:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
PeterHuynh/cicd-project
88ba92f4743656a6acea718d444d510b500b0fe0
0
.circleci/ansible/roles/deploy
6,636
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes \n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: yes\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
dpon32/wordpress-nginx-playbook
e2a4e851233b1819ccdca9f23b1966b24d639e22
0
roles/common
6,636
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update repositories cache\n apt: update_cache=yes\n\n- name: Install build-essential\n apt: name=build-essential state=present\n\n- name: Install the libselinux-python package\n apt: name=python-selinux state=present\n\n- name: Reload ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
dpon32/wordpress-nginx-playbook
e2a4e851233b1819ccdca9f23b1966b24d639e22
0
roles/php
6,636
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install php-fpm and deps\n apt: name={{ item }} state=present\n with_items:\n - php\n - php-fpm\n - php-enchant\n - php-mbstring\n - php-mysql\n - php-xml\n\n- name: Disable default pool\n command: mv /etc/php/7.2/fpm/pool.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
dpon32/wordpress-nginx-playbook
e2a4e851233b1819ccdca9f23b1966b24d639e22
0
roles/wordpress
6,636
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/srv/wordpress-{{ wp_version }}.tar.gz\n sha256sum=\"{{ wp_sha256sum }}\"\n\n- name: Extract archive\n unarchive:\n remote_src: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1310, "all_permissive": false }
ansible_role
openhealthcare/elcid-rfh-environment
b48aa3d117b90015bb27a6a08303b6d9ba55a92f
1
provision/roles/system_setup
6,636
[ "no_license" ]
[ { "path": "provision/roles/system_setup/files/private_settings.json", "content": "{\n \"db_password\": \"<PASSWORD>\",\n \"remote_password\": \"<PASSWORD>\",\n \"additional_settings\": {\n \"ADMINS\": \"(('fred', '<EMAIL>',),)\",\n \"ASYNC_API\": \"True\",\n \"EXTRACT_ASYNC\": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3347, "all_permissive": false }
ansible_role
GregSharpe1/gregsharpe-packer
e88034a19d488225549f7774f17cc4ea9d7acb65
0
ansible/roles/common
6,636
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/debian.yml", "content": "---\n\n- name: Common packages for debian based systems\n package:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items: \"{{ common_debian_packages }}\"", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
ufas-001/apache-ansible-configuration
e46c29fe53ab14b107c3a0f5852f7e0882217695
0
roles/app_deployment
6,576
[ "no_license" ]
[ { "path": "roles/app_deployment/tasks/main.yml", "content": "---\n- name: Clone the application code from Git\n git:\n repo: https://github.com/ufas-001/genkay_landing_page.git\n dest: \"{{ app_source_dir }}\"\n tags:\n - deploy\n- name: Ensure Web Server is running and enabled\n service:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 835, "all_permissive": false }
ansible_role
ufas-001/apache-ansible-configuration
e46c29fe53ab14b107c3a0f5852f7e0882217695
0
roles/common_setup
6,576
[ "no_license" ]
[ { "path": "roles/common_setup/tasks/main.yml", "content": "# common_setup/tasks/main.yml\n---\n- name: Update packages\n apt:\n update_cache: yes\n when: update_packages\n\n- name: Install essential utilities\n package:\n name: \"{{ essential_packages }}\"\n when: ansible_os_family == \"Debian\" o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
ufas-001/apache-ansible-configuration
e46c29fe53ab14b107c3a0f5852f7e0882217695
0
roles/web_server_setup
6,576
[ "no_license" ]
[ { "path": "roles/web_server_setup/vars/main.yml", "content": "# web_server_setup/vars/main.yml\n---\n# Variables for web server setup\nweb_server_package: apache2\nweb_server_service_name: apache2\nweb_server_virtual_host_template: basic_virtual_host.conf.j2\nweb_server_port: 80\napache_log_dir: /var/log/ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/azure-cli
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/azure-cli/tasks/main.yaml", "content": "- name: 'Installation des applications de base'\n ansible.builtin.apt:\n name:\n - curl\n - apt-transport-https\n state: present\n update_cache: yes\n\n- name: 'Vérification azure-cli est téléchargé'\n stat:\n path: '/o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/bastion
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/bastion/defaults/main.yaml", "content": "bastion_applications: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "Ansible/roles/bastion/tasks/main.yaml", "content": "---\n\n- name: 'Installation des applications pour ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/commun
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/commun/defaults/main.yaml", "content": "commun_applications: []\ncommun_hosts: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "Ansible/roles/commun/tasks/main.yaml", "content": "---\n\n- name: \"Mise à jour de l'OS...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-ce
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-ce/defaults/main.yaml", "content": "docker_ce_version: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "Ansible/roles/docker-ce/vars/main.yaml", "content": "docker_ce_gpg_url: 'https://download.docker.com/linux...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1355, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-iperf3
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-iperf3/tasks/main.yaml", "content": "- name: \"Télécharger l'image iperf3 depuis Docker Hub\"\n community.docker.docker_image:\n name: \"{{ docker_iperf3_repo }}\"\n tag: 'latest'\n source: pull\n\n- name: 'Démarrer le conteneur iperf3 avec auto-restart'\n communit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 449, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-nginx
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-nginx/defaults/main.yaml", "content": "docker_nginx_version: ''\ndocker_nginx_server_name: ''\ndocker_nginx_backend_servers: ''\ndocker_nginx_volumes: []", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "Ansible/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1707, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-nginx-backend
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-nginx-backend/vars/main.yaml", "content": "docker_nginx_backend_volumes:\n - '/var/lib/nginx-backend/conf.d:/etc/nginx/conf.d'\n - '/var/lib/nginx-backend/nginx.conf:/etc/nginx/nginx.conf'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2378, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-nginx-frontend
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-nginx-frontend/vars/main.yaml", "content": "docker_nginx_frontend_volumes:\n - '/var/lib/nginx-frontend/conf.d:/etc/nginx/conf.d'\n - '/var/lib/nginx-frontend/nginx.conf:/etc/nginx/nginx.conf'", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3421, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-postgresql
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-postgresql/defaults/main.yaml", "content": "docker_postgresql_version: '17.4-alpine3.21'\ndocker_postgresql_password: ''\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "Ansible/roles/docker-postgresql/tasks/main.ya...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-postgresql-with-data
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-postgresql-with-data/tasks/main.yaml", "content": "- name: 'Validation des variables'\n ansible.builtin.assert:\n that:\n - docker_postgresql_with_data_version\n - docker_postgresql_with_data_password\n - docker_postgresql_with_data_script_path\n - doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1535, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-python
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-python/defaults/main.yaml", "content": "docker_python_version: ''\ndocker_python_volumes: []", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "Ansible/roles/docker-python/tasks/main.yaml", "content": "- name: \"Tél...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 485, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-python-backend
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-python-backend/defaults/main.yaml", "content": "docker_python_backend_repo: ''\ndocker_python_backend_csv_path: ''\ndocker_python_backend_csv_name: ''\ndocker_python_backend_postgres_host: ''\ndocker_python_backend_postgres_db: ''\ndocker_python_backend_postgres_user: ''\ndoc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1781, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-python-frontend
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-python-frontend/defaults/main.yaml", "content": "docker_python_frontend_repo: ''\ndocker_python_frontend_csv_path: ''\ndocker_python_frontend_records_per_page: ''\ndocker_python_frontend_api_url : ''\ndocker_python_frontend_csv_name: ''\ndocker_python_frontend_ports: \n - '8...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1379, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-scp
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-scp/defaults/main.yaml", "content": "docker_scp_repo: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "Ansible/roles/docker-scp/tasks/main.yaml", "content": "- name: \"Télécharger l'image scp depuis Docker Hub\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 411, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/docker-sysbench
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/docker-sysbench/defaults/main.yaml", "content": "docker_sysbench_repo: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "Ansible/roles/docker-sysbench/tasks/main.yaml", "content": "- name: \"Télécharger l'image sysbenc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 188, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/file-generator
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/file-generator/defaults/main.yaml", "content": "file_generator_size_gb: ''\nfile_generator_path: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "Ansible/roles/file-generator/tasks/main.yaml", "content": "- name: 'Val...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 900, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/git-clone
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/git-clone/defaults/main.yaml", "content": "git_clone_url: ''\n\ngit_clone_local_path: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "Ansible/roles/git-clone/tasks/main.yaml", "content": "- name: 'Vérification si le ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 331, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/iperf3
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/iperf3/tasks/main.yaml", "content": "- name: 'Mettre à jour la liste des paquets'\n apt:\n update_cache: yes\n\n- name: 'Installer une version spécifique de Nginx'\n apt:\n name: \"iperf3\"\n state: present", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/nginx
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/nginx/tasks/main.yaml", "content": "- name: 'Mettre à jour la liste des paquets'\n apt:\n update_cache: yes\n\n- name: 'Installer une version spécifique de Nginx'\n apt:\n name: \"nginx\"\n state: present\n\n- name: 'Configuration de systemd'\n ansible.builtin.systemd:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/postgresql
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/postgresql/defaults/main.yaml", "content": "postgresql_user: ''\npostgresql_password: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "Ansible/roles/postgresql/vars/main.yaml", "content": "postgresql_gpg_url: 'https:/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1769, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/postgresql-with-data
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/postgresql-with-data/tasks/main.yaml", "content": "- name: 'Validation des variables'\n ansible.builtin.assert:\n that:\n - postgresql_with_data_csv_path\n - postgresql_with_data_script_path\n - postgresql_with_data_user\n - postgresql_with_data_password\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1489, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/python-backend
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/python-backend/tasks/main.yaml", "content": "- name: 'Validation des variables'\n ansible.builtin.assert:\n that:\n - python_backend_path\n - python_backend_csv_path\n - python_backend_env_path\n - python_backend_postgres_host\n - python_backend_postgres...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1916, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/python-frontend
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/python-frontend/defaults/main.yaml", "content": "python_frontend_csv_path: ''\npython_frontend_records_per_page: ''\npython_frontend_api_url: ''\npython_frontend_env_path: ''\npython_frontend_path: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1601, "all_permissive": false }
ansible_role
jeansparent/inf1430
61fa078405402853a705b6d272d42adce24be1f3
0
Ansible/roles/sysbench
6,576
[ "no_license" ]
[ { "path": "Ansible/roles/sysbench/tasks/main.yaml", "content": "- name: 'Mettre à jour la liste des paquets'\n apt:\n update_cache: yes\n\n- name: 'Installer de sysbench'\n apt:\n name: 'sysbench'\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
meshulam/pi-playbooks
7d9d5c98a02cf84d58841620e210a91c15c2ea11
1
roles/common
6,576
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n - name: Update Apt cache\n apt: update_cache=yes\n\n - name: Set hostname\n hostname: name={{ hostname_name }}\n when: hostname_name is defined\n - name: Update /etc/hosts\n lineinfile:\n dest=/etc/hosts\n regexp=\"^127\\.0\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
meshulam/pi-playbooks
7d9d5c98a02cf84d58841620e210a91c15c2ea11
1
roles/nas
6,576
[ "no_license" ]
[ { "path": "roles/nas/tasks/main.yml", "content": "---\n - name: mount external drives\n mount:\n name=\"{{ mount_path }}\"\n src=\"LABEL={{ data_drive_label}}\"\n fstype=ext4 \n opts=\"defaults,noatime\"\n state=mounted\n\n - name: install samba\n apt: pkg={{ item }} state=i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
meshulam/pi-playbooks
7d9d5c98a02cf84d58841620e210a91c15c2ea11
1
roles/torrent
6,576
[ "no_license" ]
[ { "path": "roles/torrent/templates/deluge-defaults.j2", "content": "# Configuration for /etc/init.d/deluge-daemon\n\n# The init.d script will only run if this variable non-empty.\nDELUGED_USER=\"{{ torrent_user }}\"\n\nEXTRA_ARGS=\"-c {{ torrent_config_path }}\"\n\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4767, "all_permissive": false }
ansible_role
grv231/Cloud-devops
f319cfc0fb0fb58a140e2e919e14502df8bb9531
0
roles/apache
6,576
[ "no_license" ]
[ { "path": "roles/apache/README.md", "content": "Role: Apache\n=========\n\nThis role has been created to install the apache (httpd) webserver on the AWS cloud.\n\nRequirements\n------------\n\nIt is imperative that we remove the httpd (apache) service during the inital checks. The PHP role by default has ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1281, "all_permissive": false }
ansible_role
grv231/Cloud-devops
f319cfc0fb0fb58a140e2e919e14502df8bb9531
0
roles/php
6,576
[ "no_license" ]
[ { "path": "roles/php/files/index.php", "content": "<!DOCTYPE html>\n<html>\n<head>\n\t<title> Welcome to Devops practices on AWS </title>\n</head>\n<body>\n\t<h1><?php echo \"Welcome to the Devops AWS php page\" ?></h1>\n\t<h2><?php echo \"This change is reflected using ansible pull\"?></h2>\n</body>\n</htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2109, "all_permissive": false }
ansible_role
abelnieva/playing-kubernetes-ansible
7ce83a42d2ba4a053ed5e63c823ba24aab63155d
0
playbooks/roles/common
6,576
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yaml", "content": "---\n- include_tasks: 01-repositories.yaml\n- include_tasks: 02-rpms.yaml\n- include_tasks: 03-services.yaml\n- include_tasks: 04-misc.yaml\n- include_tasks: 05-docker.yaml\n- include_tasks: 06-kubernetes.yaml", "license_type": "no_license"...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3087, "all_permissive": false }
ansible_role
abelnieva/playing-kubernetes-ansible
7ce83a42d2ba4a053ed5e63c823ba24aab63155d
0
playbooks/roles/helm
6,576
[ "no_license" ]
[ { "path": "playbooks/roles/helm/tasks/main.yaml", "content": "---\n- include_tasks: 01-install.yaml\n- include_tasks: 02-install-apps.yml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "playbooks/roles/helm/tasks/02-install-apps.yml", "co...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1019, "all_permissive": false }
ansible_role
abelnieva/playing-kubernetes-ansible
7ce83a42d2ba4a053ed5e63c823ba24aab63155d
0
playbooks/roles/master
6,576
[ "no_license" ]
[ { "path": "playbooks/roles/master/templates/sudoers.j2", "content": "ALL ALL = (ALL) NOPASSWD: ALL", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "playbooks/roles/master/tasks/main.yaml", "content": "---\n- include_tasks: 01-firewall...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4006, "all_permissive": false }
ansible_role
abelnieva/playing-kubernetes-ansible
7ce83a42d2ba4a053ed5e63c823ba24aab63155d
0
playbooks/roles/nfs
6,576
[ "no_license" ]
[ { "path": "playbooks/roles/nfs/tasks/02-service.yaml", "content": "- name: enable services\n systemd:\n name: \"nfs-server\"\n state: started\n enabled: yes\n masked: no\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1666, "all_permissive": false }
ansible_role
abelnieva/playing-kubernetes-ansible
7ce83a42d2ba4a053ed5e63c823ba24aab63155d
0
playbooks/roles/nodes
6,576
[ "no_license" ]
[ { "path": "playbooks/roles/nodes/tasks/01-firewall.yaml", "content": "- name: enable firewall services \n command: \"/usr/bin/firewall-cmd --permanent --add-port={{ item }}\"\n with_items: \n - \"{{ firewall_nodes_ports }}\" \n become: yes\n\n- name: firewall reload \n command: \"/usr/bin/firewall-cm...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1360, "all_permissive": false }
ansible_role
oleholiinyk/ansible-roles-oleholiinyk-pub
d5f0d065cbf2bd2ecc6b6c9c4622f5cf15884ced
0
roles/db
6,576
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: Install PostgreSQL server\n ansible.builtin.apt:\n name:\n - postgresql\n - python3-psycopg2\n state: present\n update_cache: true\n\n- name: Start and enable the service\n ansible.builtin.systemd:\n name: postgresql\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
oleholiinyk/ansible-roles-oleholiinyk-pub
d5f0d065cbf2bd2ecc6b6c9c4622f5cf15884ced
0
roles/server
6,576
[ "no_license" ]
[ { "path": "roles/server/templates/apache.conf.j2", "content": "<VirtualHost *:80>\n DocumentRoot {{ app_dir }}/public\n\n <Directory {{ app_dir }}>\n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Order allow,deny\n allow from all\n Require all grant...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3634, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/archive
6,656
[ "no_license" ]
[ { "path": "roles/archive/tasks/main.yml", "content": "---\n- name: Install zip archive utilities\n pacman:\n name:\n - zip\n - unzip\n - p7zip\n state: present\n tags:\n - zip\n\n- name: Install ventoy\n aur:\n name: ventoy-bin\n user: \"{{ user.name }}\"\n tags:\n - aur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/arduino
6,656
[ "no_license" ]
[ { "path": "roles/arduino/tasks/main.yml", "content": "---\n- name: Install arduino-cli\n pacman:\n name: arduino-cli\n state: present\n\n- name: Install arduino core\n command: arduino-cli core install arduino:avr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/base
6,656
[ "no_license" ]
[ { "path": "roles/base/tasks/shell.yml", "content": "---\n- name: Install Bash\n pacman:\n name:\n - bash\n - bash-completion\n state: present\n tags:\n - shell\n\n- name: Install ZSH\n pacman:\n name:\n - zsh\n - zsh-completions\n state: present\n tags:\n - shell\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/borg
6,656
[ "no_license" ]
[ { "path": "roles/borg/tasks/main.yml", "content": "---\n- name: Install borg\n pacman:\n name:\n - python-llfuse # mount backups\n - borg\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/browsers
6,656
[ "no_license" ]
[ { "path": "roles/browsers/tasks/main.yml", "content": "---\n- name: Install w3m\n pacman:\n name: w3m\n state: present\n\n- name: Install lynx\n pacman:\n name: lynx\n state: present\n\n- name: Install Firefox\n pacman:\n name: firefox\n state: present\n tags:\n - firefox\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2982, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/colemak-dh
6,656
[ "no_license" ]
[ { "path": "roles/colemak-dh/templates/00-keyboard.conf.j2", "content": "Section \"InputClass\"\n Identifier \"system-keyboard\"\n MatchIsKeyboard \"on\"\n Option \"XkbLayout\" \"us,ru\"\n Option \"XkbModel\" \"pc104\"\n Option \"XkbVariant\" \"colemak_dh,\"\n Option...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 798, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/cups
6,656
[ "no_license" ]
[ { "path": "roles/cups/tasks/main.yml", "content": "---\n- name: Install CUPS and drivers\n pacman:\n name:\n - ghostscript\n - gsfonts\n - cups\n - cups-pdf\n - gutenprint\n - hplip\n state: present\n\n- name: Add a print admin group\n group:\n name: printadmin\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1000, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/docker
6,656
[ "no_license" ]
[ { "path": "roles/docker/templates/daemon.json.j2", "content": "{\n \"ipv6\": true,\n \"fixed-cidr-v6\": \"fd00::/80\",\n \"storage-driver\": \"btrfs\"\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/docker/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 844, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/editors
6,656
[ "no_license" ]
[ { "path": "roles/editors/tasks/main.yml", "content": "---\n- name: Install editors\n pacman:\n name: \"{{ editors }}\"\n state: present\n\n- name: Push emacs service file\n copy:\n src: emacs.service\n dest: /etc/systemd/user/\n notify:\n - reload systemd config\n\n- name: Enable emacs.ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/goesimage
6,656
[ "no_license" ]
[ { "path": "roles/goesimage/tasks/main.yml", "content": "---\n- name: Install GOESImage\n aur:\n name: goesimage\n user: \"{{ user.name }}\"\n tags:\n - aur\n\n- name: Push GOESImage service file\n template:\n src: goesimage.service.j2\n dest: /etc/systemd/user/goesimage.service\n notify:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/media
6,656
[ "no_license" ]
[ { "path": "roles/media/tasks/beets.yml", "content": "---\n- name: Install beets and dependencies\n pacman:\n name:\n - gst-libav\n - gst-plugins-bad\n - gst-plugins-good\n - gst-plugins-ugly\n - gst-python\n - python-beautifulsoup4\n - python-gobject\n - python-py...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1131, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/nettools
6,656
[ "no_license" ]
[ { "path": "roles/nettools/tasks/main.yml", "content": "---\n- name: Install net-tools\n pacman: name=net-tools state=present\n\n- name: Install whois\n pacman: name=whois state=present\n\n- name: Install netcat\n pacman: name=gnu-netcat state=present\n\n- name: Install nmap\n pacman: name=nmap state=pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/office
6,656
[ "no_license" ]
[ { "path": "roles/office/tasks/main.yml", "content": "---\n- name: Install texlive-core\n pacman:\n name: texlive-core\n state: present\n\n- name: Install texlive-latexextra\n pacman:\n name: texlive-latexextra\n state: present\n\n- name: Install GNU Plot\n pacman:\n name: gnuplot\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/pass
6,656
[ "no_license" ]
[ { "path": "roles/pass/tasks/main.yml", "content": "---\n- name: Install pass\n pacman:\n name: pass\n state: present\n\n- name: Install pass-otp\n pacman:\n name: pass-otp\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/pdf
6,656
[ "no_license" ]
[ { "path": "roles/pdf/tasks/main.yml", "content": "---\n- name: Install Zathura and dependencies\n pacman:\n name:\n - zathura-pdf-mupdf\n - zathura-ps\n - zathura-cb\n - zathura-djvu\n state: present\n tags:\n - zathura\n\n- name: Set Zathura as default PDF viewer\n lineinfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 709, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/pydev
6,656
[ "no_license" ]
[ { "path": "roles/pydev/tasks/main.yml", "content": "---\n- name: Install pipenv\n pacman:\n name: python-pipenv\n state: present\n\n- name: Install pyenv\n pacman:\n name: pyenv\n state: present\n\n- name: Install pipx\n pacman:\n name: python-pipx\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/ripgrep
6,656
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/main.yml", "content": "---\n- name: Install ripgrep\n pacman:\n name: ripgrep\n state: present\n\n- name: Install ripgrep-all\n aur:\n name:\n - ripgrep-all\n user: \"{{ user.name }}\"\n tags:\n - aur\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/smartcard
6,656
[ "no_license" ]
[ { "path": "roles/smartcard/tasks/main.yml", "content": "---\n- name: Install smartcard libs/tools\n pacman:\n name:\n - pcsclite\n - libusb-compat\n - ccid\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/sound
6,656
[ "no_license" ]
[ { "path": "roles/sound/tasks/main.yml", "content": "---\n- name: Install alsa-utils\n pacman:\n name: alsa-utils\n state: present\n\n- name: Install Pipewire and additional utilites\n pacman:\n name:\n - pipewire\n - pipewire-pulse\n - pavucontrol\n - pamixer\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/spell
6,656
[ "no_license" ]
[ { "path": "roles/spell/tasks/main.yml", "content": "---\n- name: Install hunspell\n pacman:\n name:\n - hunspell\n - hunspell-en_US\n - hunspell-ru\n state: present\n tags:\n - hunspell\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/ssh
6,656
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Install sshfs\n pacman:\n name: sshfs\n state: present\n\n- name: Install autossh\n pacman:\n name: autossh\n state: present\n\n- name: Copy fuse configuration file\n copy:\n src: fuse.conf\n dest: /etc/fuse.conf\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/systemd-networkd
6,656
[ "no_license" ]
[ { "path": "roles/systemd-networkd/tasks/main.yml", "content": "---\n- name: Configure network adapter\n template: src=20-wired.network.j2 dest=/etc/systemd/network/20-wired.network\n \n- name: Enable and start systemd-netword service\n service: name=systemd-networkd enabled=yes state=started\n notify:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 673, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/systemd-units
6,656
[ "no_license" ]
[ { "path": "roles/systemd-units/tasks/unit.yml", "content": "- name: Enable and start {{ unit }}\n systemd:\n name: \"{{ unit }}\"\n enabled: yes\n state: started\n when: run_on == \"all\" and user_unit is not defined\n\n- name: Disable {{ unit }}\n systemd:\n name: \"{{ unit }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/visidata
6,656
[ "no_license" ]
[ { "path": "roles/visidata/tasks/main.yml", "content": "---\n\n- name: Install visidata and libraries\n pacman:\n name:\n - visidata\n - python-lxml\n - python-openpyxl\n - python-pandas\n - python-requests\n - python-xlrd\n - python-matplotlib\n - python-numpy\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/wacom
6,656
[ "no_license" ]
[ { "path": "roles/wacom/tasks/main.yml", "content": "# If you have issues, try copy wacom config\n# sudo cp /usr/share/X11/xorg.conf.d/70-wacom.conf /etc/X11/xorg.conf.d/70-wacom.conf\n---\n- name: Install xf86-input-wacom\n pacman:\n name: xf86-input-wacom\n state: present\n\n- name: Push wacom mappe...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1563, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/x
6,656
[ "no_license" ]
[ { "path": "roles/x/tasks/main.yml", "content": "---\n- name: Install Xorg\n pacman: name=xorg-server state=present\n\n- name: Install Xinit\n pacman: name=xorg-xinit state=present\n\n- name: Install xmodmap\n pacman: name=xorg-xmodmap state=present\n\n- name: Install xdpyinfo\n pacman: name=xorg-xdpyinf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1279, "all_permissive": false }
ansible_role
iturdikulov/inomoz-quickstart
8e39674a783807b1d4a136e58f0ba18d4a55c5e5
1
roles/zeal
6,656
[ "no_license" ]
[ { "path": "roles/zeal/tasks/main.yml", "content": "---\n- name: Install zeal\n aur:\n name:\n - zeal\n user: \"{{ user.name }}\"\n tags:\n - aur\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
rikkhanna/learn-terraform
f7685e86eb8f8bbf0a173fd5b4b4c5184e2feafc
0
terraform/nginx/roles/nginx
6,656
[ "permissive" ]
[ { "path": "terraform/nginx/roles/nginx/tasks/main.yaml", "content": "- name: Install nginx\n apt:\n name: nginx\n state: latest\n\n- name: Make sure nginx is running\n systemd:\n state: started\n name: nginx", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": true }
ansible_role
lambda-funcptr/homelab
b9fa3d305f907c8fe453b7fc93e632b25e77672b
5
core/roles/00_metal
6,656
[ "no_license" ]
[ { "path": "core/roles/00_metal/tasks/00_env_setup.yaml", "content": "- name: Update hostname\n shell: hostnamectl set-hostname {{inventory_hostname}}\n\n- name: Copy sysctl.d swap config\n copy:\n src: etc/sysctl.d/swap.conf\n dest: /etc/sysctl.d/swap.conf\n\n- name: Update all package listings (1/2...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 911, "all_permissive": false }
ansible_role
lambda-funcptr/homelab
b9fa3d305f907c8fe453b7fc93e632b25e77672b
5
core/roles/01_zfs
6,656
[ "no_license" ]
[ { "path": "core/roles/01_zfs/tasks/01_zpool_creation.yaml", "content": "- name: Check for default zpool existance\n command: zpool list -Ho name zfs-data\n ignore_errors: yes\n changed_when: false\n register: zpool_status\n\n- name: Create zfs-data zpool\n command: zpool create zfs-data {{ zpool_vdevs ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1273, "all_permissive": false }
ansible_role
lambda-funcptr/homelab
b9fa3d305f907c8fe453b7fc93e632b25e77672b
5
core/roles/02_vmhosts
6,656
[ "no_license" ]
[ { "path": "core/roles/02_vmhosts/tasks/04_provisioning.yaml", "content": "- name: Install ipxehttpd service\n template:\n src: templates/etc/systemd/system/ipxehttpd.service\n dest: /etc/systemd/system/ipxehttpd.service\n\n- name: Create /srv/ipxe\n file:\n path: /srv/ipxe\n state: directory\n...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 5714, "all_permissive": false }
ansible_role
lambda-funcptr/homelab
b9fa3d305f907c8fe453b7fc93e632b25e77672b
5
core/roles/03_provision_vms
6,656
[ "no_license" ]
[ { "path": "core/roles/03_provision_vms/tasks/00_provision_vm.yaml", "content": "- include_tasks: 01_provision_disks.yaml\n with_items: '{{ vm[\"disks\"] }}'\n\n- name: Make sure the bulk mounts exists\n delegate_to: '{{ vm[\"host\"] }}'\n file:\n path: /mnt/bulk/{{ item[\"path\"] }}\n owner: nobody...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5778, "all_permissive": false }
ansible_role
lambda-funcptr/homelab
b9fa3d305f907c8fe453b7fc93e632b25e77672b
5
core/roles/04_wireguard
6,656
[ "no_license" ]
[ { "path": "core/roles/04_wireguard/tasks/01_wireguard_keygen/linux-keygen.yaml", "content": "- name: Create /etc/wireguard\n file:\n path: /etc/wireguard\n state: directory\n\n- name: Reboot if wireguard is newly installed\n reboot: {}\n when: wireguard_installed.changed\n\n- name: Checking for wir...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1284, "all_permissive": false }
ansible_role
lambda-funcptr/homelab
b9fa3d305f907c8fe453b7fc93e632b25e77672b
5
core/roles/05_corenet
6,656
[ "no_license" ]
[ { "path": "core/roles/05_corenet/tasks/10_routing_daemon.yaml", "content": "- import_tasks: 10_routing_daemon/debian.yaml\n throttle: 1\n when: ansible_facts['os_family'] == 'Debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "core/roles/05_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1612, "all_permissive": false }