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 | mtarking/BRKDCN-2946 | 959bc41483436f694f3d0c78617cf6a85a694043 | 3 | nd/roles/fabric | 4,537 | [
"no_license"
] | [
{
"path": "nd/roles/fabric/vars/main.yml",
"content": "---\n# vars file for roles/fabric\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "nd/roles/fabric/handlers/main.yml",
"content": "---\n# handlers file for roles/fabric\n",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | mtarking/BRKDCN-2946 | 959bc41483436f694f3d0c78617cf6a85a694043 | 3 | nd/roles/overlay | 4,537 | [
"no_license"
] | [
{
"path": "nd/roles/overlay/tasks/main.yml",
"content": "---\n# tasks file for roles/overlay\n\n- name: Role Entry Point - [manage_overlay]\n ansible.builtin.debug:\n msg:\n - \"----------------------------------------------------------------\"\n - \"+ Calling Role - [manage_overla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2743,
"all_permissive": false
} |
ansible_role | mtarking/BRKDCN-2946 | 959bc41483436f694f3d0c78617cf6a85a694043 | 3 | nxos/roles/common | 4,537 | [
"no_license"
] | [
{
"path": "nxos/roles/common/tasks/main.yml",
"content": "---\n# tasks file for roles/common\n\n- name: Configure Hostname\n cisco.nxos.nxos_hostname:\n config:\n hostname: \"{{ hostname }}\"\n state: overridden\n\n- name: Configure NTP Server\n cisco.nxos.nxos_ntp_global:\n config:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | mtarking/BRKDCN-2946 | 959bc41483436f694f3d0c78617cf6a85a694043 | 3 | nxos/roles/overlay | 4,537 | [
"no_license"
] | [
{
"path": "nxos/roles/overlay/tasks/main.yml",
"content": "---\n# tasks file for roles/overlay\n\n- name: Generate VLAN-to-VNI Config Payload\n ansible.builtin.set_fact:\n nxos_vlans: \"{{ lookup('template', 'nxos_vlans.j2') }}\"\n\n- name: Configure VLAN-to-VNI Mappings\n cisco.nxos.nxos_vlans:\n c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7179,
"all_permissive": false
} |
ansible_role | mtarking/BRKDCN-2946 | 959bc41483436f694f3d0c78617cf6a85a694043 | 3 | nxos/roles/underlay | 4,537 | [
"no_license"
] | [
{
"path": "nxos/roles/underlay/vars/main.yml",
"content": "---\n# vars file for roles/underlay\n\nospf_process_id: UNDERLAY\n\nospf_area_id: 0.0.0.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "nxos/roles/underlay/tests/test.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9144,
"all_permissive": false
} |
ansible_role | wangl0320/goonie-cd | 3f4d2b094d9ccd77786ab3a487b39a0101afab99 | 0 | roles/goonie-db-ha | 4,537 | [
"no_license"
] | [
{
"path": "roles/goonie-db-ha/tasks/sql_goonie_config.yml",
"content": "---\n\n\n- name: mysql 0.0.0.0\n ini_file:\n path: /etc/mysql/mariadb.conf.d/50-server.cnf\n section: mysqld\n option: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n backup: yes\n with_items:\n - { key: bind-addr... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2704,
"all_permissive": false
} |
ansible_role | wangl0320/goonie-cd | 3f4d2b094d9ccd77786ab3a487b39a0101afab99 | 0 | roles/goonie-em | 4,537 | [
"no_license"
] | [
{
"path": "roles/goonie-em/tasks/install_goonie_em.yml",
"content": "---\n\n- name: Install packages in goonie em node\n package:\n name: goonie-em\n update_cache: yes\n state: latest\n notify: restart em\n\n- name: systemctl enable goonie-em\n systemd:\n name: goonie-em\n enabled: yes\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | wangl0320/goonie-cd | 3f4d2b094d9ccd77786ab3a487b39a0101afab99 | 0 | roles/goonie-keepalive | 4,537 | [
"no_license"
] | [
{
"path": "roles/goonie-keepalive/files/keepalived_backup.sh",
"content": "#!/bin/bash\n\n\nsystemctl stop goonie-mng\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/goonie-keepalive/tasks/install_packages.yml",
"content": "---\n\n- n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2254,
"all_permissive": false
} |
ansible_role | wangl0320/goonie-cd | 3f4d2b094d9ccd77786ab3a487b39a0101afab99 | 0 | roles/goonie-mng | 4,537 | [
"no_license"
] | [
{
"path": "roles/goonie-mng/files/supple.py",
"content": "#!/usr/bin/python2.7\n\n\"\"\" \n1.before run this script ,em and mng process should run,\n2.run this script in mng node,\n3.run like python supple.py\n\"\"\"\n\nimport os\nimport logging\nimport argparse\nimport paramiko\nimport socket\nimport sys\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 17156,
"all_permissive": false
} |
ansible_role | aitakunova/ansible-april-2023 | 6b07bde234d8e70099579be5a679e027abb58b93 | 0 | Class4/roles/database | 4,537 | [
"no_license"
] | [
{
"path": "Class4/roles/database/tasks/main.yml",
"content": "- name: Install mysql\n yum:\n name:\n - mariadb\n - mariadb-server\n state: present\n\n- name: Enable mysql\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Create database\n shell: mysql -e \"cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | aitakunova/ansible-april-2023 | 6b07bde234d8e70099579be5a679e027abb58b93 | 0 | Class4/roles/php | 4,537 | [
"no_license"
] | [
{
"path": "Class4/roles/php/tasks/main.yml",
"content": "- name: Install php\n shell: yum-config-manager --enable remi-php74\n when: php_version == 74\n\n- name: Install php\n shell: yum-config-manager --enable remi-php73\n when: php_version == 73\n\n- name: Install php\n shell: yum-config-manager --en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | aitakunova/ansible-april-2023 | 6b07bde234d8e70099579be5a679e027abb58b93 | 0 | Class4/roles/wordpress | 4,537 | [
"no_license"
] | [
{
"path": "Class4/roles/wordpress/defaults/main.yml",
"content": "wordpress_url: https://wordpress.org/latest.tar.gz\nuser: apache\ngroup: apache",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "Class4/roles/wordpress/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | gaassassins/GCP-mmalyarova | 7b8278790e86cfb22ef72abe641d06a4c7605d40 | 0 | ansible/roles/apache | 4,537 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yaml",
"content": "---\n- name: Pre-installation\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Copy site\n template:\n src: \"index.html\"\n dest: \"/var/www/html/index.html\"\n owner: \"root\"\n group: \"root\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | BharathiMeda/VsphereVM | 54ead0b7520aa886ad76bd17820b884fc5af4190 | 0 | Ansible/roles/sudoers | 4,537 | [
"no_license"
] | [
{
"path": "Ansible/roles/sudoers/tasks/main.yml",
"content": "---\n # TODO: add ansible set_fact module to detect realm or centrify\n - name: Add won dba us AD user to sudoers-- realm\n community.general.sudoers:\n name: medtronic-group\n user: '\"%{{ medtronic_group }}\"'\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | xiang/discourse-ansible | 70d5dd63591c00fdb177ba12b85e445ceee6d02e | 0 | roles/app | 4,537 | [
"no_license"
] | [
{
"path": "roles/app/vars/main.yml",
"content": "---\napp_path: /var/discourse\ndiscourse_smtp_address: email-smtp.us-east-1.amazonaws.com\ndiscourse_smtp_port: 587\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/app/templates/create_admin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2000,
"all_permissive": false
} |
ansible_role | xiang/discourse-ansible | 70d5dd63591c00fdb177ba12b85e445ceee6d02e | 0 | roles/docker | 4,537 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/rhel.yml",
"content": "---\n- name: add docker yum repo\n yum_repository:\n name: docker\n description: docker\n baseurl: https://yum.dockerproject.org/repo/main/centos/7\n gpgkey: https://yum.dockerproject.org/gpg\n",
"license_type": "no_license",
"detecte... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | ylin18/CCC-ass2 | 9d24f0937a43152e697f6c7bed41181ce9618a29 | 0 | last-ansible/roles/host_common | 4,537 | [
"no_license"
] | [
{
"path": "last-ansible/roles/host_common/tasks/main.yml",
"content": "#Coding by <NAME> at 02/05/2019\n- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n- name: get environment arguments\n shell: cat /etc/environment\n register: env_args\n\n- name: set proxy\n tags: always\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | ylin18/CCC-ass2 | 9d24f0937a43152e697f6c7bed41181ce9618a29 | 0 | last-ansible/roles/security_groups | 4,537 | [
"no_license"
] | [
{
"path": "last-ansible/roles/security_groups/tasks/main.yml",
"content": "- name: create security groups\n os_security_group:\n name: '{{item.name}}'\n description: '{{item.description}}'\n state: present\n loop: '{{security_groups}}'\n\n- name: create security groups\n os_security_group:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | ylin18/CCC-ass2 | 9d24f0937a43152e697f6c7bed41181ce9618a29 | 0 | last-ansible/roles/volumes | 4,537 | [
"no_license"
] | [
{
"path": "last-ansible/roles/volumes/tasks/main.yml",
"content": "- name: create volumes on nectar\n os_volume:\n display_name: '{{item.vol_name}}'\n size: '{{item.vol_size}}'\n availability_zone: '{{availability_zone}}'\n wait: yes\n timeout: 600\n state: present #absent\n loop: '{{ vo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | manishkankati/testansible | ed0bb5fd89e4ce29322e5fa0ed7ee5c9d246070b | 0 | playbooksrole/roles/nginx | 4,537 | [
"no_license"
] | [
{
"path": "playbooksrole/roles/nginx/tasks/main.yaml",
"content": "- name: install nginx on server\n action: yum name=nginx state=installed\n notify: nginx service\n- name: wait for the port available\n wait_for:\n path: /tmp/test22 \n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | manishkankati/testansible | ed0bb5fd89e4ce29322e5fa0ed7ee5c9d246070b | 0 | playbooksrole/roles/secondroledocker | 4,537 | [
"no_license"
] | [
{
"path": "playbooksrole/roles/secondroledocker/tasks/main.yaml",
"content": "- name: Copy in the template\n shell: docker cp 88e8e6f2c8d0:/usr/local/tomcat/webapps/docker-war-demo.war /home/mounidevops0724/docker/\n become: yes\n tags:\n - paaid1\n \n- name: Copy in the template\n shell: docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | clirix/ansible-slides | 2aff2949c3b579aab08b9da768176548f2ccc122 | 0 | roles/common | 4,497 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": " # Common Tasks\n- name: Update APT package cache\n apt: update_cache=yes\n\n- name: Install packages\n apt: pkg={{item}} state=installed\n with_items: ${basic_pkgs}\n tags: basic-pkgs\n\n- debug: var={{user}}\n\n- name: SSH in der Firewall freigeben\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | madeeldevops/linux | dc37920de3ffed0213acbeae8b17fd08a597f37d | 0 | ansible/django-app/roles/django_app | 4,497 | [
"no_license"
] | [
{
"path": "ansible/django-app/roles/django_app/tasks/main.yml",
"content": "---\n# Setup Django App and Virtual Environment on Remote Server\n\n- name: Ensure Python3, pip, and virtualenv are installed\n ansible.builtin.package:\n name:\n - python3\n - python3-pip\n - python3-venv\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1317,
"all_permissive": false
} |
ansible_role | madeeldevops/linux | dc37920de3ffed0213acbeae8b17fd08a597f37d | 0 | ansible/django-app/roles/file_update | 4,497 | [
"no_license"
] | [
{
"path": "ansible/django-app/roles/file_update/tasks/main.yml",
"content": "---\n- name: Search for the file\n ansible.builtin.find:\n paths: \"./\" # Base directory to start the search\n patterns: \"settings.py\" # File name or pattern to search for\n file_type: file # Look for files only\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2848,
"all_permissive": false
} |
ansible_role | madeeldevops/linux | dc37920de3ffed0213acbeae8b17fd08a597f37d | 0 | ansible/django-app/roles/nginx | 4,497 | [
"no_license"
] | [
{
"path": "ansible/django-app/roles/nginx/templates/nginx.conf.j2",
"content": "server {\n listen 80;\n\n access_log {{ nginx_log_dir }}/{{ project_name }}-access.log;\n error_log {{ nginx_log_dir }}/{{ project_name }}-error.log;\n\n location = /favicon.ico {\n access_log off;\n lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | madeeldevops/linux | dc37920de3ffed0213acbeae8b17fd08a597f37d | 0 | ansible/django-app/roles/postgresql | 4,497 | [
"no_license"
] | [
{
"path": "ansible/django-app/roles/postgresql/tasks/main.yml",
"content": "---\n- name: Ensure PostgreSQL is installed\n ansible.builtin.package:\n name: postgresql\n state: present\n become: true\n\n- name: Start and enable PostgreSQL service\n ansible.builtin.service:\n name: postgresql\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | madeeldevops/linux | dc37920de3ffed0213acbeae8b17fd08a597f37d | 0 | ansible/django-app/roles/systemd_service | 4,497 | [
"no_license"
] | [
{
"path": "ansible/django-app/roles/systemd_service/templates/service.j2",
"content": "[Unit]\nDescription={{ project_name }} daemon\nRequires={{ project_name }}.socket\nAfter=network.target\n\n[Service]\nUser={{ project_user }}\nGroup={{ project_group }}\nWorkingDirectory={{ project_dir }}\nExecStart={{ pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1205,
"all_permissive": false
} |
ansible_role | jrgoldfinemiddleton/ansible-centos7 | bb4e0e5ad47033e0ea7320ef9a9b8488085d026b | 0 | ansible/roles/sudo_user | 4,497 | [
"no_license"
] | [
{
"path": "ansible/roles/sudo_user/tasks/main.yml",
"content": "---\n- include_vars: vault\n\n- name: Ensure group with same name as user exists\n group:\n name: \"{{ sudo_user_name }}\"\n state: present\n\n- name: Ensure 'wheel' group exists\n group:\n name: wheel\n state: present\n\n- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | laurobmb/aap_backup_automation | cdc394996659ef639547f489ab3cc795ff51bdb8 | 0 | roles/config_project_backup | 4,497 | [
"no_license"
] | [
{
"path": "roles/config_project_backup/tasks/main.yml",
"content": "---\n\n- name: Create Organizatrion\n ansible.builtin.import_tasks: projeto_backup_organization.yml\n\n- name: Create inventory\n ansible.builtin.import_tasks: projeto_backup_inventories.yml\n\n- name: Create hosts\n ansible.builtin.impo... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 8831,
"all_permissive": false
} |
ansible_role | pietdaniel/do-server-setup-playbook | 96572a4c28e69513feb35bc2ff15de43b7d6fff9 | 0 | roles/initial | 4,497 | [
"no_license"
] | [
{
"path": "roles/initial/tasks/main.yml",
"content": "---\n - name: Install Aptitude\n raw: test -e /usr/bin/aptitude || (apt -y update && apt install -y aptitude)\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 | calillo/ansible-cc | 99f5cc278239cf382cc53bffb0d158ddc569ca33 | 0 | roles/gcp-fw | 4,497 | [
"no_license"
] | [
{
"path": "roles/gcp-fw/tasks/create.yml",
"content": "---\n- name: create a firewall docker\n gcp_compute_firewall:\n name: default-allow-docker\n allowed:\n - ip_protocol: tcp\n ports: ['2375','2376']\n target_tags:\n - docker\n source_ranges: ['0.0.0.0/0']\n project: \"{{ gcp... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1309,
"all_permissive": false
} |
ansible_role | calillo/ansible-cc | 99f5cc278239cf382cc53bffb0d158ddc569ca33 | 0 | roles/gcp-vm | 4,497 | [
"no_license"
] | [
{
"path": "roles/gcp-vm/defaults/main.yml",
"content": "---\ngcp_project: project-name\ngcp_cred_kind: serviceaccount\ngcp_cred_file: ~/.gcp/serviceaccount.json\n\nzone: us-central1-a\nregion: us-central1\ninstance_name: vm-name\ntags_list:\n - default\nmachine_type: f1-micro\nsize_gb: 10",
"license_typ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2191,
"all_permissive": false
} |
ansible_role | calillo/ansible-cc | 99f5cc278239cf382cc53bffb0d158ddc569ca33 | 0 | roles/secure-docker-ca-client | 4,497 | [
"no_license"
] | [
{
"path": "roles/secure-docker-ca-client/molecule/docker/molecule.yml",
"content": "---\nscenario:\n name: docker\n test_sequence:\n - lint\n - destroy\n - syntax\n - create\n - prepare\n - converge\n - idempotence\n - verify\n - destroy\nlint:\n name: yamllint\nplatforms:\n -... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3927,
"all_permissive": false
} |
ansible_role | calillo/ansible-cc | 99f5cc278239cf382cc53bffb0d158ddc569ca33 | 0 | roles/secure-docker-server | 4,497 | [
"no_license"
] | [
{
"path": "roles/secure-docker-server/molecule/resources/playbook.yml",
"content": "---\n- name: Converge\n hosts: all\n roles:\n - role: secure-docker-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/secure-docker-server/molecul... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 8179,
"all_permissive": false
} |
ansible_role | Olivier-Source/Ansible-Formation | 4fff4a48278e32b204ead49d03f0e3fe671bc64c | 0 | TP06/roles/affiche_toto | 4,497 | [
"no_license"
] | [
{
"path": "TP06/roles/affiche_toto/tasks/main.yml",
"content": "---\n- name: Affiche la variable toto\n debug:\n msg: \"Valeur de toto : {{ toto }}\"\n\n- name: Bonjour avec tags\n debug:\n msg: \"Bonjour\"\n tags:\n - bonjour\n - never\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | Olivier-Source/Ansible-Formation | 4fff4a48278e32b204ead49d03f0e3fe671bc64c | 0 | TP07/roles/filtre_paquets | 4,497 | [
"no_license"
] | [
{
"path": "TP07/roles/filtre_paquets/meta/main.yml",
"content": "---\ndependencies:\n - role: liste_paquets",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "TP07/roles/filtre_paquets/meta/argument_specs.yml",
"content": "---\nargument_specs:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | Olivier-Source/Ansible-Formation | 4fff4a48278e32b204ead49d03f0e3fe671bc64c | 0 | TP07/roles/liste_paquets | 4,497 | [
"no_license"
] | [
{
"path": "TP07/roles/liste_paquets/tasks/main.yml",
"content": "- name: Récupérer la liste des paquets installés ( Uniquement sur Debian... )\n ansible.builtin.command: dpkg-query -W -f='${binary:Package}\\n'\n register: result_dpkg\n when: ansible_os_family == \"Debian\"\n\n- name: Enregistrer la liste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | unixnut/Toolbelt | 447c3bb5d80196e57d6440ec9f3eafcb02647dcc | 4 | bootstrap/roles/toolbelt | 4,497 | [
"no_license"
] | [
{
"path": "bootstrap/roles/toolbelt/tasks/debug.yaml",
"content": "---\n - name: Test\n debug:\n msg: Foobar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "bootstrap/roles/toolbelt/tasks/main.yaml",
"content": "---\n - name: Instal... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1394,
"all_permissive": false
} |
ansible_role | Kykyto/github_actions | 49860c1421348cdaeafc809be99a9cd6e7e0e661 | 0 | ansible/roles/app | 4,497 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n- name: Pull latest simple-api image\n docker_image:\n name: ktarde/tp-devops-simple-api\n source: pull\n\n- name: Launch simple-api container\n docker_container:\n name: simple-api\n image: ktarde/tp-devops-simple-api\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | Kykyto/github_actions | 49860c1421348cdaeafc809be99a9cd6e7e0e661 | 0 | ansible/roles/database | 4,497 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "- name: Create postgres data volume\n docker_volume:\n name: postgres-data\n state: present\n\n- name: Run Database container\n docker_container:\n name: database\n image: \"ktarde/tp-devops-database\"\n networks:\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | Kykyto/github_actions | 49860c1421348cdaeafc809be99a9cd6e7e0e661 | 0 | ansible/roles/front | 4,497 | [
"no_license"
] | [
{
"path": "ansible/roles/front/tasks/main.yml",
"content": "- name: Pull Front image\n docker_image:\n name: \"ktarde/tp-devops-front\"\n source: pull\n\n- name: Run Front container\n docker_container:\n name: front\n image: \"ktarde/tp-devops-front\"\n networks:\n - name: app-network\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | Kykyto/github_actions | 49860c1421348cdaeafc809be99a9cd6e7e0e661 | 0 | ansible/roles/network | 4,497 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n- name: Create Docker network app-network\n docker_network:\n name: app-network\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | Kykyto/github_actions | 49860c1421348cdaeafc809be99a9cd6e7e0e661 | 0 | ansible/roles/proxy | 4,497 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "---\n- name: Pull latest httpd image\n docker_image:\n name: ktarde/tp-devops-http-server\n source: pull\n\n- name: Launch httpd container\n docker_container:\n name: httpd\n image: ktarde/tp-devops-http-server\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | amsalangsang/MidExam_Salangsang | a39bc4991ec073c6e3a6c9050784afb8ab6ff784 | 0 | roles/centoskibana | 4,497 | [
"no_license"
] | [
{
"path": "roles/centoskibana/tasks/main.yml",
"content": "---\n- name: Install Kibana (CentOS)\n include_role:\n name: installcentospkg\n vars:\n package: kibana\n\n- name: \"Configure Kibana server.port (CentOS)\"\n lineinfile:\n path: /etc/kibana/kibana.yml\n regexp: \"^#server.port.*\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Alert_Manager | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Alert_Manager/tasks/main.yaml",
"content": "---\n- name: Check ansible connectivity\n ping:\n data: alive\n\n\n- name: Create the required directories\n file:\n mode: 0777\n path: \"/root/{{ item }}\"\n owner: root\n group: root\n state: directory\n with_items:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1211,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Blackbox_Exporter | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Blackbox_Exporter/tasks/main.yaml",
"content": "---\n- name: Check ansible connectivity\n ping:\n data: alive\n\n\n- name: Create the required directories\n file:\n mode: 0777\n path: \"/root/{{ item }}\"\n owner: root\n group: root\n state: directory\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1245,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Config_Files | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Config_Files/files/alert_manager/alertmanager_email.yaml",
"content": "\nroute:\n group_by: ['alertname']\n group_wait: 30s\n group_interval: 5m\n repeat_interval: 1m\n receiver: 'email'\n\nreceivers:\n - name: 'web.hook'\n webhook_configs:\n - url: 'http://127.0.0.1:5... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2919,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Grafana | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Grafana/tasks/main.yaml",
"content": "---\n- name: Check ansible connectivity\n ping:\n data: alive\n\n\n- name: Create the required directories\n file:\n mode: 0777\n path: \"/root/{{ item }}\"\n owner: root\n group: root\n state: directory\n with_items:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1128,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Host_Add | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Host_Add/tasks/main.yaml",
"content": "---\n- name: edit etc/hosts file\n template:\n dest: /etc/hosts\n src: templates/hosts.j2\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "Ansible/roles/Host_Add/templates/h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Node_Exporter | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Node_Exporter/tasks/main.yaml",
"content": "---\n\n\n- name: Check ansible connectivity\n ping:\n data: alive\n\n\n- name: Create the required directories\n file:\n mode: 0777\n path: \"/root/{{ item }}\"\n owner: root\n group: root\n state: directory\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Pre_Setup | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Pre_Setup/tasks/main.yaml",
"content": "---\n- name: check connectivity\n ping:\n data: alive\n\n\n\n- name: update and upgrade system\n apt:\n update_cache: yes\n upgrade: dist\n\n\n\n- name: install some base packages\n apt:\n pkg:\n - net-tools\n - xz-uti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/VM_insert | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/VM_insert/tasks/main.yaml",
"content": "---\n\n- name: Check ansible connectivity\n ping:\n data: alive\n\n- name: pull the required image for VM_Insert\n docker_image:\n name: victoriametrics/vminsert:latest\n source: pull\n\n\n- name: Run the container for VM_Insert\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/VM_select | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/VM_select/tasks/main.yaml",
"content": "---\n\n- name: Check ansible connectivity\n ping:\n data: alive\n\n- name: pull the required image for VM_select\n docker_image:\n name: victoriametrics/vmstorage:latest\n source: pull\n\n\n- name: Run the container for VM_select\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/VM_storage | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/VM_storage/tasks/main.yaml",
"content": "---\n\n- name: Check ansible connectivity\n ping:\n data: alive\n\n- name: pull the required image for VM_storage\n docker_image:\n name: victoriametrics/vmstorage:latest\n source: pull\n\n\n- name: Run the container for VM_storag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | xogoodnow/Monitoring_Stack | 5b30c012e1e3bee88ea2b96f474ed0c0b52f69fa | 8 | Ansible/roles/Victoriametrics_Stack | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/Victoriametrics_Stack/tasks/main.yaml",
"content": "---\n\n- name: Check ansible connectivity\n ping:\n data: alive\n\n\n- name: Create the required directories\n file:\n mode: 0777\n path: \"/root/{{ item }}\"\n owner: root\n group: root\n state: directory\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3415,
"all_permissive": false
} |
ansible_role | vanSultan/OTUS-DataOps-Engineer | e19fbb90209d18da442a0914d120a82ff85e1349 | 0 | Ansible/roles/nginx | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Install Nginx Web Server\r\n apt:\r\n name: nginx\r\n state: latest\r\n when:\r\n ansible_os_family == \"Debian\"\r\n notify: \r\n - nginx systemd\r\n tags: [main, install]\r\n\r\n- name: Replace nginx.conf\r\n templ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | vanSultan/OTUS-DataOps-Engineer | e19fbb90209d18da442a0914d120a82ff85e1349 | 0 | Ansible/roles/postgres | 4,497 | [
"no_license"
] | [
{
"path": "Ansible/roles/postgres/vars/main.yml",
"content": "---\r\npostgres_root_user: root\r\ndb_user: sultan\r\ndb_name: otus\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "Ansible/roles/postgres/tasks/main.yml",
"content": "---\r\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1802,
"all_permissive": false
} |
ansible_role | jonatas-lima/POI | d849f0bfbfe74ec96a4150bfaeeb84f45b137133 | 1 | ansible/roles/grafana | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "- name: Installing grafana dependencies\n ansible.builtin.apt:\n pkg:\n - software-properties-common\n update_cache: true\n\n- name: Download and add gpg key\n ansible.builtin.shell: |\n wget -q -O - https://packages.grafana.com/g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | jonatas-lima/POI | d849f0bfbfe74ec96a4150bfaeeb84f45b137133 | 1 | ansible/roles/k8s | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/handlers/main.yml",
"content": "---\n- name: Load overlay kernel module\n modprobe:\n name: overlay\n state: present\n\n- name: Load br_netfilter kernel module\n modprobe:\n name: br_netfilter\n state: present\n\n- name: Reload system modules\n ansible.builtin.she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2289,
"all_permissive": false
} |
ansible_role | jonatas-lima/POI | d849f0bfbfe74ec96a4150bfaeeb84f45b137133 | 1 | ansible/roles/k8s-control-plane | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-control-plane/tasks/main.yml",
"content": "---\n- name: Send init config to control-plane\n ansible.builtin.template:\n src: init_config.j2\n dest: /tmp/init_config.yml\n\n- name: Init cluster with kubeadm\n ansible.builtin.shell: |\n kubeadm init --config /tmp/init_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3311,
"all_permissive": false
} |
ansible_role | jonatas-lima/POI | d849f0bfbfe74ec96a4150bfaeeb84f45b137133 | 1 | ansible/roles/k8s-worker | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-worker/tasks/main.yml",
"content": "---\n- name: Join control-plane K8S cluster\n ansible.builtin.script: join_command.sh\n\n- name: Install stress-ng\n ansible.builtin.apt:\n name: stress-ng\n state: present\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | jonatas-lima/POI | d849f0bfbfe74ec96a4150bfaeeb84f45b137133 | 1 | ansible/roles/zabbix-agent | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix-agent/tasks/main.yml",
"content": "- name: wget zabbix package\n ansible.builtin.shell: cd /tmp && wget https://repo.zabbix.com/zabbix/6.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.2-4%2Bubuntu22.04_all.deb\n\n- name: Install zabbix apt repository\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | jonatas-lima/POI | d849f0bfbfe74ec96a4150bfaeeb84f45b137133 | 1 | ansible/roles/zabbix-server | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix-server/tasks/main.yml",
"content": "- name: Install zabbix server\n ansible.builtin.apt:\n update_cache: true\n pkg:\n - zabbix-server-pgsql\n - zabbix-frontend-php\n - php8.1-pgsql\n - zabbix-apache-conf\n - zabbix-sql-scripts\n - postgre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1196,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/add-agent | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/add-agent/templates/rke2-agent-config.j2",
"content": "write-kubeconfig-mode: \"0644\"\ntoken: {{ hostvars['server1']['token'] }}\nserver: https://{{ hostvars['server1']['ansible_host'] }}:9345\nnode-label:\n - \"agent=true\"\nkube-proxy-arg:\n - \"proxy-mode=ipvs\"\n - \"ipvs-st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1227,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/add-longhorn | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/add-longhorn/tasks/main.yaml",
"content": "- name: Create directory for RKE2 config\n ansible.builtin.file:\n path: \"/etc/rancher/rke2\"\n state: directory\n mode: \"0644\"\n\n- name: Create systemd service file for RKE2 longhorn\n ansible.builtin.template:\n src: tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1287,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/add-server | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/add-server/tasks/main.yaml",
"content": "# Copy server config with token to all servers except server 1 (this has token)\n- name: Deploy RKE2 server Configuration\n ansible.builtin.template:\n src: templates/rke2-server-config.j2\n dest: /etc/rancher/rke2/config.yaml\n own... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1743,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/apply-argocd | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/apply-argocd/templates/argocd-helm-chart.j2",
"content": "apiVersion: helm.cattle.io/v1\nkind: HelmChart\nmetadata:\n annotations:\n helmcharts.cattle.io/managed-by: helm-controller\n finalizers:\n - wrangler.cattle.io/on-helm-chart-remove\n generation: 1\n name: argo-cd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/apply-cert-manager | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/apply-cert-manager/templates/cert-manager-issuer.j2",
"content": "---\napiVersion: v1\nkind: Secret\nmetadata:\n name: cloudflare-api-token-secret\n namespace: cert-manager\ntype: Opaque\nstringData:\n api-token: {{ ssl_cloudflare_api_token }}\n---\napiVersion: cert-manager.io/v1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1747,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/apply-kube-vip | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/apply-kube-vip/tasks/main.yaml",
"content": "- name: Deploy kube-vip-rbac\n ansible.builtin.template:\n src: templates/kube-vip-rbac.j2\n dest: /var/lib/rancher/rke2/server/manifests/kube-vip-rbac.yaml\n owner: root\n group: root\n mode: \"0644\"\n when: inventory_h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 859,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/apply-longhorn | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/apply-longhorn/templates/longhorn-helm-chart.j2",
"content": "apiVersion: helm.cattle.io/v1\nkind: HelmChart\nmetadata:\n annotations:\n helmcharts.cattle.io/managed-by: helm-controller\n finalizers:\n - wrangler.cattle.io/on-helm-chart-remove\n generation: 1\n name: longhor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1993,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/apply-traefik | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/apply-traefik/tasks/main.yaml",
"content": "- name: Deploy traefik-helm-chart.j2\n ansible.builtin.template:\n src: templates/traefik-helm-chart.j2\n dest: /var/lib/rancher/rke2/server/manifests/traefik-helm-chart.yaml\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1602,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/prepare-local | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare-local/tasks/main.yaml",
"content": "# Render hosts.ini from k8s_nodes_json\n- name: Load k8s_nodes.json\n set_fact:\n k8s_nodes: \"{{ lookup('file', '../k8s_nodes.json') | from_json }}\"\n\n- name: Load longhorn_nodes.json\n set_fact:\n longhorn_nodes: \"{{ lookup('f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1221,
"all_permissive": false
} |
ansible_role | phuchoang2603/kubernetes-proxmox | c7f7b943488af097c5a9298808d301d0e6d62e6f | 6 | ansible/roles/prepare-nodes | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare-nodes/tasks/main.yaml",
"content": "- name: Create directory for rke2 manifests\n ansible.builtin.file:\n path: \"/var/lib/rancher/rke2/server/manifests\"\n state: directory\n mode: \"0755\"\n when: inventory_hostname in groups['servers']\n\n- name: Enable IPv4 fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | bpdev97/macOS-Bootstrap | 81bb87a5492dbbae1681355d01d0eeef1c0935dd | 0 | roles/homebrew | 4,577 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "---\n- name: Tap taps\n homebrew_tap:\n name: \"{{ brew_taps }}\"\n state: present\n \n- name: Install/Upgrade packages\n homebrew:\n name: \"{{ brew_packages }}\"\n state: latest\n update_homebrew: yes\n\n- name: Install/Upgrade cas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | bpdev97/macOS-Bootstrap | 81bb87a5492dbbae1681355d01d0eeef1c0935dd | 0 | roles/homeshick | 4,577 | [
"no_license"
] | [
{
"path": "roles/homeshick/tasks/main.yml",
"content": "---\n- name: Install homeshick\n homebrew:\n name: homeshick\n state: present\n\n- name: Clone dotfiles\n git: \n repo: <EMAIL>:bpdev97/dotfiles.git\n dest: \"{{ansible_env.HOME}}/.homesick/repos/dotfiles\"\n accept_hostkey: yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | bpdev97/macOS-Bootstrap | 81bb87a5492dbbae1681355d01d0eeef1c0935dd | 0 | roles/osx | 4,577 | [
"no_license"
] | [
{
"path": "roles/osx/tasks/finder.yml",
"content": "---\n- name: Set target for new finder windows\n osx_defaults:\n domain: com.apple.finder\n key: NewWindowTarget\n type: string\n value: PfLo\n notify:\n - killall Finder\n\n- name: Set path for new finder windows\n osx_defaults:\n dom... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7491,
"all_permissive": false
} |
ansible_role | bpdev97/macOS-Bootstrap | 81bb87a5492dbbae1681355d01d0eeef1c0935dd | 0 | roles/ssh | 4,577 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Copy ssh private key\n copy:\n dest: \"{{ ansible_env.HOME }}/.ssh/id_rsa\"\n content: \"{{ lookup('file', 'id_rsa') }}\"\n owner: \"{{ ansible_env.USER }}\"\n group: staff\n mode: 0600\n ",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | bpdev97/macOS-Bootstrap | 81bb87a5492dbbae1681355d01d0eeef1c0935dd | 0 | roles/sudoers | 4,577 | [
"no_license"
] | [
{
"path": "roles/sudoers/tasks/main.yml",
"content": "---\n- name: Setup passwordless sudo for the admin group\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '^%admin\\s'\n line: '%admin ALL=(ALL) NOPASSWD: ALL'\n validate: 'visudo -cf %s'\n become: yes",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | dinnikaushik/project3_new | 3b7169fbf7df0f672b053a7639f7106ebb4d4965 | 0 | .circleci/ansible/roles/deploy | 4,577 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\r\n - name: Extract artifact.tar.gz file to EC2 Instance \r\n unarchive: \r\n src: ../../backend/artefacts.tar.gz\r\n dest: /home/ubuntu/\r\n owner: ubuntu \r\n remote_src: no\r\n \r\n - name: \"install dep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1171,
"all_permissive": false
} |
ansible_role | mischavandenburg/kubecraft | d00b83bc4439b38a56e28d1d2fb6b83e80fdf110 | 41 | ansible/roles/k3s | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/k3s/tasks/main.yml",
"content": "- name: Check if K3s binary exists\n ansible.builtin.stat:\n path: /usr/local/bin/k3s\n register: k3s_binary_check\n\n- name: Ensure K3s is installed\n when: not k3s_binary_check.stat.exists\n block:\n - name: Download the K3s installation ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | jimpolbmx1/Caso_Practico2_Juan_Pablo_davalos | ca2252c8cd3c56875b1d3d6d27618af023ea3995 | 0 | ansible/roles/app | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yaml",
"content": "---\n\n## Mostramos Informacion del Cluster\n- name: Ejecutando kubectl cluster info\n shell: \"kubectl cluster-info\"\n register: kubectl_info\n become: yes\n \n- name: Mostrando información del Cluster Kubernetes\n debug:\n msg: \"{{ kubec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4210,
"all_permissive": false
} |
ansible_role | jimpolbmx1/Caso_Practico2_Juan_Pablo_davalos | ca2252c8cd3c56875b1d3d6d27618af023ea3995 | 0 | ansible/roles/common | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "---\n\n- name: Brindando al usuario ansible permisos sudo\n lineinfile:\n dest: /etc/sudoers.d/ansible\n state: present\n create: yes\n line: 'ALL ALL = (ALL) NOPASSWD: ALL'\n become: yes\n\n- name: Configuramos el hostname\n hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | jimpolbmx1/Caso_Practico2_Juan_Pablo_davalos | ca2252c8cd3c56875b1d3d6d27618af023ea3995 | 0 | ansible/roles/master | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/master/tasks/main.yaml",
"content": "---\n\n- name: Habilitamos puertos usados por Kubernets Master 6443\n firewalld:\n port: 6443/tcp\n permanent: true\n state: enabled\n become: yes\n\n- name: Habilitamos puertos usados por Kubernets Master 2379-2380 tcp\n firewalld:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4239,
"all_permissive": false
} |
ansible_role | jimpolbmx1/Caso_Practico2_Juan_Pablo_davalos | ca2252c8cd3c56875b1d3d6d27618af023ea3995 | 0 | ansible/roles/master_workers | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/master_workers/tasks/main.yaml",
"content": "- name: Creamos el directorio nfs\n file:\n path: /nfs\n state: directory\n mode: '0775'\n become: yes\n\n- name: Desactivamos la memoria Swap\n shell: swapoff -a\n become: yes\n \n- name: Comentamos la línea de la particion... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3930,
"all_permissive": false
} |
ansible_role | jimpolbmx1/Caso_Practico2_Juan_Pablo_davalos | ca2252c8cd3c56875b1d3d6d27618af023ea3995 | 0 | ansible/roles/workers | 4,577 | [
"no_license"
] | [
{
"path": "ansible/roles/workers/tasks/main.yaml",
"content": "\n- debug:\n msg: \"El Token Comando para hacer el join es: {{ token_hash }}\"\n when: token_hash is defined\n \n- name: Habilitamos los puertos necesarios para unirse al clúster 10250\n firewalld:\n port: 10250/tcp\n permanent: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 10/roles/homework10 | 4,577 | [
"no_license"
] | [
{
"path": "10/roles/homework10/files/test_login.sh",
"content": "#!/bin/bash\nif [ $PAM_USER = \"root\" ];then\n exit 0\nfi\nIS_WHEEL=$(groups $PAM_USER | awk -F : '{print $2}'| grep '\\<wheel\\>')\nif [ -z \"$IS_WHEEL\" ]; then\n if [[ $(date +%a) = \"Sat\" || $(date +%a) = \"Sun\" ]]; then\n exi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 12/roles/bacula_client | 4,577 | [
"no_license"
] | [
{
"path": "12/roles/bacula_client/tasks/main.yml",
"content": "---\r\n# tasks file for bacula_server\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1881,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 12/roles/bacula_server | 4,577 | [
"no_license"
] | [
{
"path": "12/roles/bacula_server/tasks/main.yml",
"content": "---\r\n# tasks file for bacula_server\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5803,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 14/1/roles/log | 4,577 | [
"no_license"
] | [
{
"path": "14/1/roles/log/tasks/main.yml",
"content": "---\r\n# tasks file for log\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vagrant'to the group ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2529,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 14/1/roles/web | 4,577 | [
"no_license"
] | [
{
"path": "14/1/roles/web/tasks/main.yml",
"content": "---\r\n# tasks file for web\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vagrant'to the group ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2049,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 14/2/roles/rsyslog | 4,577 | [
"no_license"
] | [
{
"path": "14/2/roles/rsyslog/tasks/main.yml",
"content": "---\r\n# tasks file for rsyslog\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vagrant'to th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 15/roles/centralRouter | 4,577 | [
"no_license"
] | [
{
"path": "15/roles/centralRouter/tasks/main.yml",
"content": "---\r\n# tasks file for centralRouter\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 15/roles/inetRouter | 4,577 | [
"no_license"
] | [
{
"path": "15/roles/inetRouter/tasks/main.yml",
"content": "---\r\n# tasks file for inetRouter\r\n- name: install SELinux python bindings for libselinux\r\n yum:\r\n name: libselinux-python\r\n state: latest \r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 15/roles/office1Router | 4,577 | [
"no_license"
] | [
{
"path": "15/roles/office1Router/tasks/main.yml",
"content": "---\r\n# tasks file for office1Router\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 15/roles/office2Server | 4,577 | [
"no_license"
] | [
{
"path": "15/roles/office2Server/tasks/main.yml",
"content": "---\r\n# tasks file for office2Server\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 16/roles/client | 4,577 | [
"no_license"
] | [
{
"path": "16/roles/client/tasks/main.yml",
"content": "---\r\n# tasks file for client\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vagrant'to the gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2607,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 16/roles/freeipa | 4,577 | [
"no_license"
] | [
{
"path": "16/roles/freeipa/tasks/main.yml",
"content": "---\r\n# tasks file for freeipa\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vagrant'to the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 17/roles/centralRouter | 4,577 | [
"no_license"
] | [
{
"path": "17/roles/centralRouter/files/knock.sh",
"content": "#!/bin/bash\nHOST=$1\nshift\nfor ARG in \"$@\"\ndo\n sudo nmap -Pn --host-timeout 100 --max-retries 0 -p $ARG $HOST\ndone\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "17/ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1930,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 17/roles/centralServer | 4,577 | [
"no_license"
] | [
{
"path": "17/roles/centralServer/tasks/main.yml",
"content": "---\r\n# tasks file for centralServer\r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest: /etc/sudoers.d/vagrant\r\n owner: root\r\n group: root\r\n mode: '0440'\r\n- name: Appending the user 'vag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | root1604/otus-linux-labs | 012b76c835c3c3bd25c11f1ce33bf157a1e1b46f | 0 | 17/roles/inetRouter | 4,577 | [
"no_license"
] | [
{
"path": "17/roles/inetRouter/tasks/main.yml",
"content": "---\r\n# tasks file for inetRouter\r\n- name: install SELinux python bindings for libselinux\r\n yum:\r\n name: libselinux-python\r\n state: latest \r\n- name: Copy file with owner and permissions\r\n copy:\r\n src: vagrant\r\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1551,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.