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 | vadbes46/ansible-packer | 1b9a249bedaf705e555df699ee37a116cbfd11b5 | 0 | provision/roles/php | 8,118 | [
"no_license"
] | [
{
"path": "provision/roles/php/tasks/ext-phalcon.yml",
"content": "---\n- name: download phalcon/stable\n get_url:\n url: https://packagecloud.io/install/repositories/phalcon/stable/script.rpm.sh\n dest: \"{{ ext_workspace }}/phalcon-script.rpm.sh\"\n mode: 0755\n timeout: 360\n\n- name: execut... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 14218,
"all_permissive": false
} |
ansible_role | vadbes46/ansible-packer | 1b9a249bedaf705e555df699ee37a116cbfd11b5 | 0 | provision/roles/plus | 8,118 | [
"no_license"
] | [
{
"path": "provision/roles/plus/templates/app.plus.dev.base.php.j2",
"content": "<?php\n\nuse Plus\\PaymentSystem\\ProcessingFactory\\ProcessingMap;\nuse Plus\\PaymentSystem\\Interfaces\\GateSettings;\n\n$base = require_once __DIR__ . '/../base.php';\n\n$config = [\n 'key_daemon' => [\n 'base_uri'... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10636,
"all_permissive": false
} |
ansible_role | vadbes46/ansible-packer | 1b9a249bedaf705e555df699ee37a116cbfd11b5 | 0 | provision/roles/post-task | 8,118 | [
"no_license"
] | [
{
"path": "provision/roles/post-task/tasks/php-restart.yml",
"content": "---\n- name: get php service\n shell: \"systemctl list-unit-files | grep -oE 'php[0-7|-]+.*.service'\"\n register: php_service\n failed_when: php_service.rc == 2\n\n- name: restart {{ php_service.stdout_lines }}\n service:\n nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | vadbes46/ansible-packer | 1b9a249bedaf705e555df699ee37a116cbfd11b5 | 0 | provision/roles/pre-task | 8,118 | [
"no_license"
] | [
{
"path": "provision/roles/pre-task/tasks/aliases.yml",
"content": "---\n- name: configure .bashrc\n template:\n src: .bashrc\n dest: \"/home/{{ env_const.username }}/.bashrc\"\n owner: \"{{ env_const.username }}\"\n group: \"{{ env_const.username }}\"\n mode: 0644\n\n- name: configure .bash... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12483,
"all_permissive": false
} |
ansible_role | vadbes46/ansible-packer | 1b9a249bedaf705e555df699ee37a116cbfd11b5 | 0 | provision/roles/rabbitmq | 8,118 | [
"no_license"
] | [
{
"path": "provision/roles/rabbitmq/tasks/install.yml",
"content": "---\n- name: ensure python-software-properties is installed\n apt: \n name: python-software-properties\n state: present\n when: ansible_distribution == 'Ubuntu'\n\n- name: add erlang official apt repository for Ubuntu 14.04\n apt_r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4476,
"all_permissive": false
} |
ansible_role | vadbes46/ansible-packer | 1b9a249bedaf705e555df699ee37a116cbfd11b5 | 0 | provision/roles/redis | 8,118 | [
"no_license"
] | [
{
"path": "provision/roles/redis/templates/etc/tmpfiles.d/redis.conf.j2",
"content": "d {{ redis_pidfile|dirname }} 0755 {{ redis.user_group }} {{ redis.user_group }}\n{% if redis_pidfile|dirname != redis_sentinel_pidfile|dirname -%}\nd {{ redis_sentinel_pidfile|dirname }} 0755 {{ redis.user_group }} {{ red... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2149,
"all_permissive": false
} |
ansible_role | vadbes46/ansible-packer | 1b9a249bedaf705e555df699ee37a116cbfd11b5 | 0 | provision/roles/supervisor | 8,118 | [
"no_license"
] | [
{
"path": "provision/roles/supervisor/handlers/main.yml",
"content": "---\n- name: stop all supervisorctl\n shell: supervisorctl stop all\n\n- name: reread supervisord\n shell: supervisorctl reread\n\n- name: update supervisord\n shell: supervisorctl update\n\n- name: restart supervisord\n service:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2191,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-alertmanager | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-alertmanager/tasks/main.yml",
"content": "\n- name: add prometheus repo\n yum_repository:\n name: prometheus\n description: prometheus repo\n baseurl: https://packagecloud.io/prometheus-rpm/release/el/7/$basearch\n repo_gpgcheck: 1\n enabled: 1\n gpgk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6276,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-auditbeat | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-auditbeat/templates/auditbeat.yml.j2",
"content": "#========================== Modules configuration =============================\nauditbeat.modules:\n- module: auditd\n audit_rules: |\n # Audit system events\n -a always,exit -F arch=b32 -S acct -S reboot -S sc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 16467,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-bigip-exporter | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-bigip-exporter/tasks/main.yml",
"content": "- name: check if bigip_exporter is installed and its version \n shell: bigip_exporter --version>/dev/stdout 2>&1|grep bigip_exporter | grep \"{{bigip_exporter_version}}\"\n register: bigip_exporter\n ignore_errors: yes\n\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2275,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-blackbox-exporter | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-blackbox-exporter/defaults/main.yml",
"content": "blackbox_exporter_ca_path: /etc/prometheus/ca.pem\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "Ansible/roles/ansible-role-blackbox-exporter/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2011,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-chrony | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-chrony/defaults/main.yml",
"content": "chrony_upstream_ntpservers:",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "Ansible/roles/ansible-role-chrony/tasks/main.yml",
"content": "- name: uninstall ntpd if in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-ci | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-ci/tasks/main.yml",
"content": "- name: Download jdk\n get_url:\n url: \"{{JDK_URL}}\"\n dest: /tmp/jdk-linux-x64.rpm\n headers: \"{{JDK_HEADER}}\"\n validate_certs: false\n\n- name: install jdk \n package:\n name: /tmp/jdk-linux-x64.rpm\n state: pre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6851,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-dns-client | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-dns-client/tasks/main.yml",
"content": "---\n\n- name: make sure line 'dns=none' is set in /etc/NetworkManager/NetworkManager.conf\n ini_file:\n path: /etc/NetworkManager/NetworkManager.conf\n state: present\n no_extra_spaces: yes\n section: main\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 757,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-docker-engine | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-docker-engine/defaults/main.yml",
"content": "docker_engine_cgroup_parente_slice:\ndocker_engine_slice_memory_limit: \ndocker_engine_slice_cpu_shares:\ndocker_engine_dm_basesize:\ndocker_engine_data_root:\ndockerd_thin_pool_lvm_pv:\ndockerd_thinpool_autoextend_threshold... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6277,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-email-client | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-email-client/tasks/main.yml",
"content": "- name: copy email rpm package \n copy: \n src: email-3.2.3-1.el7.centos.x86_64.rpm\n dest: /tmp/email-3.2.3-1.el7.centos.x86_64.rpm\n when: ansible_os_family == 'RedHat'\n\n- name: copy email rpm package \n copy: \n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6127,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-filebeat | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-filebeat/templates/filebeat-hana.yml.j2",
"content": "###################### Filebeat Configuration Example #########################\n\n# This file is an example configuration file highlighting only the most common\n# options. The filebeat.reference.yml file from the s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7276,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-fluentbit | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-fluentbit/defaults/main.yml",
"content": "td_agent_bit_on_hana: \ntd_agent_bit_hana_instance_sid: \ntd_agent_bit_hana_instance_number: \ntd_agent_bit_hana_hostname: \"{{ ansible_hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5014,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-grafana | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-grafana/files/HANA Log.json",
"content": "{\n \"annotations\": {\n \"list\": [\n {\n \"builtIn\": 1,\n \"datasource\": \"-- Grafana --\",\n \"enable\": true,\n \"hide\": true,\n \"iconColor\": \"rgba(0, 211, 255, 1)\",\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 25826,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-hana-exporter | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-hana-exporter/tasks/main.yml",
"content": "---\n\n- name: Define hana_exporter_package_url\n set_fact:\n hana_exporter_package_url: \"{{ hana_exporter_rpm_url }}\"\n when: ansible_os_family == 'RedHat'\n\n- name: Define hana_exporter_package_url\n set_fact:\n h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1459,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-ipmi-exporter | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-ipmi-exporter/tasks/main.yml",
"content": "- name: check if ipmi_exporter is installed \n stat: \n path: /usr/bin/ipmi_exporter \n register: ipmi_exporter\n ignore_errors: yes\n\n \n- name: download ipmi_exporter binary \n get_url:\n url: \"{{ ipmi_exporter_b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2330,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-journald | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-journald/tasks/main.yml",
"content": "- name: create journald log dir\n file:\n path: /var/log/journal\n state: directory\n mode: 0755\n\n- name: restart journald\n systemd: \n name: systemd-journald.service \n state: restarted \n enabled: yes\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-kibana | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-kibana/tasks/main.yaml",
"content": "- name: install kibana\n package:\n name: \"{{kibana_rpm_url}}\"\n state: installed\n when: ansible_os_family == \"Suse\" or ansible_os_faminly == \"RedHat\"\n\n- name: install kibana conf\n template:\n src: kibana.yml.j2... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1779,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-logstash | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-logstash/templates/logstash.yml.j2",
"content": "\npath.data: {{LOGSTASH_DATA_PATH}}\npath.logs: {{LOGSTASH_LOGS_PATH}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "Ansible/roles/ansible-role-logstash/task... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9148,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-lsyncd | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-lsyncd/handlers/main.yml",
"content": "---\n- name: daemon-reload\n systemd: \n name: lsyncd \n state: restarted \n daemon-reload: yes\n listen: restart_lsyncd\n\n- name: restart lsyncd\n systemd: \n name: lsyncd \n state: restarted\n listen: restart... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5601,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-netapp-harvest | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-netapp-harvest/tasks/main.yml",
"content": "\n- name: install netapp-harvest dependency\n yum:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - epel-release\n - unzip\n - perl\n - perl-JSON\n - perl-libwww-perl \n - perl-XML-P... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 15160,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-node-exporter | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-node-exporter/tasks/main.yml",
"content": "\n\n- name: add prometheus repo\n yum_repository:\n name: prometheus\n description: prometheus repo\n baseurl: https://packagecloud.io/prometheus-rpm/release/el/7/$basearch\n repo_gpgcheck: 1\n enabled: 1\n g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1086,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-ntp | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-ntp/defaults/main.yaml",
"content": "ntp_upstream_servers:",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "Ansible/roles/ansible-role-ntp/tasks/main.yaml",
"content": "- name: ensure ntp is installed \n pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-openstack | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-openstack/templates/userdata.j2",
"content": "Content-Type: multipart/mixed; boundary=\"===============7118706574824818543==\"\nMIME-Version: 1.0\n\n--===============7118706574824818543==\nContent-Type: text/cloud-config; charset=\"us-ascii\"\nMIME-Version: 1.0\nContent... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6983,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-os-useradm | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-os-useradm/tasks/main.yml",
"content": "- name: delete useless users\n user:\n name: \"{{item}}\"\n state: absent\n remove: yes\n with_items:\n - \"{{os_del_users}}\"\n\n\n- name: Add the user new users\n user:\n name: \"{{item.username}}\"\n shell: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-postgresql-installation | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-postgresql-installation/vars/RedHat-7.yml",
"content": "---\n__postgresql_version: \"10\"\n__postgresql_data_dir: \"/data/pgsql\"\n__postgresql_bin_path: \"/usr/pgsql-10/bin/\"\n__postgresql_config_path: \"/data/pgsql\"\n__postgresql_daemon: postgresql-10\n__postgresql_... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7700,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-postgresql-user-db-mgmt | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-postgresql-user-db-mgmt/defaults/main.yml",
"content": "---\npostgresql_python_library: python-psycopg2\npostgresql_postgres_user: postgres\npostgresql_postgres_group: postgres\npostgresql_unix_socket_directories:\n - /var/run/postgresql\n# Databases to ensure exist.\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1716,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-prometheus | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-prometheus/files/blackbox-targets.yml",
"content": "- targets: \n - http://10.36.50.141:8000\n - https://sportsone-staging.snfc.com\n - http://10.36.50.13:8000\n - https://sportsone.snfc.com \n - http://10.36.52.178:3000\n - https://sportsone-grafana.snfc.com \n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 52041,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-promxy | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-promxy/templates/promxy.yml.j2",
"content": "global:\n evaluation_interval: 5s\n external_labels:\n source: promxy\n\npromxy:\n server_groups:\n - static_configs:\n - targets:\n{% for target in promxy_backend_prometheus_instances %}\n - {{ targe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2022,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-rsync-server | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-rsync-server/templates/etc-rsyncd-conf.j2",
"content": "# {{ ansible_managed }}\n\n[global]\ntimeout = {{ rsync_server_timeout }}\nmax connections = {{ rsync_server_max_connections }}\nlog file = /var/log/rsyncd/rsyncd.log\nlock file = /var/run/rsync.lock\npid file = /v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1996,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-selinux | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-selinux/tasks/main.yml",
"content": "- name: set selinux enfore to false if it is running \n selinux:\n state: disabled\n- name: disable selinux\n lineinfile:\n path: /etc/sysconfig/selinux\n regexp: '^SELINUX='\n line: 'SELINUX=disabled'\n when: ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-snmp-exporter | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-snmp-exporter/tasks/main.yml",
"content": "\n- name: install dependency\n yum:\n name:\n - net-snmp\n - net-snmp-utils\n when: ansible_os_family == \"Redhat\"\n\n- name: install dependency\n apt:\n name:\n - snmp\n when: ansible_os_family ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 10540,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-snmpd | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-snmpd/defaults/main.yml",
"content": "# Define read-only snmpd settings\nsnmpd_authorized_networks: []\n# - network: 10.0.101.0/24\n# community: example\n\nsnmpd_sysLocation: \" \"\nsnmpd_sysContact: \" \"\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1903,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-system-setting | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-system-setting/tasks/main.yml",
"content": "- name: install security updates on CentOS/RHEL\n yum:\n name: '*'\n security: yes\n state: latest\n update_cache: yes\n when: ansible_os_family == \"RedHat\" \n\n ## for suse security patches, refer... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1672,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-telegraf | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-telegraf/templates/telegraf-bm-host.conf.j2",
"content": "[global_tags]\n # dc = \"us-east-1\" # will tag all metrics with dc=us-east-1\n # rack = \"1a\"\n #host = \"$HOSTNAME\"\n ## Environment variables can be used as tags, and throughout the config file\n # user... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 14543,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-timezone | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-timezone/tasks/main.yml",
"content": "- name: update timezone info\n timezone:\n name: Asia/Shanghai\n when: ansible_os_family == \"RedHat\" \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/ansible-role-vcenter-clone-vm | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible-role-vcenter-clone-vm/templates/cloudinit_userdata.j2",
"content": "#cloud-config\nusers:\n - name: vscloud\n home: /home/vscloud\n shell: /bin/bash\n gecos: Centos vSphere\n groups: [adm, root,wheel]\n sudo: ALL=(ALL) ALL\n lock_passwd: false\n password: {{ v... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3500,
"all_permissive": false
} |
ansible_role | jenningsloy318/DevOpsTrailers | 0e7eb861b85ae1b41cb8a55d64b458d465d15b14 | 1 | Ansible/roles/vmware | 8,118 | [
"no_license"
] | [
{
"path": "Ansible/roles/vmware/tasks/main.yaml",
"content": "---\n- name: Clone a VM from Template and customize\n vmware_guest:\n hostname: 192.168.1.209\n username: <EMAIL>\n password: <PASSWORD>\n validate_certs: no\n datacenter: datacenter1\n cluster: cluster\n resource_pool: reso... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | twingo-b/ansible-challenge | 216603a18107f4357d1aaa47b017ddf43f3abd91 | 0 | roles/common | 8,118 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: upgrade all packages\n yum: name=\"*\" state=latest\n\n- name: install common tools\n yum: name={{ item }} state=present\n with_items:\n ## 標準ツール\n - mlocate\n - jq\n - tree\n - pigz\n - git\n - postfix\n - libcur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | Dale4/CareGiver | a371bfd05f1f7457b4eb47ca8e95626526a8dcbb | 0 | Infrastructure/roles/dynamodb | 8,118 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/dynamodb/tasks/main.yaml",
"content": "- name: Create DynamoDB Table\n community.aws.dynamodb_table:\n name: MyDynamoDBTable\n hash_key_name: id\n hash_key_type: STRING\n region: us-west-1\n state: present\n tags:\n - create\n\n- name: Delete DynamoDB Tabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | Dale4/CareGiver | a371bfd05f1f7457b4eb47ca8e95626526a8dcbb | 0 | Infrastructure/roles/ecs_fargate | 8,118 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/ecs_fargate/defaults/main.yml",
"content": "# General settings\ncluster_name: \"my-fargate-cluster\"\nservice_name: \"my-fargate-service\"\ntask_definition_name: \"my-fargate-task\"\ncontainer_name: \"my-container4\"\nimage_name: \"my-docker-image:latest\"\ncpu: \"256\"\nmemo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2166,
"all_permissive": false
} |
ansible_role | vhoyet/ansible | 30105758102e4530744dd8f29de5f9601b1160e3 | 0 | ansible/roles/apache | 8,118 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "---\n\n- name: Install apache2 and php\n apt: \n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items: \n - apache2\n - apache2-utils\n - php\n - libapache2-mod-php\n - php-mysql",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | vhoyet/ansible | 30105758102e4530744dd8f29de5f9601b1160e3 | 0 | ansible/roles/ftpServer | 8,118 | [
"no_license"
] | [
{
"path": "ansible/roles/ftpServer/tasks/main.yml",
"content": "---\n\n- name: Install vsftpd\n apt: \n name: vsftpd\n state: present \n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | vhoyet/ansible | 30105758102e4530744dd8f29de5f9601b1160e3 | 0 | ansible/roles/mySql | 8,118 | [
"no_license"
] | [
{
"path": "ansible/roles/mySql/tasks/main.yml",
"content": "---\n\n- name: Install mysql, python, pip, libmysqlclient-dev\n apt: \n name: \"{{ item }}\"\n state: present\n with_items: \n - mysql-server\n - python\n - python-pip\n - libmysqlclient-dev\n\n- name: Install mysql-pyth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | vhoyet/ansible | 30105758102e4530744dd8f29de5f9601b1160e3 | 0 | ansible/roles/wordpress | 8,118 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n- name: Create webroot\n file:\n state: directory\n path: /var/www/html/\n owner: root\n group: root\n mode: 0755\n\n- name: Download WordPress\n get_url: \n url: https://wordpress.org/latest.tar.gz\n dest: /tmp/word... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1127,
"all_permissive": false
} |
ansible_role | deseretbook/kamas | 12dea351561f9a054f316d7d57b3541951b6355a | 0 | provision/roles/docker | 8,117 | [
"no_license"
] | [
{
"path": "provision/roles/docker/tasks/main.yml",
"content": "---\n\n- name: install docker\n shell: 'curl -sSL https://get.docker.io/ubuntu/ | sudo sh'\n\n- name: permissions for docker socket\n sudo: true\n shell: 'chmod 666 /var/run/docker.sock'\n\n- name: add vagrant user to docker group\n sudo: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | deseretbook/kamas | 12dea351561f9a054f316d7d57b3541951b6355a | 0 | provision/roles/eb-cli | 8,117 | [
"no_license"
] | [
{
"path": "provision/roles/eb-cli/tasks/main.yml",
"content": "---\n- name: Install dependencies for eb-cli\n sudo: yes\n apt: pkg={{ item }}\n with_items:\n - python-dev\n - python-pip\n tags: eb-cli\n\n- name: Install awsebcli\n sudo: yes\n pip:\n name: awsebcli\n \n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | deseretbook/kamas | 12dea351561f9a054f316d7d57b3541951b6355a | 0 | provision/roles/rbenv | 8,117 | [
"no_license"
] | [
{
"path": "provision/roles/rbenv/tasks/main.yml",
"content": "---\n- name: Install dependencies for rbenv\n apt: pkg=git\n tags: rbenv\n\n- name: Install rbenv\n git: repo=https://github.com/sstephenson/rbenv.git dest=~/.rbenv version={{ rbenv.version }}\n tags: rbenv\n\n- name: Add ~.rbenv/bin to PATH\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1891,
"all_permissive": false
} |
ansible_role | deseretbook/kamas | 12dea351561f9a054f316d7d57b3541951b6355a | 0 | provision/roles/ssh | 8,117 | [
"no_license"
] | [
{
"path": "provision/roles/ssh/tasks/main.yml",
"content": "---\n\n# the ssh keys must be copied over so\n# private gems can be pulled from github.\n#\n- name: 'copy ssh key'\n copy:\n src: ~/.ssh/id_rsa\n dest: ~/.ssh/id_rsa\n mode: 0600\n force: yes\n\n- name: 'copy public ssh key'\n copy:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | deseretbook/kamas | 12dea351561f9a054f316d7d57b3541951b6355a | 0 | provision/roles/upstart | 8,117 | [
"no_license"
] | [
{
"path": "provision/roles/upstart/tasks/main.yml",
"content": "---\n\n- name: copy compose-up script\n sudo: yes\n copy:\n src: compose-up.conf\n dest: /etc/init/compose-up.conf\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | Marwa8888/projet3_marwa_antoine | 0f88a84947279521b638bd902b999ca8d0dd9c7f | 0 | roles/apache | 8,117 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n - include: roles_apache.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/apache/tasks/roles_apache.yml",
"content": "---\n - name: install apache\n yum:\n name: http... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | Marwa8888/projet3_marwa_antoine | 0f88a84947279521b638bd902b999ca8d0dd9c7f | 0 | roles/rundeck | 8,117 | [
"no_license"
] | [
{
"path": "roles/rundeck/tasks/role_rundeck.yml",
"content": "---\n- name: install java-1.8.0\n yum: \n name: java-1.8.0-openjdk\n state: present\n- name: télécharger le package rundeck \n yum: \n name: http://repo.rundeck.org/latest.rpm\n state: present\n- name: installer rundeck\n yum: \n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | mrkeyongenesis/snow-ansible | 7a02c0bab247648e96c3cbdc66a1a18e6e3cd5dc | 0 | roles/apache | 8,117 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/service.yml",
"content": "---\n- name: Check if Apache is running\n ansible.builtin.service_facts:\n register: service_status\n\n- name: Get Apache listening ports\n ansible.builtin.shell: \"ss -tulnp | grep httpd || true\"\n register: apache_ports\n changed_when: false\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | mrkeyongenesis/snow-ansible | 7a02c0bab247648e96c3cbdc66a1a18e6e3cd5dc | 0 | roles/nginx | 8,117 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/service.yml",
"content": "---\n- name: Check Nginx status\n ansible.builtin.service_facts:\n register: service_status\n\n- name: Verify Nginx is listening\n ansible.builtin.shell: \"ss -tulnp | grep nginx || true\"\n register: nginx_ports\n changed_when: false\n\n- name: Re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | greglangford/aws_test | c3d47fc2959cd313a013afa18263d1922755ee69 | 0 | ansible/roles/apache | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/defaults/main.yml",
"content": "---\n\napache_package: apache2\napache_service: '{{ apache_package }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "---\n\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | greglangford/aws_test | c3d47fc2959cd313a013afa18263d1922755ee69 | 0 | ansible/roles/application | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/application/meta/main.yml",
"content": "---\n\ndependencies:\n - apache\n - awscli\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/application/tasks/main.yml",
"content": "---\n\n- name: index page\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | greglangford/aws_test | c3d47fc2959cd313a013afa18263d1922755ee69 | 0 | ansible/roles/awscli | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/awscli/tasks/main.yml",
"content": "---\n\n- name: install awscli\n pip: name='{{ awscli_package }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "ansible/roles/awscli/defaults/main.yml",
"content": "---\n\nawscli_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | greglangford/aws_test | c3d47fc2959cd313a013afa18263d1922755ee69 | 0 | ansible/roles/bootstrap | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/files/bootstrap.sh",
"content": "#!/bin/bash\n\nsudo apt-get install --quiet --quiet --yes --no-install-recommends aptitude python-all python-setuptools python-simplejson\n\nsudo touch /bootstrap\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | NergYR/SAE-PentestAD | d4f83308f5ae303515c9b406ad13531d432ec43a | 1 | roles/common_setup | 8,117 | [
"permissive"
] | [
{
"path": "roles/common_setup/handlers/main.yml",
"content": "---\n- name: Restart pveproxy\n ansible.builtin.service:\n name: pveproxy\n state: restarted\n\n- name: Restart networking service\n become: true\n ansible.builtin.service:\n name: networking\n state: restarted\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3215,
"all_permissive": true
} |
ansible_role | NergYR/SAE-PentestAD | d4f83308f5ae303515c9b406ad13531d432ec43a | 1 | roles/inventory_utils | 8,117 | [
"permissive"
] | [
{
"path": "roles/inventory_utils/tasks/main.yml",
"content": "---\n- name: Générer le fichier d'inventaire Ansible avec les IPs des VMs\n vars:\n win_vm_ips: \"{{ vm_list | map(attribute='name') | map('extract', dc_ip_map) | select('defined') | list }}\"\n provisioning_ip: \"172.20.0.223\"\n copy:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": true
} |
ansible_role | NergYR/SAE-PentestAD | d4f83308f5ae303515c9b406ad13531d432ec43a | 1 | roles/provisioning_ct_setup | 8,117 | [
"permissive"
] | [
{
"path": "roles/provisioning_ct_setup/tasks/main.yml",
"content": "---\n- name: Créer le conteneur de provisioning\n community.general.proxmox:\n api_user: \"{{ proxmox_api_user }}\"\n api_password: \"{{ <PASSWORD>api_password }}\"\n api_host: \"{{ proxmox_api_host }}\"\n node: \"{{ proxmox_no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1322,
"all_permissive": true
} |
ansible_role | NergYR/SAE-PentestAD | d4f83308f5ae303515c9b406ad13531d432ec43a | 1 | roles/sdn_setup | 8,117 | [
"permissive"
] | [
{
"path": "roles/sdn_setup/tasks/main.yml",
"content": "---\n- name: Calculer l'IP SDN pour l'établi\n set_fact:\n sdn_ip: \"192.168.48.{{ 180 + (etabli | int) }}\"\n\n- name: Adapter la conf SDN (remplacer IP dans conf_sdn)\n ansible.builtin.replace:\n path: \"{{ playbook_dir }}/conf_sdn\"\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3083,
"all_permissive": true
} |
ansible_role | NergYR/SAE-PentestAD | d4f83308f5ae303515c9b406ad13531d432ec43a | 1 | roles/windows_templates_management | 8,117 | [
"permissive"
] | [
{
"path": "roles/windows_templates_management/tasks/main.yml",
"content": "---\n- name: Vérifier si le pool 'Template' existe\n ansible.builtin.shell: |\n pvesh get /pools --output-format json | jq -r '.[] | select(.poolid==\"Template\") | .poolid'\n register: template_pool_exists\n changed_when: fals... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7336,
"all_permissive": true
} |
ansible_role | NergYR/SAE-PentestAD | d4f83308f5ae303515c9b406ad13531d432ec43a | 1 | roles/windows_vms_creation | 8,117 | [
"permissive"
] | [
{
"path": "roles/windows_vms_creation/tasks/main.yml",
"content": "---\n- name: Initialiser la liste des VMs\n set_fact:\n vm_list: []\n\n- name: Construire la liste des VMs depuis vm_infos\n set_fact:\n vm_list: \"{{ vm_list + [ {'name': (pair.split(';')[0] | trim), 'type': (pair.split(';')[1] | tr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8472,
"all_permissive": true
} |
ansible_role | NergYR/SAE-PentestAD | d4f83308f5ae303515c9b406ad13531d432ec43a | 1 | roles/wireguard_server_setup | 8,117 | [
"permissive"
] | [
{
"path": "roles/wireguard_server_setup/tasks/main.yml",
"content": "---\n- name: Vérifier que le nombre de clients WireGuard est valide\n ansible.builtin.fail:\n msg: \"Le nombre de clients WireGuard (wireguard_clients_count) doit être supérieur à 0\"\n when: wireguard_clients_count | int <= 0\n\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 13008,
"all_permissive": true
} |
ansible_role | pkushal23/Ansible-basics | 724f05358a7a3978211a4b1f6c5eae073543a851 | 0 | exercise12/roles/post-install | 8,117 | [
"no_license"
] | [
{
"path": "exercise12/roles/post-install/tasks/main.yml",
"content": "---\n# tasks file for post-install\n- name: Install required packages on CentOS\n yum:\n name: \"{{ item }}\"\n state: present\n when: ansible_distribution == \"CentOS\"\n loop:\n - chrony\n - wget\n - git\n - zip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | dflubacher/devops | ee15f5356dfe1ffffd7fbaecaece138b3e50a5ab | 3 | ansible/roles/common | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/50unattended-upgrades.j2",
"content": "# File: /etc/apt/apt.conf.d/50unattended-upgrades\n# src: https://github.com/geerlingguy/ansible-for-devops/blob/master/security/templates/50unattended-upgrades.j2\nUnattended-Upgrade::Automatic-Reboot \"false\";\n\nUnattended-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11184,
"all_permissive": false
} |
ansible_role | dflubacher/devops | ee15f5356dfe1ffffd7fbaecaece138b3e50a5ab | 3 | ansible/roles/desktop | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/desktop/tasks/gui_apps.yml",
"content": "---\n##### Google Chrome #######################################################\n# TODO: somehow there still ends up an apt-repository without `signed-by`\n# in google-chrome.list.\n- name: Install Chrome apt repository and signing... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5625,
"all_permissive": false
} |
ansible_role | dflubacher/devops | ee15f5356dfe1ffffd7fbaecaece138b3e50a5ab | 3 | ansible/roles/desktop-vm | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/desktop-vm/tasks/gui_apps.yml",
"content": "---\n##### Google Chrome #######################################################\n# TODO: somehow there still ends up an apt-repository without `signed-by`\n# in google-chrome.list.\n- name: Install Chrome apt repository and sign... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2329,
"all_permissive": false
} |
ansible_role | dflubacher/devops | ee15f5356dfe1ffffd7fbaecaece138b3e50a5ab | 3 | ansible/roles/sshd | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/sshd/tasks/main.yml",
"content": "---\n\n- name: Ensure group \"ssh-access\" exists\n become: true\n ansible.builtin.group:\n name: ssh-access\n state: present\n\n- name: add user to ssh-access group\n become: true\n ansible.builtin.user:\n name: \"{{ ansible_user }}\"\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5026,
"all_permissive": false
} |
ansible_role | dflubacher/devops | ee15f5356dfe1ffffd7fbaecaece138b3e50a5ab | 3 | ansible/roles/virtualization | 8,117 | [
"no_license"
] | [
{
"path": "ansible/roles/virtualization/tasks/main.yml",
"content": "---\n##### KVM/QEMU/libvirt/Vagrant.\n# https://help.ubuntu.com/community/KVM/Installation\n# Added qemu-efi and OVMF to have UEFI support, virt-manager to have a GUI,\n# and libvirt-dev as it was required for the vagrant plugin to get\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4244,
"all_permissive": false
} |
ansible_role | mc1985/ansible-configuration | 22b90940a3b5a35552c067c6b1d05079e7ecf956 | 0 | roles/docker | 8,117 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install docker\n shell: curl -fsSL https://get.docker.com/ | sh\n\n- name: Install Docker Compose\n shell: curl -L https://github.com/docker/compose/releases/download/{{ COMPOSE_VERSION }}/docker-compose-`uname -s`-`uname -m` > /usr/bin/docker-c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | mc1985/ansible-configuration | 22b90940a3b5a35552c067c6b1d05079e7ecf956 | 0 | roles/pkg | 8,117 | [
"no_license"
] | [
{
"path": "roles/pkg/tasks/main.yml",
"content": "- name: Install packages\n yum: name={{item}} state=latest\n with_items:\n - epel-release\n - cifs-utils\n - jq\n - git\n - python-pip\n - net-tools\n - bind-utils\n\n- name: Update Package\n yum: name=* state=latest\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | ProjectDean/ansible_test | 5fd9a08bb8691b9098721ad6bcb0d5865be7e49d | 0 | roles/base | 8,117 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for siko\n authorized_key:\n user: siko\n key: \"<KEY>\"\n\n- name: copy default html file for site\n copy:\n src: default_site.html\n dest: /var/www/html/index.html\n owner: root\n group: root\n mode: 0644\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | renanguilhermef/ansible | 70cfe218916d2fdee0268b80ef8bc6d6235d9db7 | 0 | roles/install_client_oel | 8,117 | [
"no_license"
] | [
{
"path": "roles/install_client_oel/tasks/main.yml",
"content": "---\n- name: Checking if client has been installed \n shell: |\n if [ {{ ansible_distribution_major_version }} = \"8\" ]; then\n sudo dnf list installed | grep instantclient | awk '{print $1}'\n else\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2541,
"all_permissive": false
} |
ansible_role | renanguilhermef/ansible | 70cfe218916d2fdee0268b80ef8bc6d6235d9db7 | 0 | roles/oracle_tasks | 8,117 | [
"no_license"
] | [
{
"path": "roles/oracle_tasks/tasks/main.yml",
"content": "---\n- name: copy scripts to /tmp/ folder on the application server \n become: true\n become_method: sudo \n copy: \n src: \"{{ item }}\"\n dest: \"/tmp/\"\n with_items: \"{{ scripts_path }}\"\n register: out_scripts \n\n- name: Create ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2654,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/add_config | 8,117 | [
"no_license"
] | [
{
"path": "roles/add_config/tasks/main.yaml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n path: \"{{ item | ansible.builtin.dirname }}\"\n state: directory\n mode: \"0755\"\n loop: \"{{ add_config_files + add_config_templates }}\"\n\n- name: Create link\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/aur_package | 8,117 | [
"no_license"
] | [
{
"path": "roles/aur_package/tasks/main.yaml",
"content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name: \"{{ aur_package_packages }}\"\n state: latest\n when: can_become\n\n- name: Clone aur package\n ansible.builtin.git:\n repo: \"https://aur.archlinux.org/{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/background | 8,117 | [
"no_license"
] | [
{
"path": "roles/background/tasks/main.yaml",
"content": "---\n- name: Create directory\n become: true\n ansible.builtin.file:\n path: \"{{ background_path }}\"\n state: directory\n mode: \"0755\"\n owner: root\n group: root\n when: can_become\n\n- name: Add images\n become: true\n ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/bash | 8,117 | [
"no_license"
] | [
{
"path": "roles/bash/files/bashrc",
"content": "# shellcheck shell=bash\n\n# If not running interactively, don't do anything\n[[ $- != *i* ]] && return\n\n# Setup aliases\nalias ls='eza --icons --group-directories-first'\nalias ll='ls -la'\nalias e='emacsclient -n'\nalias enw='emacs --no-window-system'\nal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8969,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/bluetooth | 8,117 | [
"no_license"
] | [
{
"path": "roles/bluetooth/tasks/main.yaml",
"content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name: \"{{ bluetooth_packages[ansible_facts.os_family] }}\"\n state: latest\n when: can_become\n\n- name: Enable and start service\n become: true\n ansible.builtin.ser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/docker | 8,117 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yaml",
"content": "---\ndocker_packages:\n - docker\ndocker_services:\n - docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Install package\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/emacs | 8,117 | [
"no_license"
] | [
{
"path": "roles/emacs/files/package-management.el",
"content": ";; Configure package management\n(require 'package)\n\n(setq package-install-upgrade-built-in t\n package-archives\n '((\"gnu-elpa\" . \"https://elpa.gnu.org/packages/\")\n (\"nongnu\" . \"https://elpa.nongnu.org/nongnu/\")\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 13509,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/font | 8,117 | [
"no_license"
] | [
{
"path": "roles/font/defaults/main.yaml",
"content": "---\nfont_packages:\n Archlinux:\n - ttf-terminus-nerd\n - ttf-font-awesome\n - ttf-nerd-fonts-symbols-mono\n Debian:\n - fonts-font-awesome\nfont_dir: \"~/.local/share/fonts\"\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/git | 8,117 | [
"no_license"
] | [
{
"path": "roles/git/defaults/main.yaml",
"content": "---\ngit_packages:\n Archlinux:\n - git\n - git-delta\n Debian:\n - git\n - git-completion\ngit_packages_aur:\n - git-completion\n - diffr\ngit_config_templates:\n - ~/.config/git/config\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3328,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/gnupg | 8,117 | [
"no_license"
] | [
{
"path": "roles/gnupg/defaults/main.yaml",
"content": "---\ngnupg_packages:\n - gnupg\ngnupg_config_dir: ~/.gnupg\ngnupg_config_files:\n - gpg-agent.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/gnupg/tasks/main.yaml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/i3 | 8,117 | [
"no_license"
] | [
{
"path": "roles/i3/defaults/main.yaml",
"content": "---\ni3_packages:\n Archlinux:\n - i3-wm\n - i3status-rust\n - dunst\n - feh\n - picom\n - unclutter\n - xautolock\n - xbindkeys\n - xorg\n Debian:\n - i3-wm\n # - i3status-rust\n - dunst\n - feh\n - picom\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2856,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/lightdm | 8,117 | [
"no_license"
] | [
{
"path": "roles/lightdm/templates/slick-greeter.conf.j2",
"content": "{% if ansible_facts.os_family == \"Debian\" %}\n[Seat:*]\ngreeter-session=slick-greeter\n{% endif %}\n[Greeter]\nbackground={{ background_path }}/brac.jpg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1615,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/mpv | 8,117 | [
"no_license"
] | [
{
"path": "roles/mpv/tasks/main.yaml",
"content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name: \"{{ mpv_packages }}\"\n state: latest\n when: can_become\n\n- name: Add config\n ansible.builtin.include_role:\n name: add_config\n vars:\n add_config_files: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/neovim | 8,117 | [
"no_license"
] | [
{
"path": "roles/neovim/files/plugins/tokyonight.lua",
"content": "return {\n \"folke/tokyonight.nvim\",\n lazy = false,\n priority = 1000,\n config = function()\n require(\"tokyonight\").setup({\n terminal_colors = true,\n })\n vim.cmd.colorscheme(\"tokyonight\")\n end,\n}\n",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3352,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/python | 8,117 | [
"no_license"
] | [
{
"path": "roles/python/defaults/main.yaml",
"content": "---\npython_packages:\n Archlinux:\n - python\n - python-pip\n - python-pipx\n Debian:\n - python3\n - python3-pip\n - python-is-python3\n - pipx\npython_pipx_packages:\n - ansible\n - black\n - flake8\n - isort\n - pre-com... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/qutebrowser | 8,117 | [
"no_license"
] | [
{
"path": "roles/qutebrowser/defaults/main.yaml",
"content": "---\nqutebrowser_packages:\n - qutebrowser\nqutebrowser_config_files:\n - ~/.config/qutebrowser/config.py\n - ~/.config/qutebrowser/quickmarks\n - ~/.config/mimeapps.list\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2288,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/rofi | 8,117 | [
"no_license"
] | [
{
"path": "roles/rofi/tasks/main.yaml",
"content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name: \"{{ rofi_packages[ansible_facts.os_family] }}\"\n state: latest\n when: can_become\n\n- name: Install aur package\n ansible.builtin.include_role:\n name: aur_packa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/ssh | 8,117 | [
"no_license"
] | [
{
"path": "roles/ssh/defaults/main.yaml",
"content": "---\nssh_packages:\n Archlinux:\n - openssh\n Debian:\n - openssh-server\n - openssh-client\nssh_config_dir: ~/.ssh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/ssh/tasks/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 949,
"all_permissive": false
} |
ansible_role | claha/dotfiles | 136414c100da7aac92b7bf3162bd957d1e36d47d | 0 | roles/wezterm | 8,117 | [
"no_license"
] | [
{
"path": "roles/wezterm/tasks/main.yaml",
"content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name: \"{{ wezterm_packages }}\"\n state: latest\n when: ansible_facts.os_family == \"Archlinux\" and can_become\n\n- name: Build wezterm\n when: ansible_facts.os_family ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1918,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.