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 | gpaliot/microk8s-cluster | c686f88ba2fb30be4d393afbdf6b49fa3b6e1962 | 0 | ansible/roles/microk8s_node | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/microk8s_node/tasks/worker.yml",
"content": "---\n- name: Install MicroK8s\n become: true\n snap:\n name: microk8s\n classic: yes\n state: present\n\n- name: Add user to microk8s group\n become: true\n user:\n name: \"{{ ansible_user }}\"\n groups: microk8s\n a... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | Ngduong29/mock-infrastructure-aws | 441f04192e1eacaf2a298051bfd9ee6464f21803 | 0 | ansible/roles/setup | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/tasks/main.yml",
"content": "---\n- name: Update and upgrade the system\n yum:\n name: \"*\"\n state: latest\n ignore_errors: yes\n\n# - name: Install EPEL repository\n# yum:\n# name: epel-release\n# state: present\n\n- name: Install Docker\n yum:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2578,
"all_permissive": false
} |
ansible_role | prajithparammal/MSV_PROJ | 68505c2c26b6b429fad77fc4708742de4f66a55a | 0 | roles/myvhost | 8,007 | [
"no_license"
] | [
{
"path": "roles/myvhost/tasks/main.yml",
"content": "---\n# tasks file for myvhost\n- name: Install httpd package\n package:\n name: httpd\n state: latest\n\n- name: Start and enable httpd service\n service:\n name: httpd\n state: started\n enabled: true\n\n- name: Deliver html content\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 960,
"all_permissive": false
} |
ansible_role | masoninthesis/jackalope.io-3.1 | b5f11beb06803abcce230cff6be844cc5251dd11 | 0 | trellis/roles/users | 8,007 | [
"no_license"
] | [
{
"path": "trellis/roles/users/tasks/main.yml",
"content": "---\n- name: Setup users\n user: name=\"{{ item.name }}\"\n group=\"{{ item.groups[0] }}\"\n groups=\"{{ item.groups | join(',') }}\"\n password=\"{{ sudoer_passwords[item.name] | default(None) }}\"\n state=present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | ivan-titovich/devops-netology | 6d963a29df11b1dd0e77f34b83098e0f85552781 | 0 | ansible/08-ansible-04-role/playbook/roles/lighthouse-role | 8,007 | [
"no_license"
] | [
{
"path": "ansible/08-ansible-04-role/playbook/roles/lighthouse-role/vars/main.yml",
"content": "---\n\nlighthouse_template: \"templates/lighthouse.conf\"\nlighthouse_config_file: \"/etc/nginx/conf.d/lighthouse.conf\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1836,
"all_permissive": false
} |
ansible_role | ivan-titovich/devops-netology | 6d963a29df11b1dd0e77f34b83098e0f85552781 | 0 | ansible/08-ansible-04-role/playbook/roles/vector-role | 8,007 | [
"no_license"
] | [
{
"path": "ansible/08-ansible-04-role/playbook/roles/vector-role/tasks/main.yml",
"content": "---\n- name: Install epel-release\n become: true\n ansible.builtin.yum:\n name: epel-release\n state: present\n\n- name: Install nginx\n become: true\n ansible.builtin.yum:\n name: nginx\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1756,
"all_permissive": false
} |
ansible_role | ivan-titovich/devops-netology | 6d963a29df11b1dd0e77f34b83098e0f85552781 | 0 | ansible/08-ansible-05-testing/playbook/roles/click-vector-light-role | 8,007 | [
"no_license"
] | [
{
"path": "ansible/08-ansible-05-testing/playbook/roles/click-vector-light-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - click-vector-light-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | ivan-titovich/devops-netology | 6d963a29df11b1dd0e77f34b83098e0f85552781 | 0 | ansible/08-ansible-05-testing/playbook/roles/lighthouse-role | 8,007 | [
"no_license"
] | [
{
"path": "ansible/08-ansible-05-testing/playbook/roles/lighthouse-role/tasks/main.yml",
"content": "---\n\n- name: Install epel-release\n become: true\n# become_method: su\n ansible.builtin.yum:\n name: epel-release\n state: present\n\n- name: Install nginx\n become: true\n# become_method: su\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1827,
"all_permissive": false
} |
ansible_role | ivan-titovich/devops-netology | 6d963a29df11b1dd0e77f34b83098e0f85552781 | 0 | ansible/08-ansible-05-testing/playbook/roles/vector-role | 8,007 | [
"no_license"
] | [
{
"path": "ansible/08-ansible-05-testing/playbook/roles/vector-role/README.md",
"content": "Role for vector\n=========\n\nThis role will install vector server.\n\nRequirements\n------------\n\nIn progress.\n\nRole Variables\n--------------\n\n``` \npackage_version: \"0.22.3\"\narch: \"x86_64\"\n```\n\n\nExa... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 21,
"total_bytes": 8077,
"all_permissive": false
} |
ansible_role | ivan-titovich/devops-netology | 6d963a29df11b1dd0e77f34b83098e0f85552781 | 0 | ansible/08-ansible-06-module/my_own_collection/my_own_namespace/yandex_cloud_elk/roles/my_own_role | 8,007 | [
"no_license"
] | [
{
"path": "ansible/08-ansible-06-module/my_own_collection/my_own_namespace/yandex_cloud_elk/roles/my_own_role/defaults/main.yml",
"content": "---\npath: \"/var/default_ansible_module.txt\"\ncontent: \"default Test content from ansible-playbook testmod.yml\"",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1334,
"all_permissive": false
} |
ansible_role | doshiraki/dns_mail_kubernets | f65dda0039d93beb7beec07a8c72a8f400fe5074 | 0 | kubeset/docker_work/bind/ansroot/playbooks/roles/dns-server | 8,007 | [
"no_license"
] | [
{
"path": "kubeset/docker_work/bind/ansroot/playbooks/roles/dns-server/tasks/zone.yml",
"content": "---\n- name: Source specific variables\n include_vars: \"{{ item }}\"\n with_items:\n - \"Ubuntu.yml\"\n\n# - name: Install BIND\n# become: true\n# package:\n# pkg: \"{{ item }}\"\n# state: p... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2525,
"all_permissive": false
} |
ansible_role | doshiraki/dns_mail_kubernets | f65dda0039d93beb7beec07a8c72a8f400fe5074 | 0 | kubeset/docker_work/postfix/ansroot/playbooks/roles/mail-server | 8,007 | [
"no_license"
] | [
{
"path": "kubeset/docker_work/postfix/ansroot/playbooks/roles/mail-server/handlers/main.yml",
"content": "# roles/bind/handlers/main.yml\n---\n- name: restart postfix\n become: true\n service:\n name: \"{{item}}\"\n state: reloaded\n with_items: \"{{ mail_service }}\"",
"license_type": "no_lic... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5565,
"all_permissive": false
} |
ansible_role | anas34b/Projet-Ansible-WordPress | c856a1d82556dee8748e0ad0f115337f44c4544b | 0 | roles/mysql | 8,007 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "db_name: wordpress\ndb_user: wp_user\nmysql_root_password: \"<PASSWORD>\"\ndb_user_password: \"<PASSWORD>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/mysql/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1582,
"all_permissive": false
} |
ansible_role | anas34b/Projet-Ansible-WordPress | c856a1d82556dee8748e0ad0f115337f44c4544b | 0 | roles/nginx | 8,007 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/wp-config.php.j2",
"content": "<?php\ndefine('DB_NAME', '{{ db_name }}');\ndefine('DB_USER', '{{ db_user }}');\ndefine('DB_PASSWORD', '{{ db_user_password }}');\ndefine('DB_HOST', 'localhost');\ndefine('DB_CHARSET', 'utf8');\ndefine('DB_COLLATE', '');\n\ndefine('AUTH_KEY', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2097,
"all_permissive": false
} |
ansible_role | anas34b/Projet-Ansible-WordPress | c856a1d82556dee8748e0ad0f115337f44c4544b | 0 | roles/php | 8,007 | [
"no_license"
] | [
{
"path": "roles/php/templates/connection.php.j2",
"content": "<?php\n$servername = \"localhost\";\n$username = \"{{ db_user }}\";\n$password = \"{{ <PASSWORD> }}\";\n$dbname = \"{{ db_name }}\";\necho \"Bonjour, normalement ça marche.\\n\";\n// Créer la connexion\n$conn = new mysqli($servername, $username,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | girishchhabra1987/ansible-advanced | 030d23ee7fe7bb345112e1c218580d2a4828177e | 0 | ansible_advanced_exercises/roles/flask_web | 8,005 | [
"no_license"
] | [
{
"path": "ansible_advanced_exercises/roles/flask_web/tasks/main.yaml",
"content": "- name: install python flas dependancies\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - flask\n - flask_mysql\n- name: Copy source code\n copy:\n src: app.py\n dest: /opt/app.py\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/deployment/roles/ChengLong.nginx-passenger | 8,005 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/ChengLong.nginx-passenger/defaults/main.yml",
"content": "---\n# defaults file for ansible-nginx-passenger\nworker_processes: 4\nrbenv_root: \"/opt/rbenv\"\napp_user: root",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3305,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/deployment/roles/app | 8,005 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/app/defaults/main.yml",
"content": "app_path: ~/app",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "ansible/deployment/roles/app/tasks/main.yml",
"content": "- name: Create applications directory\n file: pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/deployment/roles/configure_nginx | 8,005 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/configure_nginx/defaults/main.yml",
"content": "passenger_env: production\nserver_name: ledshop.net.ua\napp_user: ubuntu",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/deployment/roles/configure_nginx/fi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1619,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/deployment/roles/pgolm.monit | 8,005 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/pgolm.monit/tasks/pkg.yml",
"content": "---\n- name: pkg - Install package\n apt:\n name: monit\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/deployment/roles/pgolm.monit/templ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/deployment/roles/sysinit | 8,005 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/sysinit/tasks/main.yml",
"content": "- name: Install packages.\n apt:\n name: \"{{item}}\"\n update_cache: true\n with_items:\n - libpq-dev\n - nodejs\n - imagemagick\n - ruby-dev",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/deployment/roles/user | 8,005 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/user/tasks/main.yml",
"content": "# Add the user 'app_user'\n- name: Create leduser user\n user: name={{ app_user }} comment=\"LEDSHOP user\"\n\n# Add to groups\n- name: Set user groups and shell\n user: name={{ app_user }} groups={{ app_user }},root,sudo shell=/bin/bas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1726,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/roles/app-config | 8,005 | [
"no_license"
] | [
{
"path": "ansible/roles/app-config/tasks/main.yml",
"content": "- name: \"Activate Ruby {{rbenv_ruby_version}} and Setup Gems\"\n shell: \"{{item}}\"\n args:\n executable: /bin/bash\n chdir: /vagrant\n environment:\n PATH: \"{{rbenv_root}}/shims:{{rbenv_root}}/bin:/bin:/usr/bin:/usr/local/bin:$... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1151,
"all_permissive": false
} |
ansible_role | sergey-koba-mobidev/ledshop | b37591b438efeeedb6c3032678b7be4b5eee4705 | 0 | ansible/roles/common | 8,005 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Install packages.\n apt:\n name: \"{{item}}\"\n update_cache: true\n sudo: true\n with_items:\n - build-essential\n - qt-sdk\n - libqt5webkit5-dev\n - libpq-dev\n - imagemagick\n - libcurl3\n - libcurl3-gnutls\n - libc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | NillBard/WebProgramStudy | 3e42123c5b964af490d9e1a24fdaff678ff85bed | 0 | kursovaya/deploy/roles/analyzer | 8,005 | [
"no_license"
] | [
{
"path": "kursovaya/deploy/roles/analyzer/tasks/main.yml",
"content": "- name: create directory for analyzer app\n file:\n path: /etc/docker/compose/analyzer\n state: directory\n mode: 0770\n owner: root\n group: docker\n\n- name: deploy docker-compose.yml for analyzer app\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | Monitoring/Ansible/roles/alerts | 8,005 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/alerts/templates/grafana_alerts.yml.j2",
"content": "apiVersion: 1\ngroups:\n - orgId: 1\n name: RocketAlertNocoDB\n folder: AlertesRocketNocoDB\n interval: 1m\n rules:\n - uid: deg4dmucuvcowa\n title: CPU Basic\n condition: H\n data... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 11072,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | Monitoring/Ansible/roles/disk_setup | 8,005 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/disk_setup/tasks/main.yml",
"content": "# Étape 2 : Vérifier et formater le disque persistant s'il n'est pas encore formaté\n\n- name: Monter le disque\n mount:\n path: /mnt/monitoring-data\n src: /dev/disk/by-id/google-{{ ansible_disk_name }}\n fstype: ext4\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | Monitoring/Ansible/roles/docker_setup | 8,005 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/docker_setup/tasks/main.yml",
"content": "#Etape 3 : Activer et configurer Docker \n- name: Activer et démarrer Docker\n systemd:\n name: docker\n enabled: yes\n state: started\n\n- name: Ajouter l'utilisateur actuel au groupe Docker\n user:\n name: \"{{ ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | Monitoring/Ansible/roles/monitoring | 8,005 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/monitoring/templates/prometheus.conf.j2",
"content": "global:\n scrape_interval: 15s # Intervalle pour scrapper les données\n\n# Configuration d'Alertmanager pour la gestion des alertes\nalerting: #Indique à Prometheus où envoyer les alertes (ici, vers Alertmanager qu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6048,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | Monitoring/Ansible/roles/prerequisites | 8,005 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/prerequisites/tasks/main.yml",
"content": "# Étape 1 : Mise à jour et installation des paquets nécessaires\n- name: Mettre à jour les paquets\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Installer les dépendances nécessaires\n apt:\n name:\n - dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | NocoDB/Ansible/roles/deploy_nocodb | 8,005 | [
"no_license"
] | [
{
"path": "NocoDB/Ansible/roles/deploy_nocodb/deployment-nocodb.yml",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: nocodb\nspec:\n replicas: 2\n selector:\n matchLabels:\n app: nocodb\n template:\n metadata:\n labels:\n app: nocodb\n spec:\n contain... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1227,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | NocoDB/Ansible/roles/docker_setup | 8,005 | [
"no_license"
] | [
{
"path": "NocoDB/Ansible/roles/docker_setup/tasks/main.yml",
"content": "---\n# tasks/main.yml\n\n- name: Mettre à jour les paquets\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Installer Docker et Docker Compose\n apt:\n name:\n - docker.io\n - docker-compose\n - python3-p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | NocoDB/Ansible/roles/k8s_setup | 8,005 | [
"no_license"
] | [
{
"path": "NocoDB/Ansible/roles/k8s_setup/tasks/main.yml",
"content": "- name: Installer K3s et kubectl avec les bonnes permissions\n shell: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=\"--write-kubeconfig-mode=644\" sh -\n become: true\n\n- name: Vérifier que K3s est installé et actif\n systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | NocoDB/Ansible/roles/kube-state-metrics | 8,005 | [
"no_license"
] | [
{
"path": "NocoDB/Ansible/roles/kube-state-metrics/files/service.yaml",
"content": "# apiVersion: v1\n# kind: Service\n# metadata:\n# labels:\n# app.kubernetes.io/component: exporter\n# app.kubernetes.io/name: kube-state-metrics\n# app.kubernetes.io/version: 2.15.0\n# name: kube-state-metric... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | MallauryRatajczyk/InfraNocoDB | 0df5c4932333c887d96d9569205a1dd699fc5796 | 1 | NocoDB/Ansible/roles/metrics | 8,005 | [
"no_license"
] | [
{
"path": "NocoDB/Ansible/roles/metrics/templates/node_exporter.service.j2",
"content": "[Unit]\nDescription=Node Exporter\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=node_exporter\nGroup=node_exporter\nType=simple\nExecStart={{ node_exporter_bin }}\n\n[Install]\nWantedBy=mu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1662,
"all_permissive": false
} |
ansible_role | kahootali/ansible-wordpress | 8421589691143025a81fa7567bb5a951a315a9d9 | 2 | roles/php | 8,005 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n\n- name: Install php extensions\n apt:\n name: \"{{ item }}\"\n state: present\n # become: yes\n with_items:\n - php\n - php-mysql\n - php-gd\n - php-ssh2\n - php-fpm\n\n- name: Setup php-fpm\n replace: de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | stuc2010/jenkins-playground | 68796ba925ffb0ef162f0105c2739c7e1c6ab2af | 0 | provisioning/roles/build-tools | 8,005 | [
"no_license"
] | [
{
"path": "provisioning/roles/build-tools/README.md",
"content": "C++ build tools\n=========\n\nInstalls required tools and sets up server to allow for compilation and execution of C++ code and unit tests.\n\nRequirements\n------------\n\nN/A\n\nRole Variables\n--------------\n\nN/A\n\nDependencies\n-------... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | stuc2010/jenkins-playground | 68796ba925ffb0ef162f0105c2739c7e1c6ab2af | 0 | provisioning/roles/common | 8,005 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/README.md",
"content": "Role Name\n=========\n\nExample Ansible role which configures server with basic Linux setup\n\nRequirements\n------------\n\nN/A\n\nRole Variables\n--------------\n\nN/A\n\nDependencies\n------------\n\nN/A\n\nExample Playbook\n----------------\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | stuc2010/jenkins-playground | 68796ba925ffb0ef162f0105c2739c7e1c6ab2af | 0 | provisioning/roles/devops-tools | 8,005 | [
"no_license"
] | [
{
"path": "provisioning/roles/devops-tools/files/jenkins-pro/jenkins.yaml",
"content": "credentials:\n system:\n domainCredentials:\n - credentials:\n - usernamePassword:\n description: \"Artifactory integration account\"\n id: \"<PASSWORD>-<PASSWORD>-<PASSWORD>-<PASSWORD>\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6541,
"all_permissive": false
} |
ansible_role | stuc2010/jenkins-playground | 68796ba925ffb0ef162f0105c2739c7e1c6ab2af | 0 | provisioning/roles/docker-install | 8,005 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker-install/README.md",
"content": "Role Name\n=========\n\nRole which installs the latest stable version Docker-CE on CentOS 7 as per instructions [here](https://docs.docker.com/engine/install/centos/)\n\nRequirements\n------------\n\nN/A\n\nRole Variables\n--------------\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1989,
"all_permissive": false
} |
ansible_role | siva-pra/reuseplaybooks | 85faca703a00cf687ebaf9d0665bbecff630e0b8 | 0 | Playbook/java_depoly/roles/tomcat9 | 8,005 | [
"no_license"
] | [
{
"path": "Playbook/java_depoly/roles/tomcat9/handlers/main.yml",
"content": "---\n# handlers file for commen\n- name: start, enable and reload the tomcat service\n ansible.builtin.systemd:\n name: 'tomcat.service'\n enabled: yes\n daemon_reload: yes\n state: 'restarted'\n",
"license_type":... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3254,
"all_permissive": false
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.connect-distributed | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.connect-distributed/handlers/main.yml",
"content": "- name: start connect\n shell: ./connect-start.sh\n args:\n chdir: \"{{ confluent_bin_dir }}\"\n\n- name: stop connect\n shell: ./connect-stop.sh\n args:\n chdir: \"{{ confluent_bin_dir }}\"\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9379,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.control-center | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.control-center/tasks/main.yml",
"content": "- name: create data directories\n file:\n path: \"{{ control.center.datadir }}\"\n state: directory\n mode: 0755\n\n- name: control center start script \n template:\n src: control-center-start.sh.j2\n dest: \"{{ conf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6412,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.kafka-broker | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.kafka-broker/templates/server_sasl_ssl.properties.j2",
"content": "# Maintained by Ansible\nlisteners=SASL_SSL://{{ inventory_hostname }}:{{ broker.config.port }}\nadvertised.listeners=SASL_SSL://{{ inventory_hostname }}:{{ broker.config.port }}\n\n{% include './includes/base_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9964,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.kafka-rest | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.kafka-rest/files/confluent-rest.jmx.yml",
"content": "lowercaseOutputName: true\nlowercaseOutputLabelNames: true\nssl: false\nrules:\n- pattern : 'kafka.rest<type=jetty-metrics>([^:]+):'\n name: \"cp_kafka_rest_jetty_metrics_$1\"\n- pattern : 'kafka.rest<type=jersey-metrics>(... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4437,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.ksql | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.ksql/defaults/main.yml",
"content": "ksql:\n config_dir: \"{{ confluent_config_dir }}\"\n config_file: ksql-server.properties\n service_name: ksql\n systemd_override: /etc/systemd/system/confluent-ksql.service.d\n logdir: \"{{ confluent_log_dir }}\"\n datadir:\n - \"{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5304,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.preflight | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.preflight/tasks/main.yml",
"content": "---\n- name: ensure confluent home directory permissions are correct\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0775\n with_items: \"{{ confluent_home }}\"\n\n- name: ensure data directory permissions are correct... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2272,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.schema-registry | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.schema-registry/tasks/main.yml",
"content": "- name: schema-registry start script\n template:\n src: schema-registry-start.sh.j2\n dest: \"{{ confluent_bin_dir }}/schema-registry-start.sh\"\n mode: 0755\n\n- name: schema-registry stop script\n template:\n src: sc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4949,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.ssl_CA | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.ssl_CA/scripts/trust.sh",
"content": "#!/bin/bash\n\nset -o nounset \\\n -o errexit \\\n -o verbose\n# -o xtrace\n\nsource /opt/confluent/jdk.sh\n\ncd /opt/confluent/var/ssl\n# import CARoot to client truststore\nkeytool -noprompt -keystore kafka-client.truststore.jks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5071,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/confluent.zookeeper | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/confluent.zookeeper/templates/zookeeper-restart.sh.j2",
"content": "#!/bin/bash\n\n\nsource {{confluent_home}}/jdk.sh\n{% for key, value in zookeeper.environment.items() %}\nexport \"{{key}}={{value}}\"\n{% endfor %}\n\n{{confluent_home}}/confluent-{{ confluent_version }}/bin/zookeeper-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4110,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/prepare.copy_certs | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/prepare.copy_certs/tasks/main.yml",
"content": "- name: Check that the certs file exists\n stat:\n path: \"certs/{{ rio_environment }}/ssl_cert_for_{{ inventory_hostname }}.zip\"\n register: cert_found\n delegate_to: localhost\n\n- name: Check that the CA certs file exists\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 763,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/prepare.ssl_replicate | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/prepare.ssl_replicate/tasks/main.yml",
"content": "- name: copy local server truststore to server\n copy: \n src: ./kafka-server.truststore.jks\n dest: \"{{confluent_home }}/var/ssl/\"\n\n- name: copy local client truststore to server\n copy: \n src: ./kafka-client.truststore... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": true
} |
ansible_role | pbuditi/confluent-ansible | cf15a70cbece763b90f98eea16a824d122053c2f | 0 | src/roles/prepare.ssl_setup | 8,005 | [
"permissive"
] | [
{
"path": "src/roles/prepare.ssl_setup/tasks/main.yml",
"content": "- name: Check that the server truststore exists\n stat:\n path: \"{{ truststore_path }}\"\n register: server_truststore\n\n- name: Check that the client truststore exists\n stat:\n path: \"{{ truststore_client_path }}\"\n register... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1169,
"all_permissive": true
} |
ansible_role | taihon/otus-linux-pro-hw25 | 81f7b0c4ee092bbaf3cf599222b2d118ca548c5f | 0 | roles/backup_client | 8,005 | [
"no_license"
] | [
{
"path": "roles/backup_client/tasks/main.yml",
"content": "---\n- name: Install borgbackup\n ansible.builtin.yum:\n name: borgbackup\n state: present\n- name: Generate keypair\n become: true\n community.crypto.openssh_keypair:\n group: root\n path: /root/.ssh/id_rsa\n register: ssh_key\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | taihon/otus-linux-pro-hw25 | 81f7b0c4ee092bbaf3cf599222b2d118ca548c5f | 0 | roles/backup_server | 8,005 | [
"no_license"
] | [
{
"path": "roles/backup_server/tasks/main.yml",
"content": "---\n- name: Add environment variable for borg\n vars:\n os_environment:\n - key: BORG_PASSPHRASE\n value: \"<PASSWORD>$\"\n ansible.builtin.lineinfile:\n dest: \"/etc/environment\"\n state: present\n regexp: \"^{{ item.key }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3232,
"all_permissive": false
} |
ansible_role | taihon/otus-linux-pro-hw25 | 81f7b0c4ee092bbaf3cf599222b2d118ca548c5f | 0 | roles/borg_autobackup | 8,005 | [
"no_license"
] | [
{
"path": "roles/borg_autobackup/tasks/main.yml",
"content": "---\n- name: Add borg-backup service\n ansible.builtin.template:\n src: \"borg-backup.service.j2\"\n dest: \"/etc/systemd/system/borg-backup.service\"\n when: \n - backup_folder is defined\n- name: Copy borg-backup timer\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | taihon/otus-linux-pro-hw25 | 81f7b0c4ee092bbaf3cf599222b2d118ca548c5f | 0 | roles/general_settings | 8,005 | [
"no_license"
] | [
{
"path": "roles/general_settings/tasks/main.yml",
"content": "- name: Enable firewalld\n ansible.builtin.systemd:\n name: firewalld\n enabled: yes\n state: started\n- name: Install EPEL repo\n ansible.builtin.yum:\n name: epel-release\n state: installed\n# - name: Update ca-certificates\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | jhinds/vagrant-environment | b82e5759736972509cc419c9dc85d86e1fda283c | 0 | vagrant-env-playbook/roles/ansible | 8,005 | [
"no_license"
] | [
{
"path": "vagrant-env-playbook/roles/ansible/tasks/main.yml",
"content": "---\n- name: install git if not there\n apt: name=ansible\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | jhinds/vagrant-environment | b82e5759736972509cc419c9dc85d86e1fda283c | 0 | vagrant-env-playbook/roles/git | 8,005 | [
"no_license"
] | [
{
"path": "vagrant-env-playbook/roles/git/tasks/main.yml",
"content": "---\n- name: install git\n apt: name=git-core\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 45,
"all_permissive": false
} |
ansible_role | jhinds/vagrant-environment | b82e5759736972509cc419c9dc85d86e1fda283c | 0 | vagrant-env-playbook/roles/nodejs | 8,005 | [
"no_license"
] | [
{
"path": "vagrant-env-playbook/roles/nodejs/tasks/main.yml",
"content": "---\n- name: update cahce and install nodejs\n apt: update_cache=yes name=nodejs\n- name: install npm\n apt: name=npm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | jhinds/vagrant-environment | b82e5759736972509cc419c9dc85d86e1fda283c | 0 | vagrant-env-playbook/roles/python | 8,005 | [
"no_license"
] | [
{
"path": "vagrant-env-playbook/roles/python/tasks/main.yml",
"content": "---\n- name: install virtual env\n apt: name=python-virtualenv\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 62,
"all_permissive": false
} |
ansible_role | jhinds/vagrant-environment | b82e5759736972509cc419c9dc85d86e1fda283c | 0 | vagrant-env-playbook/roles/ruby | 8,005 | [
"no_license"
] | [
{
"path": "vagrant-env-playbook/roles/ruby/tasks/main.yml",
"content": "---\n- name: step 1\n shell: gpg --keyserver hkp://keys.gnupg.net --recv-keys <KEY>\n- name: install curl\n apt: name=curl\n- name: step 2\n shell: \\curl -sSL https://get.rvm.io | bash -s stablervm\n- name: source it \n shell: sour... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | fguillemette-pro/lab-formation | 475aab37d332329b7e2b6b45f9161cb32056dff1 | 0 | roles/install | 8,008 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "- name: 1. install packages\n apt: \n pkg: \n - htop\n - tmux \n state: present\n- name: 2. install fail2ban\n apt:\n name: fail2ban\n state: present",
"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": 160,
"all_permissive": false
} |
ansible_role | Afinsky/project_xwiki | efc99dc12ec58231d92b7dddcd1b8ff314915fa8 | 0 | roles/db | 8,008 | [
"no_license"
] | [
{
"path": "roles/db/defaults/main.yaml",
"content": "yum_packages:\n - MySQL-python\n - mariadb-server\n - mariadb\n\nxwiki_db_host: localhost\nxwiki_db_user: xwikiuser\nxwiki_db_name: xwiki\nxwiki_db_pass: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | Afinsky/project_xwiki | efc99dc12ec58231d92b7dddcd1b8ff314915fa8 | 0 | roles/tomcat | 8,008 | [
"no_license"
] | [
{
"path": "roles/tomcat/defaults/main.yaml",
"content": "---\nyum_packages:\n - java\n - mysql-connector-java\n\n\n\n\nfolder_tomcat_download: \"/tmp/tomcat/\"\ntomcat_download_link: \"http://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.20/bin/{{ version_tomcat }}.tar.gz\"\nversion_tomcat: \"apache-tomcat-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | Afinsky/project_xwiki | efc99dc12ec58231d92b7dddcd1b8ff314915fa8 | 0 | roles/xwiki | 8,008 | [
"no_license"
] | [
{
"path": "roles/xwiki/defaults/main.yaml",
"content": "superadmin_pass: <PASSWORD>\n\n\nxwiki_db_host: localhost\nxwiki_db_user: xwikiuser\nxwiki_db_name: xwiki\nxwiki_db_pass: <PASSWORD>\n\n#xwiki_war_url: \"http://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/platform/xwiki-platform-distribution-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/apt_mirrors | 8,008 | [
"no_license"
] | [
{
"path": "roles/apt_mirrors/tasks/main.yaml",
"content": "- name: Use apt mirror protocol in sources.list\n become: true\n when: revert is not defined or not revert\n block:\n - ansible.builtin.replace:\n path: /etc/apt/sources.list\n regexp: \"http://jp.archive\"\n replace: \"mi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/chrome | 8,008 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yaml",
"content": "- name: Install Google Chrome\n become: true\n block:\n - name: Install apt-transport-https\n ansible.builtin.apt:\n name: apt-transport-https\n state: present\n update_cache: true\n cache_valid_time: \"{{ apt_cache_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/dnsmasq | 8,008 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yaml",
"content": "- name: Setup dnsmasq as a local dns-resolver\n become: true\n block:\n - name: Install dnsmasq apt package\n become: true\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/dotfiles | 8,008 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yaml",
"content": "- name: Create dotfile symlinks\n become: false\n block:\n - name: Link .bash_aliases\n ansible.builtin.file:\n src: \"{{ role_path }}/files/.bash_aliases\"\n dest: ~/.bash_aliases\n state: link\n - name: Link .bashrc_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2981,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/fcitx5 | 8,008 | [
"no_license"
] | [
{
"path": "roles/fcitx5/handlers/main.yaml",
"content": "- name: Restart fcitx5\n become: false\n ansible.builtin.command: fcitx5 -r -d",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/fcitx5/tasks/main.yaml",
"content": "- name: Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2250,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/git | 8,008 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yaml",
"content": "- name: Install git\n become: true\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n pkg:\n - git\n - vim\n state: present\n\n- name: Set vim as git editor\n community.general.git_confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/grub | 8,008 | [
"no_license"
] | [
{
"path": "roles/grub/handlers/main.yaml",
"content": "- name: Update grub\n become: true\n ansible.builtin.shell: update-grub\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/grub/tasks/main.yaml",
"content": "- name: Grub settings\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1245,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/guake | 8,008 | [
"no_license"
] | [
{
"path": "roles/guake/tasks/main.yaml",
"content": "- name: Install guake and guake-preferences\n become: true\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n pkg:\n - dconf-cli\n - dconf-editor\n - guake\n state: present\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/kblayout | 8,008 | [
"no_license"
] | [
{
"path": "roles/kblayout/tasks/main.yaml",
"content": "- name: Overwrite jp keyboard layout file with customized version\n become: true\n ansible.builtin.copy:\n dest: /usr/share/X11/xkb/symbols/jp\n src: \"{{ role_path }}/files/jp\"\n mode: \"644\"\n backup: true\n\n- name: Set kblayout jp\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/sudoers | 8,008 | [
"no_license"
] | [
{
"path": "roles/sudoers/tasks/main.yaml",
"content": "- name: Allow the ansible user to run sudo without password\n become: true\n community.general.sudoers:\n name: \"{{ ansible_user_id }}_nopassword_sudo\"\n state: present\n user: \"{{ ansible_user_id }}\"\n commands: ALL\n nopassword: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/tlp | 8,008 | [
"no_license"
] | [
{
"path": "roles/tlp/handlers/main.yaml",
"content": "- name: Enable tlp\n become: true\n ansible.builtin.systemd:\n daemon_reload: true\n name: tlp.service\n enabled: true\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/undervolt | 8,008 | [
"no_license"
] | [
{
"path": "roles/undervolt/tasks/main.yaml",
"content": "- name: Create undervolt service and timer\n become: true\n block:\n - ansible.builtin.apt:\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n pkg:\n - pipx\n state: present\n\n - ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/unused_dirs | 8,008 | [
"no_license"
] | [
{
"path": "roles/unused_dirs/tasks/main.yaml",
"content": "- name: Remove not needed directories\n include_tasks: \"remove_dir.yaml\"\n loop:\n - \"{{ ansible_env.HOME }}/Music\"\n - \"{{ ansible_env.HOME }}/Public\"\n - \"{{ ansible_env.HOME }}/Templates\"\n - \"{{ ansible_env.HOME }}/Picture... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/vim | 8,008 | [
"no_license"
] | [
{
"path": "roles/vim/files/.vimrc",
"content": "colorscheme torte\n\n\" remap escape in insert and visual mode\ninoremap kj <Esc>\n\n\" timeout settings\nset timeoutlen=600\nset ttimeoutlen=5\n\n\" use system clipboard by default\nset clipboard=unnamedplus\n\n\" select last changed/pasted text and set visua... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3920,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/wifi_power_mgmt | 8,008 | [
"no_license"
] | [
{
"path": "roles/wifi_power_mgmt/handlers/main.yaml",
"content": "- name: Restart NetworkManager\n ansible.builtin.systemd:\n daemon_reload: true\n name: NetworkManager\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | tfausten/laptop_config | 6f321618811d36679435d41af8a775086b95e2ce | 0 | roles/xkeysnail | 8,008 | [
"no_license"
] | [
{
"path": "roles/xkeysnail/files/config.py",
"content": "from xkeysnail.transform import (\n Key,\n K,\n define_keymap,\n define_modmap,\n)\n\ndefine_keymap(\n None,\n {\n K(\"Ctrl-h\"): Key.LEFT,\n K(\"Ctrl-j\"): Key.DOWN,\n K(\"Ctrl-k\"): Key.UP,\n K(\"Ctrl-l\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | abinjacob10/Ansible | 8cd1d0714a25b703887809816ad4cae1305e5b51 | 0 | roles/base | 8,008 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for hurling\n ansible.posix.authorized_key:\n user: hurling\n key: \"<KEY>\"\n\n- name: generate sshd_config file basd on a template\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | abinjacob10/Ansible | 8cd1d0714a25b703887809816ad4cae1305e5b51 | 0 | roles/db_servers | 8,008 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb in database server. We have only Ubuntu as DB server\n when: ansible_distribution == \"Ubuntu\"\n tags: db,ubuntu,mariadb\n apt:\n name: mariadb-server\n state: latest\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | abinjacob10/Ansible | 8cd1d0714a25b703887809816ad4cae1305e5b51 | 0 | roles/web_servers | 8,008 | [
"no_license"
] | [
{
"path": "roles/web_servers/handlers/main.yml",
"content": "- name: restart_httpd\n service:\n name: \"{{ web_service }}\"\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/web_servers/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1357,
"all_permissive": false
} |
ansible_role | abinjacob10/Ansible | 8cd1d0714a25b703887809816ad4cae1305e5b51 | 0 | roles/workstation | 8,008 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/main.yml",
"content": "- name: install unzip package\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.4.6/terraform_1.4.6_linux_amd64.zip\n dest: /usr/local/bin/\n remote_src: yes\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | pve/kypo-demo-1 | d8cda3e389b450e542f5b1830e1c3795a6fb7ebd | 0 | provisioning/roles/client | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/client/tasks/main.yml",
"content": "---\n# This is a role for setting up the client.\n\n- name: Set default shell and sudo\n user:\n name: 'kypo'\n shell: '/bin/bash'\n group: 'sudo'\n append: yes\n\n- name: Create alias for server\n lineinfile:\n path: '/etc/h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | OT-OSM/redis-setup | 1ad1d14f9328b73f67688f7bbeb178291d3c8c16 | 6 | roles/redis | 8,008 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/install.yml",
"content": "---\n- name: Ensure if redis is previously installed or not\n stat:\n path: \"/usr/local/bin/redis-server\"\n register: redis_status\n\n- name: Ensure that the defined redis version is downloaded {{ redis_version }}\n unarchive:\n src: \"http:/... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8675,
"all_permissive": false
} |
ansible_role | OT-OSM/redis-setup | 1ad1d14f9328b73f67688f7bbeb178291d3c8c16 | 6 | roles/redis-cluster | 8,008 | [
"no_license"
] | [
{
"path": "roles/redis-cluster/tasks/leader.yml",
"content": "---\n- name: Including variables for the Redis Leader\n include_vars: leader.yml\n\n- name: Ensure the configuration directories are present for Leader\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n owner: redis\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9871,
"all_permissive": false
} |
ansible_role | OT-OSM/redis-setup | 1ad1d14f9328b73f67688f7bbeb178291d3c8c16 | 6 | roles/sentinel | 8,008 | [
"no_license"
] | [
{
"path": "roles/sentinel/templates/redis-sentinel.service.j2",
"content": "[Unit]\nDescription=Redis persistent key-value database\nAfter=network.target\n\n[Service]\nExecStart=/usr/local/bin/redis-sentinel {{ redis_conf_file_location }}/sentinel.conf\nExecStop=/bin/redis-cli shutdown\nType=simple\nUser=re... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2102,
"all_permissive": false
} |
ansible_role | jaydabi/kubernetes | da30214c5c352473ba1f40c89ce7bfad11a6f0ae | 0 | roles/kubernetes | 8,008 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/init_single_node_cluster.yml",
"content": "---\n\n- name: allow scheduling of workloads on the master\n command: kubectl taint nodes --all node-role.kubernetes.io/master-\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3858,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/docker | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n- name: Add Docker dnf repository\n become: true\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docer-ce.repo\n\n- name: Add packages\n become: true\n dnf:\n name: \"{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/install-kolla | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/install-kolla/vars/main.yml",
"content": "---\nkolla_ansible_dependencies:\n - libffi-devel\n - gcc\n - openssl-devel\n\nkolla_ansible_pip_dependencies:\n - ansible\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1892,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/nfs | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/nfs/handlers/main.yml",
"content": "---\n- name: Reload nfs server\n become: true\n service:\n name: nfs-server\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "provisioning/roles/nfs/tasks/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/openstack-cinder-nfs | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/openstack-cinder-nfs/tasks/main.yml",
"content": "---\n- name: Configure Cinder NFS backend Storage\n become: true\n lineinfile:\n path: /etc/kolla/config/nfs_shares\n create: true\n line: \"openstack-kolla:/cinder_export\"\n owner: vagrant\n group: vagrant\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/openstack-client | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/openstack-client/vars/main.yml",
"content": "---\nopenstack_client_packages:\n - centos-release-openstack-victoria\n - python3-openstackclient\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "provisioning/roles/open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/prepare-system | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/prepare-system/tasks/main.yml",
"content": "---\n- name: Update host\n become: true\n dnf:\n name: \"*\"\n state: latest\n notify:\n - Restart system\n\n- name: Enable EPEL Repository on CentOS 8\n become: true\n dnf:\n name: epel-release\n state: latest\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/prepare-vagrant-vm | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/prepare-vagrant-vm/tasks/main.yml",
"content": "---\n- name: Install public key for ssh connection\n authorized_key:\n user: vagrant\n state: present\n key: \"{{ lookup('file', './id_rsa.pub') }}\"\n\n- name: Copy private ssh key for ssh connection\n copy:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/python | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/python/vars/main.yml",
"content": "---\npython_packages:\n - python3-devel\n - python3-pip\n - python3-libselinux\n - python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "provisioning/roles/python/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | arnalpascal/openstack-kolla-lab | 001f58737abcdab7ebe1ce270c7aa2a1fd391ea9 | 0 | provisioning/roles/terraform | 8,008 | [
"no_license"
] | [
{
"path": "provisioning/roles/terraform/tasks/main.yml",
"content": "---\n- name: Install packages before terraform\n become: true\n package: \n name: \"{{ item }}\"\n state: latest\n loop:\n - wget\n - unzip\n\n- name: terraform install\n become: true\n unarchive:\n src: https://release... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 330,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.