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
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/ssh
7,633
[ "no_license" ]
[ { "path": "roles/ssh/defaults/main.yaml", "content": "link_to_github: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/ssh/tasks/main.yaml", "content": "- name: Ensures GPG config directory exists\n file:\n path: \"{{ ansible_e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 867, "all_permissive": false }
ansible_role
allancalix/devmachine
9a144ceca358fd5c63682546a66925a55ee2ac23
0
roles/vscode
7,633
[ "no_license" ]
[ { "path": "roles/vscode/defaults/main.yaml", "content": "extensions:\n - asvetliakov.vscode-neovim # Delegates text editing operations to Neovim.\n - EditorConfig.EditorConfig # Applies editorconfig preferences to files.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1240, "all_permissive": false }
ansible_role
unboxed/hooville
8acd4c1ea19d2c22bc515301dd06b98c4a254f3c
0
ansible/roles/common
7,633
[ "no_license" ]
[ { "path": "ansible/roles/common/README.md", "content": "Common\n======\n\nThis \"common\" role defines the base state of all hosts in the system.\n\nBy running common at least once on all hosts ( presumably during initialization of the environment ) you can be assured of a minimum viable set of packages and...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4191, "all_permissive": false }
ansible_role
unboxed/hooville
8acd4c1ea19d2c22bc515301dd06b98c4a254f3c
0
ansible/roles/ntp
7,633
[ "no_license" ]
[ { "path": "ansible/roles/ntp/handlers/main.yml", "content": "---\n# handlers file for ntp\n- name: restart ntp\n service: name=ntp state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible/roles/ntp/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 648, "all_permissive": false }
ansible_role
wasimakram777/javawebapp
edb02ec3a8cda25c697d2b11d085eba411fac55c
1
ansible/roles/downloadwar
7,633
[ "no_license" ]
[ { "path": "ansible/roles/downloadwar/handlers/main.yml", "content": "---\n# handlers file for CopyWar\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/downloadwar/vars/main.yml", "content": "---\n# vars file for CopyWar\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 615, "all_permissive": false }
ansible_role
wasimakram777/javawebapp
edb02ec3a8cda25c697d2b11d085eba411fac55c
1
ansible/roles/startTomcat
7,633
[ "no_license" ]
[ { "path": "ansible/roles/startTomcat/tasks/main.yml", "content": "---\n- name: Start Tomcat\n systemd_service: \n name: tomcat\n state: started\n become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible/roles/startTomcat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 275, "all_permissive": false }
ansible_role
wasimakram777/javawebapp
edb02ec3a8cda25c697d2b11d085eba411fac55c
1
ansible/roles/stopTomcat
7,633
[ "no_license" ]
[ { "path": "ansible/roles/stopTomcat/handlers/main.yml", "content": "---\n# handlers file for stopTomcat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/stopTomcat/vars/main.yml", "content": "---\n# vars file for stopTomcat\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 269, "all_permissive": false }
ansible_role
wasimakram777/javawebapp
edb02ec3a8cda25c697d2b11d085eba411fac55c
1
ansible/roles/takeBackup
7,633
[ "no_license" ]
[ { "path": "ansible/roles/takeBackup/defaults/main.yml", "content": "---\n# defaults file for takeBackup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/takeBackup/handlers/main.yml", "content": "---\n# handlers file for takeBack...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 522, "all_permissive": false }
ansible_role
ManageIQ/manageiq-providers-ibm_power_vc
733cce49eb8541a471e124ab0e9884cde24c354d
3
content/ansible_runner/roles/image-copy-pvs-to-pvc
7,633
[ "no_license" ]
[ { "path": "content/ansible_runner/roles/image-copy-pvs-to-pvc/tasks/execute.yml", "content": "- name: set sessions directory\n set_fact:\n sessions_dir: '/home/sessions'\n\n- name: execute role\n block:\n - fail: msg=\"<session_id> value is not set, will not proceed\"\n when: not session_id\n\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5634, "all_permissive": false }
ansible_role
RafaelNC98/Estudo-devops
3e20ce8579c9f927073fb956177032cc1812ef4f
0
roles/checklist
7,633
[ "no_license" ]
[ { "path": "roles/checklist/tasks/main.yaml", "content": "---\n- name: Instalando pacotes essenciais\n apt:\n name:\n - vim \n - net-tools\n - telnet\n - nmap\n state: present\n \n \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
markush81/fastdata-cluster
96ff28d400c24d208092dee14b3d08d95b65416b
22
ansible/roles/cassandra
7,633
[ "no_license" ]
[ { "path": "ansible/roles/cassandra/defaults/main.yml", "content": "---\nversion: \"4.0-beta4\"\ncassandra: apache-cassandra-{{ version }}\nfile: \"{{ cassandra }}-bin.tar.gz\"\nurl: ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/cassandra/{{ version }}/{{ file }}\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2021, "all_permissive": false }
ansible_role
markush81/fastdata-cluster
96ff28d400c24d208092dee14b3d08d95b65416b
22
ansible/roles/common
7,633
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost\n::1 localhost ip6-localhost ip6-loopback\n\n{% for item in groups['all'] %}\n{% if 'ansible_eth1' in hostvars[item] %}\n{{ hostvars[item]['ansible_eth1']['ipv4']['address'] }} {{ item }}\n{% endif %}\n{% endfor %...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 431, "all_permissive": false }
ansible_role
markush81/fastdata-cluster
96ff28d400c24d208092dee14b3d08d95b65416b
22
ansible/roles/flink
7,633
[ "no_license" ]
[ { "path": "ansible/roles/flink/templates/stop-flink-yarn.sh.j2", "content": "#!/bin/bash\n\nYARN_APPLICATION_IDS=`{{ usr_local }}/hadoop/bin/yarn application -list | grep Flink | awk '{split($0,a,\" \"); print a[1]}'`\n\necho $YARN_APPLICATION_IDS\n\nif [ -n \"${YARN_APPLICATION_IDS}\" ]; then\n for YARN_A...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3315, "all_permissive": false }
ansible_role
markush81/fastdata-cluster
96ff28d400c24d208092dee14b3d08d95b65416b
22
ansible/roles/hadoop
7,633
[ "no_license" ]
[ { "path": "ansible/roles/hadoop/tasks/main.yml", "content": "---\n\n- name: get java_home\n shell: \"java -XshowSettings:properties -version 2>&1 | sed '/^[[:space:]]*java\\\\.home/!d;s/^[[:space:]]*java\\\\.home[[:space:]]*=[[:space:]]*//'\"\n register: java_home_output\n\n- set_fact:\n java_home: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11096, "all_permissive": false }
ansible_role
markush81/fastdata-cluster
96ff28d400c24d208092dee14b3d08d95b65416b
22
ansible/roles/java
7,633
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n\n- name: install {{ java_package }}\n become: yes\n yum:\n name: \"{{ java_package }}\"\n state: present\n\n- name: set JAVA_HOME\n become: yes\n become_method: sudo\n lineinfile:\n dest: \"{{ etc_profiles }}/java.sh\"\n creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
markush81/fastdata-cluster
96ff28d400c24d208092dee14b3d08d95b65416b
22
ansible/roles/kafka
7,633
[ "no_license" ]
[ { "path": "ansible/roles/kafka/tasks/zookeeper.yml", "content": "---\n\n- name: copy {{ kafka_home }}/config/zookeeper.properties\n become: yes\n template:\n src: templates/zookeeper.properties.j2\n dest: \"{{ kafka_home }}/config/zookeeper.properties\"\n notify: \"restart zookeeper\"\n\n- name: cr...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4147, "all_permissive": false }
ansible_role
markush81/fastdata-cluster
96ff28d400c24d208092dee14b3d08d95b65416b
22
ansible/roles/spark
7,633
[ "no_license" ]
[ { "path": "ansible/roles/spark/tasks/main.yml", "content": "---\n- name: download {{ url }}\n get_url:\n url: \"{{ url }}\"\n dest: \"/tmp/{{ file }}\"\n\n- name: extract /tmp/{{ file }}\n become: yes\n become_method: sudo\n unarchive:\n src: \"/tmp/{{ file }}\"\n dest: \"{{ usr_local }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1529, "all_permissive": false }
ansible_role
cdelaitre/devopslab
59c00be8fdf34a620f525d5d6be49965bcc306a9
0
roles/conf
7,633
[ "no_license" ]
[ { "path": "roles/conf/tasks/main.yml", "content": "---\n- name: sonarqube \n template: src={{item}} dest={{ devopslab_conf }}/{{ item }}\n with_items:\n - sonar.properties\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
cdelaitre/devopslab
59c00be8fdf34a620f525d5d6be49965bcc306a9
0
roles/devopslab
7,633
[ "no_license" ]
[ { "path": "roles/devopslab/templates/devopslab.yml", "content": "version: '2'\nservices:\n # Gitlab\n gitlab:\n image: gitlab/gitlab-ce\n ports:\n - \"52022:22\"\n - \"52080:80\"\n - \"52043:443\"\n volumes:\n - {{ devopslab_conf }}/gitlab:/etc/gitlab\n - {{ devopslab_log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1649, "all_permissive": false }
ansible_role
cdelaitre/devopslab
59c00be8fdf34a620f525d5d6be49965bcc306a9
0
roles/docker-compose
7,633
[ "no_license" ]
[ { "path": "roles/docker-compose/meta/main.yml", "content": "---\ndependencies:\n - { role: filesystem }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/docker-compose/tasks/main.yml", "content": "- name: install\n get_url: >\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 304, "all_permissive": false }
ansible_role
cdelaitre/devopslab
59c00be8fdf34a620f525d5d6be49965bcc306a9
0
roles/filesystem
7,633
[ "no_license" ]
[ { "path": "roles/filesystem/vars/main.yml", "content": "---\ndevopslab_root: \"/devopslab\"\ndevopslab_bin: \"{{ devopslab_root }}/bin\"\ndevopslab_conf: \"{{ devopslab_root }}/conf\"\ndevopslab_log: \"{{ devopslab_root }}/log\"\ndevopslab_data: \"{{ devopslab_root }}/data\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 578, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/configs
7,633
[ "no_license" ]
[ { "path": "roles/configs/tasks/main.yaml", "content": "---\n\n- name: \"Hosts file\"\n lineinfile: dest=/etc/hosts \n regexp='.*{{ item }}$'\n line=\"{{ hostvars[item]['private_ip'] }} {{item}}\"\n state=present\n become: true\n when: hostvars[item]['private...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1377, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/hadoop
7,633
[ "no_license" ]
[ { "path": "roles/hadoop/tasks/main.yaml", "content": "---\n- name: Update bashrc for JAVA_HOME\n lineinfile:\n dest=/etc/profile\n line=\"export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/\"\n regexp=\".*export JAVA_HOME=\"\n state=present\n insertafter=EOF\n create=True\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2106, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/kafka
7,633
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yaml", "content": "---\n- name: Create Directory \n file: path={{ base_path }}/kafka state=directory recurse=yes owner={{ user_name }}\n\n- name: Download Kafka\n get_url: url={{ apache_server }}/kafka/{{ kafka_version }}/kafka_{{ kafka_scala_version }}-{{kafka_version}}....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 865, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/masterconfig
7,633
[ "no_license" ]
[ { "path": "roles/masterconfig/tasks/main.yaml", "content": "---\n\n- name: \"Install pip\"\n apt: pkg=python-pip state=present\n become: yes\n\n- name: \"Install python-dev\"\n apt: pkg=python-dev state=present\n become: yes\n\n- name: \"Install blas\"\n apt: pkg=libblas-dev state=present\n become: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/runhdfs
7,633
[ "no_license" ]
[ { "path": "roles/runhdfs/tasks/main.yaml", "content": "---\n- name: Run Nimbus\n shell: daemon {{ base_path }}/storm/apache-storm-0.10.0/bin/storm nimbus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/runnimbus
7,633
[ "no_license" ]
[ { "path": "roles/runnimbus/tasks/main.yaml", "content": "---\n- name: Run Nimbus\n shell: daemon {{ base_path }}/storm/apache-storm-{{ storm_version }}/bin/storm nimbus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/runsupervisor
7,633
[ "no_license" ]
[ { "path": "roles/runsupervisor/tasks/main.yaml", "content": "---\n- name: Run Supervisor\n shell: daemon {{ base_path }}/storm/apache-storm-{{ storm_version }}/bin/storm supervisor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/runui
7,633
[ "no_license" ]
[ { "path": "roles/runui/tasks/main.yaml", "content": "---\n- name: Run UI\n shell: daemon {{ base_path }}/storm/apache-storm-{{ storm_version }}/bin/storm ui\n", "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
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/runzookeeper
7,633
[ "no_license" ]
[ { "path": "roles/runzookeeper/tasks/main.yaml", "content": "---\n- name: Run Zookeeper\n command: \"{{ base_path }}/zookeeper/zookeeper-{{ zookeeper_version }}/bin/zkServer.sh start\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/stopnimbus
7,633
[ "no_license" ]
[ { "path": "roles/stopnimbus/tasks/main.yaml", "content": "---\n- name: Stop Nimbus\n shell: jps | grep \"nimbus\" | awk '{print $1}' | xargs -I {} kill -9 {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/stopsupervisor
7,633
[ "no_license" ]
[ { "path": "roles/stopsupervisor/tasks/main.yaml", "content": "---\n- name: Stop Supervisor\n shell: jps | grep \"supervisor\" | awk '{print $1}' | xargs -I {} kill -9 {}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/stopui
7,633
[ "no_license" ]
[ { "path": "roles/stopui/tasks/main.yaml", "content": "---\n- name: Stop UI\n shell: jps | grep \"core\" | awk '{print $1}' | xargs -I {} kill -9 {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/stopzookeeper
7,633
[ "no_license" ]
[ { "path": "roles/stopzookeeper/tasks/main.yaml", "content": "---\n- name: Stop Zookeeper\n command: \"{{ base_path }}/zookeeper/zookeeper-3.4.6/bin/zkServer.sh stop\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/storm
7,633
[ "no_license" ]
[ { "path": "roles/storm/files/storm_conf.yaml", "content": "storm.zookeeper.servers:\n - \"zkserver1\"\n\nnimbus.host: \"nimbus1\"\nnimbus.childopts: \"-Xmx1024m -Djava.net.preferIPv4Stack=true\"\n \nui.childopts: \"-Xmx768m -Djava.net.preferIPv4Stack=true\"\n \nsupervisor.childopts: \"-Djava.net.preferIP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1537, "all_permissive": false }
ansible_role
MBtech/ansible-storm
2f0a0f8ea3c4eb5bedee7b818e296f24ef81982c
1
roles/zookeeper
7,633
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yaml", "content": "---\n- name: Create Directory \n file: path={{ base_path }}/zookeeper state=directory recurse=yes owner={{ user_name }}\n sudo: yes\n\n- name: Download Zookeeper\n get_url: url={{ apache_server }}/zookeeper/zookeeper-{{ zookeeper_version }}/zookeep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
ansible/awx
7977e8639cc3cbdea666d74786d3fc33a57c6359
14,743
tools/docker-compose/ansible/roles/migrate
7,630
[ "permissive" ]
[ { "path": "tools/docker-compose/ansible/roles/migrate/tasks/main.yml", "content": "---\n\n# Migrate data from a bind-mount to a volume\n- import_tasks: migrate-from-local-docker.yml\n when: migrate_local_docker\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1762, "all_permissive": true }
ansible_role
ansible/awx
7977e8639cc3cbdea666d74786d3fc33a57c6359
14,743
tools/docker-compose/ansible/roles/vault
7,630
[ "permissive" ]
[ { "path": "tools/docker-compose/ansible/roles/vault/tasks/plumb.yml", "content": "---\n- name: Set vault_addr\n include_tasks: set_vault_addr.yml\n\n- name: Load vault keys\n include_vars:\n file: \"{{ vault_file }}\"\n\n- name: Get AWX admin password\n include_vars:\n file: \"{{ admin_password_fil...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11265, "all_permissive": true }
ansible_role
opdavies/ubuntu-provisioning
f23ebcef649f28517c099712b36941779d8bf8f1
1
roles/neovim
7,630
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Add neovim PPA\n apt_repository:\n repo: 'ppa:neovim-ppa/unstable'\n\n- name: Install neovim\n apt:\n name: neovim\n state: latest\n\n- name: Install packer\n git:\n repo: https://github.com/wbthomason/packer.nvim\n dest: ~/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
redsox2002/SREChallenge
ed4a8fb39e2a1913581306026d6bc8d8455a67aa
0
Ansible/roles/install_nginx
7,630
[ "no_license" ]
[ { "path": "Ansible/roles/install_nginx/tasks/main.yml", "content": "---\n# tasks file for install_nginx\n\n- name: update packages\n yum:\n name: '*'\n state: latest\n\n- name: install latest epel-release\n command: amazon-linux-extras install epel\n become_method: sudo\n\n- name: install nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
Ezh494/ansible-monitoring-loging
04da1409939f37af757437031124265e3fe3a30f
0
roles/ES-kibana
7,630
[ "no_license" ]
[ { "path": "roles/ES-kibana/templates/elasticsearch.standalone.yml.j2", "content": "cluster.name: test-elascticsearch-sa\n\nnode.name: ${HOSTNAME}\n\npath.data: /var/lib/elasticsearch\npath.logs: /var/log/elasticsearch\n\nnetwork.host: 0.0.0.0\nhttp.host: 0.0.0.0\nhttp.port: 9200\n\nindices.query.bool.max_cl...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8430, "all_permissive": false }
ansible_role
Ezh494/ansible-monitoring-loging
04da1409939f37af757437031124265e3fe3a30f
0
roles/fluent-bit
7,630
[ "no_license" ]
[ { "path": "roles/fluent-bit/defaults/main.yaml", "content": "fluentbit_version: 2.1.8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/fluent-bit/templates/fluent-bit.conf.j2", "content": "[SERVICE]\n # Flush\n # =====\n # set a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6209, "all_permissive": false }
ansible_role
Ezh494/ansible-monitoring-loging
04da1409939f37af757437031124265e3fe3a30f
0
roles/minio
7,630
[ "no_license" ]
[ { "path": "roles/minio/defaults/main.yaml", "content": "minio_name: minio-test\nminio_pool_count: 2\nyour_domain: mlg.ru\nminio_admin: minio_admin\nminio_admin_pass: <PASSWORD>\nminio_update_tls: false\nminio_self_signed_cert: true\nminio_prometheus_install: true\nminio_zabbix_config_install: true\nminio_lo...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 17547, "all_permissive": false }
ansible_role
Ezh494/ansible-monitoring-loging
04da1409939f37af757437031124265e3fe3a30f
0
roles/node_exporter
7,630
[ "no_license" ]
[ { "path": "roles/node_exporter/handlers/main.yaml", "content": "- name: Start and enable node_exporter\n ansible.builtin.service:\n name: node_exporter.service\n state: started\n enabled: yes\n\n- name: Restart node_exporter\n ansible.builtin.service:\n name: node_exporter.service\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2373, "all_permissive": false }
ansible_role
Ezh494/ansible-monitoring-loging
04da1409939f37af757437031124265e3fe3a30f
0
roles/prepare_node
7,630
[ "no_license" ]
[ { "path": "roles/prepare_node/tasks/main.yaml", "content": "---\n- name: \"Make Data directory\"\n file:\n path: /minio/data{{ item }}\n state: directory\n mode: '0755'\n with_sequence:\n - \"1-4\"\n\n#- name: get device name\n# set_fact:\n# device_info: \"{{ device_info|default([]) + [ { 'n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2369, "all_permissive": false }
ansible_role
Ezh494/ansible-monitoring-loging
04da1409939f37af757437031124265e3fe3a30f
0
roles/prometheus
7,630
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/install_grafana.yaml", "content": "- name: Install prerequsites\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apt-transport-https\n - adduser\n - libfontconfig1\n - musl\n - software-properties-common\n - ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 19191, "all_permissive": false }
ansible_role
Ezh494/ansible-monitoring-loging
04da1409939f37af757437031124265e3fe3a30f
0
roles/static_ip
7,630
[ "no_license" ]
[ { "path": "roles/static_ip/tasks/network_configuration.yml", "content": " - name: Print ip address\n ansible.builtin.debug:\n msg: \"{{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }}\"\n\n - name: Get gateway\n shell: ip r | grep default | awk '{ print $3}'\n register...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3012, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
refactor-ansible/roles/deploy-app
7,630
[ "no_license" ]
[ { "path": "refactor-ansible/roles/deploy-app/handlers/main.yml", "content": "---\n# handlers file for deploy-app\n- name: restart tomcat\n service: name=tomcat state=restarted\n\n- name: restart httpd\n service: name=httpd state=restarted\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
refactor-ansible/roles/haproxy
7,630
[ "no_license" ]
[ { "path": "refactor-ansible/roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n- name: Install necessary packages\n yum:\n name: '{{ item }}'\n state: latest\n with_items:\n - httpie\n - haproxy\n\n- name: configure haproxy\n template:\n src: haproxy.cfg.j2\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 409, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
refactor-ansible/roles/httpd
7,630
[ "no_license" ]
[ { "path": "refactor-ansible/roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n- name: Install Httpd\n yum:\n name: httpd\n state: latest\n\n- name: Ensure that httpd is running\n service:\n name: httpd\n state: started\n enabled: yes\n\n \n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
refactor-ansible/roles/postgresql
7,630
[ "no_license" ]
[ { "path": "refactor-ansible/roles/postgresql/tasks/main.yml", "content": "---\n# tasks file for postgresql\n- name: install Postgresql\n yum:\n name: '{{ item }}'\n state: latest\n with_items:\n - postgresql\n - postgresql-server\n\n- name: Create initial Database\n command: \"postgresql-setu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
refactor-ansible/roles/repository
7,630
[ "no_license" ]
[ { "path": "refactor-ansible/roles/repository/tasks/main.yml", "content": "---\n# tasks file for repository\n- name: Configure repository\n template: \n src: open_three-tier-app.repo.j2\n dest: /etc/yum.repos.d/ansible.repo \n mode: 0664\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
refactor-ansible/roles/tomcat
7,630
[ "no_license" ]
[ { "path": "refactor-ansible/roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n- name: Install tomcat\n yum: \n name: tomcat\n state: latest\n\n- name: Create necessary path\n file: \n path: /usr/share/tomcat/webapps/ROOT\n state: directory\n\n- name: Configure Tomcat\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
roles/win_ad_install
7,630
[ "no_license" ]
[ { "path": "roles/win_ad_install/handlers/main.yml", "content": "---\n# handlers file for win_ad_install\n- name: Reboot\n win_reboot:\n when: reboot_required == true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/win_ad_install/vars/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 812, "all_permissive": false }
ansible_role
flaviolnx/ansible
f2a428fc08206e30293c6e6bd07ffb5a7b20f94d
0
roles/win_ad_user
7,630
[ "no_license" ]
[ { "path": "roles/win_ad_user/tasks/main.yml", "content": "---\n# tasks file for roles/win_ad_user\n- name: Create AD User\n win_domain_user:\n name: \"{{ item.name }}\"\n firstname: \"{{item.firstname }}\"\n surname: \"{{ item.surname }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n ema...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
devops-sujay/k8s-pi-ansible
27dfba9b4f922868ce96f80df40234c8ef25c254
0
roles/workers
7,630
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yml", "content": "---\n# tasks file for minions\n- name: Reset Kubernetes\n shell: kubeadm reset -f\n register: kubeadm_reset\n\n- name: Join Kubernetes Cluster\n shell: kubeadm join --ignore-preflight-errors=all --token {{ token }} {{ hostvars[groups['master'][0]].ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/configsvr
7,630
[ "no_license" ]
[ { "path": "roles/configsvr/vars/main.yml", "content": "---\n# vars file for configsvr", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/configsvr/tasks/main.yml", "content": "---\n# tasks file for configsvr\n\n- name: \"Setting MONGODB_URI ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 880, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/docker
7,630
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n\n- name: Installing Docker CentOS repository\n when: ansible_facts['distribution'] == 'CentOS'\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/mongodb
7,630
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n# tasks file for mongodb\n- name: \"Adding MongoDB 4.4 CentOS Repository\"\n when: ansible_facts['distribution'] == 'CentOS'\n yum_repository:\n name: mongodb-org-4.4\n description: MongoDB version 4.4\n baseurl: https://repo.mongodb.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1081, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/mongos
7,630
[ "no_license" ]
[ { "path": "roles/mongos/tasks/main.yml", "content": "---\n# tasks file for mongos\n\n- name: \"Copying mongos.service file\"\n copy:\n src: mongos.service\n dest: /etc/systemd/system/mongos.service\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 231, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/monitoring
7,630
[ "no_license" ]
[ { "path": "roles/monitoring/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 15s\n evaluation_interval: 30s\n\nscrape_configs:\n\n{% for address in range(10,17) %}\n - job_name: mongodb_exporter_192-168-100-{{address}}\n static_configs:\n - targets: ['192.168.100.{{address}}:9...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1166, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/prereq
7,630
[ "no_license" ]
[ { "path": "roles/prereq/files/hosts", "content": "127.0.0.1 localhost.localdomain localhost\n192.168.100.10 mongos.example.com mongos\n192.168.100.11 configsvr-01.example.com configsvr-01\n192.168.100.12 configsvr-02.example.com configsvr-02\n192.168.100.13 shard-01.example.com shard-01 sh0-01\n192.168.100....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 977, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/prometheus_exporters
7,630
[ "no_license" ]
[ { "path": "roles/prometheus_exporters/defaults/main.yml", "content": "---\n# defaults file for prometheus_exporters", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/prometheus_exporters/vars/main.yml", "content": "---\n# vars file for prom...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2178, "all_permissive": false }
ansible_role
jrballot/MongoDB-Lab
42d6c2778b1255104e02558abcc490fe1c8c26a3
0
roles/shard
7,630
[ "no_license" ]
[ { "path": "roles/shard/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - shard", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/shard/tasks/main.yml", "content": "---\n# tasks file for shard\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 356, "all_permissive": false }
ansible_role
Oslandia/docker-qgis-ogc-cite
ece6cde1d8c6f1ac8d09c8f20d16bb3bc9a61a87
0
roles/admin
7,630
[ "no_license" ]
[ { "path": "roles/admin/tasks/main.yml", "content": "- name: add repository for openjdk\n apt_repository:\n repo: 'ppa:openjdk-r/ppa'\n\n- name: add repository for ubuntugis (necessary for gdal 2.x)\n apt_repository:\n repo: 'ppa:ubuntugis/ppa'\n\n- name: install tools\n apt:\n update_cache: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
Oslandia/docker-qgis-ogc-cite
ece6cde1d8c6f1ac8d09c8f20d16bb3bc9a61a87
0
roles/ets
7,630
[ "no_license" ]
[ { "path": "roles/ets/tasks/main.yml", "content": "# ----------------------------------------------------------------------------\n# GML 3.2\n# ----------------------------------------------------------------------------\n- name: clone testsuite form GML-3.2\n git:\n repo: https://github.com/opengeospati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11100, "all_permissive": false }
ansible_role
Oslandia/docker-qgis-ogc-cite
ece6cde1d8c6f1ac8d09c8f20d16bb3bc9a61a87
0
roles/nginx
7,630
[ "no_license" ]
[ { "path": "roles/nginx/templates/qgisserver.nginx", "content": "server {\n\tlisten 80;\n\tlisten [::]:80;\n\n\terror_log /tmp/mylog.txt debug;\n\n\troot /var/www/html/ogccite;\n\n\tindex index.html index.htm index.nginx-debian.html;\n\n\tserver_name _;\n\n\tlocation / {\n\t\ttry_files $uri $uri/ =404;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1625, "all_permissive": false }
ansible_role
Oslandia/docker-qgis-ogc-cite
ece6cde1d8c6f1ac8d09c8f20d16bb3bc9a61a87
0
roles/qgis
7,630
[ "no_license" ]
[ { "path": "roles/qgis/files/setdockerip.sh", "content": "#! /bin/sh\n\nsed -i \"s/DOCKERIP/$1/g\" /home/user/teamengine_wms_130.qgs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/qgis/templates/wrapper_qgisserver.sh", "content": "#! /b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3399, "all_permissive": false }
ansible_role
Oslandia/docker-qgis-ogc-cite
ece6cde1d8c6f1ac8d09c8f20d16bb3bc9a61a87
0
roles/teamengine
7,630
[ "no_license" ]
[ { "path": "roles/teamengine/tasks/main.yml", "content": "- name: install deps\n apt:\n name: '{{ item }}'\n with_items:\n - maven\n - openjdk-8-jdk\n - unzip\n - tomcat7\n\n- name: clone teamengine repository\n git:\n repo: https://github.com/opengeospatial/teamengine\n dest: '/home/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2799, "all_permissive": false }
ansible_role
arsenkasym/ansible-elk-singlenode
e4e9c9858e06369cea7af9de2deb82826af356d6
1
roles/certs
7,630
[ "no_license" ]
[ { "path": "roles/certs/tasks/main.yml", "content": "- name: \"Create certs directory for Kibana\"\n ansible.builtin.file:\n path: /etc/kibana/certs\n state: directory\n owner: kibana\n group: kibana\n mode: '0755'\n recurse: yes\n become: true\n\n- name: \"Certs installing\"\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }
ansible_role
arsenkasym/ansible-elk-singlenode
e4e9c9858e06369cea7af9de2deb82826af356d6
1
roles/elasticsearch
7,630
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "# Installation elasticsearch\n - name: Import Elasticsearch GPG key\n ansible.builtin.command:\n cmd: rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch\n become: true\n\n - name: \"Copy our repo file to /etc/yum.repos....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1463, "all_permissive": false }
ansible_role
arsenkasym/ansible-elk-singlenode
e4e9c9858e06369cea7af9de2deb82826af356d6
1
roles/kibana
7,630
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "#Installation Kibana\n\n- name: \"Install Kibana\"\n ansible.builtin.yum:\n name: kibana\n state: present\n enablerepo: elasticsearch\n\n- name: \"Replace a sslverificationmode in a file\"\n ansible.builtin.lineinfile:\n path: /etc/kibana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
arsenkasym/ansible-elk-singlenode
e4e9c9858e06369cea7af9de2deb82826af356d6
1
roles/logstash
7,630
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "- name: \"Install logstash\"\n ansible.builtin.yum:\n name: logstash\n state: present\n enablerepo: elasticsearch\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
mukultaneja/vCenter-automation-ansible-playbooks
30840d6e93bd0bc0bbfc717c0dc9a5b1f9e5fbe6
0
roles/cluster
7,630
[ "no_license" ]
[ { "path": "roles/cluster/tasks/main.yml", "content": "---\n# tasks file for cluster\n\n- name: create cluster\n vcenter_cluster:\n dc_name: hello_world\n cluster_name: hello_world_cluster\n cluster_spec: /Users/mtaneja/Work/Projects/Mac/vCenter-automation-ansible-playbooks/specs/cluster_spec.yml\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
mukultaneja/vCenter-automation-ansible-playbooks
30840d6e93bd0bc0bbfc717c0dc9a5b1f9e5fbe6
0
roles/datacenter
7,630
[ "no_license" ]
[ { "path": "roles/datacenter/handlers/main.yml", "content": "---\n# handlers file for datacenter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/datacenter/vars/main.yml", "content": "---\n# vars file for datacenter", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 569, "all_permissive": false }
ansible_role
mukultaneja/vCenter-automation-ansible-playbooks
30840d6e93bd0bc0bbfc717c0dc9a5b1f9e5fbe6
0
roles/resourcepool
7,630
[ "no_license" ]
[ { "path": "roles/resourcepool/handlers/main.yml", "content": "---\n# handlers file for resourcepool", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/resourcepool/vars/main.yml", "content": "---\n# vars file for resourcepool", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 795, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/aws-cli
7,630
[ "no_license" ]
[ { "path": "roles/aws-cli/tasks/main.yml", "content": "# Install awscli\n- name: AWS-CLI > Install awscli via apt\n apt:\n name: awscli\n state: present\n become: yes\n- name: AWS-CLI > Install awscli via pip2\n pip:\n executable: pip2\n name: awscli\n become_user: \"{{ deploy_user }}\"\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/base
7,630
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "# Pre_task\n- name: BASE > Install aptitude\n apt:\n name: aptitude\n state: present\n become: yes\n\n\n# Base role task\n- name: BASE > Check distribution\n debug:\n var: \"{{ item }}\"\n loop:\n - ansible_distribution\n - ansible_distri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2844, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/cloudwatch-log
7,630
[ "no_license" ]
[ { "path": "roles/cloudwatch-log/tasks/main.yml", "content": "- name: CLOUDWATCH LOG > describe-log-groups\n shell: aws logs describe-log-groups --region {{ region }} --log-group-name-prefix {{ item.value.name }} --query 'logGroups[*].[logGroupName]' --output text\n register: log_group_name\n become_user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2367, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/cloudwatch-metric
7,630
[ "no_license" ]
[ { "path": "roles/cloudwatch-metric/handlers/main.yml", "content": "# https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html#mon-script-troubleshooting\n- name: Delete instance-id in rm /var/tmp/aws-mon/instance-id\n file:\n path: /var/tmp/aws-mon/instance-id\n state: absent\n become_us...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3154, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/codedeploy
7,630
[ "no_license" ]
[ { "path": "roles/codedeploy/templates/td-agent.conf.j2", "content": "<source>\n @type tail\n tag codedeploy.deployment\n format none\n path /opt/codedeploy-agent/deployment-root/deployment-logs/codedeploy-agent-deployments.log\n pos_file /var/lib/google-fluentd/pos/codedeploy-deployment.pos\n</source>\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1767, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/cron-with-rvm
7,630
[ "no_license" ]
[ { "path": "roles/cron-with-rvm/tasks/main.yml", "content": "# create path project\n- name: CRON-WITH-RVM > Create path project\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ deploy_user }}\"\n group: \"{{ deploy_user }}\"\n loop:\n - \"{{ app_path }}\"\n - \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/distribute-key
7,630
[ "no_license" ]
[ { "path": "roles/distribute-key/tasks/main.yml", "content": "# Get SSH Private & Public key for Deploy user\n#1. Config SSH Private & Public key for Deploy user\n- name: DISTRIBUTE-KEY > Copy {{ deploy_user }} private key to Bastion\n template:\n src: .{{ deploy_user }}-keypair-{{ env }}.j2\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3059, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/fluentd-agent
7,630
[ "no_license" ]
[ { "path": "roles/fluentd-agent/templates/pm2.conf.j2", "content": "<source>\n @type tail\n path {{ pm2_log_path }}\n pos_file /var/log/td-agent/pm2-log.pos\n format none\n tag pm2-log\n</source>\n\n<match pm2-log>\n @type ec2_metadata\n output_tag ${instance_id}.${tag}\n</match>\n\n<match i-**.pm2-lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 28528, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/hostname
7,630
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "# Change setting hostname server\n- name: HOSTNAME > Change hostname\n hostname:\n name: \"{{ project }}-{{ type }}-{{ env }}\"\n become: yes\n\n- name: HOSTNAME > Change /etc/hosts\n lineinfile:\n path: /etc/hosts\n state: present\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/jmeter-install
7,630
[ "no_license" ]
[ { "path": "roles/jmeter-install/tasks/jmeter_installation.yml", "content": "# Install openjdk 11\n- name: JMETER-INSTALL > Install openjdk 11\n apt:\n name: openjdk-11-jdk\n state: present\n update-cache: yes\n\n\n# Create folder for jmeter\n- name: JMETER-INSTALL > Create jmeter directory structu...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3274, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/logrotate
7,630
[ "no_license" ]
[ { "path": "roles/logrotate/templates/php7.4-fpm.j2", "content": "/var/log/php7.4-fpm.log {\n rotate 12\n weekly\n missingok\n notifempty\n compress\n delaycompress\n postrotate\n /usr/lib/php/php7.4-fpm-reopenlogs\n endscript\n cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2336, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/mysql
7,630
[ "no_license" ]
[ { "path": "roles/mysql/templates/my.cnf.j2", "content": "# {{ ansible_managed }}\r\n\r\n[client]\r\nport = {{ mysql_port }}\r\nsocket = {{ mysql_socket }}\r\n\r\n[mysqld]\r\ndefault_authentication_plugin=mysql_native_password\r\nport = {{ mysql_port }}\r\nbind-address = {{ mysql_bind_address }}\r\ndatadir =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2142, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/mysql-client
7,630
[ "no_license" ]
[ { "path": "roles/mysql-client/README.md", "content": "# Role mysql-client\n\n## After complete task\n\n- **Check version mysql-client**\n\n```bash\n$ apt-cache show mysql-client\n Package: mysql-client\n Architecture: all\n Version: 5.7.21-1ubuntu1\n Priority: optional\n Section: database\n Source: my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 484, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/newrelic-nginx
7,630
[ "no_license" ]
[ { "path": "roles/newrelic-nginx/tasks/main.yml", "content": "- name: Newrelic-nginx > Add the New Relic Infrastructure Agent gpg key \n apt_key:\n url: https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg\n state: present\n become: yes\n\n- name: Newrelic-nginx > Create a config...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2277, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/nginx
7,630
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "nginx_conf_dir: \"/etc/nginx\"\n\nworker_processes: \"auto\"\nworker_connections: 2048\nnginx_server_name: \"localhost\"\nnginx_service_name: \"nginx\"\nnginx_user: \"nginx\"\nnginx_group: \"nginx\"\nnginx_pid_file: \"/var/run/nginx.pid\"\nnginx_worker_rlim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5955, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/npm-ppa
7,630
[ "no_license" ]
[ { "path": "roles/npm-ppa/README.md", "content": "# Role: npm-ppa\n\n## Before running task\n\n- You can change nodejs version on group_vars/tag_Env_{{ env }} if you want\n\n```bash\nnodejs_setup_version: \"13\"\n```\n\n## After complete task\n\n- Check nodejs version\n\n```bash\n$ node -v\nv13.14.0\n```\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1094, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/patch-security
7,630
[ "no_license" ]
[ { "path": "roles/patch-security/tasks/main.yml", "content": "# Config and check SSM Agent before running Patch Security tasks\n\n- name: SSM AGENT\n import_tasks: 'ssm-agent.yml'\n become: yes\n\n- name: SSM AGENT SETTING LOGS\n import_tasks: 'ssm-agent-setting-logs.yml'\n become: yes\n\n- name: PATCH...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4714, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/php
7,630
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: PHP > Add PHP Repositoy\n become: yes\n apt_repository:\n repo: \"{{ php_repo_ubuntu }}\"\n state: present\n\n- name: PHP > Install PHP\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ php_packg...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/ssh-users
7,630
[ "no_license" ]
[ { "path": "roles/ssh-users/tasks/main.yml", "content": "# Create & config ssh user\n- name: SSH-Users > Create ssh user\n user:\n name: \"{{ item.user_name }}\"\n groups: \"{{ item.groups_name }}\"\n shell: /bin/bash\n append: yes\n createhome: yes\n loop: \"{{ (deploy_user_list, all_user_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1810, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/wordpress
7,630
[ "no_license" ]
[ { "path": "roles/wordpress/handlers/main.yml", "content": "- name: WORDPRESS > restart php-fpm\n become: yes\n service:\n name: php{{php_version}}-fpm\n state: restarted\n listen: wordpress_installed\n\n# Reload nginx\n- name: reload nginx\n debug: msg=\"checking config first\"\n changed_when: True...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2164, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/wp-cli
7,630
[ "no_license" ]
[ { "path": "roles/wp-cli/defaults/main.yml", "content": "root_bin: \"/usr/local/bin\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/wp-cli/tasks/main.yml", "content": "- name: WP-CLI > Check if wp-cli exists\n become: yes\n stat: pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
anhtranquang/ansible-demo
d16bd79371e967ae52c2ed252b6e3e5e3e460eec
0
roles/yarn-ppa
7,630
[ "no_license" ]
[ { "path": "roles/yarn-ppa/tasks/main.yml", "content": "# Install Yarn\n- name: YARN-PPA > Install Yarn\n npm:\n name: \"yarn\"\n version: \"{{ yarn_version }}\"\n global: yes\n become: yes\n\n# Check version\n- name: YARN-PPA > Check yarn version\n shell: bash -lc \"yarn -v\"\n register: checky...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 430, "all_permissive": false }
ansible_role
usegalaxy-eu/vgcn
e8cc934bb282a182ba938bd7568928356f686c3c
6
ansible/roles/cloudinit
7,630
[ "no_license" ]
[ { "path": "ansible/roles/cloudinit/defaults/main.yml", "content": "# enable tasks only for the internal version\ninternal: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/cloudinit/tasks/main.yml", "content": "---\n - nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2879, "all_permissive": false }
ansible_role
usegalaxy-eu/vgcn
e8cc934bb282a182ba938bd7568928356f686c3c
6
ansible/roles/lock-root
7,630
[ "no_license" ]
[ { "path": "ansible/roles/lock-root/tasks/main.yml", "content": "---\n- name: lock root account\n command: usermod --lock root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }