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 | luirro777/nextcloud_local | 8bd07fba278a2c1e667a91ebcace4311faae18a6 | 0 | roles/php | 183 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n\n - name: Install the php packages\n apt: name={{ item }} state=present\n with_items: \"{{ php_packages }}\"\n notify: restart apache2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"path":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | luirro777/nextcloud_local | 8bd07fba278a2c1e667a91ebcace4311faae18a6 | 0 | roles/rabbitmq | 183 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n\n - name: Install the rabbitmq packages\n apt: name={{ item }} state=present\n with_items: \"{{ rabbitmq_packages }}\"\n \n - name: Ensure rebbitmq is started\n service:\n name: rabbitmq-server\n state: started\n enabled: yes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | luirro777/nextcloud_local | 8bd07fba278a2c1e667a91ebcace4311faae18a6 | 0 | roles/redis | 183 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n\n - name: Install the redis packages\n apt: name={{ item }} state=present\n with_items: \"{{ redis_packages }}\"\n \n - name: Ensure redis is started\n service:\n name: redis-server\n state: started\n enabled: yes\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | Max-Brsd/DevOps | 04a305fcfd42ca026306716ff9dae1c915842f02 | 0 | ansible/playbook/roles/app | 183 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/app/tasks/main.yml",
"content": "- name: Run simpleapi\n docker_container:\n name: simpleapi\n image: planche69/devops-backend:latest\n env:\n DB_URL: \"jdbc:postgresql://database:5432/db\"\n DB_USR: \"usr\"\n DB_PWD: \"pwd\"\n networks:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | Max-Brsd/DevOps | 04a305fcfd42ca026306716ff9dae1c915842f02 | 0 | ansible/playbook/roles/database | 183 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/database/tasks/main.yml",
"content": "- name: Run database\n docker_container:\n name: database\n image: planche69/devops-database:latest\n env:\n POSTGRES_DB: \"db\"\n POSTGRES_USER: \"usr\"\n POSTGRES_PASSWORD: \"pwd\"\n networks:\n - name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | Max-Brsd/DevOps | 04a305fcfd42ca026306716ff9dae1c915842f02 | 0 | ansible/playbook/roles/front | 183 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/front/tasks/main.yml",
"content": "- name: Run front\n docker_container:\n name: front\n image: planche69/devops-front:3.0\n ports:\n - \"80:80\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "ansi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | Max-Brsd/DevOps | 04a305fcfd42ca026306716ff9dae1c915842f02 | 0 | ansible/playbook/roles/network | 183 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/network/tasks/main.yml",
"content": "- name:\n community.docker.docker_network:\n name: app-network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | Max-Brsd/DevOps | 04a305fcfd42ca026306716ff9dae1c915842f02 | 0 | ansible/playbook/roles/proxy | 183 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/proxy/tasks/main.yml",
"content": "- name: Run http\n docker_container:\n name: httpd\n image: planche69/devops-httpd:2.1\n ports:\n - \"8080:80\"\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": 161,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/LocalUser | 183 | [
"no_license"
] | [
{
"path": "roles/LocalUser/tasks/main.yml",
"content": "# tasks file can include smaller files if warranted\r\n- name: Create/Update Windows Local user.\r\n no_log: true\r\n win_user:\r\n name: \"{{ LocalUser_user }}\"\r\n description: \"Provisioned via Morpheus {{ ansible_date_time.iso8601 }}\"\r\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1476,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/activemq-5_11 | 183 | [
"no_license"
] | [
{
"path": "roles/activemq-5_11/tasks/main.yml",
"content": "---\n# This playbook will install activemq\n\n- name: install perl openjdk-7-jre-headless sysv-rc-conf\n apt: pkg={{item}} install_recommends=no state=present\n with_items:\n - openjdk-7-jre-headless\n - sysv-rc-conf\n when: ansible_distri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1747,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/apache-2_4 | 183 | [
"no_license"
] | [
{
"path": "roles/apache-2_4/templates/morpheus-entrypoint.sh.j2",
"content": "#!/bin/bash\nset -e\n\nif [ -e \"/var/opt/morpheus/vm/morpheus.env\" ]; then\n\tsource /var/opt/morpheus/vm/morpheus.env\nfi\n\nexport SSL_HOME=\"/etc/ssl\"\n\nif [[ ! -e $SSL_HOME/openssl.cnf ]]; then\n\tcp -r /staging/ssl/* $SSL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2122,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/cassandra-2_1 | 183 | [
"no_license"
] | [
{
"path": "roles/cassandra-2_1/templates/change-cluster.sh.j2",
"content": "#!/bin/bash\nset -e\n\nif [ -e \"/var/opt/morpheus/vm/morpheus.env\" ]; then\n source /var/opt/morpheus/vm/morpheus.env\nfi\n\ncqlsh -e \"UPDATE system.local SET cluster_name = '${CASSANDRA_CLUSTER_NAME}' where key='local';\" && ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3404,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/devstack | 183 | [
"no_license"
] | [
{
"path": "roles/devstack/templates/local.conf.j2",
"content": "[[local|localrc]]\n# FLOATING_RANGE=0.0.0.0/24\n# FIXED_RANGE=0.0.0.0/24\n# FIXED_NETWORK_SIZE=256\n# FLAT_INTERFACE=eth0\nADMIN_PASSWORD=<PASSWORD>\nMYSQL_PASSWORD=$<PASSWORD>\nRABBIT_PASSWORD=$<PASSWORD>\nSERVICE_PASSWORD=$<PASSWORD>\nSERVICE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1858,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/elasticsearch-1_5 | 183 | [
"no_license"
] | [
{
"path": "roles/elasticsearch-1_5/tasks/main.yml",
"content": "---\n# This playbook will install elasticsearch\n\n- name: install perl\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - perl\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/elasticsearch-2_3 | 183 | [
"no_license"
] | [
{
"path": "roles/elasticsearch-2_3/tasks/main.yml",
"content": "---\n# This playbook will install elasticsearch\n\n- name: install perl\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - perl\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 906,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/f5-secret | 183 | [
"no_license"
] | [
{
"path": "roles/f5-secret/handlers/main.yml",
"content": "---\n# handlers file for f5-secret\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/f5-secret/tasks/main.yml",
"content": "---\n# tasks file for f5-secret\n- name: Read secret\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/grails-tomcat-7 | 183 | [
"no_license"
] | [
{
"path": "roles/grails-tomcat-7/meta/main.yml",
"content": "---\n#\tTesting the feasibility of common dependencies\n\ndependencies:\n- { role: tomcat_installer_base }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/grails-tomcat-7/templates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1215,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/hadoop-2_7 | 183 | [
"no_license"
] | [
{
"path": "roles/hadoop-2_7/templates/bashrc.j2",
"content": "export JAVA_HOME=/usr/lib/jvm/java-7-oracle/\nexport HADOOP_PREFIX=/opt/hadoop\nexport HADOOP_COMMON_HOME=$HADOOP_PREFIX\nexport HADOOP_HDFS_HOME=$HADOOP_PREFIX\nexport HADOOP_YARN_HOME=$HADOOP_PREFIX\nexport HADOOP_MAPRED_HOME=$HADOOP_PREFIX\nex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6190,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/haproxy-1_5 | 183 | [
"no_license"
] | [
{
"path": "roles/haproxy-1_5/templates/haproxy.conf.j2",
"content": "\ndescription \"Haproxy\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\nexpect fork\nrespawn\nrespawn limit 10 5\n\nscript\n\texec /entrypoint.sh\nend script\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2309,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/java-7 | 183 | [
"no_license"
] | [
{
"path": "roles/java-7/templates/startup.txt.j2",
"content": "-jar app.jar",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 12
},
{
"path": "roles/java-7/tasks/main.yml",
"content": "---\n# This playbook will install java.\n\n# create morpheus config directory ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/java_installer_base | 183 | [
"no_license"
] | [
{
"path": "roles/java_installer_base/tasks/main.yml",
"content": "---\n# This playbook will install java 8 for use by other playbooks\n\n- name: Add Oracle Java Repository\n sudo: yes\n apt_repository: repo='ppa:webupd8team/java' state=present\n when: ansible_distribution == 'Debian' or ansible_distribut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1254,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/jboss-7_1 | 183 | [
"no_license"
] | [
{
"path": "roles/jboss-7_1/templates/jboss.conf.j2",
"content": "\ndescription \"Jboss\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nrespawn\nrespawn limit 10 5\n\nscript\n\texec /entrypoint.sh\nend script\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2748,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/linux_partition | 183 | [
"no_license"
] | [
{
"path": "roles/linux_partition/defaults/main.yml",
"content": "---\n# defaults file for linux_partition\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/linux_partition/tasks/new_disk.yml",
"content": "# Setup the partition when a new ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4632,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/memcached-1_4 | 183 | [
"no_license"
] | [
{
"path": "roles/memcached-1_4/tasks/main.yml",
"content": "---\n# This playbook will install memcached\n\n- name: install perl gcc libc6-dev libevent-dev libevent-2.0-5 make\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - perl\n - gcc \n - libc6-dev \n - libevent-d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1718,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/mongo-3_0 | 183 | [
"no_license"
] | [
{
"path": "roles/mongo-3_0/tasks/main.yml",
"content": "---\n# This playbook will install mongo\n\n- name: update apt\n apt: update_cache=yes\n\n- name: install git wget curl vim pwgen ntp\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - git\n - wget\n - curl\n - pe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4325,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/mongos-3_0 | 183 | [
"no_license"
] | [
{
"path": "roles/mongos-3_0/tasks/main.yml",
"content": "---\n# This playbook will install mongo\n\n- name: update apt\n apt: update_cache=yes\n\n- name: install git wget curl vim pwgen ntp\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - git\n - wget\n - curl\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2326,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/morpheus_base | 183 | [
"no_license"
] | [
{
"path": "roles/morpheus_base/tasks/main.yml",
"content": "---\n# This is a test to see if we can use common roles across multiple roles\n\n- name: pipe current time to file for rudimentary versioning\n shell: echo \"This image was generated on $(date) \" > /root/VERSION\n\n- name: update apt\n apt: upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1294,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/mssql_server | 183 | [
"no_license"
] | [
{
"path": "roles/mssql_server/templates/ConfigurationFile.ini.j2",
"content": "[OPTIONS]\nACTION=\"Install\"\nIACCEPTSQLSERVERLICENSETERMS=\"True\"\nQUIET=\"True\"\nQUIETSIMPLE=\"False\"\nUpdateEnabled=\"True\"\nFEATURES=SQLENGINE,TOOLS,CONN,BC\nINSTANCENAME={{ sql_server_instance_name }}\nINSTANCEID={{ sql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3428,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/mysql-5_6 | 183 | [
"no_license"
] | [
{
"path": "roles/mysql-5_6/templates/morpheus-entrypoint.sh.j2",
"content": "#!/bin/bash\nset -e\n\nif [ -e \"/var/opt/morpheus/vm/morpheus.env\" ]; then\n\tsource /var/opt/morpheus/vm/morpheus.env\nfi\n\necho \"mysql init: \"\necho \"user - $MYSQL_USER\"\necho \"password - $<PASSWORD>\"\n\nget_option () {\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6268,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/mysql-8_0-cluster | 183 | [
"no_license"
] | [
{
"path": "roles/mysql-8_0-cluster/tasks/main.yml",
"content": "---\n# This playbook will install mysql Cluster on Oracle Linux 8.4 \n# On all nodes\n- name: add mysql group\n group:\n name: mysql\n state: present\n when: inventory_hostname in lookup ('inventory_hostnames', 'data:sql:mgmt')\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8931,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/nginx-1_9 | 183 | [
"no_license"
] | [
{
"path": "roles/nginx-1_9/templates/morpheus-entrypoint.sh.j2",
"content": "#!/bin/bash\nset -e\n\nif [ -e \"/var/opt/morpheus/vm/morpheus.env\" ]; then\n\tsource /var/opt/morpheus/vm/morpheus.env\nfi\n\necho \"launching nginx\"\ncp /default.conf /etc/nginx/conf.d/\ncp /index.html /var/www/html/\n\nsudo se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2592,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/nodejs-4_2 | 183 | [
"no_license"
] | [
{
"path": "roles/nodejs-4_2/tasks/main.yml",
"content": "---\n# This playbook will install nodejs\n\n- name: update apt\n apt: update_cache=yes\n\n- name: install git wget curl vim\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - git\n - wget\n - curl\n - perl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/openldap-server | 183 | [
"no_license"
] | [
{
"path": "roles/openldap-server/defaults/main.yml",
"content": "---\n# defaults file for ansible-role-test-openldap-server\n\ntemp_dir: /tmp/test-openldap-server\nldap_http_port: 389\nldap_https_port: 636\nclean_all: true\nssl: false\nssl_ca_cert: ''\nssl_cert: ''\nssl_private_key: ''\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4952,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/patching | 183 | [
"no_license"
] | [
{
"path": "roles/patching/files/services-node1.yml",
"content": "service_name:\n - service: auditd.service\n - service: chronyd.service\n - service: crond.service\n - service: dbus.service\n - service: firewalld.service\n - service: getty@tty1.service\n - service: httpd.service\n - se... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 21379,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/percona-5_6 | 183 | [
"no_license"
] | [
{
"path": "roles/percona-5_6/tasks/main.yml",
"content": "---\n# This playbook will install percona and create db user and give permissions.\n\n- name: install perl python-pycurl python-mysqldb\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - perl\n - python-pycurl\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2334,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/php-nginx-5_6 | 183 | [
"no_license"
] | [
{
"path": "roles/php-nginx-5_6/templates/start.sh",
"content": "#!/bin/bash\n\n# Disable Strict Host checking for non interactive git clones\n\nmkdir -p -m 0700 /root/.ssh\necho -e \"Host *\\n\\tStrictHostKeyChecking no\\n\" >> /root/.ssh/config\n\n# Tweak nginx to match the workers to cpu's\n#procs=$(cat /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7934,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/postgres-9_4 | 183 | [
"no_license"
] | [
{
"path": "roles/postgres-9_4/tasks/main.yml",
"content": "---\n# This playbook will install postgres.\n\n- name: update apt\n apt: update_cache=yes\n\n- name: install git wget curl vim locales ca-certificates\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - git\n - wget\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5777,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/postgres-cluster | 183 | [
"no_license"
] | [
{
"path": "roles/postgres-cluster/templates/patroniyml.j2",
"content": "scope: postgres\nnamespace: /db/\nname: postgresql0\n\nrestapi:\n listen: {{ ansible_eth0.ipv4.address }}:8008\n connect_address: {{ ansible_eth0.ipv4.address }}:8008\n\netcd:\n host: {%for host in groups['etcd']%}{{hostvars[ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5879,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/puppet-3_8 | 183 | [
"no_license"
] | [
{
"path": "roles/puppet-3_8/tasks/main.yml",
"content": "---\n# This playbook will install puppet\n\n- name: install perl\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - perl\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Download pu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/puppet-ubuntu-3_8_7 | 183 | [
"no_license"
] | [
{
"path": "roles/puppet-ubuntu-3_8_7/tasks/main.yml",
"content": "---\n# This playbook will install puppet\n- name: download puppet\n get_url: url=https://apt.puppetlabs.com/puppetlabs-release-trusty.deb dest=/tmp/puppetlabs-release-trusty.deb mode=0777\n\n- name: add puppet package\n shell: 'sudo dpkg -i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/rabbitmq-3_6 | 183 | [
"no_license"
] | [
{
"path": "roles/rabbitmq-3_6/tasks/main.yml",
"content": "---\n# This playbook will install rabbitmq\n\n- name: install perl\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - perl\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: add rab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1918,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/rails-2_1 | 183 | [
"no_license"
] | [
{
"path": "roles/rails-2_1/templates/startup.sh.j2",
"content": "#!/bin/bash\necho \"rails startup: start\"\nchown -R app:app /home/app/webapp\ncd /home/app/webapp\n\nif [ ! \"$(ls /home/app/webapp/app)\" ]; then\n\ttar -xf /app.tar\nfi\n\nchown -R app:app /home/app/webapp\n\nif [ -d \"/home/app/webapp/log\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5481,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/redis-3_0 | 183 | [
"no_license"
] | [
{
"path": "roles/redis-3_0/tasks/main.yml",
"content": "---\n# This playbook will install redis.\n\n- name: install gcc libc6-dev make\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - gcc\n - libc6-dev\n - make\n when: ansible_distribution == 'Debian' or ansible_distri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4425,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/redis-3_2 | 183 | [
"no_license"
] | [
{
"path": "roles/redis-3_2/tasks/main.yml",
"content": "---\n# This playbook will install redis.\n\n- name: install perl gcc libc6-dev make\n apt: pkg={{item}} install_recommends=no state=installed\n with_items:\n - perl\n - gcc\n - libc6-dev\n - make\n when: ansible_distribution == 'Debian' ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2321,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/redis-sentinel-3_0 | 183 | [
"no_license"
] | [
{
"path": "roles/redis-sentinel-3_0/templates/morpheus-entrypoint.sh.j2",
"content": "#!/bin/bash\nset -e\n\nif [ -e \"/var/opt/morpheus/vm/morpheus.env\" ]; then\n\tsource /var/opt/morpheus/vm/morpheus.env\nfi\n\nredis-server \"$@\" --sentinel\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2972,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/tomcat-8 | 183 | [
"no_license"
] | [
{
"path": "roles/tomcat-8/tasks/main.yml",
"content": "---\n# This playbook will install Tomcat 8\n\n# create morpheus config directory if it doesn't exist\n- name: make morpheus config directory\n file: path=/morpheus/config state=directory recurse=yes\n\n# create morpheus logs directory if it doesn't exi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/tomcat_installer_base | 183 | [
"no_license"
] | [
{
"path": "roles/tomcat_installer_base/tasks/main.yml",
"content": "---\n# This playbook will install tomcat \n\n# create tomcat directory if it doesn't exist\n- name: make tomcat directory\n file: path=/usr/local/tomcat state=directory recurse=yes\n\n- name: Download Tomcat package\n get_url:\n url=\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | cuxtud/morpheus-ansible2 | c6b119ba44695dbf034d07f7638f78b15245a711 | 4 | roles/write_attribute | 183 | [
"no_license"
] | [
{
"path": "roles/write_attribute/vars/main.yml",
"content": "apitoken=\"{{morpheus['morpheus']['apiAccessToken']}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/write_attribute/tasks/main.yml",
"content": "---\n- name: \"Collect hw in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | nautsio/ducp-terraform-ansible | 512eb3d47c5eff9f3230e60de08f4f139ddb8542 | 3 | ansible/roles/common | 183 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: \"Wait for SSH to be available on the hosts\"\n wait_for: port=22 host=\"{{ ansible_ssh_host }}\" search_regex=OpenSSH\n- name: \"gather facts\"\n setup:\n- name: \"Install apt key Docker\"\n sudo: yes\n apt_key: keyserver=\"hkp:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | nautsio/ducp-terraform-ansible | 512eb3d47c5eff9f3230e60de08f4f139ddb8542 | 3 | ansible/roles/controller | 183 | [
"no_license"
] | [
{
"path": "ansible/roles/controller/tasks/main.yml",
"content": "---\n- name: Copy license\n copy: src={{ license_source }} dest=/tmp/docker_subscription.lic\n- name: \"Run ucp container to install DUCP as controller\"\n sudo: yes\n docker:\n name: ucp\n image: docker/ucp\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | nautsio/ducp-terraform-ansible | 512eb3d47c5eff9f3230e60de08f4f139ddb8542 | 3 | ansible/roles/extip | 183 | [
"no_license"
] | [
{
"path": "ansible/roles/extip/tasks/main.yml",
"content": "---\n- name: \"Register GCE external ip\"\n shell: 'curl \"http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/access-configs/0/external-ip\" -H \"Metadata-Flavor: Google\"'\n register: gce_extip\n when: ansible_prod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | nautsio/ducp-terraform-ansible | 512eb3d47c5eff9f3230e60de08f4f139ddb8542 | 3 | ansible/roles/replica | 183 | [
"no_license"
] | [
{
"path": "ansible/roles/replica/tasks/main.yml",
"content": "---\n- name: \"Run ucp container to join DUCP cluster as replica\"\n sudo: yes\n docker:\n name: ucp\n image: docker/ucp\n state: started\n pull: always\n detach: False\n stdin_open: True\n tty: True\n command: join --re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | qf-devops/influxdb2ssl | 0b39888802e575f6bdf57e5c65a3923a6245fdf3 | 0 | roles/ansible-role-influxdb | 183 | [
"no_license"
] | [
{
"path": "roles/ansible-role-influxdb/tasks/main.yml",
"content": "---\n- include_tasks: setup.yml\n\n- include_tasks: configure.yml\n when: influxdb_service_state == \"started\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/ansible-ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/api-gateway | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/api-gateway/tasks/main.yml",
"content": "- name: Deploy API Gateway Components\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n namespace: healthcare-app\n with_items:\n - ../K8s/microservices/api-gateway/config.yml\n - ../K8s/microservices/api... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/appointment-service | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/appointment-service/tasks/main.yml",
"content": "- name: Deploy Appointment Service Components\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n namespace: healthcare-app\n with_items:\n - ../K8s/microservices/appointment-service/service.yml\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/auth-service | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/auth-service/tasks/main.yml",
"content": "- name: Deploy Auth Service Components\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n namespace: healthcare-app\n with_items:\n - ../K8s/microservices/auth-service/config.yml\n - ../K8s/microservices/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/common-config | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/common-config/tasks/main.yml",
"content": " - name: Deploy Common Configurations\n kubernetes.core.k8s:\n state: present\n src: ../K8s/config/common-config.yml\n namespace: healthcare-app",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/doctor-service | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/doctor-service/tasks/main.yml",
"content": "- name: Deploy Doctor Service Components\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n namespace: healthcare-app\n with_items:\n - ../K8s/microservices/doctor-service/service.yml\n - ../K8s/microse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/frontend | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/frontend/tasks/main.yml",
"content": "# Frontend Deployment\n - name: Deploy Frontend Components\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n namespace: healthcare-app\n with_items:\n - ../K8s/frontend/service.yml\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/ingress | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/ingress/tasks/main.yml",
"content": "- name: Deploy Ingress Rules\n kubernetes.core.k8s:\n state: present\n src: ../K8s/ingress/ingress.yml\n namespace: healthcare-app ",
"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 | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/mysql | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/mysql/tasks/main.yml",
"content": "- name: Deploy MySQL Secrets\n kubernetes.core.k8s:\n state: present\n definition: \"{{ lookup('ansible.builtin.file', 'vault/mysql-secret.yml') | from_yaml }}\"\n namespace: healthcare-app\n # Storage Configuration\n- name: Dep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/namespace | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/namespace/tasks/main.yml",
"content": "- name: Ensure healthcare-app namespace exists\n kubernetes.core.k8s:\n api_version: v1\n kind: Namespace\n name: healthcare-app\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/patient-service | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/patient-service/tasks/main.yml",
"content": "- name: Deploy Patient Service\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n namespace: healthcare-app\n with_items:\n - ../K8s/microservices/patient-service/service.yml\n - ../K8s/microservices/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | bhavya28122251/SPE_Major_Project | 10568bfb8c4cef6b80214c0c06004f8e859e3360 | 0 | ansible_deploy/roles/service-registry | 183 | [
"no_license"
] | [
{
"path": "ansible_deploy/roles/service-registry/tasks/main.yml",
"content": "- name: Deploy Service Registry Components\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n namespace: healthcare-app\n with_items:\n - ../K8s/services/service-registry/config.yml\n - ../K8s/service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | Websoft9Archive/ansible-bt | ea22bca930b9c679d323f5a79933e5cbb6a1c448 | 2 | roles/bt | 183 | [
"no_license"
] | [
{
"path": "roles/bt/Notes.md",
"content": "## 安装注意\n\n官方安装方案解读:BT 官方提供了 shell 的完全自动化过程,一条命令跑完。BT 官方要求纯净的操作系统,BT 所学的一切依赖组件,都由 BT 的自动化脚本安装完成。 \n我们的公共 common roles 会安装一些依赖组件,反而导致 BT 官方脚本出现版本冲突而报错,终止 Ansible,所以公共 common roles 不可包含到 ansible-bt 中。 \n\n经过集体探讨,方案如下:\n\n1. 只使用 cloud, end 两个公共roles\n2. 新增的 bt rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2543,
"all_permissive": false
} |
ansible_role | usrnm14/ansible-homework | fb8f27447bb077d47ea324be5504c5365173a2c9 | 0 | roles/cassandra | 183 | [
"no_license"
] | [
{
"path": "roles/cassandra/tasks/main.yml",
"content": "---\n# tasks file for cassandra\n\n- name: install java\n yum:\n name: java-{{ java_rpm_version }}\n state: present\n\n- name: import repo key\n rpm_key:\n state: present\n key: https://downloads.apache.org/cassandra/KEYS\n\n- name: put c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1327,
"all_permissive": false
} |
ansible_role | usrnm14/ansible-homework | fb8f27447bb077d47ea324be5504c5365173a2c9 | 0 | roles/elasticsearch | 183 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/defaults/main.yml",
"content": "---\n# defaults file for elasticsearch\n\nes_rpm_version: 7.10.2-1\nes_yml:\n network_host: 0.0.0.0\n discovery_type: single-node\nes_java_options:\n xms: 768m\n xmx: 768m\nes_systemd_service:\n startup_timeout: 150\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1908,
"all_permissive": false
} |
ansible_role | usrnm14/ansible-homework | fb8f27447bb077d47ea324be5504c5365173a2c9 | 0 | roles/janusgraph | 183 | [
"no_license"
] | [
{
"path": "roles/janusgraph/tasks/main.yml",
"content": "---\n# tasks file for janusgraph\n\n- name: get cassandra nodes addresses\n set_fact:\n cassandra_nodes: \"{{ groups['cassandra'] | join(', ') }}\"\n\n- name: get elasticsearch nodes addresses\n set_fact:\n elasticsearch_nodes: \"{{ groups['el... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1935,
"all_permissive": false
} |
ansible_role | joyxu/kernelci-frontend | e4e9c11e236457a38bc7992d33ead06d96f55920 | 0 | ansible/roles/common | 195 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- include: sysctl.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible/roles/common/tasks/sysctl.yml",
"content": "---\n- name: Tweak kernel configuration for performanc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | joyxu/kernelci-frontend | e4e9c11e236457a38bc7992d33ead06d96f55920 | 0 | ansible/roles/configure-nginx | 195 | [
"no_license"
] | [
{
"path": "ansible/roles/configure-nginx/tasks/main.yml",
"content": "---\n- name: Install default nginx configuration\n template: src=nginx-default.conf\n dest=/etc/nginx/nginx.conf\n owner=root\n group=root\n mode=0644\n notify:\n - reload-nginx\n tags:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2633,
"all_permissive": false
} |
ansible_role | joyxu/kernelci-frontend | e4e9c11e236457a38bc7992d33ead06d96f55920 | 0 | ansible/roles/install-app | 195 | [
"no_license"
] | [
{
"path": "ansible/roles/install-app/tasks/main.yml",
"content": "---\n- name: Checkout kernel-ci-frontend code\n git: repo=https://github.com/joyxu/kernelci-frontend.git\n dest={{ install_base }}/{{ hostname }}\n version={{ git_head }}\n update=yes\n notify:\n - restart-uwsgi\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1476,
"all_permissive": false
} |
ansible_role | joyxu/kernelci-frontend | e4e9c11e236457a38bc7992d33ead06d96f55920 | 0 | ansible/roles/install-deps | 195 | [
"no_license"
] | [
{
"path": "ansible/roles/install-deps/tasks/main.yml",
"content": "---\n- name: Install OS dependencies\n apt: pkg={{ item }}\n state=latest\n update_cache=yes\n with_items:\n - build-essential\n - git\n - python-pip\n - python-pycurl \n - python-apt\n - python2.7-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | kpgita/ansible | f51f14da9e468a279fc480a9857cd9bbfb972a72 | 0 | roles/catalogue | 195 | [
"no_license"
] | [
{
"path": "roles/catalogue/vars/main.yml",
"content": "COMPONENT: \"catalogue\"\nARTIFACT_PATH: /home/roboshop/{{COMPONENT}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Install NodeJS\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | kpgita/ansible | f51f14da9e468a279fc480a9857cd9bbfb972a72 | 0 | roles/frontend | 195 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "COMPONENT: \"frontend\"\nARTIFACT_PATH: /usr/share/nginx/html",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n yum:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | kpgita/ansible | f51f14da9e468a279fc480a9857cd9bbfb972a72 | 0 | roles/sample | 195 | [
"no_license"
] | [
{
"path": "roles/sample/tasks/main.yml",
"content": "- name: Print Helloo from Role\n debug:\n msg: Heloo from Role, URL = {{URL}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/sample/vars/main.yml",
"content": "URL: task.example.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | shahrukhkhan489/DevOps | 0f86f4b68fabc3be55361529208343212d206786 | 0 | Assignment_1/roles/setup-hadoop | 195 | [
"no_license"
] | [
{
"path": "Assignment_1/roles/setup-hadoop/tasks/main.yml",
"content": "######## Pre-requistes ##########\n\n- name: yum-clean-all\n command: yum clean all\n args:\n warn: no\n\n- name: Install NTP service\n yum:\n name: ntp\n state: installed\n ignore_errors: true\n\n- name: Install Unzip serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4740,
"all_permissive": false
} |
ansible_role | shahrukhkhan489/DevOps | 0f86f4b68fabc3be55361529208343212d206786 | 0 | Assignment_1/roles/setup-service-handler | 195 | [
"no_license"
] | [
{
"path": "Assignment_1/roles/setup-service-handler/tasks/main.yml",
"content": "\n######## Setup Hadoop Service Handler ##############\n\n- name: Copy Service Handler Scripts\n copy: src={{item}} dest=/etc/init.d/{{item}}\n with_items:\n - hadoop\n - hdfs\n - yarn\n\n- name: Enable Service Handl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1697,
"all_permissive": false
} |
ansible_role | shahrukhkhan489/DevOps | 0f86f4b68fabc3be55361529208343212d206786 | 0 | Assignment_2/roles/setup-python-venv | 195 | [
"no_license"
] | [
{
"path": "Assignment_2/roles/setup-python-venv/tasks/main.yml",
"content": "\n- name: Install Python, Pip, and Zip\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - python3\n - python3-pip\n - zip\n\n- name: Install Python Virtual Enviornment Package\n shell: pip3 install vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-wordpress | 2cc93f066d6979c21615e6e708004ade5e64a852 | 1 | provisioning/roles/mysql | 195 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/defaults/main.yml",
"content": "---\nwp_host_ip:\n - localhost\n - '172.16.31.10'\n\npackages:\n - mysql-server\n - python3-PyMySQL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "provisioning/roles/mysql/h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1724,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-wordpress | 2cc93f066d6979c21615e6e708004ade5e64a852 | 1 | provisioning/roles/webserver | 195 | [
"no_license"
] | [
{
"path": "provisioning/roles/webserver/tasks/main.yml",
"content": "---\n- name: Install Epel and Rmi\n dnf:\n name: '{{ item }}'\n state: installed\n loop:\n - '{{ repos }}'\n become: yes\n\n- name: Import EPEL GPG key.\n rpm_key:\n key: '{{ epel_key }}'\n state: present\n become: yes\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1853,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-wordpress | 2cc93f066d6979c21615e6e708004ade5e64a852 | 1 | provisioning/roles/wordpress | 195 | [
"no_license"
] | [
{
"path": "provisioning/roles/wordpress/handlers/main.yml",
"content": "---\n- name: restart apache\n service:\n name: httpd.service\n state: restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "provisioning/roles/wordp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | joeycoakleyavi/MD-Ansible | cad2ebc1258512bb60e503e4d48f65114faa9cce | 1 | roles/migrate_virtualservice | 195 | [
"no_license"
] | [
{
"path": "roles/migrate_virtualservice/tasks/main.yml",
"content": "---\n- name: Gather VsVip_Ref of VIP IP\n avi_api_session:\n avi_credentials: \"{{ avi_credentials }}\"\n api_version: \"{{ avi_credentials.api_version }}\"\n tenant: \"{{ avi_credentials.tenant | default('admin') }}\"\n http_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2114,
"all_permissive": false
} |
ansible_role | Vinh1507/ptit-jenkins | 53743b77cf9dbbc21c72add682a5f6be344eb519 | 0 | ansible/roles/backend | 195 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/tasks/main.yml",
"content": "\n# - name: Check if docker-compose.yml exists\n# stat:\n# path: /ptit-backend/flask-api/docker-compose.yml\n# register: compose_file\n\n- name: Run Docker Compose Down\n shell: sudo docker compose down\n args:\n chdir: /ptit-backend... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | Vinh1507/ptit-jenkins | 53743b77cf9dbbc21c72add682a5f6be344eb519 | 0 | ansible/roles/bootstrap | 195 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/main.yml",
"content": "- name: install update\n apt:\n update_cache: yes\n- name: create simone user\n user:\n name: simone\n groups: root\n\n- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n- name: add sudoers file ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | br3d/ansible-freeton | dfdc4bd97f6d7ddc0540caf8bf88e2ce115ca57f | 0 | roles/freeton | 195 | [
"no_license"
] | [
{
"path": "roles/freeton/templates/ton.service.j2",
"content": "[Unit]\nDescription=Ton validation node\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nLimitNOFILE=1024\nExecStart={{ install_path }}/{{ ton_src }}/ton/build/validator-engine/validator-engine -t \"30\" -C /var/ton-work... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3928,
"all_permissive": false
} |
ansible_role | Papalam/ansible_vrd_1C_platform | 09b0961bbf4701e228b36f24036b66304296477a | 0 | roles/build_web_one_s | 195 | [
"no_license"
] | [
{
"path": "roles/build_web_one_s/tasks/main.yml",
"content": "---\n- name: Подготовка к публикации\n tags: prepare_step\n block:\n - name: Создание директорий для хранения конфигураций и vrd файлов\n ansible.builtin.file:\n path: \"{{ path_to_temp_files }}/{{ item }}\"\n state: direc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 13328,
"all_permissive": false
} |
ansible_role | Papalam/ansible_vrd_1C_platform | 09b0961bbf4701e228b36f24036b66304296477a | 0 | roles/deploy_service_web_one_s | 195 | [
"no_license"
] | [
{
"path": "roles/deploy_service_web_one_s/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Выкладка swarm сервиса публикации тонкого клиента 1С\n company: PAPALAM.RU\n license: MIT\n min_ansible_version: '2.1'\n platforms:\n - name: Ubuntu\n versions:\n - all\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | javaflavor/devops-tools-ansible-operator | f100a2dcddb797191486d18bc1e2ce1abfa5b93c | 1 | roles/codeready-ocp | 195 | [
"no_license"
] | [
{
"path": "roles/codeready-ocp/tasks/main.yml",
"content": "---\n# tasks file for codeready-ocp\n\n- name: Set CheCluster custom resource to {{ _codeready_state }}\n k8s:\n state: \"{{ _codeready_state }}\"\n definition:\n apiVersion: org.eclipse.che/v1\n kind: CheCluster\n metadata:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3380,
"all_permissive": false
} |
ansible_role | javaflavor/devops-tools-ansible-operator | f100a2dcddb797191486d18bc1e2ce1abfa5b93c | 1 | roles/gogs-ocp | 195 | [
"no_license"
] | [
{
"path": "roles/gogs-ocp/templates/gogs_route.j2",
"content": "kind: Route\napiVersion: route.openshift.io/v1\nmetadata:\n name: \"{{ _gogs_name }}\"\n namespace: \"{{ _gogs_namespace }}\"\n labels:\n app: \"{{ _gogs_name }}\"\nspec:\n to:\n kind: Service\n name: \"{{ _gogs_name }}\"\n{% if _g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5135,
"all_permissive": false
} |
ansible_role | javaflavor/devops-tools-ansible-operator | f100a2dcddb797191486d18bc1e2ce1abfa5b93c | 1 | roles/jenkins-ocp | 195 | [
"no_license"
] | [
{
"path": "roles/jenkins-ocp/defaults/main.yml",
"content": "---\n# defaults file for jenkins-ocp\n_jenkins_state: present\n_jenkins_namespace: jenkins\n_jenkins_name: jenkins\n\n_jenkins_oauth: true\n_jenkins_memory_limit: 1Gi\n_jenkins_volume_size: 1Gi\n_jenkins_disable_administrative_monitors: \"false\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4699,
"all_permissive": false
} |
ansible_role | javaflavor/devops-tools-ansible-operator | f100a2dcddb797191486d18bc1e2ce1abfa5b93c | 1 | roles/pathfinder-ocp | 195 | [
"no_license"
] | [
{
"path": "roles/pathfinder-ocp/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Role to set up PathFinder from Operator.\n company: Red Hat\n license: Apache\n min_ansible_version: 2.6\n galaxy_tags:\n - openshift\n - kubernetes\n - k8s\n - ansible-operator\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2660,
"all_permissive": false
} |
ansible_role | javaflavor/devops-tools-ansible-operator | f100a2dcddb797191486d18bc1e2ce1abfa5b93c | 1 | roles/postgresql-ocp | 195 | [
"no_license"
] | [
{
"path": "roles/postgresql-ocp/defaults/main.yml",
"content": "---\n# defaults file for postgresql-ocp\n_postgresql_state: present\n_postgresql_namespace: postgresql\n_postgresql_name: postgresql\n\n_postgresql_database_name: postgresql\n_postgresql_user: postgresql\n_postgresql_password: <PASSWORD>\n_post... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5209,
"all_permissive": false
} |
ansible_role | javaflavor/devops-tools-ansible-operator | f100a2dcddb797191486d18bc1e2ce1abfa5b93c | 1 | roles/rhamt-ocp | 195 | [
"no_license"
] | [
{
"path": "roles/rhamt-ocp/defaults/main.yml",
"content": "---\n# defaults file for rhamt-ocp\n_rhamt_state: present\n_rhamt_namespace: rhamt\n_rhamt_db_volume_capacity: 10Gi\n_rhamt_volume_capacity: 10Gi\n_rhamt_web_console_requested_cpu: 1\n_rhamt_web_console_requested_memory: 2Gi\n_rhamt_executor_request... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2229,
"all_permissive": false
} |
ansible_role | javaflavor/devops-tools-ansible-operator | f100a2dcddb797191486d18bc1e2ce1abfa5b93c | 1 | roles/sonarqube-ocp | 195 | [
"no_license"
] | [
{
"path": "roles/sonarqube-ocp/defaults/main.yml",
"content": "---\n# defaults file for sonarqube-ocp\n_sonarqube_state: present\n_sonarqube_namespace: sonarqube\n_sonarqube_name: sonarqube\n\n_sonarqube_ssl: False\n_sonarqube_postgresql_service_name: postgresql\n_sonarqube_postgresql_database_name: sonar\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5523,
"all_permissive": false
} |
ansible_role | enlightsided/slurm_ansible_practicum | 767a68336f1ae965d77f78b6409b5cd4dd9cb318 | 0 | ansible/roles/app_xpaste | 195 | [
"no_license"
] | [
{
"path": "ansible/roles/app_xpaste/tasks/main.yml",
"content": "---\r\n- name: Install packages\r\n ansible.builtin.yum:\r\n name:\r\n - git\r\n - \"@Development tools\"\r\n - libxml2-devel\r\n - libxslt-devel\r\n - nodejs\r\n - postgresql-devel\r\n - ruby-devel\r\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1873,
"all_permissive": false
} |
ansible_role | skar404/ansible-docker | ecc66da2f7082685d71aac51048d6941d5b74fdc | 0 | roles/docker | 195 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: Install ca-certificates\n\n apt:\n name: ca-certificates\n state: latest\n update_cache: yes\n\n- name: Install curl\n\n apt:\n name: curl\n state: latest\n update_cache: yes\n\n- name: Install gnupg\n\n apt:\n name: gnupg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1644,
"all_permissive": true
} |
ansible_role | ThisIsQasim/personal-infra | 79475598f5917a73eb5339619b87312a0ce02b68 | 14 | home/playbooks/roles/common | 195 | [
"no_license"
] | [
{
"path": "home/playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Make sure ntp is installed\n package:\n name: ntp\n state: present\n tags: ntp\n\n- name: Make sure ntpd is running and enabled\n ansible.builtin.service:\n name: ntp\n state: started\n enabled: true\n tags: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | ThisIsQasim/personal-infra | 79475598f5917a73eb5339619b87312a0ce02b68 | 14 | home/playbooks/roles/docker | 195 | [
"no_license"
] | [
{
"path": "home/playbooks/roles/docker/defaults/main.yml",
"content": "---\ndeployment_username: qasim\nexecutable_temp_dir: /tmp/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "home/playbooks/roles/docker/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1970,
"all_permissive": false
} |
ansible_role | ThisIsQasim/personal-infra | 79475598f5917a73eb5339619b87312a0ce02b68 | 14 | home/playbooks/roles/monitoring | 195 | [
"no_license"
] | [
{
"path": "home/playbooks/roles/monitoring/handlers/main.yml",
"content": "---\n- name: restart prometheus\n ansible.builtin.service:\n name: prometheus\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "home/playbooks/rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | ThisIsQasim/personal-infra | 79475598f5917a73eb5339619b87312a0ce02b68 | 14 | home/playbooks/roles/mpp-solar | 195 | [
"no_license"
] | [
{
"path": "home/playbooks/roles/mpp-solar/files/stale-metrics-cleaner.sh",
"content": "#!/bin/sh\nwhile sleep 60; do\n find /var/lib/node_exporter/ -type f -name '*.prom' -mmin +2 -execdir rm -- '{}' \\;\ndone",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2620,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.