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 | lvv321/Otus-Linux-Adv | f2fdd2659d910c03d9fca1ff50a02bd9b8d7ac8a | 0 | dz2/roles/nginx_server | 6,017 | [
"no_license"
] | [
{
"path": "dz2/roles/nginx_server/vars/main.yml",
"content": "---\n# vars file for nginx_server\n\nnginx_listen_port: 8080",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "dz2/roles/nginx_server/tasks/main.yml",
"content": "---\n# tasks file for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | imperva/ansible-role-imperva-dam-agent | 40b7f200b8d990f301d685baf51832e9436fdcef | 4 | v1/roles/imperva_install | 6,017 | [
"no_license"
] | [
{
"path": "v1/roles/imperva_install/tasks/main.yml",
"content": "---\n\n - name: Get RedHat Version\n shell: \"uname -r | sed -e 's/.*el//' -e 's/.x86_64//'\"\n args:\n warn: false # set to prevent warning message because we have to run it like this to check against the system\n changed_when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8403,
"all_permissive": false
} |
ansible_role | imperva/ansible-role-imperva-dam-agent | 40b7f200b8d990f301d685baf51832e9436fdcef | 4 | v1/roles/imperva_uninstall | 6,017 | [
"no_license"
] | [
{
"path": "v1/roles/imperva_uninstall/tasks/main.yml",
"content": "---\n\n- name: Installer Agent - Uninstall\n shell: \"/opt/imperva/installer/bin/uninstall\"\n args:\n warn: false # set to prevent warning message because we have to run it like this to check against the system\n changed_when: false #... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | imperva/ansible-role-imperva-dam-agent | 40b7f200b8d990f301d685baf51832e9436fdcef | 4 | v2/roles/imperva | 6,017 | [
"no_license"
] | [
{
"path": "v2/roles/imperva/meta/main.yml",
"content": "galaxy_info:\n author: Imperva Global Solutions Architecture team\n description: Example Role for managing Imperva agent on the RHEL 7 platform\n company: Imperva\n license: Imperva-Community Developer License\n min_ansible_version: 2.9\n platfor... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 11341,
"all_permissive": false
} |
ansible_role | stevewoolley/opensips | 5b525c919bef300fc0322cdaad1f412b47530726 | 0 | ansible/roles/common | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/locale.j2",
"content": "# {{ ansible_managed }}\nLANG=\"{{ raspi_config_locale }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/common/tasks/config.yml",
"content": "---\n- name: 'Conf... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3609,
"all_permissive": false
} |
ansible_role | stevewoolley/opensips | 5b525c919bef300fc0322cdaad1f412b47530726 | 0 | ansible/roles/mysql | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Install mysql server packages'\n action: apt pkg={{item}} state=installed\n with_items:\n - mysql-server\n\n- name: 'Create database schema'\n command: opensipsdbctl create\n args:\n chdir: \"/usr/local/etc/opensips\"\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | stevewoolley/opensips | 5b525c919bef300fc0322cdaad1f412b47530726 | 0 | ansible/roles/opensips | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/opensips/tasks/main.yml",
"content": "---\n - name: 'Create opensips user'\n user: name=opensips\n shell=/sbin/nologin\n home=/usr/local/etc/opensips\n\n - name: 'Clone opensips repo'\n git: repo=git://github.com/OpenSIPS/opensips.git\n dest=/usr/sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 8264,
"all_permissive": false
} |
ansible_role | PetitYohan/DevOps | 542d3b0762b9e1b98d9cf3f75b347bfb4d9a04bd | 0 | ansible/roles/app | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for roles/app\n- name: Run Backend\n docker_container:\n name: backend\n image: yosmall/tp1-backend\n networks :\n - name: app-network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | PetitYohan/DevOps | 542d3b0762b9e1b98d9cf3f75b347bfb4d9a04bd | 0 | ansible/roles/database | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: Run Database\n docker_container:\n name: database\n image: yosmall/tp1-database\n networks :\n - name: app-network",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | PetitYohan/DevOps | 542d3b0762b9e1b98d9cf3f75b347bfb4d9a04bd | 0 | ansible/roles/front | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/front/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: Run Front\n docker_container:\n name: front\n image: yosmall/tp1-front\n networks :\n - name: app-network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | PetitYohan/DevOps | 542d3b0762b9e1b98d9cf3f75b347bfb4d9a04bd | 0 | ansible/roles/network | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n# tasks file for roles/network\n- name: add network\n docker_network:\n name: app-network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | PetitYohan/DevOps | 542d3b0762b9e1b98d9cf3f75b347bfb4d9a04bd | 0 | ansible/roles/proxy | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/proxy\n- name: Run HTTPD\n docker_container:\n name: httpd\n image: yosmall/tp1-httpd\n ports: \n - \"80:80\"\n networks:\n - name: app-network",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | neilramsay/wsl-dev | e68b4838b54e7ba1525c86ee94d10bffdb5b3128 | 0 | roles/common | 5,977 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yaml",
"content": "common_apt_packages_install:\n - fish\n - ncdu\n - unzip\n - build-essential\n - backupninja\n - borgbackup2\n - htop\n - bind9-dnsutils\n\ncommon_apt_packages_remove:\n - ubuntu-pro-client\n - ubuntu-pro-client-l10n\n - landscape-client\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2262,
"all_permissive": false
} |
ansible_role | neilramsay/wsl-dev | e68b4838b54e7ba1525c86ee94d10bffdb5b3128 | 0 | roles/development | 5,977 | [
"no_license"
] | [
{
"path": "roles/development/defaults/main.yaml",
"content": "development_dive_version: 0.12.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/development/files/fish/set.fish",
"content": "function __fish_complete_aws_profiles\n env ... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 23589,
"all_permissive": false
} |
ansible_role | neilramsay/wsl-dev | e68b4838b54e7ba1525c86ee94d10bffdb5b3128 | 0 | roles/wsl | 5,977 | [
"no_license"
] | [
{
"path": "roles/wsl/tasks/main.yaml",
"content": "- name: Install WSLu\n become: true\n ansible.builtin.apt:\n name: wslu\n\n- name: Ensure SystemD User directory permissions\n become: true\n ansible.builtin.file:\n path: /run/user/{{ ansible_facts.user_gid }}\n state: directory\n mode: u=r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | Op-Zero/playbook-ansible-creator | e15e5afe37bf80ebc38bfc7bf7d8d40a8660ab09 | 0 | roles/myproject | 5,977 | [
"no_license"
] | [
{
"path": "roles/myproject/vars/main.yml",
"content": "ansible_root: /home\r\nproject_name: myproject\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/myproject/tasks/main.yml",
"content": "- name: -------- create project ---------\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1056,
"all_permissive": false
} |
ansible_role | shaggyloris/server-update | a2b3e036d0813795f0f3abe1ea1d1f0731ada772 | 0 | roles/install_packages | 5,977 | [
"no_license"
] | [
{
"path": "roles/install_packages/defaults/main.yml",
"content": "apt_packages:\n - syslog-ng\napt_remove:\n - rsyslog\nyum_packages:\n - syslog-ng\nyum_remove:\n - rsyslog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/install_packag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | shaggyloris/server-update | a2b3e036d0813795f0f3abe1ea1d1f0731ada772 | 0 | roles/update_packages | 5,977 | [
"no_license"
] | [
{
"path": "roles/update_packages/tasks/main.yml",
"content": "---\n- name: Update packages with apt\n apt:\n name: \"*\"\n state: latest\n when: ansible_facts['os_family'] == \"Debian\"\n- name: Update packages with yum\n yum:\n name: \"*\"\n state: latest\n when: ansible_facts['os_family'] ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/common | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/common/tasks/java.yml",
"content": "---\n- name: 'Install jdk'\n apt:\n name: [\n 'ca-certificates-java',\n 'openjdk-8-jre',\n 'openjdk-8-jdk'\n ]\n state: latest\n\n- name: 'Set JAVA_HOME'\n lineinfile:\n dest: /etc/environment\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/kvstream | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/kvstream/templates/kvs_log_configuration.j2",
"content": "# {{ ansible_managed }}\n\nlog4cplus.rootLogger=WARN, KvsConsoleAppender, KvsFileAppender\n\n#log4cplus.logger.MemoryCheck=TRACE, KvsConsoleAppender\n\n#KvsConsoleAppender:\nlog4cplus.appender.KvsConsoleAppender=log4cp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3791,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/metrics | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/metrics/tasks/main.yml",
"content": "---\n- name: 'Set hostname facts'\n set_fact:\n full_hostname: \"{{ inventory_hostname }}\"\n short_hostname: \"{{ inventory_hostname.split('.', 1)[0] }}\"\n\n- name: 'Install python dependencies'\n pip:\n name: [\n 'boto3'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/piot | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/piot/tasks/main.yml",
"content": "---\n- name: 'Set hostname facts'\n set_fact:\n full_hostname: \"{{ inventory_hostname }}\"\n short_hostname: \"{{ inventory_hostname.split('.', 1)[0] }}\"\n\n- name: 'Install python dependencies'\n pip:\n name: [\n 'boto3',\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/pir | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/pir/tasks/main.yml",
"content": "---\n- name: 'Set hostname facts'\n set_fact:\n full_hostname=\"{{ inventory_hostname }}\"\n short_hostname=\"{{ inventory_hostname.split('.', 1)[0] }}\"\n\n- name: 'Clone/Update latest repo'\n git:\n repo: https://github.com/stevew... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/relay | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/relay/tasks/main.yml",
"content": "---\n- name: 'Set hostname facts'\n set_fact:\n full_hostname=\"{{ inventory_hostname }}\"\n short_hostname=\"{{ inventory_hostname.split('.', 1)[0] }}\"\n\n- name: 'Clone/Update latest repo'\n git:\n repo: https://github.com/stev... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/supervisor | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/supervisor/tasks/main.yml",
"content": "---\n- name: 'Set hostname facts'\n set_fact:\n full_hostname=\"{{ inventory_hostname }}\"\n short_hostname=\"{{ inventory_hostname.split('.', 1)[0] }}\"\n\n- name: 'Install python dependencies'\n pip:\n name: [\n 'super... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | stevewoolley/piot | b087c8815b058f5cddc7e9fe7c90ebab10570b3a | 0 | deploy/ansible/roles/timelapse | 5,977 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/timelapse/tasks/main.yml",
"content": "---\n- name: 'Set hostname facts'\n set_fact:\n full_hostname: \"{{ inventory_hostname }}\"\n short_hostname: \"{{ inventory_hostname.split('.', 1)[0] }}\"\n\n- name: 'Install python dependencies'\n pip:\n name: [\n 'pica... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | katzefudder/ansible_version | 0dc4a54778ba825d15995f526a6cf19799a27c8c | 0 | roles/ansible | 5,977 | [
"no_license"
] | [
{
"path": "roles/ansible/defaults/main.yml",
"content": "---\n pip_ansible_version: 2.4.2.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/ansible/tasks/main.yml",
"content": "---\n# install a specific version of ansible\n\n#- name: A... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1653,
"all_permissive": false
} |
ansible_role | jithinraj89/wordpress-automation | 6dacfd7aae0951eb092cc55976b70cb2c8bd8a2a | 0 | kubernetes/ansible-k8s-wordpress/roles/k8s_wordpress | 5,977 | [
"no_license"
] | [
{
"path": "kubernetes/ansible-k8s-wordpress/roles/k8s_wordpress/files/manifest/wordpress.yml",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: wordpress\n labels:\n app: wordpress\nspec:\n ports:\n - port: 80\n selector:\n app: wordpress\n tier: frontend\n type: NodePort\n---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5819,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | ansible-20171204_feng/roles/3tier-base-conf | 5,977 | [
"no_license"
] | [
{
"path": "ansible-20171204_feng/roles/3tier-base-conf/tasks/main.yml",
"content": "---\n# tasks file for base-conf\n\n- name: enable repos\n template:\n src: templates/open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | ansible-20171204_feng/roles/osp-fetch-inventory | 5,977 | [
"no_license"
] | [
{
"path": "ansible-20171204_feng/roles/osp-fetch-inventory/tasks/main.yml",
"content": "---\n# tasks file for osp-fetch-inventory\n\n- name: Fetch Instance Info\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n register: result\n \n- name: Add host to In-memory inventory\n add_host:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | ansible-20171204_feng/roles/osp-provision-base | 5,977 | [
"no_license"
] | [
{
"path": "ansible-20171204_feng/roles/osp-provision-base/tasks/main.yml",
"content": "---\n# tasks file for ops-provision\n# In this section, you will create a playbook to provision network infrastructure needed to deploy your application in OpenStack Environment.\n\n############################\n# Create ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5909,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | ansible-20171204_feng/roles/osp-provision-instance | 5,977 | [
"no_license"
] | [
{
"path": "ansible-20171204_feng/roles/osp-provision-instance/tasks/main.yml",
"content": "---\n# tasks file for osp-provision-instance\n\n# In this section, you will provision instances.\n# As per organization’s security policy you will be injecting two separate Public keys.\n# - openstack.pub for local wo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1852,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day1_3tier/roles/common | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day1_3tier/roles/common/tasks/main.yml",
"content": "- name: setup yum repository\n yum_repository:\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n baseurl: \"{{ item.baseurl }}\"\n gpgcheck: \"{{ item.gpgcheck }}\"\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day1_3tier/roles/db | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day1_3tier/roles/db/tasks/main.yml",
"content": "- name: install postgres\n yum:\n name: postgresql\n state: latest\n\n- name: initilize postgres\n command: postgresql-setup initdb\n args:\n creates: /var/lib/pgsql/data/base\n\n- name: enable postgresql\n servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day3_osp/roles/app | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day3_osp/roles/app/tasks/main.yml",
"content": "- name: install tomcat\n yum:\n name: tomcat\n state: latest\n\n- name: enable tomcat\n service:\n name: tomcat\n state: started\n enabled: yes\n\n- name: create ansible tomcat directory\n file:\n path: /us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day3_osp/roles/common | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day3_osp/roles/common/defaults/main.yml",
"content": "common_yumrepo:\n - name: rhel-7-server-rpms\n description: Red Hat Enterprise Linux 7\n baseurl: http://admin.na.shared.opentlc.com/repos/ocp/3.6//rhel-7-server-rpms\n gpgcheck: 0\n - name: rhel-7-server-rh-common-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1295,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day3_osp/roles/frontend | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day3_osp/roles/frontend/tasks/main.yml",
"content": "---\n- name: install packages\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items: \n - httpie\n - haproxy\n\n- name: enable HAProxy\n service:\n name: haproxy\n state: started\n enabled: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day3_osp/roles/osp_flavor | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day3_osp/roles/osp_flavor/tasks/main.yml",
"content": "- name: create custom flavor\n os_nova_flavor:\n cloud: ospcloud\n state: present\n name: \"{{ item.name }}\"\n ram: \"{{ item.ram }}\"\n vcpus: \"{{ item.vcpus }}\"\n disk: \"{{ item.disk }}\"\n with_items... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day3_osp/roles/osp_instance | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day3_osp/roles/osp_instance/vars/frontend1.yml",
"content": "server_name: frontend1\nimage: rhel-guest\nmeta_server_group: frontends\nmeta_deployment: dev\nflavor: m2.small\nsecurity_groups:\n - ICMP_and_SSH\n - HTTP_and_HTTPS\nssh_keyname: ansible_ssh\nnetwork_name: int_net... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2278,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day3_osp/roles/osp_network | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day3_osp/roles/osp_network/tasks/main.yml",
"content": "- os_network:\n cloud: ospcloud\n state: present\n name: \"{{ item.name }}\"\n external: \"{{ item.external }}\"\n with_items: \"{{ networks }}\"\n\n- os_subnet:\n cloud: ospcloud\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1189,
"all_permissive": false
} |
ansible_role | jian-feng/ansible-team1 | a0a3a2e92cae43785cb84ddf4ad3396b2efaa86b | 0 | naoki.oishi/playbooks/day3_osp/roles/osp_security | 5,977 | [
"no_license"
] | [
{
"path": "naoki.oishi/playbooks/day3_osp/roles/osp_security/vars/main.yml",
"content": "security_groups:\n - name: ICMP_and_SSH\n description: ICMP and SSH enabled\n - name: HTTP_and_HTTPS\n description: HTTP and HTTPS enabled\n - name: TOMCAT\n description: TOMCAT enabled\n - name: POSTGRES\n desc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1975,
"all_permissive": false
} |
ansible_role | LuisaoStuff/SAN-basada-en-ARM-y-alta-disponibilidad | 906b16355d1d04d9556d277da628a1ac57cbf03b | 0 | ansible/roles/commons | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/commons/tasks/main.yml",
"content": "- name: Actualizar sistemas\n apt: update_cache=yes \n\n- name: Instalar todos los paquetes\n apt: \n pkg:\n - pacemaker\n - pcs\n - tgt\n - drbd-utils\n\n- name: Cambiar contraseña al usuario hacluster\n user:\n name: hacl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | LuisaoStuff/SAN-basada-en-ARM-y-alta-disponibilidad | 906b16355d1d04d9556d277da628a1ac57cbf03b | 0 | ansible/roles/drbd | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/drbd/tasks/main.yml",
"content": "- name: Copiar fichero recurso drbd\n copy: >\n src=hadisk.res\n dest=/etc/drbd.d/\n mode=644\n owner=root\n group=root\n\n- name: Crear recurso drbd\n command: drbdadm create-md hadisk --force\n\n- name: Activar recurso drbd\n com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | LuisaoStuff/SAN-basada-en-ARM-y-alta-disponibilidad | 906b16355d1d04d9556d277da628a1ac57cbf03b | 0 | ansible/roles/pacemaker | 5,977 | [
"no_license"
] | [
{
"path": "ansible/roles/pacemaker/files/cluster_config.bash",
"content": "#!/bin/bash\n\npcs property set stonith-enabled=false\n# Creamos IP Virtual\npcs resource create iscsi-ip ocf:heartbeat:IPaddr ip=192.168.1.200 cidr_netmask=24 --group iscsi\n# Creamos recurso DRBD\npcs resource create HADISK ocf:lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2004,
"all_permissive": false
} |
ansible_role | sdcilsy/nginx-php-setup-ansible | 3340e730520eb657c306abe9d09e9f47d2418cfc | 0 | roles/nginx | 5,977 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: Update repository\n apt: update_cache=true upgrade=yes\n become: yes\n\n- name: Install Nginx\n apt: name={{ nginx_ver }} state=present update_cache=true\n notify:\n - start nginx\n\n- name: Create web directory\n file: path=/var/www/ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | sdcilsy/nginx-php-setup-ansible | 3340e730520eb657c306abe9d09e9f47d2418cfc | 0 | roles/php | 5,977 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yaml",
"content": "---\n- name: Install PHP Package\n apt: name={{ php_ver }} state=present update_cache=true\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | yeungalan0/ansible | 78266185e00ef20d8fad20b1342dc4c26ce7cbd1 | 0 | roles/dev | 5,977 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/main.yml",
"content": "---\n- name: install and enable chrome repos\n dnf:\n name: google-chrome-stable\n enablerepo: google-chrome\n\n- name: install necessary packages\n package:\n name: [\n \"terminator\",\n \"snapd\",\n \"dnf-plugins-core\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9511,
"all_permissive": false
} |
ansible_role | yeungalan0/ansible | 78266185e00ef20d8fad20b1342dc4c26ce7cbd1 | 0 | roles/ext_roles | 5,977 | [
"no_license"
] | [
{
"path": "roles/ext_roles/tasks/main.yml",
"content": "---\n- name: Check if oh-my-zsh is already installed\n stat:\n path: \"/home/{{ my_user }}/.oh-my-zsh\"\n register: oh_my_zsh_dir\n tags: always\n\n- name: Run oh-my-zsh role\n include_role:\n name: gantsign.oh-my-zsh\n apply:\n tags:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | yeungalan0/ansible | 78266185e00ef20d8fad20b1342dc4c26ce7cbd1 | 0 | roles/personal | 5,977 | [
"no_license"
] | [
{
"path": "roles/personal/templates/custom.autofs.j2",
"content": "# {{ ansible_managed }}\n/cifs /etc/auto.smb --timeout=300,--uid={{ my_user }},--gid={{ my_user }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/personal/tasks/main.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1661,
"all_permissive": false
} |
ansible_role | pogodin2004/netologyHomeWorks | c8e792d2c0eed17dbb8f2bcf2c7bc5d0a87977b7 | 0 | 00.diplom/ansible/roles/databases | 5,957 | [
"no_license"
] | [
{
"path": "00.diplom/ansible/roles/databases/defaults/main.yml",
"content": "---\n# defaults file for databases\ndb_user: wordpress\ndb_password: <PASSWORD>\ndb_name: wordpress\nmysql_replication_master: db01\nmysql_replication_user: db_adm\nmysql_replication_user_password: \"<PASSWORD>\"\nmysql_pac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3299,
"all_permissive": false
} |
ansible_role | pogodin2004/netologyHomeWorks | c8e792d2c0eed17dbb8f2bcf2c7bc5d0a87977b7 | 0 | 00.diplom/ansible/roles/grafana | 5,957 | [
"no_license"
] | [
{
"path": "00.diplom/ansible/roles/grafana/tasks/main.yml",
"content": "---\n# tasks file for grafana\n- name: Adding gpg key\n become: true\n shell: curl https://packages.grafana.com/gpg.key | sudo apt-key add -\n\n- name: Adding repository\n become: true\n apt_repository:\n repo: deb https://packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | pogodin2004/netologyHomeWorks | c8e792d2c0eed17dbb8f2bcf2c7bc5d0a87977b7 | 0 | 00.diplom/ansible/roles/nginx | 5,957 | [
"no_license"
] | [
{
"path": "00.diplom/ansible/roles/nginx/templates/http_version.j2",
"content": "server {\n listen 80;\n listen [::]:80;\n server_name epogodin.ru www.epogodin.ru;\n root /var/www/epogodin.ru/html;\n index index.html index.htm index.nginx-debian.html;\n}\n",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5756,
"all_permissive": false
} |
ansible_role | pogodin2004/netologyHomeWorks | c8e792d2c0eed17dbb8f2bcf2c7bc5d0a87977b7 | 0 | 00.diplom/ansible/roles/runner | 5,957 | [
"no_license"
] | [
{
"path": "00.diplom/ansible/roles/runner/defaults/main.yml",
"content": "---\n# defaults file for runner\ndomain: \"epogodin.ru\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "00.diplom/ansible/roles/runner/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | pogodin2004/netologyHomeWorks | c8e792d2c0eed17dbb8f2bcf2c7bc5d0a87977b7 | 0 | 00.diplom/ansible/roles/wordpress | 5,957 | [
"no_license"
] | [
{
"path": "00.diplom/ansible/roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n- name: System update\n become: true\n package: name=aptitude update_cache=yes state=latest force_apt_get=yes\n\n- name: Install packages\n become: true\n package:\n name: \"{{ item }}\"\n st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2492,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/apt_update | 5,957 | [
"no_license"
] | [
{
"path": "roles/apt_update/tasks/main.yml",
"content": "---\r\n- name: show PRE OS version \r\n shell: \"uname -a\"\r\n register: shell_result\r\n- debug:\r\n msg: \r\n - \"{{ shell_result.stdout }}\"\r\n\r\n- name: Unattended upgrade\r\n become: yes\r\n shell: \"unattended-upgrade -d\"\r\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/apt_update_check | 5,957 | [
"no_license"
] | [
{
"path": "roles/apt_update_check/tasks/main.yml",
"content": "---\r\n- name: show OS version\r\n shell: \"uname -a\"\r\n register: shell_result\r\n- debug:\r\n msg:\r\n - \"{{ shell_result.stdout }}\"\r\n\r\n- name: Unattended upgrade dry run\r\n become: yes\r\n shell: \"unattended-upgrade --dr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/centos_reboot_check | 5,957 | [
"no_license"
] | [
{
"path": "roles/centos_reboot_check/tasks/main.yml",
"content": "- name: Check if reboot is required.\r\n command: needs-restarting -r\r\n failed_when: false\r\n register: reboot_required\r\n changed_when: false\r\n\r\n- debug:\r\n msg: \"Reboot is required!!!\"\r\n when: reboot_required.rc != 0",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/disk_check | 5,957 | [
"no_license"
] | [
{
"path": "roles/disk_check/tasks/main.yml",
"content": "---\r\n- name: show DiskSpace Info \r\n shell: \"df -m --total\"\r\n register: shell_result\r\n- debug:\r\n msg: \r\n - \"{{ shell_result.stdout }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/login | 5,957 | [
"no_license"
] | [
{
"path": "roles/login/tasks/main.yml",
"content": "---\r\n- name: Import vars\r\n run_once: yes\r\n include_vars:\r\n file: vars.yml\r\n name: vardata\r\n\r\n\r\n- name: Remove SSH keypair\r\n become: no\r\n openssh_keypair:\r\n path: oslogin\r\n state: absent\r\n run_once: true\r\n deleg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2315,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/logoff | 5,957 | [
"no_license"
] | [
{
"path": "roles/logoff/tasks/main.yml",
"content": "---\r\n\r\n #- name: remove key to compute engine\r\n # become: no \r\n # shell: \"gcloud compute os-login ssh-keys remove --key-file oslogin.pub\"\r\n # delegate_to: localhost\r\n # register: shell_result\r\n # run_once: true \r\n #- de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/reboot_host | 5,957 | [
"no_license"
] | [
{
"path": "roles/reboot_host/tasks/main.yml",
"content": "---\r\n\r\n #- name: Rebooting host!\r\n # shell: \"sleep 5 && reboot\"\r\n # async: 1\r\n # poll: 0\r\n\r\n #- name: Wait for the reboot...\r\n # wait_for_connection:\r\n # connect_timeout: 20\r\n # sleep: 5\r\n # delay: 5\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/snapcreate | 5,957 | [
"no_license"
] | [
{
"path": "roles/snapcreate/tasks/main.yml",
"content": "---\r\n##where this is ran from, machine service account needs to have proper perms for viewing zones and disks of instances in the various projects\r\n##or authenticate a service account json\r\n\r\n- name: Import vars\r\n run_once: yes\r\n include... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6285,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/ubuntu_reboot_check | 5,957 | [
"no_license"
] | [
{
"path": "roles/ubuntu_reboot_check/tasks/main.yml",
"content": "- name: Check if reboot is required.\r\n stat:\r\n path: /var/run/reboot-required\r\n register: reboot_required\r\n\r\n- debug:\r\n msg: \"Reboot is required!!!\"\r\n when: reboot_required.stat.exists",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/uname | 5,957 | [
"no_license"
] | [
{
"path": "roles/uname/tasks/main.yml",
"content": "---\r\n- name: show OS version \r\n shell: \"uname -a\"\r\n register: shell_result\r\n- debug:\r\n msg: \r\n - \"{{ shell_result.stdout }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/yum_update | 5,957 | [
"no_license"
] | [
{
"path": "roles/yum_update/tasks/main.yml",
"content": "---\r\n- name: show PRE OS version \r\n shell: \"uname -a\"\r\n register: shell_result\r\n- debug:\r\n msg: \r\n - \"{{ shell_result.stdout }}\"\r\n\r\n\r\n- name: Ensure yum-utils is installed\r\n yum:\r\n update_cache: yes\r\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | kkgagno/ansible-patching | 21cd3d41d0abe931df4045761afce43e6a6659f3 | 0 | roles/yum_update_check | 5,957 | [
"no_license"
] | [
{
"path": "roles/yum_update_check/tasks/main.yml",
"content": "#- name: List Available Patches\r\n# yum:\r\n# list: updates\r\n# security: yes\r\n# bugfix: no\r\n# update_cache: true\r\n# exclude: kernel*\r\n# register: yumoutput\r\n\r\n#- debug: \r\n# msg:\r\n# - \"{{ inventory_host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | caktus/ansible-collection-caktus-hosting-services | ece0c247a084a83eb63f8b9028857f187122fdf5 | 0 | roles/email_forwarding | 5,957 | [
"no_license"
] | [
{
"path": "roles/email_forwarding/tasks/main.yml",
"content": "# Defaults from this role aren't passed to include_role, so use set_fact instead.\n# https://stackoverflow.com/a/65323791/166053\n\n- set_fact:\n postfix_sasl_user: \"{{ email_forwarding_smtp_user }}\"\n when: postfix_sasl_user is not define... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | caktus/ansible-collection-caktus-hosting-services | ece0c247a084a83eb63f8b9028857f187122fdf5 | 0 | roles/os_updates | 5,957 | [
"no_license"
] | [
{
"path": "roles/os_updates/defaults/main.yml",
"content": "---\naws_profile: \"\"\n\nos_updates_apt_cache_valid_time: 3600\nos_updates_apt_retries: 5\nos_updates_apt_delay: 3\nos_updates_reboot: false\n# os_updates_reboot_timeout: 600\nos_updates_salt_hold: false\nos_updates_ec2_instances: false\n",
"l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1970,
"all_permissive": false
} |
ansible_role | caktus/ansible-collection-caktus-hosting-services | ece0c247a084a83eb63f8b9028857f187122fdf5 | 0 | roles/rsyslog_forwarding | 5,957 | [
"no_license"
] | [
{
"path": "roles/rsyslog_forwarding/defaults/main.yml",
"content": "# This regular expression must match against the defined endpoint;\n# it is used by lineinfile for updating rsyslog.conf.\n# Override if needed.\nrsyslog_forwarding_regexp: papertrailapp\n# Define a papertrail_endpoint in your variables as ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | caktus/ansible-collection-caktus-hosting-services | ece0c247a084a83eb63f8b9028857f187122fdf5 | 0 | roles/smartd | 5,957 | [
"no_license"
] | [
{
"path": "roles/smartd/tasks/main.yml",
"content": "- name: Install packages\n ansible.builtin.apt:\n pkg:\n - smartmontools\n\n- name: Configure smartmontools\n lineinfile:\n path: /etc/smartd.conf\n state: present\n regexp: \"^DEVICESCAN\"\n line: >-\n DEVICESCAN\n -d remo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | caktus/ansible-collection-caktus-hosting-services | ece0c247a084a83eb63f8b9028857f187122fdf5 | 0 | roles/statuscake_monitoring | 5,957 | [
"no_license"
] | [
{
"path": "roles/statuscake_monitoring/defaults/main.yml",
"content": "# Uptime tests defaults\nstatuscake_api_key: \"\"\nstatuscake_test_types: [uptime, ssl]\nstatuscake_basic_username: \"\"\nstatuscake_basic_password: \"\"\nstatuscake_check_rate: 300\nstatuscake_contact_groups: null\nstatuscake_final_endp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5922,
"all_permissive": false
} |
ansible_role | caktus/ansible-collection-caktus-hosting-services | ece0c247a084a83eb63f8b9028857f187122fdf5 | 0 | roles/users | 5,957 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "# Provide some defaults for user groups and shell. Note that the default\n# users_groups assumes all users should have sudo permission!\n- name: Set default users_groups and users_shell\n set_fact:\n users_groups: [adm, dialout, docker, sudo]\n user... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1581,
"all_permissive": false
} |
ansible_role | miguelustvlc/ust-k8s | dbc3cf8fdb9fb22351262db4e9f24f16c6b13b7d | 0 | archivo-obsoleto/proyecto_cert_manager/roles/cert_manager | 5,957 | [
"no_license"
] | [
{
"path": "archivo-obsoleto/proyecto_cert_manager/roles/cert_manager/templates/config.yml.j2",
"content": "# Aquí iría la plantilla Jinja2 para generar archivos de configuración, si aplica",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "archivo-obs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | miguelustvlc/ust-k8s | dbc3cf8fdb9fb22351262db4e9f24f16c6b13b7d | 0 | archivo-obsoleto/proyecto_kube_prometheus/roles/kube_prometheus_stack | 5,957 | [
"no_license"
] | [
{
"path": "archivo-obsoleto/proyecto_kube_prometheus/roles/kube_prometheus_stack/tasks/main.yml",
"content": "---\n- name: Asegurarse de que Helm esté instalado\n command: helm version\n register: helm_version_output\n failed_when: helm_version_output.rc != 0\n\n- name: Agregar el repositorio de Promethe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | miguelustvlc/ust-k8s | dbc3cf8fdb9fb22351262db4e9f24f16c6b13b7d | 0 | archivo-obsoleto/proyecto_loki/roles/loki | 5,957 | [
"no_license"
] | [
{
"path": "archivo-obsoleto/proyecto_loki/roles/loki/tasks/main.yml",
"content": "---\n- name: Asegurarse de que Helm esté instalado\n command: helm version\n register: helm_version_output\n failed_when: helm_version_output.rc != 0\n\n- name: Agregar el repositorio de Grafana a Helm\n command: helm repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | ravinadimpalli/nodeappwithroles | e627262602b489340b995a2dbcba1167a3698891 | 0 | roles/AppServer | 5,957 | [
"no_license"
] | [
{
"path": "roles/AppServer/requirements.yml",
"content": "# from galaxy for redis server\n- src: geerlingguy.redis\n\n# from galaxy mongodb\n- src: undergreen.mongodb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/AppServer/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1597,
"all_permissive": false
} |
ansible_role | ravinadimpalli/nodeappwithroles | e627262602b489340b995a2dbcba1167a3698891 | 0 | roles/WebServer | 5,957 | [
"no_license"
] | [
{
"path": "roles/WebServer/tasks/main.yml",
"content": "---\n# tasks file for WebServer\n- name: \"install nginx\"\n apt:\n name: nginx\n state: present\n\n- name: \"update nginx default file\"\n template:\n src: \"../templates/default.j2\"\n dest: \"/etc/nginx/sites-available/default\"\n not... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | ravinadimpalli/nodeappwithroles | e627262602b489340b995a2dbcba1167a3698891 | 0 | roles/common | 5,957 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: \"install utilities\"\n apt:\n name: \"{{item}}\"\n state: present\n loop:\n - git\n - tree\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | sunba91-su/Iphone_14-15_Antena-ansible | a2f59750825f876ead3cb16f7ef9216388853502 | 1 | roles/ProfileGenerator | 5,957 | [
"permissive"
] | [
{
"path": "roles/ProfileGenerator/templates/sunba-custom.mobileconfig.j2",
"content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n\t<dict>\n\t\t<key>ConsentText</key>\n\t\t<d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9854,
"all_permissive": true
} |
ansible_role | elzid/ansible | 98b9290dfe05ae05daefbf3de30e911f97dc20d7 | 0 | ansible/roles/ansible | 5,957 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible/tasks/main.yml",
"content": "---\n# tasks file for ansible\n- name: install tools\n yum: name={{item}} state=present update_cache=yes\n with_items:\n - epel-release\n - vim-enhanced\n - curl\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | elzid/ansible | 98b9290dfe05ae05daefbf3de30e911f97dc20d7 | 0 | ansible/roles/apache | 5,957 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache2\n- name: install web components\n yum: name={{item}} state=present update_cache=yes\n with_items:\n - httpd\n - mod_wsgi\n\n# on centos, yum install mod_wsgi enables the mod on httpd so no need (check via http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | elzid/ansible | 98b9290dfe05ae05daefbf3de30e911f97dc20d7 | 0 | ansible/roles/demo_app | 5,957 | [
"no_license"
] | [
{
"path": "ansible/roles/demo_app/tasks/main.yml",
"content": "---\n# tasks file for demo_app\n- name: install web components\n yum: name={{item}} state=present update_cache=yes\n with_items:\n - python-pip\n - python-virtualenv\n - MySQL-python\n\n- name: copy app to docroot\n copy: src=demo/ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1107,
"all_permissive": false
} |
ansible_role | elzid/ansible | 98b9290dfe05ae05daefbf3de30e911f97dc20d7 | 0 | ansible/roles/mariadb | 5,957 | [
"no_license"
] | [
{
"path": "ansible/roles/mariadb/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: install python db tools\n yum: name={{item}} state=present update_cache=yes\n with_items:\n - MySQL-python\n\n- name: install mariadb-server\n yum: name={{item}} state=present update_cache=yes\n with_it... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1440,
"all_permissive": false
} |
ansible_role | elzid/ansible | 98b9290dfe05ae05daefbf3de30e911f97dc20d7 | 0 | ansible/roles/nginx | 5,957 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: install nginx\n yum: name={{item}} state=present update_cache=yes\n with_items:\n - nginx\n\n- name: delete standard nginx.conf\n file: path=/etc/nginx/nginx.conf state=absent\n notify: restart nginx\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1251,
"all_permissive": false
} |
ansible_role | ayyappa105/Devops-Proj57 | b5cc029b07c568ecb33f46aa45eff4b373752cc3 | 0 | Ansible-Project/roles/Mongodb | 5,957 | [
"no_license"
] | [
{
"path": "Ansible-Project/roles/Mongodb/tasks/main.yml",
"content": "- name: Copying the file {{COMPONENT}}\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Installing the Package {{COMPONENT}}\n ansible.builtin.package:\n name: mongodb-org\n state: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | ayyappa105/Devops-Proj57 | b5cc029b07c568ecb33f46aa45eff4b373752cc3 | 0 | Ansible-Project/roles/catalogue | 5,957 | [
"no_license"
] | [
{
"path": "Ansible-Project/roles/catalogue/tasks/main.yml",
"content": "- name: Disable the {{COMPONENT}}\n ansible.builtin.shell: dnf module disable nodejs -y; dnf module enable nodejs:18 -y\n\n- name: Installing the Nodejs on {{COMPONENT}}\n ansible.builtin.dnf:\n name: nodejs\n state: installed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | ayyappa105/Devops-Proj57 | b5cc029b07c568ecb33f46aa45eff4b373752cc3 | 0 | Ansible-Project/roles/frontend | 5,957 | [
"no_license"
] | [
{
"path": "Ansible-Project/roles/frontend/tasks/main.yml",
"content": "- name: Installing the Package\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Copy and extract the file on remote machine\n ansible.builtin.unarchive:\n src: https://github.com/stans-robot-project/{{COMPO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | utopios/automatisation_aston | 2f6327a09602b21b37c74da8808b8568764e2c56 | 1 | ansible-role/roles/first-role | 5,957 | [
"no_license"
] | [
{
"path": "ansible-role/roles/first-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - first-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible-role/roles/first-role/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | utopios/automatisation_aston | 2f6327a09602b21b37c74da8808b8568764e2c56 | 1 | ansible-tp-deploy/roles/deploy | 5,957 | [
"no_license"
] | [
{
"path": "ansible-tp-deploy/roles/deploy/tasks/main.yml",
"content": "---\n# tasks file for deploy\n - name: create folder\n file:\n path: /{{item}}\n state: directory\n mode: '0755'\n loop:\n - vote\n - worker\n - result\n - redis-check\n - postgres-chec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | utopios/automatisation_aston | 2f6327a09602b21b37c74da8808b8568764e2c56 | 1 | ansible-tp-deploy/roles/tools | 5,957 | [
"no_license"
] | [
{
"path": "ansible-tp-deploy/roles/tools/defaults/main.yml",
"content": "---\n# defaults file for tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ansible-tp-deploy/roles/tools/tasks/main.yml",
"content": "---\n# tasks file for tools\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1794,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/7pi | 5,957 | [
"no_license"
] | [
{
"path": "roles/7pi/tasks/common.yml",
"content": "---\n- name: common | create log directory (with 755 for rsyslog)\n file: path=/var/log/7pi owner={{deploy_user}} group={{deploy_user}} mode=0755 state=directory\n tags: 7pi\n\n- name: common | create etc directory\n file: path=/etc/7pi owner={{deploy_u... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 24342,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/X11 | 5,957 | [
"no_license"
] | [
{
"path": "roles/X11/tasks/xrandr.yml",
"content": "---\n- name: Xrandr | turn screen\n lineinfile: dest=/home/{{deploy_user}}/.xprofile \n line=\"xrandr -o left\"\n tags: xrandr\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path": "r... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/admin | 5,957 | [
"no_license"
] | [
{
"path": "roles/admin/templates/shinken/receiverd.ini",
"content": "# {{ansible_managed}}\n\n[daemon]\n# relative from this cfg file\nworkdir=/var/lib/shinken\npidfile=/var/run/shinken/receiverd.pid\ninterval_poll=5\nmaxfd=1024\nport=7773\nhost=0.0.0.0\nuser=shinken\ngroup=shinken\nidontcareaboutsecurity=0... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 40,
"total_bytes": 39980,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/common | 5,957 | [
"no_license"
] | [
{
"path": "roles/common/tasks/tz.yml",
"content": "---\n- name: Set /etc/localtime to \"{{timezone}}\"\n shell: \"[ -f /usr/share/zoneinfo/{{timezone}} ] && sudo /bin/cp /usr/share/zoneinfo/{{timezone}} /etc/localtime\"\n tags: tz\n\n- name: Set /etc/timezone to \"{{timezone}}\"\n template: src=timezone.... | {
"task_files": 20,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 49,
"total_bytes": 40719,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/databases | 5,957 | [
"no_license"
] | [
{
"path": "roles/databases/tasks/postgresql.yml",
"content": "---\n- name: Postgresql | install server and related packages if on Ubuntu 12.04\n apt: pkg={{ item }} state=present\n with_items:\n - postgrey\n - postgresql-9.1\n - postgresql-common\n - postgresql-client\n - postgresql-contrib... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5335,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/development | 5,957 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "---\n- include: python.yml tags=dev\n- include: git.yml tags=dev\n- include: emacs.yml tags=dev\n- include: zsh.yml tags=dev\n### virtualisation\n# -include: vagrant.yml tags=common\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1676,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/hardware | 5,957 | [
"no_license"
] | [
{
"path": "roles/hardware/templates/collectd/collectd.conf.d/nut.conf.j2",
"content": "<Plugin nut>\n UPS \"eaton@localhost:{{ups_port}}\"\n</Plugin>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/hardware/tasks/main.yml",
"content": "-... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 5231,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/mesos | 5,957 | [
"no_license"
] | [
{
"path": "roles/mesos/tasks/main.yml",
"content": "---\n- include: apt.yml tags=mesos\n- include: zookeeper.yml tags=mesos\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/mesos/templates/zk.j2",
"content": "# for now\nzk://192.168.1.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1771,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/mesos-master | 5,957 | [
"no_license"
] | [
{
"path": "roles/mesos-master/tasks/apt.yml",
"content": "---\n- name: install mesos, marathon, chronos\n apt: name={{item}} state=present\n with_items:\n - zookeeper\n - mesos\n - marathon\n - chronos\n tags:\n - apt\n - git",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | pierreaubert/ansible-me | 5300df1b13a24a7a7bde1d5c15dc1e8d6072c259 | 0 | roles/mesos-slave | 5,957 | [
"no_license"
] | [
{
"path": "roles/mesos-slave/tasks/main.yml",
"content": "---\n- include: apt.yml tags=mesos\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/mesos-slave/tasks/apt.yml",
"content": "---\n- name: install mesos\n apt: name={{item}} stat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 165,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.