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 | hoangndst/middle | 1d83b65f035d8a0cc22563e251ce70b6183a8252 | 0 | ansible/roles/log | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/log/tasks/deploy.yaml",
"content": "- name: Run docker image hoangndst/fluentd:latest\n docker_container:\n name: fluentd\n image: hoangndst/fluentd:latest\n restart_policy: unless-stopped\n networks:\n - name: \"{{ NETWORK_NAME }}\"\n hostname: fluentd\n vol... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1654,
"all_permissive": false
} |
ansible_role | hoangndst/middle | 1d83b65f035d8a0cc22563e251ce70b6183a8252 | 0 | ansible/roles/web | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/setup.yaml",
"content": "- name: Check if python3-pip is installed\n apt:\n name: python3-pip\n state: present\n become: yes\n tags: python3-pip\n- name: Install docker module for python if not exists\n pip:\n name: docker\n state: present\n become: yes\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1331,
"all_permissive": false
} |
ansible_role | CLEMREP/devops_tp | 350f616413149dfff20acee0d7052c4c035e0f53 | 1 | tp_ansible/roles/pg_backup | 1,019 | [
"no_license"
] | [
{
"path": "tp_ansible/roles/pg_backup/vars/main.yaml",
"content": "---\ndb_name: \"postgres\"\nbackup_dir: \"/tmp\"\nlocal_backup_dir: \"../backups\"\nbackup_file: \"backupv1_{{ db_name }}_{{ ansible_date_time.iso8601_basic_short }}.sql\"\n\ndb_user: \"postgres\"\ndb_password: \"<PASSWORD>\"\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1260,
"all_permissive": false
} |
ansible_role | CLEMREP/devops_tp | 350f616413149dfff20acee0d7052c4c035e0f53 | 1 | tp_ansible/roles/pg_backup_v2 | 1,019 | [
"no_license"
] | [
{
"path": "tp_ansible/roles/pg_backup_v2/tasks/main.yaml",
"content": "---\n- name: Créer le répertoire de backup local s'il n'existe pas\n ansible.builtin.file:\n path: \"{{ local_backup_dir }}\"\n state: directory\n delegate_to: localhost\n become: false\n\n- name: Effectuer un dump de la base de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | CLEMREP/devops_tp | 350f616413149dfff20acee0d7052c4c035e0f53 | 1 | tp_ansible/roles/pg_install | 1,019 | [
"no_license"
] | [
{
"path": "tp_ansible/roles/pg_install/defaults/main.yaml",
"content": "---\npostgresql_packages:\n - postgresql-15\n - python3-psycopg2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "tp_ansible/roles/pg_install/tasks/main.yaml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | CLEMREP/devops_tp | 350f616413149dfff20acee0d7052c4c035e0f53 | 1 | tp_ansible/roles/pg_replica | 1,019 | [
"no_license"
] | [
{
"path": "tp_ansible/roles/pg_replica/defaults/main.yml",
"content": "---\n# Variables de réplication PostgreSQL\nbackup_dir: /tmp/postgres_backup\nbackup_file: \"{{ backup_dir }}/postgres_backup.sql\"\ndb_name: \"{{ postgresql_db_name }}\"\ndb_user: \"{{ postgresql_user }}\"\ndb_password: \"{{ <PASSWORD> ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2261,
"all_permissive": false
} |
ansible_role | CLEMREP/devops_tp | 350f616413149dfff20acee0d7052c4c035e0f53 | 1 | tp_ansible/roles/pg_setup | 1,019 | [
"no_license"
] | [
{
"path": "tp_ansible/roles/pg_setup/tasks/main.yaml",
"content": "- name: Install sshpass\n ansible.builtin.apt:\n name: sshpass\n state: present\n become: yes\n become_user: root\n\n- name: Démarrer et activer le service postgresql\n ansible.builtin.service:\n name: postgresql\n state: sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3395,
"all_permissive": false
} |
ansible_role | tamalin/gen-dev-env | f0786af03f87792e0617257a7f28ee012555c3ae | 0 | ansible/roles/bootstrap-ansible | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-ansible/tasks/main.yml",
"content": "---\n\n- name: Fail if ansible version is not at least {{ dev_env.ansible.min_ver }}\n fail:\n msg: >-\n These playbooks require at least Ansible {{ dev_env.ansible.min_ver }}\n and you are using Ansible {{ ansible_version... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | tamalin/gen-dev-env | f0786af03f87792e0617257a7f28ee012555c3ae | 0 | ansible/roles/bootstrap-go | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-go/tasks/main.yml",
"content": "---\n\n- name: Retrieve available go version details\n uri:\n url: \"{{ go_download_base_url }}/?mode=json\"\n check_mode: False\n register: go_versions_lookup_result\n\n- name: Select latest available version of go\n set_fact:\n g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | tamalin/gen-dev-env | f0786af03f87792e0617257a7f28ee012555c3ae | 0 | ansible/roles/bootstrap-libvirt | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-libvirt/tasks/main.yml",
"content": "---\n\n- name: Install required packages\n become: yes\n package:\n name: \"{{ libvirt_required_packages }}\"\n state: \"present\"\n register: required_packages_installed\n\n# The security driver blocks being able to use a dire... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2806,
"all_permissive": false
} |
ansible_role | tamalin/gen-dev-env | f0786af03f87792e0617257a7f28ee012555c3ae | 0 | ansible/roles/bootstrap-terraform | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-terraform/tasks/main.yml",
"content": "---\n\n- name: Download terraform {{ terraform_version }} zip file\n get_url:\n url: \"{{ terraform_url }}\"\n dest: \"{{ role_path }}/files/{{ terraform_zip_file }}\"\n checksum: \"sha256:{{ terraform_sha256_url }}\"\n che... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4218,
"all_permissive": false
} |
ansible_role | zdanovich89/ansible_playbooks | c20e231d8d665594f072ffda4e8fa8d0421544b9 | 0 | roles/deploy_apache_web | 1,019 | [
"no_license"
] | [
{
"path": "roles/deploy_apache_web/tasks/main.yml",
"content": "---\n# tasks file for deploy_apache_web\n\n- block: # ====Block for REDHAT==== \n - name: Install Apache Web Server for RedHat\n yum: name=httpd state=latest\n - name: Start WebServer and make it enable on boot\n service: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2100,
"all_permissive": false
} |
ansible_role | ericxnhu/passdemo | c20da830bfee724ecfa924ccedc89bf542470252 | 0 | roles/basics | 1,019 | [
"no_license"
] | [
{
"path": "roles/basics/tasks/backup_main.yml",
"content": "- name: Update root Password\n vars:\n testaccount: root\n testpassword: <PASSWORD>\n user: \n name: \"{{testaccount}}\"\n update_password: always \n password: \"{{<PASSWORD>}}\"\n\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/ceph_apps | 1,019 | [
"no_license"
] | [
{
"path": "roles/ceph_apps/tasks/main.yml",
"content": "---\n- name: Creation du filesystem\n include_tasks: create.yml\n when: inventory_hostname == groups['mons'][0]\n\n- name: Configuration du montage sur tous les containers\n include_tasks: use.yml\n\n",
"license_type": "no_license",
"detecte... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/ceph_mons | 1,019 | [
"no_license"
] | [
{
"path": "roles/ceph_mons/tasks/lvm_container.yml",
"content": "---\n- name: Ne pas utiliser les règles udev\n lineinfile:\n path: \"/etc/lvm/lvm.conf\"\n regexp: 'udev_rules ='\n line: ' udev_rules = 0'\n \n- name: Ne pas utiliser de synchro udev\n lineinfile:\n path: \"/etc/lvm/lvm.... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 13150,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/ceph_osds | 1,019 | [
"no_license"
] | [
{
"path": "roles/ceph_osds/templates/override.conf.j2",
"content": "[Service]\nExecStart=\nExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup disk\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/ceph_os... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6840,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/container_create | 1,019 | [
"no_license"
] | [
{
"path": "roles/container_create/tasks/lvm.yml",
"content": "---\n- name: Installation de lvm2\n apt:\n name:\n - lvm2\n state: present\n\n- name: Creation du vg\n lvg:\n vg: \"{{ vg }}\"\n pvs: \"{{ device }}\"\n\n- name: Création du lv\n lvol:\n vg: \"{{ vg }}\"\n lv: \"{{ lv }}... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4172,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/container_delete | 1,019 | [
"no_license"
] | [
{
"path": "roles/container_delete/defaults/main.yml",
"content": "---\ncontainer_name: infra\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/container_delete/tasks/disable.yml",
"content": "---\n- name: Disable the container_name nspawn... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/docker_apps | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker_apps/tasks/main.yml",
"content": "---\n# https://github.com/Brindster/docker-plugin-cephfs\n- name: Installer le plugin cephfs\n ignore_errors: yes\n shell: >\n docker plugin install --alias cephfs sebt3/docker-plugin-cephfs:master CLUSTER_NAME=ceph CLIENT_NAME=dockeruser SERVER... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/docker_masters | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker_masters/tasks/main.yml",
"content": "---\n- name: Installation des binaires\n include_tasks: install.yml\n\n- name: Configuration du 1er master\n include_tasks: first_master.yml\n when: inventory_hostname == groups['masters'][0]\n\n- name: Configuration des autres master\n includ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/docker_slaves | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker_slaves/tasks/main.yml",
"content": "---\n- name: Installation des binaires\n include_tasks: install.yml\n\n- name: Rejoindre le cluster en temps que \"slave\"\n include_tasks: join.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | sebt3/nspawn_test_archs | 6843f135b0a83f3f588359252c56f2098cb55d2e | 0 | roles/nspawn_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/nspawn_install/tasks/debian.yml",
"content": "---\n- name: Ensure dependencies are installed.\n apt:\n name:\n - systemd-container\n - debootstrap\n - rsync\n - ntpdate\n \n state: present\n\n- name: Allow for unprivileged userNameSpace clone\n lineinfile:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | Kalganaff/AnsibleWin | dec1b8b7553a3b91e2aa929f10b27fd60d8c785b | 0 | roles/win | 1,019 | [
"no_license"
] | [
{
"path": "roles/win/templates/start_pr.ps1.j2",
"content": "#Качаем обновленные файлы\nC:\\pscp.exe -r -pw Xudoy286 \"{{ ip_slave }}\":{{ path_prog }} {{ path_win_prog }}\n#Запускаем сборку\n{{ path_makensisw }} {{ path_nsis }}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2916,
"all_permissive": false
} |
ansible_role | LenkaSeg/ansible_project | ae55b1d968174264357cf95b446778d773d8ba65 | 0 | playbooks/roles/ntp | 1,019 | [
"no_license"
] | [
{
"path": "playbooks/roles/ntp/tasks/main.yml",
"content": "- name: install ntp (network time protocol)\n package:\n name: ntp\n state: present\n\n\n- name: set timezone to UTC\n timezone: UTC\n\n\n- name: make sure that main.yml starts the server so the time starts syncing\n systemd:\n name: nt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/custumer_db_config | 1,019 | [
"no_license"
] | [
{
"path": "roles/custumer_db_config/tasks/main.yml",
"content": "---\n- name: 'Cria o banco Custumers'\n mysql_db:\n name: \"{{ custumer_db_name }}\"\n login_user: root\n state: present\n\n- name: 'Cria o usuário do MySQL'\n mysql_user:\n login_user: root\n name: \"{{ custumer_db_username }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2027,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/firewalld_disable | 1,019 | [
"no_license"
] | [
{
"path": "roles/firewalld_disable/tasks/main.yml",
"content": "---\n- name: Stop and Disable Firewalld\n become: true\n service:\n name: firewalld\n state: stopped\n enabled: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/flume_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/flume_install/templates/start-flume.sh.j2",
"content": "#!/bin/bash\necho \"Init Flume\"\n\nif [ $USER != \"{{ hadoop_user }}\" ]; then\n echo \"Script must be run as user: {{ hadoop_user }}\"\n exit -1\nfi\n\ncd {{ flume_home }}\n\nbin/flume-ng agent --conf ./conf/ -f conf/tw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3368,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/hadoop_cluster_scripts | 1,019 | [
"no_license"
] | [
{
"path": "roles/hadoop_cluster_scripts/templates/start-spark.sh.j2",
"content": "#!/bin/bash\n\nif [ $USER != \"{{ hadoop_user }}\" ]; then\n echo \"Script must be run as user: {{ hadoop_user }}\"\n exit -1\nfi\n\n#Start Server history\n$SPARK_HOME/sbin/start-history-server.sh\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2966,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/hadoop_config | 1,019 | [
"no_license"
] | [
{
"path": "roles/hadoop_config/templates/workers.j2",
"content": "{{ hostvars[groups['hdp_node01'][0]].host_name }}\n{{ hostvars[groups['hdp_node02'][0]].host_name }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/hadoop_config/tasks/main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2362,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/hadoop_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/hadoop_install/tasks/main.yml",
"content": "---\n - name: Check if Hadoop has already installed\n become: true\n stat:\n path: \"{{ hadoop_home }}\"\n register: hadoop_folder\n\n - name: Copy Hadoop to /opt/\n become: true\n unarchive:\n src: files/hadoop-3.1.3.tar.gz\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/hadoop_user | 1,019 | [
"no_license"
] | [
{
"path": "roles/hadoop_user/tasks/main.yml",
"content": "---\n - name: Check if .ssh folder exists\n become: true\n stat:\n path: \"/home/{{ hadoop_user }}\"\n register: user_folder\n\n - name: 'Create hadoop password'\n become: true\n command: \"python -c 'import crypt; print crypt.crypt(\\\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/hive_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/hive_install/templates/init-hive.sh.j2",
"content": "#!/bin/bash\n\nif [ $USER != \"{{ hadoop_user }}\" ]; then\n echo \"Script must be run as user: {{ hadoop_user }}\"\n exit -1\nfi\n\n\ncd $HIVE_HOME/bin\n\necho \"Init Postgresql Schema...\"\n\nschematool -dbType postgres -i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6574,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/kafka_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/kafka_install/tasks/main.yml",
"content": "---\n - name: Check if Kafka has already installed\n become: true\n stat:\n path: \"{{ kafka_home }}\"\n register: kafka_folder\n\n - name: Copy Kafka to /opt/\n become: true\n unarchive:\n src: files/kafka.tar.gz\n dest: '/op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/mysql_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/mysql_install/tasks/main.yml",
"content": "---\n - name: Check if Mysql has already installed\n become: true\n stat:\n path: \"/var/lib/mysql\"\n register: mysql_present\n\n - name: Download MySQL Community Repo\n become: true\n get_url:\n url: \"{{ mysql_repo}}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/network | 1,019 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: Copy hosts to /etc/hosts\n become: true\n template:\n src: 'templates/hosts.j2'\n dest: /etc/hosts\n\n- name: Add Ansible inventory mappings to /etc/hosts\n become: true\n blockinfile:\n path: /etc/hosts\n block: |\n {% ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/nifi_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/nifi_install/tasks/main.yml",
"content": "---\n - name: Check if NIFI has already installed\n become: true\n stat:\n path: \"{{ nifi_home }}\"\n register: nifi_folder\n\n - name: Copy NIFI to /opt/\n become: true\n unarchive:\n src: files/nifi-1.10.0.tar.gz\n dest: '/o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/openjdk | 1,019 | [
"no_license"
] | [
{
"path": "roles/openjdk/tasks/main.yml",
"content": "---\n- name: 'Install OpenJDK 8'\n yum:\n name: \"java-1.8.0-openjdk-devel\"\n state: present\n become: yes\n\n- name: Define JAVA_HOME environment variable\n lineinfile:\n path: '/home/{{ hadoop_user }}/.bash_profile'\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/postgresql_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/postgresql_install/tasks/main.yml",
"content": "---\n - name: Check if PostgreSQL has already installed\n become: true\n stat:\n path: \"/usr/pgsql-11/\"\n register: postgresql_folder\n\n - name: Ajust Yum Repository\n become: true\n copy:\n src: files/CentOS-Base... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1512,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/spark_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/spark_install/meta/main.yml",
"content": "---\ndependencies:\n - hadoop_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/spark_install/tasks/main.yml",
"content": "---\n - name: Check if Spark has already install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4670,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/sqoop_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/sqoop_install/templates/create-job.sh.j2",
"content": "#!/bin/bash\nif [ $USER != \"{{ hadoop_user }}\" ]; then\n echo \"Script must be run as user: {{ hadoop_user }}\"\n exit -1\nfi\n\n\nsqoop job --create customerJob -- import --connect jdbc:mysql://10.220.0.21:3306/custumer... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/ssh_folder | 1,019 | [
"no_license"
] | [
{
"path": "roles/ssh_folder/tasks/main.yml",
"content": "---\n- name: Check if .ssh folder exists\n become: true\n stat:\n path: \"/home/{{ hadoop_user }}/.ssh/\"\n register: ssh_folder\n\n- name: Create .ssh Folder\n become: true\n file:\n path: \"/home/{{ hadoop_user }}/.ssh/\"\n recurse: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/ssh_key_generate | 1,019 | [
"no_license"
] | [
{
"path": "roles/ssh_key_generate/tasks/main.yml",
"content": "---\n - name: Copy hdp-key Private Key\n become: true\n copy:\n src: files/id_rsa\n dest: '/home/{{ hadoop_user }}/.ssh/{{ ssh_key_name }}'\n owner: \"{{ hadoop_user }}\"\n group: \"{{ hadoop_user }}\"\n mode: '0400'\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/ssh_key_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/ssh_key_install/meta/main.yml",
"content": "---\ndependencies:\n - ssh_folder\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/ssh_key_install/tasks/main.yml",
"content": "---\n- name: Set authorized key taken from file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/sshd_config | 1,019 | [
"no_license"
] | [
{
"path": "roles/sshd_config/tasks/main.yml",
"content": "- name: Enable Port 22\n become: true\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: '^#Port 22'\n line: \"Port 22\"\n state: present\n backup: yes\n notify:\n - restart sshd\n\n- name: Enable ListenAddress First Line\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/streamsets_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/streamsets_install/tasks/main.yml",
"content": "---\n - name: Check if Streamsets has already installed\n become: true\n stat:\n path: \"{{ streamsets_home }}\"\n register: streamsets_folder\n\n - name: Copy Streamsets to /opt/\n become: true\n unarchive:\n src: files/stre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | mateusmcosta/data-lake-provisioning | 57bdef3c65ea0cee39a8e49dc96fee02b8014dc3 | 0 | roles/zip_install | 1,019 | [
"no_license"
] | [
{
"path": "roles/zip_install/tasks/main.yml",
"content": "---\n - name: 'Install Zip'\n yum:\n name: \"zip\"\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | anwesha988/good-ansible | d45159b84d7d4ad0029c8a14458e90ab049a6ab0 | 0 | roles/add_osp_inventory | 1,019 | [
"no_license"
] | [
{
"path": "roles/add_osp_inventory/handlers/main.yml",
"content": "---\n# handlers file for add_osp_inventory",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/add_osp_inventory/tests/test.yml",
"content": "---\n- hosts: localhost\n remote... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | anwesha988/good-ansible | d45159b84d7d4ad0029c8a14458e90ab049a6ab0 | 0 | roles/deploy_postgres | 1,019 | [
"no_license"
] | [
{
"path": "roles/deploy_postgres/handlers/main.yml",
"content": "---\n# handlers file for deploy_postgres",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/deploy_postgres/tasks/main.yml",
"content": "---\n# tasks file for deploy_postgres\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | anwesha988/good-ansible | d45159b84d7d4ad0029c8a14458e90ab049a6ab0 | 0 | roles/deploy_tomcat | 1,019 | [
"no_license"
] | [
{
"path": "roles/deploy_tomcat/tasks/main.yml",
"content": "---\n# tasks file for deploy_tomcat\n- name: install tomcat\n package:\n name: tomcat\n state: latest\n- name: create ansible tomcat directory\n file:\n path: /usr/share/tomcat/webapps/ROOT\n state: directory\n- name: copy static inde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | personal-natan/ansible-docker-deployment | 498b953135258306fe4cfd79a285819c58eebab5 | 0 | roles/docker-deploy-service | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker-deploy-service/tasks/main.yml",
"content": "---\n\n- name: Deploy a service\n loop: \"{{ services }}\"\n community.docker.docker_swarm_service:\n state: present\n name: \"{{ item.name_service }}\"\n image: \"{{ item.image }}\"\n replicas: \"{{ item.replica }}\"\n pub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | personal-natan/ansible-docker-deployment | 498b953135258306fe4cfd79a285819c58eebab5 | 0 | roles/docker-installation | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker-installation/tasks/main.yml",
"content": "---\n\n- name: install prerequisites\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n update_cache: yes\n\n- name: add apt-key\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | personal-natan/ansible-docker-deployment | 498b953135258306fe4cfd79a285819c58eebab5 | 0 | roles/docker-logging | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker-logging/tasks/main.yml",
"content": "---\n\n- name: Get info from a service\n community.docker.docker_swarm_service_info:\n name: \"{{ item.name_service }}\"\n loop: \"{{ services }}\"\n register: output\n\n- name: print the description\n loop: \"{{ output.results }}\"\n debu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | personal-natan/ansible-docker-deployment | 498b953135258306fe4cfd79a285819c58eebab5 | 0 | roles/docker-swarm-init | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-init/tasks/main.yml",
"content": "---\n\n- name: Init a new swarm with default parameters\n community.docker.docker_swarm:\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/docker-swarm-init/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | personal-natan/ansible-docker-deployment | 498b953135258306fe4cfd79a285819c58eebab5 | 0 | roles/docker-volumes | 1,019 | [
"no_license"
] | [
{
"path": "roles/docker-volumes/handlers/main.yml",
"content": "---\n# handlers file for roles/docker-volumes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/docker-volumes/defaults/main.yml",
"content": "---\n# defaults file for roles/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | colinbruner/homelab-k8s | 524efde41b9b353d10378ba677c1195a1247ff30 | 0 | automation/ansible/pxe/roles/pxe | 1,019 | [
"no_license"
] | [
{
"path": "automation/ansible/pxe/roles/pxe/tasks/talos.yml",
"content": "# step1: determine arm64 vs amd64 -> {{ target_arch }}\r\n# step2: \r\n# for item in talos_versions: download vmlinuz\r\n# https://github.com/siderolabs/talos/releases/download/{{ item }}/vmlinuz-{{ target_arch }}\r\n# https... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7745,
"all_permissive": false
} |
ansible_role | djangokit/djangokit | 5af580a20a4d9e96f23575cab292c6dffc28137b | 4 | website/ansible/roles/deploy | 1,019 | [
"no_license"
] | [
{
"path": "website/ansible/roles/deploy/templates/djangokit.conf.j2",
"content": "server {\n server_name {{ public_hostname }};\n\n listen 80;\n listen [::]:80;\n\n if ($host != $server_name) {\n return 403;\n }\n\n return 301 https://$host$request_uri;\n}\n\nserver {\n server_na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7114,
"all_permissive": false
} |
ansible_role | djangokit/djangokit | 5af580a20a4d9e96f23575cab292c6dffc28137b | 4 | website/ansible/roles/prepare | 1,019 | [
"no_license"
] | [
{
"path": "website/ansible/roles/prepare/tasks/main.yaml",
"content": "---\n# App\n\n- name: <LOCAL> Remove app build directory & archive\n tags:\n - prepare-app\n - prepare-app-clean\n - deploy-app\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ app_build_dir }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4506,
"all_permissive": false
} |
ansible_role | djangokit/djangokit | 5af580a20a4d9e96f23575cab292c6dffc28137b | 4 | website/ansible/roles/provision | 1,019 | [
"no_license"
] | [
{
"path": "website/ansible/roles/provision/tasks/main.yaml",
"content": "---\n- name: Set host name\n tags:\n - provision-hostname\n hostname:\n name: \"{{ public_hostname }}\"\n\n- name: Set timezone\n tags:\n - provision-timezone\n timezone:\n name: America/Los_Angeles\n\n- name: Update pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3110,
"all_permissive": false
} |
ansible_role | Nicuz/raspberry-pi-ansible | b6d6ec422e8a91a2afdac4975f4f0e9a7f840b72 | 0 | roles/adguardhome | 1,019 | [
"no_license"
] | [
{
"path": "roles/adguardhome/main.yaml",
"content": "# Original script:\n# https://github.com/maldevel/blue-team/blob/master/hardening/debian-server-9-hardening-lvl1.sh\n\n---\n- hosts: all\n pre_tasks:\n - name: Check if port 3000 is open\n shell: iptables -S | grep -w \"3000\"\n ignore_error... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | Nicuz/raspberry-pi-ansible | b6d6ec422e8a91a2afdac4975f4f0e9a7f840b72 | 0 | roles/hardening | 1,019 | [
"no_license"
] | [
{
"path": "roles/hardening/tasks/chmod.yaml",
"content": "- block:\n - name: chmod 0750 /var/run/dbus\n file:\n path: /var/run/dbus\n state: directory\n mode: 0750\n\n - name: chmod 0750 /run/sshd\n file:\n path: /run/sshd\n state: directory\n mode: 0750\n\n - name: ch... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6028,
"all_permissive": false
} |
ansible_role | Nicuz/raspberry-pi-ansible | b6d6ec422e8a91a2afdac4975f4f0e9a7f840b72 | 0 | roles/setup | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/check_wheel.yaml",
"content": "- name: Ensure that \"wheel\" group exists\n group:\n name: wheel\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/setup/tasks/wheel_sudoers.yaml",
"conten... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | StaryVena/homelab | 4c7e42b9a67fa6b8b8aa8368220b9cf6cbde0ad5 | 0 | ansible/roles/add-ansible-user | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/add-ansible-user/tasks/main.yml",
"content": "---\n- name: Create Ansible user\n ansible.builtin.user:\n name: ansible\n group: ansible\n shell: '/bin/bash'\n\n- name: Add Ansible ssh key\n ansible.posix.authorized_key:\n user: ansible\n key: \"<KEY> ansible@command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | StaryVena/homelab | 4c7e42b9a67fa6b8b8aa8368220b9cf6cbde0ad5 | 0 | ansible/roles/proxmox-cluster-manager | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox-cluster-manager/handlers/main.yml",
"content": "---\n- name: Create cluster\n ansible.builtin.command: \"pvecm create {{ proxmox_cluster_name }}\"\n when: \"cluster_status.rc==1\"\n register: output\n changed_when: output.rc != 0\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | StaryVena/homelab | 4c7e42b9a67fa6b8b8aa8368220b9cf6cbde0ad5 | 0 | ansible/roles/proxmox-postinstall | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox-postinstall/handlers/main.yml",
"content": "---\n- name: Restart pveproxy\n ansible.builtin.service:\n name: pveproxy\n state: restarted\n\n- name: Update and upgrade apt packages\n ansible.builtin.apt:\n upgrade: true\n update_cache: true\n cache_valid_time... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1529,
"all_permissive": false
} |
ansible_role | StaryVena/homelab | 4c7e42b9a67fa6b8b8aa8368220b9cf6cbde0ad5 | 0 | ansible/roles/proxmox-remove-enterprise-repo | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox-remove-enterprise-repo/tasks/main.yml",
"content": "---\n- name: Remove the enterprise repo from sources list\n ansible.builtin.file:\n path: /etc/apt/sources.list.d/pve-enterprise.list\n state: absent\n notify:\n - Update and upgrade apt packages\n\n- name: Remov... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | richlewis14/touch_rugby_locations | 5c922a59bd1c7f8d287d7ae7a6440843de88cd27 | 0 | deployment/roles/application | 1,039 | [
"no_license"
] | [
{
"path": "deployment/roles/application/templates/touch_rugby_nginx.j2",
"content": "server {\n listen 80 default_server;\n server_name localhost;\n\n location / {\n passenger_enabled on;\n root {{ app.main_dir }}/public;\n\n # Tell Passenger that your app is a Node.js app\n passenger_app_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2405,
"all_permissive": false
} |
ansible_role | richlewis14/touch_rugby_locations | 5c922a59bd1c7f8d287d7ae7a6440843de88cd27 | 0 | deployment/roles/common | 1,039 | [
"no_license"
] | [
{
"path": "deployment/roles/common/tasks/main.yml",
"content": "---\n\n- name: Upgrade apt packages\n apt: upgrade=yes\n update_cache=yes\n\n- name: Install NTP\n apt: pkg=ntp\n tags: common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | richlewis14/touch_rugby_locations | 5c922a59bd1c7f8d287d7ae7a6440843de88cd27 | 0 | deployment/roles/mongodb | 1,039 | [
"no_license"
] | [
{
"path": "deployment/roles/mongodb/tasks/main.yml",
"content": "# defaults file for mongodb install\n\n# Add an apt key by id from a keyserver\n- name: Add PGP key\n apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=EA312927\n tags: mongodb\n\n- name: add mongodb repository\n apt_repository: \"repo='d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | richlewis14/touch_rugby_locations | 5c922a59bd1c7f8d287d7ae7a6440843de88cd27 | 0 | deployment/roles/nginx | 1,039 | [
"no_license"
] | [
{
"path": "deployment/roles/nginx/tasks/main.yml",
"content": "---\n# defaults file for nginx install\n- name: install nginx\n apt: name=nginx state=present update_cache=yes\n tags: nginx\n\n# Auto enable nginx\n- name: nginx auto start on boot\n service: name=nginx enabled=yes\n tags: nginx\n\n# Update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1335,
"all_permissive": false
} |
ansible_role | richlewis14/touch_rugby_locations | 5c922a59bd1c7f8d287d7ae7a6440843de88cd27 | 0 | deployment/roles/nginx-passenger | 1,039 | [
"no_license"
] | [
{
"path": "deployment/roles/nginx-passenger/tasks/main.yml",
"content": "---\n\n# Install PGP key and add HTTPS support for APT\n- name: Install the libcurl GnuTLS development files that Passenger requires\n apt: name=libcurl4-gnutls-dev state=present\n\n # Add an apt key by id from a keyserver\n- name: A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2379,
"all_permissive": false
} |
ansible_role | richlewis14/touch_rugby_locations | 5c922a59bd1c7f8d287d7ae7a6440843de88cd27 | 0 | deployment/roles/nodejs | 1,039 | [
"no_license"
] | [
{
"path": "deployment/roles/nodejs/templates/nginx_site_config.j2",
"content": "server {\n listen 8080 default_server;\n server_name localhost;\n\n location / {\n passenger_enabled on;\n root {{ app.main_dir }}/app/public;\n\n # Tell Passenger that your app is a Node.js app\n passenger_app_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | richlewis14/touch_rugby_locations | 5c922a59bd1c7f8d287d7ae7a6440843de88cd27 | 0 | deployment/roles/python | 1,039 | [
"no_license"
] | [
{
"path": "deployment/roles/python/tasks/main.yml",
"content": "---\n- name: Install python dependencies\n apt: name={{ system_packages }} state=present\n tags:\n - python\n - python-dependencies\n\n\n- name: Install python libs\n apt: name={{ other_python_pkgs }} state=present\n tags:\n - pyth... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | tateishi/playbook-desktop | 5164a64af66f9d0978d871729885a539d3029b91 | 0 | roles/docker | 1,039 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: docker_host\n become: true\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n update_cache: true\n\n- name: add apt-key\n become: true\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | tateishi/playbook-desktop | 5164a64af66f9d0978d871729885a539d3029b91 | 0 | roles/nocaps | 1,039 | [
"no_license"
] | [
{
"path": "roles/nocaps/tasks/main.yml",
"content": "---\n# tasks file for nocaps\n\n- name: CapsLock -> Ctrl configuration\n become: true\n blockinfile:\n dest: \"{{ keyboard_config_file }}\"\n block: |\n XKBOPTIONS=\"ctrl:nocaps\"\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | tateishi/playbook-desktop | 5164a64af66f9d0978d871729885a539d3029b91 | 0 | roles/sudoers | 1,039 | [
"no_license"
] | [
{
"path": "roles/sudoers/defaults/main.yml",
"content": "---\n# defaults file for sudoers\n\ndefault_user: \"ubuntu\"\nsudoers_configuration_file: \"/etc/sudoers.d/10-ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/sudoers/tasks/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/0install | 1,039 | [
"no_license"
] | [
{
"path": "roles/0install/tasks/main.yml",
"content": "---\n\n- name: 0install is installed\n apt:\n name: [\n '0install',\n ]\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/base-console-tools | 1,039 | [
"no_license"
] | [
{
"path": "roles/base-console-tools/tasks/main.yml",
"content": "---\n\n- name: base console tools are installed\n apt:\n name: [\n 'screen',\n 'tmux',\n 'rename',\n 'net-tools',\n 'mosh',\n 'wget',\n 'curl',\n 'vim'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/clean-up | 1,039 | [
"no_license"
] | [
{
"path": "roles/clean-up/tasks/main.yml",
"content": "---\n\n- name: old dependency packages removed\n apt:\n autoremove: yes\n\n- name: non installed packages configuration purged\n command: apt-get purge -y '~c'\n register: purge_config\n changed_when: \"'The following packages will be REMOVED' in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/cpp-dev-tools | 1,039 | [
"no_license"
] | [
{
"path": "roles/cpp-dev-tools/tasks/main.yml",
"content": "---\n\n- name: C++ tools are installed\n apt:\n name: [\n 'gcc',\n 'gdb',\n 'clang',\n 'clang-tools',\n 'clang-tidy',\n 'clang-format',\n 'cmake',\n 'ninja-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/desktop-shortcuts | 1,039 | [
"no_license"
] | [
{
"path": "roles/desktop-shortcuts/tasks/main.yml",
"content": "---\n\n- name: eduvm launcher \n copy:\n src: eduvm.desktop\n dest: /home/eduvm/Desktop/eduvm.desktop\n owner: eduvm\n group: eduvm\n mode: a+x\n\n- name: firefox launcher \n copy:\n src: firefox-esr.desktop\n dest: /home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/disable-unattened-upgrades | 1,039 | [
"no_license"
] | [
{
"path": "roles/disable-unattened-upgrades/tasks/main.yml",
"content": "---\n\n- name: auto update is disabled\n lineinfile:\n path: /etc/apt/apt.conf.d/20auto-upgrades\n regexp: 'APT::Periodic::Update-Package-Lists'\n line: 'APT::Periodic::Update-Package-Lists \"0\";'\n\n- name: auto upgrade is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/docker | 1,039 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: docker.io is installed\n apt:\n name: [\n 'docker.io',\n ]\n state: present\n\n\n- name: docker-compose is installed\n apt:\n name: [\n 'docker-compose',\n ]\n state: present\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/drawing | 1,039 | [
"no_license"
] | [
{
"path": "roles/drawing/tasks/main.yml",
"content": "---\n\n- name: gromit-mpx screen drawing tool is installed\n apt:\n name: [\n 'gromit-mpx',\n ]\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/firefox | 1,039 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "---\n\n- name: deb822_repository dependencies\n apt:\n name: [\n 'python3-debian',\n ]\n state: present\n\n- name: mozillateam/ppa is enabled\n deb822_repository:\n name: mozillateam\n types: deb\n uris: https://ppa.l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/fonts | 1,039 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n\n- name: fonts are installed\n apt:\n name: [\n 'fonts-liberation',\n 'fonts-crosextra-carlito',\n 'fonts-crosextra-caladea',\n ]\n state: present\n\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/graphviz | 1,039 | [
"no_license"
] | [
{
"path": "roles/graphviz/tasks/main.yml",
"content": "---\n\n- name: graphviz is installed\n apt:\n name: [\n 'graphviz',\n 'graphviz-doc',\n ]\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/hex-editors | 1,039 | [
"no_license"
] | [
{
"path": "roles/hex-editors/tasks/main.yml",
"content": "---\n\n- name: hex editors are installed\n apt:\n name: [\n 'ghex',\n 'okteta',\n 'hexedit',\n ]\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/lightdm | 1,039 | [
"no_license"
] | [
{
"path": "roles/lightdm/tasks/main.yml",
"content": "---\n\n- name: eduvm user autologin \n copy:\n src: lightdm.conf\n dest: /etc/lightdm/lightdm.conf\n owner: root\n group: root\n mode: 0644\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/misc-apps | 1,039 | [
"no_license"
] | [
{
"path": "roles/misc-apps/tasks/main.yml",
"content": "---\n\n- name: misc apps\n apt:\n name: [\n 'qalculate-gtk',\n 'kcalc',\n 'evince',\n 'thunar-archive-plugin',\n 'xarchiver',\n ]\n state: present\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/no-non-free-sw | 1,039 | [
"no_license"
] | [
{
"path": "roles/no-non-free-sw/tasks/main.yml",
"content": "---\n\n- name: vrms is installed\n apt:\n name: [\n 'vrms',\n ]\n state: present\n\n- name: non-free packages not installed\n apt:\n name: [\n 'amd64-microcode',\n 'firmware-sof-signed',\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/omtt | 1,039 | [
"no_license"
] | [
{
"path": "roles/omtt/tasks/main.yml",
"content": "---\n\n- name: deb822_repository dependencies\n apt:\n name: [\n 'python3-debian',\n ]\n state: present\n\n- name: omtt/ppa is enabled\n deb822_repository:\n name: omtt\n types: deb\n uris: https://ppa.launchpadcontent.n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/openjdk | 1,039 | [
"no_license"
] | [
{
"path": "roles/openjdk/tasks/main.yml",
"content": "---\n\n- name: default openjdk (jre+jdk) is installed\n apt:\n name: [\n 'default-jre',\n 'default-jdk',\n ]\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/pavucontrol | 1,039 | [
"no_license"
] | [
{
"path": "roles/pavucontrol/tasks/main.yml",
"content": "---\n\n- name: pavucontrol is installed\n apt:\n name: [\n 'pavucontrol',\n ]\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 | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/python-dev-tools | 1,039 | [
"no_license"
] | [
{
"path": "roles/python-dev-tools/tasks/main.yml",
"content": "---\n\n- name: python tools\n apt:\n name: [\n 'pipenv',\n 'python3',\n 'python3-poetry',\n 'python3-pip',\n 'python3-wheel',\n 'python3-venv',\n 'python3-virtualen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2198,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/terminal-emulators | 1,039 | [
"no_license"
] | [
{
"path": "roles/terminal-emulators/tasks/main.yml",
"content": "---\n\n- name: terminal emulators are installed\n apt:\n name: [\n 'konsole',\n 'gnome-terminal',\n 'mate-terminal',\n ]\n state: present\n\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/text-editors | 1,039 | [
"no_license"
] | [
{
"path": "roles/text-editors/tasks/main.yml",
"content": "---\n\n- name: vim, emacs are installed\n apt:\n name: [\n 'vim',\n 'vim-gtk3',\n 'emacs',\n 'emacs-gtk',\n ]\n state: present\n\n- name: common text editors are installed\n apt:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/unnecessary-software | 1,039 | [
"no_license"
] | [
{
"path": "roles/unnecessary-software/tasks/main.yml",
"content": "---\n\n- name: memtest86+ not installed\n apt:\n name: [\n 'memtest86+',\n ]\n state: absent\n\n- name: fwupd not needed on VM\n apt:\n name: [\n 'fwupd',\n 'fwupd-signed',\n ]\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/upgrade | 1,039 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n\n- name: APT cache is up to date\n apt:\n update_cache: yes\n\n- name: packages are up to date\n apt:\n upgrade: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/vcs | 1,039 | [
"no_license"
] | [
{
"path": "roles/vcs/tasks/main.yml",
"content": "---\n\n- name: git is installed\n apt:\n name: [\n 'git',\n 'git-lfs',\n 'git-man',\n 'git-doc',\n 'git-gui',\n 'git-svn',\n 'gitk',\n ]\n state: present\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | chyla/eduvm-preparation | 08b637f8f84135fcf62798b1d4c8e28755d4d0c3 | 0 | roles/virtualbox-guest | 1,039 | [
"no_license"
] | [
{
"path": "roles/virtualbox-guest/tasks/main.yml",
"content": "---\n\n- name: virtualbox guest additions installed\n apt:\n name: [\n 'virtualbox-guest-x11',\n ]\n state: present\n\n- name: add eduvm user to the vboxsf group\n command: usermod -a -G vboxsf eduvm\n register: vbgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.