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 | cryslefundes/alura-terraform-ansible | bf518862025508e2f04364b70b7152477d682e5d | 0 | ansible/roles/web | 69 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yaml",
"content": "---\n- name: Criacao do container da app web\n community.docker.docker_container:\n name: gamarepo\n image: crystianlefundes/gamarepo:1.0\n published_ports: \"3000:3000\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | geowa4/learn-synapse | 7b4cc315ae873303353fbcacfbf8c27e812dc849 | 0 | deploy/roles/haproxy | 69 | [
"no_license"
] | [
{
"path": "deploy/roles/haproxy/tasks/main.yml",
"content": "---\n- name: install haproxy\n yum: name={{ item }} state=latest\n with_items:\n - haproxy\n\n- name: configure haproxy\n copy: src=haproxy.cfg dest=/etc/haproxy/haproxy.cfg\n notify: reload haproxy\n\n- name: start haproxy\n service: name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | vinaykumarhegde/webrtc-build | 4181adb4baaab59cb9389d30a49e9946def135fc | 1 | provision/roles/chromium_dev | 63 | [
"no_license"
] | [
{
"path": "provision/roles/chromium_dev/tasks/main.yml",
"content": "---\n\n- include: depot_tools.yml\n become: yes\n tags: [chromium-dev, depot_tools]\n\n- include: dependencies.yml\n become: yes\n tags: [chromium-dev, deps]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2736,
"all_permissive": false
} |
ansible_role | vinaykumarhegde/webrtc-build | 4181adb4baaab59cb9389d30a49e9946def135fc | 1 | provision/roles/common | 63 | [
"no_license"
] | [
{
"path": "provision/roles/common/defaults/main.yml",
"content": "---\n\ncommon_dev_group: build\ncommon_dev_users: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "provision/roles/common/templates/etc/apt/sources.list.d/multiverse.list.j2",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4224,
"all_permissive": false
} |
ansible_role | vinaykumarhegde/webrtc-build | 4181adb4baaab59cb9389d30a49e9946def135fc | 1 | provision/roles/webrtc_build | 63 | [
"no_license"
] | [
{
"path": "provision/roles/webrtc_build/tasks/main.yml",
"content": "---\n\n- name: install fpm\n gem: name=fpm state=latest user_install=no\n become: yes\n tags: [webrtc-build]\n\n- name: install python dependencies\n pip: name={{ item }}\n with_items:\n - mako\n become: yes\n tags: [webrtc-build]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | vinaykumarhegde/webrtc-build | 4181adb4baaab59cb9389d30a49e9946def135fc | 1 | provision/roles/webrtc_dev | 63 | [
"no_license"
] | [
{
"path": "provision/roles/webrtc_dev/tasks/workspace.yml",
"content": "---\n\n- name: create src directory\n file: >\n path={{ webrtc_dev_root }}/webrtc/src\n state=directory\n group={{ webrtc_dev_group }}\n mode=\"u=rwx,g=srwx,o=rx\"\n become: yes\n\n- name: create build directory\n file: >... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3933,
"all_permissive": false
} |
ansible_role | openstack-archive/python-tempestconf | 505e20a4dd771536257a4c4db645da707f727668 | 5 | roles/create-clouds-yaml-file | 63 | [
"permissive"
] | [
{
"path": "roles/create-clouds-yaml-file/README.rst",
"content": "Creates clouds.yaml file\n========================\n\nSource credentials and create a clouds.yaml file. If the clouds.yaml\nfile in the defined location exists, it will be overwritten.\nNote: If there is a file called openstack in the locatio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2979,
"all_permissive": true
} |
ansible_role | openstack-archive/python-tempestconf | 505e20a4dd771536257a4c4db645da707f727668 | 5 | roles/create-keystonerc-files | 63 | [
"permissive"
] | [
{
"path": "roles/create-keystonerc-files/README.rst",
"content": "Create keystonerc files\n=======================\n\nCreate keystonerc files for tempest, print them to the output and copy them\nto the wanted destination.\n\n**Role Variables**\n\n.. zuul:rolevar:: admin_user\n :type: dict\n\n A dictiona... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3234,
"all_permissive": true
} |
ansible_role | openstack-archive/python-tempestconf | 505e20a4dd771536257a4c4db645da707f727668 | 5 | roles/generate-accounts-file | 63 | [
"permissive"
] | [
{
"path": "roles/generate-accounts-file/defaults/main.yaml",
"content": "# Here, we set tempest_account_concurrency to 3 because with concurrency 2\n# generate only 10 accounts, and sometimes the tests fail because the account\n# is being used by another test, so it's a good idea to have\n# tempest_account_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4979,
"all_permissive": true
} |
ansible_role | openstack-archive/python-tempestconf | 505e20a4dd771536257a4c4db645da707f727668 | 5 | roles/generate-tempestconf-file | 63 | [
"permissive"
] | [
{
"path": "roles/generate-tempestconf-file/tasks/main.yaml",
"content": "- block:\n - debug:\n var: source_credentials_commands\n\n - name: Create python-tempestconf venv with latest pip, setuptools and pbr\n pip:\n virtualenv: \"{{ virtualenvs.tempestconf }}\"\n name: \"{{ item }}\"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7640,
"all_permissive": true
} |
ansible_role | openstack-archive/python-tempestconf | 505e20a4dd771536257a4c4db645da707f727668 | 5 | roles/generate-tempestconf-file-cloud | 63 | [
"permissive"
] | [
{
"path": "roles/generate-tempestconf-file-cloud/defaults/main.yaml",
"content": "cloud_user: \"devstack\"\nvirtualenvs:\n tempestconf: \"~/.virtualenvs/.tempestconf\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 83
},
{
"path": "rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8022,
"all_permissive": true
} |
ansible_role | openstack-archive/python-tempestconf | 505e20a4dd771536257a4c4db645da707f727668 | 5 | roles/install-plugins | 63 | [
"permissive"
] | [
{
"path": "roles/install-plugins/README.rst",
"content": "Install tempest plugins\n=======================\n\nThe role installs tempest plugins via tox inside venv-tempest virtual\nenvironment.\n\n**Role variables**\n\n.. zuul:rolevar:: plugins_paths\n :type: list\n\n A list of paths to tempest plugins ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1089,
"all_permissive": true
} |
ansible_role | openstack-archive/python-tempestconf | 505e20a4dd771536257a4c4db645da707f727668 | 5 | roles/tempestconf-workaround-auth-url | 63 | [
"permissive"
] | [
{
"path": "roles/tempestconf-workaround-auth-url/defaults/main.yaml",
"content": "clouds_file_path: \"/etc/openstack/clouds.yaml\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 47
},
{
"path": "roles/tempestconf-workaround-auth-url/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 969,
"all_permissive": true
} |
ansible_role | kogisu/ansible-sample-app | 4db3f5afe71d648a39686428f30012632f432d1d | 0 | roles/configure-firewalld | 63 | [
"no_license"
] | [
{
"path": "roles/configure-firewalld/tasks/main.yaml",
"content": "---\n- name: Configure Firewalld\n command: sudo firewall-cmd --permanent --zone=public --add-port=3306/tcp\n notify: \"reload firewalld\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | kogisu/ansible-sample-app | 4db3f5afe71d648a39686428f30012632f432d1d | 0 | roles/configure-mariadb | 63 | [
"no_license"
] | [
{
"path": "roles/configure-mariadb/tasks/main.yaml",
"content": "---\n- name: Delete database with name 'ecomdb'\n community.mysql.mysql_db:\n name: ecomdb\n state: absent\n\n- name: Create a new MariaDB database with name ecomdb\n community.mysql.mysql_db:\n name: ecomdb\n state: present\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | kogisu/ansible-sample-app | 4db3f5afe71d648a39686428f30012632f432d1d | 0 | roles/firewalld | 63 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/main.yaml",
"content": "---\n- name: Install Firewalld\n yum:\n name: firewalld\n state: latest\n\n- name: Start Firewalld\n service:\n name: firewalld\n state: started\n\n- name: Enable Firewalld\n service:\n name: firewalld\n enabled: yes\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | kogisu/ansible-sample-app | 4db3f5afe71d648a39686428f30012632f432d1d | 0 | roles/httpd | 63 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yaml",
"content": "- name: Install httpd\n yum:\n name: \n - httpd\n - php\n - php-mysql\n state: latest\n\n- name: Firewalld configuration\n include_role:\n name: firewalld\n\n- name: Configure httpd\n command: sed -i 's/index.html/index.php/g' /... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | kogisu/ansible-sample-app | 4db3f5afe71d648a39686428f30012632f432d1d | 0 | roles/mariadb | 63 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yaml",
"content": "---\n- name: Install MariaDB Server\n yum:\n name: \n - mariadb-server\n - MySQL-python\n state: latest\n\n- name: Start MariaDB\n service:\n name: mariadb\n state: started\n\n- name: Enable MariaDB\n service:\n name: mariadb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | stalpa/test | 32558accd0257e6a70a3a926918c6b1d6ab678ed | 0 | roles/cis | 63 | [
"no_license"
] | [
{
"path": "roles/cis/tasks/section_03_level1.yml",
"content": "---\n - name: 3.1 Set Daemon umask (Scored)\n lineinfile: >\n dest=/etc/sysconfig/init\n state=present\n regexp=^umask\n line=\"umask 027\"\n tags:\n - scored\n - section3.1\n\n - name: 3.2 Remove X Windows ... | {
"task_files": 19,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 22,
"total_bytes": 33576,
"all_permissive": false
} |
ansible_role | stalpa/test | 32558accd0257e6a70a3a926918c6b1d6ab678ed | 0 | roles/mail | 63 | [
"no_license"
] | [
{
"path": "roles/mail/tasks/postfix.yml",
"content": "# file: roles/mailserver/tasks/postfix.yml\n\n- name: mailx | postfix | postfix and mailx packages are installed\n yum: name={{ item }} state=present\n with_items:\n - mailx\n - postfix\n - stunnel\n\n- name: check for updates\n yum : name={{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | stalpa/test | 32558accd0257e6a70a3a926918c6b1d6ab678ed | 0 | roles/openssh | 63 | [
"no_license"
] | [
{
"path": "roles/openssh/handlers/main.yml",
"content": "---\n- name: sshd - restart service\n service:\n name: \"{{ opensshd_init_name[ansible_os_family] }}\"\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/opens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | stalpa/test | 32558accd0257e6a70a3a926918c6b1d6ab678ed | 0 | roles/ossec-agent | 63 | [
"no_license"
] | [
{
"path": "roles/ossec-agent/tasks/main.yml",
"content": "---\n###########################################################################\n# INSTALLATION #\n###########################################################################\n\n- name: osse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6126,
"all_permissive": false
} |
ansible_role | stalpa/test | 32558accd0257e6a70a3a926918c6b1d6ab678ed | 0 | roles/zabbix_agent | 63 | [
"no_license"
] | [
{
"path": "roles/zabbix_agent/templates/zabbix_agentd.conf.j2",
"content": "## DO NOT CHANGE THIS FILE\n## Zabbix agent configuration file manage by Ansible\n\n############ GENERAL PARAMETERS #################\n\n### Option: PidFile\n\nPidFile=/var/run/zabbix/zabbix_agentd.pid\n\n### Option: LogFile\n\nLogF... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3504,
"all_permissive": false
} |
ansible_role | bcskda/mipt-pdris-mvn-sample | 9ec76c554cfe5c280a2f496ad90a5f6469471769 | 0 | deploy/roles/application | 63 | [
"no_license"
] | [
{
"path": "deploy/roles/application/tasks/start_application.yml",
"content": "---\n - name: ensure application running\n service:\n name: mipt-pdris-mvn-sample\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "deploy... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1702,
"all_permissive": false
} |
ansible_role | dell-esg/openshift-bare-metal | e80650812504923fcab47923c1884cf5d8e7b563 | 25 | ansible/roles/bootstrap | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/main.yml",
"content": "---\n# tasks file for bootstrap\n- name: install kvm pre-requisite packages \n yum:\n name: ['qemu-kvm', 'libvirt', 'libvirt-python', 'libguestfs-tools', 'virt-install', 'virt-viewer']\n state: latest\n\n- name: enable libvirtd service\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | dell-esg/openshift-bare-metal | e80650812504923fcab47923c1884cf5d8e7b563 | 25 | ansible/roles/dhcp | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/dhcp/tasks/main.yml",
"content": "---\n# tasks file for dhcp\n- debug:\n msg: \"{{ ansible_hostname }}\"\n\n- debug:\n msg: \"{{ ansible_default_ipv4 }}\"\n\n- debug:\n msg: \"{{ ansible_domain }}\"\n\n- name: install dhcp server\n yum:\n name: dhcp\n state: latest\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | dell-esg/openshift-bare-metal | e80650812504923fcab47923c1884cf5d8e7b563 | 25 | ansible/roles/dns | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/tasks/main.yml",
"content": "---\n# tasks file for bind\n- name: identify number of '255' in {{ ansible_default_ipv4.netmask }}\n set_fact:\n striped_netmask: \"{{ ansible_default_ipv4.netmask | regex_findall('(255)') |length }}\" \n\n- debug:\n msg: custom netmask is {{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | dell-esg/openshift-bare-metal | e80650812504923fcab47923c1884cf5d8e7b563 | 25 | ansible/roles/http | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/http/tasks/main.yml",
"content": "---\n# tasks file for http\n- name: install http\n yum: \n name: httpd \n state: latest\n\n- name: allow http to listen on port {{ http_port }}\n seport:\n ports: \"{{ http_port }}\"\n proto: tcp\n setype: http_port_t\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1644,
"all_permissive": false
} |
ansible_role | dell-esg/openshift-bare-metal | e80650812504923fcab47923c1884cf5d8e7b563 | 25 | ansible/roles/ignition | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/ignition/tasks/main.yml",
"content": "---\n# tasks file for ignition\n- name: install openshift rpms\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - openshift-ansible\n - openshift-clients\n\n- name: create openshift installer user - {{ install_user }}\n use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4463,
"all_permissive": false
} |
ansible_role | dell-esg/openshift-bare-metal | e80650812504923fcab47923c1884cf5d8e7b563 | 25 | ansible/roles/proxy | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/handlers/main.yml",
"content": "---\n# handlers file for proxy\n- name: restart HAPROXY\n systemd:\n name: haproxy\n state: restarted\n listen: \"haproxy restart\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | dell-esg/openshift-bare-metal | e80650812504923fcab47923c1884cf5d8e7b563 | 25 | ansible/roles/pxe | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/pxe/tasks/main.yml",
"content": "---\n# tasks file for pxe\n- name: install pxe pre-requisite packages \n yum:\n name: ['tftp-server', 'xinetd', 'syslinux']\n state: latest\n\n- name: enable services\n systemd:\n name: \"{{ item }}\"\n enabled: yes\n state: started\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3629,
"all_permissive": false
} |
ansible_role | pgaref/ansible_collection | a583dd258442eeb6b85ee486b4a17eeffc48047b | 1 | roles/ansible-mesos | 63 | [
"no_license"
] | [
{
"path": "roles/ansible-mesos/tasks/Debian.yml",
"content": "---\n- name: Add apt-key\n apt_key: id=E56151BF keyserver=keyserver.ubuntu.com state=present\n\n- name: Add mesosphere repo\n apt_repository: repo='deb {{ mesosphere_apt_url }} {{ansible_distribution_release|lower}} main' state=present\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4085,
"all_permissive": false
} |
ansible_role | pgaref/ansible_collection | a583dd258442eeb6b85ee486b4a17eeffc48047b | 1 | roles/ansible-rabbitmq | 63 | [
"no_license"
] | [
{
"path": "roles/ansible-rabbitmq/templates/etc/rabbitmq/rabbitmq-env.j2",
"content": "RABBITMQ_USE_LONGNAME={{ rabbitmq_use_longname }} \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/ansible-rabbitmq/tasks/config.yml",
"content": "--... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 10492,
"all_permissive": false
} |
ansible_role | KiM-Taeseon/k8s_OpenStack_Project | da59d98270eb1e0b7d83871212be687c30745168 | 0 | ansiblelab/roles/common | 63 | [
"no_license"
] | [
{
"path": "ansiblelab/roles/common/tasks/main.yml",
"content": "---\n- name: unattended-upgrades 서비스 중지 및 비활성화\n ansible.builtin.systemd:\n name: unattended-upgrades\n state: stopped\n enabled: no\n ignore_errors: yes # 서비스가 없는 구형 OS에서도 오류가 나지 않도록 함\n\n- name: 남아있을 수 있는 apt 잠금 파일 제거\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4221,
"all_permissive": false
} |
ansible_role | KiM-Taeseon/k8s_OpenStack_Project | da59d98270eb1e0b7d83871212be687c30745168 | 0 | ansiblelab/roles/master | 63 | [
"no_license"
] | [
{
"path": "ansiblelab/roles/master/templates/kubeadm-config.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta3\nkind: InitConfiguration\nnodeRegistration:\n criSocket: unix:///var/run/containerd/containerd.sock\n name: \"{{ ansible_hostname }}\"\n ignorePreflightErrors:\n - Swap\n---\napiVersion: kub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2391,
"all_permissive": false
} |
ansible_role | KiM-Taeseon/k8s_OpenStack_Project | da59d98270eb1e0b7d83871212be687c30745168 | 0 | ansiblelab/roles/worker | 63 | [
"no_license"
] | [
{
"path": "ansiblelab/roles/worker/tasks/main.yml",
"content": "---\n- name: 워커 노드가 이미 클러스터에 조인했는지 확인\n ansible.builtin.stat:\n path: /etc/kubernetes/kubelet.conf\n register: kubelet_conf_stat\n\n- name: 클러스터에 조인 (필요한 경우에만 실행)\n # [수정] 스왑 오류를 무시하는 옵션을 추가\n ansible.builtin.command: >-\n sudo {{ hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/backup | 63 | [
"no_license"
] | [
{
"path": "roles/backup/templates/.my.cnf.j2",
"content": "[client]\nport=6033\nsocket=/tmp/proxysql.sock\nuser = \"{{ backup.source_base_user }}\"\npassword = \"{{ backup.source_base_password }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4129,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/certbot | 63 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/configure.yml",
"content": "- include_tasks: create-cert.yml\n with_items: \"{{ certbot_certs }}\"\n when:\n - certbot_create_if_missing\n loop_control:\n loop_var: cert_item\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
},... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4228,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/cluster | 63 | [
"no_license"
] | [
{
"path": "roles/cluster/handlers/main.yml",
"content": "---\n# handlers file for roles/cluster\n- name: Перезагрузка MySQL первого узла кластера\n service:\n name: mariadb\n state: restarted\n enabled: yes\n listen: mysql-first:restart\n\n- name: Создание нового кластера\n shell: galera_new_clu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3740,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/common | 63 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Установка базовых программ\n apt:\n update_cache: yes\n cache_valid_time: 3600\n name: \"{{ item }}\"\n state: latest\n loop:\n - vim\n - net-tools\n - mc\n - nano\n - wget\n - curl\n - tree\n - htop\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/grafana | 63 | [
"no_license"
] | [
{
"path": "roles/grafana/handlers/main.yml",
"content": "---\n\n- name: grafana systemd\n systemd:\n name: grafana-server\n enabled: yes\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/grafana/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/influxdb | 63 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yml",
"content": "---\n- include: install.yml\n tags:\n - influxdb\n\n- include: configure.yml\n tags:\n - influxdb\n - influxdb_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/influxd... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1746,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/iptables | 63 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/main.yml",
"content": "---\n# tasks file for roles/iptables\n\n- import_tasks: ./package-install-iptables-persistent.yml\n- import_tasks: ./iptables-build.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "roles/ip... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3626,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/managemysql | 63 | [
"no_license"
] | [
{
"path": "roles/managemysql/tasks/main.yml",
"content": "---\n# tasks file for managemysql\n\n- name: Создаю базу данных для сайта\n mysql_db:\n name: '{{ managemysql.db_name_sait }}'\n state: present\n encoding: utf8\n login_user: root\n login_password: '{{ cluster.mariadb.root_password }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1561,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/nginx | 63 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/package-install-nginx.yml",
"content": "- name: Установка Nginx\n apt:\n update_cache: yes\n cache_valid_time: 3600\n name: nginx\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/ngi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5168,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/node_exporter | 63 | [
"no_license"
] | [
{
"path": "roles/node_exporter/README.md",
"content": "Роль node exporter\r\n=========\r\n\r\nДанная роль устанавливает на серверах агента Prometheus node exporter\r\n\r\n\r\nПример запуска роли\r\n-----------------\r\n\r\n```ansible-playbook role-node_exporter.yml --extra-vars \"target=all_servers\" -u ubu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2374,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/php | 63 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Установка PHP\n apt:\n update_cache: true\n cache_valid_time: 3600\n state: latest\n name: \"{{item}}\"\n loop:\n - \"php{{php_version}}-fpm\"\n - \"php{{php_version}}-common\"\n - \"php{{php_version}}-mysql\"\n - \"php... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1580,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/prometheus | 63 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.conf.j2",
"content": "global:\n scrape_interval: 15s\n\nscrape_configs:\n - job_name: 'prometheus'\n scrape_interval: 5s\n static_configs:\n - targets: ['localhost:9090']\n - job_name: 'node_exporter'\n scrape_interval: 5s\n static_configs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8115,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/proxysql | 63 | [
"no_license"
] | [
{
"path": "roles/proxysql/tasks/proxysql.yml",
"content": "---\n- name: Adds repository key\n apt_key:\n url: http://repo.proxysql.com/ProxySQL/repo_pub_key\n state: present\n\n- name: Adds percona repositories\n apt_repository:\n repo: 'deb http://repo.proxysql.com/ProxySQL/proxysql-{{ proxysql_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2627,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/telegraf | 63 | [
"no_license"
] | [
{
"path": "roles/telegraf/README.md",
"content": "Роль Telegraf\r\n=========\r\n\r\nДанная роль делает установку и настройку Telegraf, агента сбора метрик для InfluxDB. Эта роль не самостоятельная, а входит в состав других ролей.\r\n\r\n\r\nПример запуска роли monitoring в которую входит роль Telegraf\r\n--... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 22447,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/unison | 63 | [
"no_license"
] | [
{
"path": "roles/unison/templates/sync.prf.j2",
"content": "# Определяем список директорий, которые будут синхронизированы\nroot = {{ item.src }}\nroot = {{ item.dest }}\n\n# Чтобы выполнить синхронизацию автоматически, без интерактивного взаимодействия\n# с пользователем необходимо использовать опцию \"-ba... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3573,
"all_permissive": false
} |
ansible_role | maxfro07/project | 091e73b710a02fc48135ebfb16243132917fc287 | 0 | roles/users | 63 | [
"no_license"
] | [
{
"path": "roles/users/README.md",
"content": "Роль users\r\n=========\r\n\r\nДанная роль позволяет централизованно управлять пользователями на серверах, а так же их группами.\r\n\r\n\r\nПример добавление пользователя\r\n-----------------\r\n\r\n```ansible-playbook role-users.yml --extra-vars \"target=web_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3395,
"all_permissive": false
} |
ansible_role | hprrkn/ansible-user-manage | 1b7a98a8ed8022c5e33e57889ea35c59a0bb3dd6 | 0 | roles/httpd_conf | 63 | [
"no_license"
] | [
{
"path": "roles/httpd_conf/templates/local.conf.j2",
"content": "<VirtualHost *:80>\n DocumentRoot \"/usr/local/apache2/htdocs\"\n\n ErrorLog logs/error_log\n LogFormat \"%h %l %u %t \\\"%m /%V%U%q\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\"\" combined\n CustomLog logs/access_log combined\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2007,
"all_permissive": false
} |
ansible_role | marcoalaura/gestion-olimpiadas-frontend | 6d59b77c2f9798279eeb6df87b7a705293cc4c41 | 0 | ansible/roles/deploy_app | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_app/tasks/main.yaml",
"content": "--- # Desplegar una app de iop con nginx en Debian 10 - Buster\n- name: Registrar el directorio de artefactos\n stat:\n path: /opt/{{ projectName }}/builds\n register: backupDir\n\n- name: Crear el directorio de artefactos\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1366,
"all_permissive": false
} |
ansible_role | marcoalaura/gestion-olimpiadas-frontend | 6d59b77c2f9798279eeb6df87b7a705293cc4c41 | 0 | ansible/roles/prebuild_app | 63 | [
"no_license"
] | [
{
"path": "ansible/roles/prebuild_app/tasks/get_conf.yaml",
"content": "--- # Obtener credenciales desde un vault remoto\n- name: Establecer dominio y credenciales de Vault\n include_vars:\n file: /opt/{{ projectName }}/vars/vault.yaml\n name: vault\n\n- name: Realizar solicitud de credenciales para ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | sakshi151990/Ansible_Demos | db36fc3cd63ce10c80cb471d3b3a5b1f6962709c | 0 | installhttpd/roles/httpd | 63 | [
"no_license"
] | [
{
"path": "installhttpd/roles/httpd/defaults/main.yaml",
"content": "---\n\n doc_root: /var/www/html\n hoatname: localhost",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "installhttpd/roles/httpd/tasks/configure.yaml",
"content": "\n- name: C... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | sakshi151990/Ansible_Demos | db36fc3cd63ce10c80cb471d3b3a5b1f6962709c | 0 | installhttpd/roles/init | 63 | [
"no_license"
] | [
{
"path": "installhttpd/roles/init/tasks/main.yaml",
"content": "---\n - name: init packages\n yum: pkg={{ item }} state=installed\n with_items:\n - git\n - nano\n - curl",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | sakshi151990/Ansible_Demos | db36fc3cd63ce10c80cb471d3b3a5b1f6962709c | 0 | nginx-demo/roles/nginx | 63 | [
"no_license"
] | [
{
"path": "nginx-demo/roles/nginx/tasks/main.yml",
"content": "---\n\n - include: install_packages.yml\n \n - name: Deploy confiurations\n template:\n src: templates/nginx.j2\n dest: /etc/nginx/nginx.conf\n notify: restart nginx \n - name: Deploy Welcome.html\n copy: \n src: Welc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | bedroge/ansible-qchem-flexnet | a2afc068ee0b8e314896b6b803ace7882041cea7 | 1 | roles/qchem_flexnet | 71 | [
"no_license"
] | [
{
"path": "roles/qchem_flexnet/tasks/main.yml",
"content": "---\n# install redhat-lsb\n\n- name: Check if Flexnet has been installed\n stat:\n path: \"{{ flexnet_prefix }}/flexnet-{{ flexnet_version }}\"\n register: flexnet_install_path\n\n- name: Install Flexnet\n include_tasks: install_flexnet.yml\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3481,
"all_permissive": false
} |
ansible_role | bedroge/ansible-qchem-flexnet | a2afc068ee0b8e314896b6b803ace7882041cea7 | 1 | roles/update | 71 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n- name: 'Install yum-utils, which provides the \"needs-restarting\" utility.'\n yum:\n name: yum-utils\n state: latest\n update_cache: true\n become: true\n- name: 'Update all installed packages (except Slurm).'\n yum:\n name: '*'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1290,
"all_permissive": false
} |
ansible_role | bill-test-org/t-lint | cad9c04e585ca11fe88b56bfc152ee05d08e55f1 | 0 | roles/bill | 71 | [
"no_license"
] | [
{
"path": "roles/bill/tasks/main.yml",
"content": "- set_fact:\n bill_version: 1.7.9\n\n- debug:\n msg: \"hhere is some stuff!! {{ bill_version }}\"\n\n- name: \"Set bill something\"\n set_fact:\n bill_something: 111\n\n- name: \"Set another fact\"\n set_fact:\n new_lint_error: true\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | hosseldin/SCRIPTING | 1b42f05726b654d41c894fb3d8e52ef1fab51cce | 0 | ANSIBLE_LABS_HOSSAM/ANSIBLE_LAB03/roles/web02 | 71 | [
"no_license"
] | [
{
"path": "ANSIBLE_LABS_HOSSAM/ANSIBLE_LAB03/roles/web02/tasks/main.yml",
"content": "---\n# tasks file for 'web' Role\n- name: Install {{ package_name }}\n apt:\n name: \"{{ package_name }}\" # Installs the package inside the playbook inside vars\n state: present\n update_cache: yes\n notify: re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | giannemariano/MARIANO_CONTAINERIZATION | f3749891b7f539ec12ac7bcb49df8cb58c0d8bf7 | 0 | roles/docker | 71 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for roles/docker\n- name: Install Prerequisites\n apt:\n name:\n - python3\n - python3-pip\n state: present\n\n- name: Install Docker File\n apt: \n name: docker.io\n state: latest\n update_cache: yes\n regist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | giannemariano/MARIANO_CONTAINERIZATION | f3749891b7f539ec12ac7bcb49df8cb58c0d8bf7 | 0 | roles/dockergroup | 71 | [
"no_license"
] | [
{
"path": "roles/dockergroup/tasks/main.yml",
"content": "---\n# tasks file for roles/dockergroup\n- name: Create Docker Group\n group:\n name: docker\n state: present\n\n- name: Add Docker Group to Current User\n user:\n name: ash\n group: docker\n\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | alaeddinehamroun/ansible_first | 534c82d1fcbf192540fab11b4569461d105814ef | 0 | roles/base | 71 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | VoightCloud/Redis | 424d8b047b78659df5ed81b13caa8216fe41e72d | 0 | roles/redis | 71 | [
"no_license"
] | [
{
"path": "roles/redis/files/secrets/templates/secrets.yaml",
"content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: redis-credentials\n namespace: {{ .Values.namespace }}\ntype: Opaque\ndata:\n redis-password: {{ .Values.redis.password | b64enc | quote }}\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2504,
"all_permissive": false
} |
ansible_role | marcodesantis71/general | 72259a8ed81a1b83a52d4548acec7ae742d49b0c | 0 | roles/apache | 71 | [
"no_license"
] | [
{
"path": "roles/apache/templates/virtualhost_debian.j2",
"content": "<VirtualHost *:80>\n ServerName {{item.name}}\n\n DocumentRoot {{item.docroot}}\n\n DirectoryIndex index.html index.htm index.php\n\n ErrorLog /var/log/apache2/{{item.name}}/error.log\n CustomLog /var/log/apache2/{{item.nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5988,
"all_permissive": false
} |
ansible_role | saisharanyavaidya/ansible-expense-roles | f105d4d8e7dd5a76dd05332a1b09d700e0d50412 | 0 | roles/frontend | 71 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yaml",
"content": "- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n \n- name: start and enable nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: run app pre-requisites\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | sabir69261/kafka-zookeeper | 5614b0c42d32958e8a9af172ff6641e4d850da8c | 0 | roles/kafka | 71 | [
"permissive"
] | [
{
"path": "roles/kafka/templates/server.properties.j2",
"content": "#Change the broker id \n{% for host in groups['kafka_servers'] %}\n{% if inventory_hostname == host %}\nbroker.id={{ loop.index }}\n{% endif %}\n{% endfor %}\n#Change the internal IP\n{% for host in groups['kafka_servers'] %}\n{% if i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3734,
"all_permissive": true
} |
ansible_role | sabir69261/kafka-zookeeper | 5614b0c42d32958e8a9af172ff6641e4d850da8c | 0 | roles/zookeeper | 71 | [
"permissive"
] | [
{
"path": "roles/zookeeper/vars/main.yml",
"content": "---\n# vars file for zookeeper\nzookeeper_ticktime: 2000\nzookeeper_data_dir: \"/data/zookeeper\"\nzookeeper_clientPort: 2181\nzookeeper_initLimit: 10\nzookeeper_syncLimit: 5\nzookeeper_leader_port: 2888\nzookeeper_election_port: 3888\nzookeeper_user: z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2704,
"all_permissive": true
} |
ansible_role | ArubaIberia/agora | 81629101ea0a0d40c83cbf0dd578dcd6dec86064 | 0 | ansible/roles/poe_managed_switch | 71 | [
"no_license"
] | [
{
"path": "ansible/roles/poe_managed_switch/tasks/main.yaml",
"content": "---\n# Este playbook localiza todos los puertos del switch\n# que tienen baja prioridad PoE, y les tira el PoE.\n#\n# Simula un escenario en que cierras la sede por el fin de semana,\n# por ejemplo (típico banco), y quieres apagar tel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1828,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/AD-DC | 71 | [
"no_license"
] | [
{
"path": "roles/AD-DC/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n\n- name: Gather facts\n setup:\n\n\n- name: Change the hostname\n win_hostname:\n name: 'MyOrgDC'\n register: res\n\n- name: Reboot\n win_reb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/AD-registerWKS | 71 | [
"no_license"
] | [
{
"path": "roles/AD-registerWKS/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n\n- name: Gather facts\n setup:\n\n- win_domain_membership:\n dns_domain_name: myorg.com\n domain_admin_user: <EMAIL>\n domain_adm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/PA-VM50 | 71 | [
"no_license"
] | [
{
"path": "roles/PA-VM50/tasks/config_interfaces_zones_mgt.yml",
"content": "---\n\n- name: External Zone\n panos_zone:\n provider: '{{ provider }}'\n zone: 'EXT'\n mode: 'layer3'\n interface: ['ethernet1/1']\n\n- name: Enterprise LAN\n panos_zone:\n provider: '{{ provider }}'\n zone: 'L... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7878,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/apache2-proxy-to-http | 71 | [
"no_license"
] | [
{
"path": "roles/apache2-proxy-to-http/files/http.j2",
"content": "<VirtualHost *:80>\n ServerName \"{{ servername }}\n\n ProxyPreserveHost On\n\n ProxyPass / http://target\n ProxyPassReverse / http://target\n\n</VirtualHost>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4716,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/config-dns | 71 | [
"no_license"
] | [
{
"path": "roles/config-dns/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n- name: Gather facts\n setup:\n- name: DNS configuration\n include_role:\n name: robertdebock.dns\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/config-splunk | 71 | [
"no_license"
] | [
{
"path": "roles/config-splunk/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n\n- name: Change Timezone\n community.general.timezone:\n name: 'Canada/Eastern'\n\n- name: Copy Splunk Installer to Splunk Server\n cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5319,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/config-trainee | 71 | [
"no_license"
] | [
{
"path": "roles/config-trainee/files/exploit/emailConfig.ini",
"content": "[ACCESS]\nhostname = mail.kernelcars.com\nport = 993\nusername = <EMAIL>\npassword = <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/config-trainee/files... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4870,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/config-web | 71 | [
"no_license"
] | [
{
"path": "roles/config-web/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n- name: Gather facts\n setup:\n- name: Create dir \"/etc/ssl/certs/\" if needed\n file:\n path: \"/etc/ssl/certs/\"\n state: directory\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/dmz-srv | 71 | [
"no_license"
] | [
{
"path": "roles/dmz-srv/defaults/main.yml",
"content": "---\n# defaults file for modoboa-config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/dmz-srv/vars/main.yml",
"content": "---\n# vars file for modoboa-config\n\n#ac:\n# interface... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2328,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/gophish-config | 71 | [
"no_license"
] | [
{
"path": "roles/gophish-config/tasks/backup-configuration.yml",
"content": "---\n\n- name: Get all Gophish items\n include_tasks: store-data.yml\n vars:\n itemName: \"{{ item.name }}\"\n itemHttpKey: \"{{ item.httpKey }}\"\n destPath: \"{{ backupPath }}\"\n itemFilename: \"{{ item.filename }}... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 19899,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/linux-splunk-fw | 71 | [
"no_license"
] | [
{
"path": "roles/linux-splunk-fw/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n\n- name: Change Timezone\n community.general.timezone:\n name: 'Canada/Eastern'\n\n- name: Copy Splunk Forwarder Installer to Ubuntu E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1977,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/modoboa-config | 71 | [
"no_license"
] | [
{
"path": "roles/modoboa-config/handlers/main.yml",
"content": "---\n# handlers file for modoboa-config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/modoboa-config/playbook.yml",
"content": "---\n- name: Configure Modoboa\n hosts: loc... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 10380,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/modoboa-ssl | 71 | [
"no_license"
] | [
{
"path": "roles/modoboa-ssl/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n- name: Gather facts\n setup:\n- name: Create dir \"/etc/ssl/certs/\"if needed\n file:\n path: \"/etc/ssl/certs/\"\n state: directory\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/robertdebock.dns | 71 | [
"no_license"
] | [
{
"path": "roles/robertdebock.dns/tasks/main.yml",
"content": "---\n# tasks file for dns\n#- name: install dns\n# package:\n# name: \"{{ dns_packages }}\"\n# state: present\n# register: dns_install_dns\n# until: dns_install_dns is succeeded\n# retries: 3\n\n- name: Wait host to come up\n wait_for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 24186,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/scenarioInit | 71 | [
"no_license"
] | [
{
"path": "roles/scenarioInit/tasks/main.yml",
"content": "---\n\n- name: Prepare ansible controller\n include_tasks: parse-scenario-file.yml\n tags: config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/scenarioInit/filter_plugins/parse... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1440,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/win-hostname | 71 | [
"no_license"
] | [
{
"path": "roles/win-hostname/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n\n- name: Gather facts\n setup:\n\n- name: Change the hostname\n win_hostname:\n name: '{{ hostname }}'\n register: res\n\n- name: Reboo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | Paul-RHEA/Ryerson1 | a5a52f7ab1505a27319f3d919cc219eb1aa58691 | 1 | roles/win-splunk-fw | 71 | [
"no_license"
] | [
{
"path": "roles/win-splunk-fw/tasks/main.yml",
"content": "---\n\n- name: Wait host to come up\n wait_for_connection:\n timeout: 36000 # 10 hours\n sleep: 5\n\n- name: Gather facts\n setup:\n\n- name: Change Timezone\n community.windows.win_timezone:\n name: 'Eastern Standard Time'\n\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1751,
"all_permissive": false
} |
ansible_role | zhenghongli/pxe-boot-provison | 55384075ae9d9cae502b2075d096a8f0bd423fab | 0 | roles/nginx | 71 | [
"no_license"
] | [
{
"path": "roles/nginx/vars/main.yml",
"content": "---\nhostname: ubuntu-server\npassword: \"$<KEY>\"\nusername: ubuntu\nkeyboard_layout: us\nkeyboard_variant: \"\"\nlocale: en_US.UTF-8\nnetwork_interface: enp1s0\nssh_public_key: \"ssh-rsa <KEY> root@headnode01\"\nstorage_device: /dev/vda\n\ncloud_init_stru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 12852,
"all_permissive": false
} |
ansible_role | zhenghongli/pxe-boot-provison | 55384075ae9d9cae502b2075d096a8f0bd423fab | 0 | roles/pxe | 71 | [
"no_license"
] | [
{
"path": "roles/pxe/templates/dnsmasq.j2",
"content": "# Interface settings\ninterface={{ interface }}\nbind-interfaces\n\n# DHCP range settings\ndhcp-range={{ dhcp_range_start }},{{ dhcp_range_end }}\n\n# TFTP settings\nenable-tftp\ntftp-root={{ tftp_root }}\n\n# Logging settings\nlog-queries\nlog-dhcp\nl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 10487,
"all_permissive": false
} |
ansible_role | Marfyuser/Ansible-Xrdp-AD | 1ed44ebfebf00772a66ba3f351a1f4a4735b79c8 | 0 | papkaroles/roles/AD | 71 | [
"no_license"
] | [
{
"path": "papkaroles/roles/AD/vars/main.yml",
"content": "---\n nameDomain: stud.local\n namepc: pcname\n nameADMINdomain: admnistrator\n passwordADMINDOMAIN: <PASSWORD>?\n domain: stud.local\n ip: 192.168.214.171\n FQDNnameDomain: Cock.stud.local\n pcname: pcname\n\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | Marfyuser/Ansible-Xrdp-AD | 1ed44ebfebf00772a66ba3f351a1f4a4735b79c8 | 0 | papkaroles/roles/ADconf | 71 | [
"no_license"
] | [
{
"path": "papkaroles/roles/ADconf/vars/main.yml",
"content": "---\n nameDomain: stud.local\n namepc: pcname\n nameADMINdomain: admnistrator\n passwordADMINDOMAIN: <PASSWORD>?\n domain: stud.local\n ip: 192.168.42.212\n FQDNnameDomain: Cock.stud.local\n pcname: pcname\n\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | Marfyuser/Ansible-Xrdp-AD | 1ed44ebfebf00772a66ba3f351a1f4a4735b79c8 | 0 | papkaroles/roles/JoinAD | 71 | [
"no_license"
] | [
{
"path": "papkaroles/roles/JoinAD/tasks/main.yml",
"content": "---\n- name: ADD USER AD\n shell: join-to-domain.sh -d {{nameDomain}} -n {{namepc}} -u {{nameADMINdomain}} -p {{passwordADMINDOMAIN}} -y \n # shell: join-to-domain.sh -d {{ nameDomain }} -n {{ namepc }} -u {{ nameADMINdomain }} -p {{ passwordA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | Marfyuser/Ansible-Xrdp-AD | 1ed44ebfebf00772a66ba3f351a1f4a4735b79c8 | 0 | papkaroles/roles/xrdp | 71 | [
"no_license"
] | [
{
"path": "papkaroles/roles/xrdp/tasks/main.yml",
"content": "---\n- name: shell\n shell: |\n dnf update\n dnf groupinstall mate-desktop -y\n # dnf groupinstall x11 -y\n # dnf install vulkan-loader -y\n # dnf install vulkan-loader -y\n\n- name: install mate\n ansible.builtin.yum:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | Marfyuser/Ansible-Xrdp-AD | 1ed44ebfebf00772a66ba3f351a1f4a4735b79c8 | 0 | papkaroles/roles/xrdpConf | 71 | [
"no_license"
] | [
{
"path": "papkaroles/roles/xrdpConf/tasks/main.yml",
"content": "---\n - name: delete #Xorg\n ansible.builtin.lineinfile:\n backup: yes\n dest: /etc/xrdp/xrdp.ini\n state: absent\n insertafter: \"; in sesman.ini. See and configure also sesman.ini.\"\n regex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1618,
"all_permissive": false
} |
ansible_role | heerharv/vault-secret-management | 12466ab510916760c1d7ee09d2c3d36c6e6e7a25 | 0 | ansible/roles/vault | 71 | [
"no_license"
] | [
{
"path": "ansible/roles/vault/tasks/main.yml",
"content": "---\n# Tasks for vault role\n\n- name: Create Vault user\n user:\n name: \"{{ vault_user }}\"\n system: true\n shell: /bin/false\n home: \"/opt/vault\"\n create_home: true\n\n- name: Create Vault directories\n file:\n path: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4622,
"all_permissive": false
} |
ansible_role | the-virtual-boy/AutomateKubespray | 1ccf7287762b156c02799cd65912709cb897115f | 0 | roles/master-benchmark | 71 | [
"no_license"
] | [
{
"path": "roles/master-benchmark/tasks/main.yml",
"content": "---\n# tasks file for cis-benchmark\n\n\n#\n### 1.x.x Master Controls\n#\n- import_tasks: 1.1.19_fix.yaml\n\n# fixes issue, but kubebench fails in audit command\n- import_tasks: 1.1.20_fix.yaml\n- import_tasks: 1.1.21_fix.yaml\n\n# crashes apise... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 9040,
"all_permissive": false
} |
ansible_role | the-virtual-boy/AutomateKubespray | 1ccf7287762b156c02799cd65912709cb897115f | 0 | roles/worker-benchmark | 71 | [
"no_license"
] | [
{
"path": "roles/worker-benchmark/tasks/4.2.13_fix.yaml",
"content": "- name: 4.2.13 Ensure that the Kubelet only makes use of Strong Cryptographic Ciphers\n block:\n - name: 4.2.13 check flag\n command: grep \"^\\-\\-tls-cipher-suites=\" /etc/kubernetes/kubelet.env\n register: tls_cipher_suit... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1660,
"all_permissive": false
} |
ansible_role | tuxnuts/vagrant-ansible-nginx | 79051b8577642e74b19e20c9641b6be042a92a7c | 0 | provisioning/roles/nginx | 72 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/install.yml",
"content": "- name: Install nginx web server\n apt: name=nginx state=present update_cache=yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "provisioning/roles/nginx/tasks/main.yml",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | fydrah/awx-examples | 0c46330a7e72f08fae004d79091954d1766d1640 | 0 | project3/roles/redis | 72 | [
"no_license"
] | [
{
"path": "project3/roles/redis/handlers/main.yml",
"content": "---\n# handlers file for redis\n\n- name: restart redis\n systemd:\n name: redis\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "project... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 864,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.