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
sa2018/oflaic-ansible
5ad7c1aad463dcc62a610b47c55e6958976f601c
0
src/roles/spa
263
[ "no_license" ]
[ { "path": "src/roles/spa/tasks/main.yml", "content": "- name: Create releases directory.\n file:\n path: /opt/app/releases/\n state: directory\n owner: nginx\n group: nginx\n\n- name: Unarchive artifact to a folder.\n ansible.builtin.unarchive:\n src: ../../../artifacts/spa-{{artifact_id}}....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
jamesfalkner/sko-2019-workshop
61ce293cbf6437c93a94b69db53a35378bd2eeb1
0
codeready-operator/roles/codeready
263
[ "no_license" ]
[ { "path": "codeready-operator/roles/codeready/defaults/main.yml", "content": "---\nproject_name: foo\napplication_name: default-app-name\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "codeready-operator/roles/codeready/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6052, "all_permissive": false }
ansible_role
jamesfalkner/sko-2019-workshop
61ce293cbf6437c93a94b69db53a35378bd2eeb1
0
datagrid-operator/roles/datagrid
263
[ "no_license" ]
[ { "path": "datagrid-operator/roles/datagrid/defaults/main.yml", "content": "---\nproject_name: foo\nimage_version: 7.3\napplication_name: default-app-name\ncache_names: cache1,cache2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "datagrid-operato...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4778, "all_permissive": false }
ansible_role
jeffkopko/Ansible
f41c90a4df7ffe5881f522a57e7aa80d2b7e2a59
0
provisioner/roles/gather_router_facts
263
[ "no_license" ]
[ { "path": "provisioner/roles/gather_router_facts/tasks/main.yml", "content": "- name: grab facts for rtr1\n ec2_instance_facts:\n region: \"{{ ec2_region }}\"\n filters:\n instance-state-name: running\n # \"tag:Name\": \"{{ec2_name_prefix}}-{{username}}-rtr1\"\n \"tag:Name\": \"{{ec2_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1151, "all_permissive": false }
ansible_role
jeffkopko/Ansible
f41c90a4df7ffe5881f522a57e7aa80d2b7e2a59
0
provisioner/roles/manage_ec2_instances
263
[ "no_license" ]
[ { "path": "provisioner/roles/manage_ec2_instances/tasks/removehost_ios.yml", "content": "- name: Generate Inventory\n template:\n src: default_inventory.j2\n dest: \"{{ playbook_dir }}/inventory/hosts\"\n delegate_to: localhost\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 21648, "all_permissive": false }
ansible_role
jeffkopko/Ansible
f41c90a4df7ffe5881f522a57e7aa80d2b7e2a59
0
roles/ios_interface_status
263
[ "no_license" ]
[ { "path": "roles/ios_interface_status/tasks/main.yml", "content": "---\n# tasks file for ios_interface_status\n\n- name: collect output from ios device\n ios_facts:\n\n- name: print interfaces\n debug:\n msg:\n - \"Interface: {{ item.key }}\"\n - \"IP Address: {{ item.value.ipv4 }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 585, "all_permissive": false }
ansible_role
jeffkopko/Ansible
f41c90a4df7ffe5881f522a57e7aa80d2b7e2a59
0
roles/ios_status
263
[ "no_license" ]
[ { "path": "roles/ios_status/vars/main.yml", "content": "---\n# vars file for ios_checks", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/ios_status/defaults/main.yml", "content": "---\n# defaults file for ios_checks\n", "license_type":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 837, "all_permissive": false }
ansible_role
jeffkopko/Ansible
f41c90a4df7ffe5881f522a57e7aa80d2b7e2a59
0
roles/manage_ec2_instances
263
[ "no_license" ]
[ { "path": "roles/manage_ec2_instances/defaults/main.yml", "content": "---\nec2_name_prefix: TRAINING\nec2_region: us-east-1\nec2_wait: yes\n#need to circle back and fix this for teardown - sean\n# ec2_az: \"{{ec2_region}}a\"\nec2_subnet: \"172.16.0.0/16\"\nec2_subnet_1: \"172.16.32.0/27\"\nec2_subnet_2: \"1...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2548, "all_permissive": false }
ansible_role
byflagship/elixir-centos-playbook
76ff838a02c3a0200086b8d40b2ebb85768fe6a0
3
roles/deploy
263
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n\n- name: Clone latest master from Github\n git:\n name: \"{{ github_repo }}\"\n dest: \"{{ phoenix_path }}\"\n version: master\n accept_hostkey: yes\n force: yes\n\n- name: Copy prod.secret\n copy:\n src: config/prod.secret.exs\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1399, "all_permissive": false }
ansible_role
byflagship/elixir-centos-playbook
76ff838a02c3a0200086b8d40b2ebb85768fe6a0
3
roles/keys
263
[ "no_license" ]
[ { "path": "roles/keys/tasks/main.yml", "content": "---\n\n- name: Add private Github ssh keys\n copy:\n src: 'ssh_keys/{{ item.name }}'\n dest: '/home/centos/.ssh/{{item.name}}'\n owner: centos\n group: centos\n mode: '{{ item.mode }}'\n with_items:\n - { name: 'id_rsa', mode: '0600' }\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
byflagship/elixir-centos-playbook
76ff838a02c3a0200086b8d40b2ebb85768fe6a0
3
roles/setup
263
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install git\n yum:\n name: git\n state: present\n\n- name: Install gcc and dependencies\n yum:\n name: gcc-c++\n state: present\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1150, "all_permissive": false }
ansible_role
mathbatistela/.dotfiles
3fad167f00d5ebb4fbb46c0016d7b7f02ae7736f
0
provision/arch/development/roles/code
263
[ "no_license" ]
[ { "path": "provision/arch/development/roles/code/tasks/main.yml", "content": "---\n- name: Code - install code related packages\n become: true\n kewlfft.aur.aur:\n use: yay\n name:\n - visual-studio-code-bin\n state: present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
mathbatistela/.dotfiles
3fad167f00d5ebb4fbb46c0016d7b7f02ae7736f
0
provision/arch/development/roles/terminals
263
[ "no_license" ]
[ { "path": "provision/arch/development/roles/terminals/tasks/main.yml", "content": "---\n- name: Terminals - install\n become: true\n become_user: root\n ansible.builtin.package:\n name:\n - alacritty\n - wezterm\n state: present\n\n- name: Alacritty\n ansible.builtin.import_tasks: ./conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
mathbatistela/.dotfiles
3fad167f00d5ebb4fbb46c0016d7b7f02ae7736f
0
provision/arch/system/roles/system-grub
263
[ "no_license" ]
[ { "path": "provision/arch/system/roles/system-grub/tasks/main.yml", "content": "---\n- name: Grub - install bootloader and tools\n become: true\n become_user: root\n ansible.builtin.package:\n name:\n - grub\n state: present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
oceanstor-series/oceanstor
e716f080ecbb0274091a2e3ff9b275fefbfa0eb2
0
roles/hw_oceanstor_management
275
[ "no_license" ]
[ { "path": "roles/hw_oceanstor_management/defaults/main.yml", "content": "---\n# defaults file for hw_oceanstor_management\noceanstor_artifact_version: 8.0.1 # Huawei OceanStor version, default is 8.0.3\noceanstor_deploymanager_dir: /opt/fusionstorage/repository/deploymanager_pkg/DSwareSoft/\noceanstor_artif...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 13600, "all_permissive": false }
ansible_role
oceanstor-series/oceanstor
e716f080ecbb0274091a2e3ff9b275fefbfa0eb2
0
roles/hw_oceanstor_storage
275
[ "no_license" ]
[ { "path": "roles/hw_oceanstor_storage/tasks/set_token.yml", "content": "---\n- name: Get OceanStor Auth token\n hw_oceanstor_manage:\n api_url: \"{{ manager_float_ip }}\"\n api_port: \"{{ api_port }}\"\n username: \"{{ api_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: fals...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 13445, "all_permissive": false }
ansible_role
rustyhann/examples
7071babe716a9054a8259b3956c8dbef4b973d34
0
python/ansible/hadoop_elk/roles/elasticsearch
275
[ "no_license" ]
[ { "path": "python/ansible/hadoop_elk/roles/elasticsearch/defaults/main.yml", "content": "---\n# defaults file for elastic_search\n\nes_deb_url: \"https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.1/elasticsearch-2.3.1.deb\"\nes_sha1: \"sha1:1591001c27c9e7...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1415, "all_permissive": false }
ansible_role
rustyhann/examples
7071babe716a9054a8259b3956c8dbef4b973d34
0
python/ansible/hadoop_elk/roles/flume
275
[ "no_license" ]
[ { "path": "python/ansible/hadoop_elk/roles/flume/templates/flume/flume-env.sh", "content": "# Enviroment variables can be set here.\n\nexport JAVA_HOME=/usr\n\n# Give Flume more memory and pre-allocate, enable remote monitoring via JMX\nexport JAVA_OPTS=\"-Xms100m -Xmx200m -Dcom.sun.management.jmxremote -Dc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4367, "all_permissive": false }
ansible_role
rustyhann/examples
7071babe716a9054a8259b3956c8dbef4b973d34
0
python/ansible/hadoop_elk/roles/hadoop
275
[ "permissive" ]
[ { "path": "python/ansible/hadoop_elk/roles/hadoop/templates/ssh/ssh_config", "content": "{% for host in groups['AllServers'] %}\nHost {{ hostvars[host]['ansible_hostname'] }}\n User hadoop\n IdentityFile /home/hadoop/.ssh/hadoop_rsa\n StrictHostKeyChecking no\n\n{% endfor %}", "license_type": "permis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9588, "all_permissive": true }
ansible_role
rustyhann/examples
7071babe716a9054a8259b3956c8dbef4b973d34
0
python/ansible/hadoop_elk/roles/kibana
275
[ "no_license" ]
[ { "path": "python/ansible/hadoop_elk/roles/kibana/templates/kibana.yml", "content": "server.host: \"0.0.0.0\"\nelasticsearch.url: \"http://{{ hostvars[inventory_hostname]['ansible_eth1']['ipv4']['address'] }}:9200\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1347, "all_permissive": false }
ansible_role
rustyhann/examples
7071babe716a9054a8259b3956c8dbef4b973d34
0
python/ansible/hadoop_elk/roles/servers
275
[ "permissive" ]
[ { "path": "python/ansible/hadoop_elk/roles/servers/CONTRIBUTORS.yml", "content": "---\n\n<NAME>:\n email: <EMAIL>\n github: https://github.iu.edu/rehann\n organization: Indiana University\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 104 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 929, "all_permissive": true }
ansible_role
ironicbadger/docker-compose-generator
e3a6faad90fcf1d18143a3c88c06f858a7e76e30
3
roles/generate
275
[ "no_license" ]
[ { "path": "roles/generate/defaults/main.yml", "content": "---\n\npgid: 1000\npuid: 1000\n\nappdata_path: /opt/appdata\ncontainer_config_path: /config\ncontainer_data_path: /data\n\nunless_stopped: \"unless-stopped\"\n\ninclude_global_env_vars: false", "license_type": "no_license", "detected_licenses...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2291, "all_permissive": false }
ansible_role
Summry/nazira_fakhrurradi_as3
2f7ea6ec3cfac009b8932521362d9bb3c265d07e
0
ansible/roles/backend
275
[ "no_license" ]
[ { "path": "ansible/roles/backend/handlers/main.yml", "content": "---\n# handlers file for backend\n- name: restart caddy service\n ansible.builtin.systemd_service:\n name: caddy\n state: restarted\n\n- name: restart backend service\n ansible.builtin.systemd_service:\n name: hello-server\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2031, "all_permissive": false }
ansible_role
Summry/nazira_fakhrurradi_as3
2f7ea6ec3cfac009b8932521362d9bb3c265d07e
0
ansible/roles/frontend
275
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "---\n# tasks file for frontend\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: yes\n tags:\n - initial\n - packages\n\n- name: Start and Enable Nginx\n ansible.builtin.systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2218, "all_permissive": false }
ansible_role
k8ypton/oxydelegate
44bf5a3f2b2d04fc2aa9b13dcb99b0129a140ab9
0
roles/node_setup
275
[ "no_license" ]
[ { "path": "roles/node_setup/tasks/run_oxy_service.yml", "content": "---\n\n- name: ensure it's off as root\n become: true\n shell: '{{oxy_base_dir}}/oxy_manager.bash stop'\n\n- name: ensure it's off as oxy\n become: oxy\n shell: '{{oxy_base_dir}}/oxy_manager.bash stop'\n\n- name: run oxy service\n shel...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 12588, "all_permissive": false }
ansible_role
devinit/vocbench
4d4e57509d19184d82da77c5a070d59b6a8d98ab
0
provision/roles/create_user
275
[ "no_license" ]
[ { "path": "provision/roles/create_user/tasks/main.yml", "content": "---\n- user:\n name: vb2\n generate_ssh_key: yes\n shell: /bin/bash\n ssh_key_bits: 2048\n groups: \"sudo\"\n ssh_key_file: .ssh/id_rsa\n\n- name: Set authorized key took from file\n authorized_key:\n user: vb2\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
devinit/vocbench
4d4e57509d19184d82da77c5a070d59b6a8d98ab
0
provision/roles/mysql
275
[ "no_license" ]
[ { "path": "provision/roles/mysql/tasks/main.yml", "content": "---\n- apt: update_cache=yes cache_valid_time=3600\n\n- name: Set MySQL root password before installing\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{mysql_root_password | quote}}' vtype='password'\n\n- name: Conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 12241, "all_permissive": false }
ansible_role
devinit/vocbench
4d4e57509d19184d82da77c5a070d59b6a8d98ab
0
provision/roles/nginx
275
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "---\n- apt: update_cache=yes cache_valid_time=3600\n\n- apt: name={{item}} state=present\n with_items:\n - nginx\n\n- template: src=nginx.conf.j2 dest=/etc/nginx/sites-enabled/vocbench2\n become: true\n\n- file: path=/etc/nginx/sites-availab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
devinit/vocbench
4d4e57509d19184d82da77c5a070d59b6a8d98ab
0
provision/roles/stserver
275
[ "no_license" ]
[ { "path": "provision/roles/stserver/templates/supervisor.conf.j2", "content": "[program:st-server]\ncommand = \"/home/vb2/vocbench2/semanticturkey/bin/st_server_run\"\nprocess_name = st-server\ndirectory = /home/vb2/vocbench2/semanticturkey/\npriority = 100\nredirect_stderr = true\nstdout_logfile = /var/log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
devinit/vocbench
4d4e57509d19184d82da77c5a070d59b6a8d98ab
0
provision/roles/tomcat
275
[ "no_license" ]
[ { "path": "provision/roles/tomcat/tasks/main.yml", "content": "---\n- apt: update_cache=yes cache_valid_time=3600\n- name: tomcat\n apt: name={{ item }} state=present\n with_items:\n - default-jdk\n - apache2\n - tomcat8\n - tomcat8-admin\n - libmysql-java\n- name: tomcat\n apt: name={{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
devinit/vocbench
4d4e57509d19184d82da77c5a070d59b6a8d98ab
0
provision/roles/vocbench2
275
[ "no_license" ]
[ { "path": "provision/roles/vocbench2/tasks/main.yml", "content": "---\n- apt: update_cache=yes cache_valid_time=3600\n\n- name: unzip and zip\n apt: name={{ item }} state=present\n with_items:\n - unzip\n - zip\n\n- name: Creates vocbench2 directory\n file: path=/home/vb2/vocbench2 state=directory ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1597, "all_permissive": false }
ansible_role
steinim/zero-downtime-ansible
e46e915e16d68fa07320793f40b8c1c1b925e058
39
roles/java
275
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: Add Ubuntu OpenJDK repo (for additional Java versions)\n apt_repository: repo='ppa:openjdk-r/ppa' state=present\n tags:\n - java\n\n- name: Install java jre\n apt:\n pkg: openjdk-8-jre\n state: present\n update_cache: no\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
monodot/openshift-demos
6c762c25f14e0d23c254ef678bbb31ea1a18daf2
1
openshift-applier-project-sa-secrets/.openshift-applier/roles/link-secrets
275
[ "no_license" ]
[ { "path": "openshift-applier-project-sa-secrets/.openshift-applier/roles/link-secrets/tasks/main.yml", "content": "---\n\n- name: \"Link secret to default\"\n command: >\n oc secrets link {{ default_sa }} {{ secret_name }} --for=pull\n\n- name: \"Link secret to builder\"\n command: >\n oc secrets li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
openstack-continuous-integration/ga_provisioner
f8cc50706b2c4099f6418e1fd9135bdc21598ce4
0
roles/ga
275
[ "no_license" ]
[ { "path": "roles/ga/tasks/install-ms-repos.yaml", "content": "- name: install-ms-repos.sh\n ansible.builtin.shell: |\n set -a\n REPO_PATH=\"/tmp/VCS/github.com/actions/runner-images\"\n BUILD_SCRIPTS_PATH=\"${REPO_PATH}/images/ubuntu/scripts/build\"\n HELPER_SCRIPTS=\"${REPO_PATH}/images/ubuntu...
{ "task_files": 20, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 12458, "all_permissive": false }
ansible_role
cxhugh/COMP90024_A2
b5c9049b443d2bf88dd49477a29f092156231707
1
deploy/deploy-couchdb-clusters/roles/common
275
[ "no_license" ]
[ { "path": "deploy/deploy-couchdb-clusters/roles/common/tasks/main.yaml", "content": "###################################################################################################################################\n##Project: COMP90024--2020S1--Assignment2--Alcohol Tweets and Australian Cities Analytics ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1351, "all_permissive": false }
ansible_role
cxhugh/COMP90024_A2
b5c9049b443d2bf88dd49477a29f092156231707
1
deploy/deploy-couchdb-clusters/roles/couchdb
275
[ "no_license" ]
[ { "path": "deploy/deploy-couchdb-clusters/roles/couchdb/tasks/main.yaml", "content": "###################################################################################################################################\n##Project: COMP90024--2020S1--Assignment2--Alcohol Tweets and Australian Cities Analytics...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3420, "all_permissive": false }
ansible_role
cxhugh/COMP90024_A2
b5c9049b443d2bf88dd49477a29f092156231707
1
deploy/deploy-couchdb-clusters/roles/couchdb-cluster
275
[ "no_license" ]
[ { "path": "deploy/deploy-couchdb-clusters/roles/couchdb-cluster/tasks/main.yaml", "content": "###################################################################################################################################\n##Project: COMP90024--2020S1--Assignment2--Alcohol Tweets and Australian Cities A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3325, "all_permissive": false }
ansible_role
cxhugh/COMP90024_A2
b5c9049b443d2bf88dd49477a29f092156231707
1
deploy/deploy-couchdb-clusters/roles/volumes
275
[ "no_license" ]
[ { "path": "deploy/deploy-couchdb-clusters/roles/volumes/tasks/main.yaml", "content": "###################################################################################################################################\n##Project: COMP90024--2020S1--Assignment2--Alcohol Tweets and Australian Cities Analytics...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2312, "all_permissive": false }
ansible_role
cxhugh/COMP90024_A2
b5c9049b443d2bf88dd49477a29f092156231707
1
deploy/nectarNew/roles/openstack-instance
275
[ "no_license" ]
[ { "path": "deploy/nectarNew/roles/openstack-instance/tasks/main.yaml", "content": "---\n# Create an instance on NeCTAR\n- name: Create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavor }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2809, "all_permissive": false }
ansible_role
cxhugh/COMP90024_A2
b5c9049b443d2bf88dd49477a29f092156231707
1
deploy/nectarNew/roles/openstack-securitygroup
275
[ "no_license" ]
[ { "path": "deploy/nectarNew/roles/openstack-securitygroup/tasks/main.yaml", "content": "---\n# Create a security group\n- name: Create a security group\n os_security_group:\n name: '{{ item.name }}'\n description: '{{ item.description }}'\n state: present\n loop: '{{ security_groups }}'\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2260, "all_permissive": false }
ansible_role
cxhugh/COMP90024_A2
b5c9049b443d2bf88dd49477a29f092156231707
1
deploy/nectarNew/roles/test
275
[ "no_license" ]
[ { "path": "deploy/nectarNew/roles/test/tasks/main.yaml", "content": "---\n\n- name: remove hosts.ini\n file: path='../deploy-couchdb-clusters/inventory/hosts.ini' state=absent\n \n- name: output the ip address into {{ local_couchdb_hosts_dir }}\n shell: echo \"[{{ item.name }}]\\n {{ item.ip }} ansible_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1678, "all_permissive": false }
ansible_role
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/build
275
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n- name: create build directory\n file:\n path: ./simple-http-service\n state: directory\n mode: '0755'\n\n- name: copy app\n copy: \n src: \"{{ playbook_dir }}/../app\"\n dest: \"./simple-http-service/\"\n\n- name: copy Docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/deploy
275
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: check for the image archive\n local_action: \"stat path={{ playbook_dir }}/simple-http-service_v1_0.tar\"\n register: path_exists\n failed_when: path_exists.stat.exists == false\n\n- name: copy image archive to host\n copy: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/docker-setup
275
[ "no_license" ]
[ { "path": "ansible/roles/docker-setup/defaults/main.yml", "content": "---\n# User for remote hosts\nuser: \"ansible-automation\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "ansible/roles/docker-setup/tasks/main.yml", "content": "- name: ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 407, "all_permissive": false }
ansible_role
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/fetch
275
[ "no_license" ]
[ { "path": "ansible/roles/fetch/tasks/main.yml", "content": "---\n- name: save simple-http-service docker image\n docker_image:\n name: simple-http-service:v1.0\n archive_path: ./simple-http-service/simple-http-service_v1_0.tar\n state: present\n\n- name: fetch simple-http-service image archive\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/run-mongo
275
[ "no_license" ]
[ { "path": "ansible/roles/run-mongo/tasks/main.yml", "content": "---\n# Check that dockernet is setup\n- name: setup dockernet\n docker_network:\n name: dockernet\n state: present\n\n- name: pull the mongo docker image\n docker_image:\n name: mongo:4.2\n\n- name: run the mongo docker image\n dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/run-service
275
[ "no_license" ]
[ { "path": "ansible/roles/run-service/tasks/main.yml", "content": "---\n# Check that dockernet is setup\n- name: setup dockernet\n docker_network:\n name: dockernet\n state: present\n\n- name: run the simple-http-service docker image\n docker_container:\n name: simple-http-service\n image: simp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/stop-mongo
275
[ "no_license" ]
[ { "path": "ansible/roles/stop-mongo/tasks/main.yml", "content": "---\n- name: stop the mongo docker container\n docker_container:\n name: mongo\n state: stopped", "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
daltonmcclain/simple-http-service
5eed11ea12d5b863427323c26ecdb18ae1aa8f46
0
ansible/roles/stop-service
275
[ "no_license" ]
[ { "path": "ansible/roles/stop-service/tasks/main.yml", "content": "---\n- name: stop the simple-http-service docker container\n docker_container:\n name: simple-http-service\n state: stopped", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
faisalyawar/vmware
23a25476998673f673aab980cd92e981270f289a
0
Ansible_playbooks/roles/vmware
277
[ "no_license" ]
[ { "path": "Ansible_playbooks/roles/vmware/tasks/get_vm.yml", "content": "- name: Gather one specific VM\n community.vmware.vmware_vm_info:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n vm_name: 'dbpaRefactor'\n validate_certs: \"{{...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5639, "all_permissive": false }
ansible_role
NithinKumar1616/Ansible_AWS
75710426db3bbde9ea2df553e3a08be37aa9ab66
0
roles/AWS
277
[ "no_license" ]
[ { "path": "roles/AWS/vars/main.yaml", "content": "sg_id: sg-02d61aa415c7c7c3d\nami_id: ami-09c813fb71547fc4f\nzone: nithinlearning.site\nsubnet_id: subnet-01ddbe4325118a2cd\ninstance_type: t3.micro\ninstances:\n- database1\n- backend1\n- frontend1", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/add_site_to_loadbalancer
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/add_site_to_loadbalancer/tasks/main.yml", "content": "- name: Create the conf directory\n file:\n path: /etc/nginx/loadbalancer-sites/\n state: directory\n\n- name: Configure proxy site\n template:\n src: proxy.tmpl\n dest: /etc/nginx/loadbalancer-sites/{{ domai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/cleanup
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/cleanup/tasks/main.yml", "content": "- name: Docker prune\n command: docker system prune -af --volumes\n\n- name: Set up crontab\n cron:\n name: Remove old containers\n minute: \"0\"\n hour: \"23\"\n user: root\n job: \"docker system prune -af --volumes\"\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/create_swarm
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/create_swarm/tasks/main.yml", "content": "- name: Is the swarm active?\n shell: 'docker info | grep \"Swarm: active\"'\n register: swarm_active\n ignore_errors: yes\n\n- name: Create swarm\n command: docker swarm init --advertise-addr {{ ip }}\n when: swarm_active.stdout...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 746, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/destroy_secrets
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/destroy_secrets/tasks/main.yml", "content": "- name: Destroy secrets\n command: \"docker secret rm {{ item }}\"\n with_items:\n - EMAIL_HOST_PASSWORD\n - AWS_SECRET_ACCESS_KEY\n - PAYPAL_CLIENT_SECRET\n - DB_PASSWORD\n ignore_errors: yes", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 298, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/destroy_stack
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/destroy_stack/tasks/main.yml", "content": "- name: Detroy stack\n command: \"docker stack rm {{ stack_name }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "deploy/ansible/roles/destroy_stack/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 81, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/docker
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/docker/tasks/main.yml", "content": "- name: Update APT-Cache\n apt:\n update_cache: yes\n\n- name: Install Ubuntu dependencies\n apt: \n name:\n - ca-certificates\n - linux-image-extra-virtual\n - docker.io\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/efs
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/efs/tasks/main.yml", "content": "- name: Mount volume\n mount:\n path: /nfs\n src: fs-2c6c7498.efs.us-east-1.amazonaws.com:/\n fstype: nfs4\n opts: nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2\n state: absent\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/firewall
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/firewall/tasks/main.yml", "content": "- name: Install ufw\n apt:\n name: ufw\n update_cache: yes\n\n- name: Set up the firewall\n command: \"ufw {{ item }}\"\n with_items:\n - default deny incoming\n - default allow outgoing\n - allow ssh\n - allow http\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/generate_ssl_certificate
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/generate_ssl_certificate/tasks/main.yml", "content": "- name: Add certbot repository\n apt_repository:\n repo: ppa:certbot/certbot\n\n- name: Install certbot\n apt:\n name: certbot\n update_cache: yes\n\n- name: Certificate exists?\n stat:\n path: \"/etc/letsen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/join_to_the_swarm
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/join_to_the_swarm/defaults/main.yml", "content": "token: <PASSWORD>a_token", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "deploy/ansible/roles/join_to_the_swarm/tasks/main.yml", "content": "- name: Is the swarm ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/leave_swarm
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/leave_swarm/tasks/main.yml", "content": "- name: Leave the swarm\n command: docker swarm leave --force\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/loadbalancer
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/loadbalancer/tasks/main.yml", "content": "- name: Install nginx\n apt:\n name: nginx\n\n- name: Configure nginx\n template:\n src: loadbalancer.tmpl\n dest: /etc/nginx/sites-enabled/loadbalancer.conf\n\n- name: Restart nginx\n service:\n name: nginx\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/mount_shared_folder
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/mount_shared_folder/defaults/main.yml", "content": "master_ips: 0.1.1.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "deploy/ansible/roles/mount_shared_folder/tasks/main.yml", "content": "- name: Install nfs-cl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 414, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/portainer
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/portainer/tasks/main.yml", "content": "- name: Create the network and the volume\n command: \"{{ item }}\"\n with_items:\n - docker network create --driver overlay --attachable portainer_network\n - docker volume create portainer_data\n\n- name: Generate the docker co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/setup_secret_vaults
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/setup_secret_vaults/tasks/main.yml", "content": "- name: Create the secret vaults folder\n file:\n path: /opt/secret_vaults\n state: directory\n\n- name: Create the secret files\n template:\n src: \"set_secrets_{{ item }}.tmpl\"\n dest: \"/opt/secret_vaults/{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/setup_secrets
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/setup_secrets/tasks/main.yml", "content": "- name: Set up set_secrets script\n copy:\n src: /opt/secret_vaults/{{ email_server_id }}.py\n dest: /tmp/set_secrets.py\n remote_src: yes\n\n- name: Set up new secrets\n command: python3 /tmp/set_secrets.py\n\n", "lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/setup_stack
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/setup_stack/tasks/main.yml", "content": "- name: Generate the docker compose\n template:\n src: docker-compose.tmpl\n dest: /root/erp.yml\n\n- name: Deploy stack\n command: docker stack deploy --compose-file=/root/erp.yml erp\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/share_folder
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/share_folder/tasks/main.yml", "content": "- name: APT over HTTPS\n apt: name=nfs-kernel-server update_cache=yes\n\n- name: Create the folder to be shared\n file:\n state: directory\n path: /opt/shared\n mode: 0777\n\n- name: Authorize the clients to connect\n temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/swarmpit
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/swarmpit/tasks/main.yml", "content": "- name: Generate docker-compose\n template:\n src: swarmpit.tmpl\n dest: /root/swarmpit.yml\n\n- name: Deploy swarmpit\n command: docker stack deploy -c /root/swarmpit.yml swarmpit\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
falconsoft3d/odoo-ansible-docker-traefik-swarm
11ed4708dd27a5908c45958b487ccca1984a4c00
2
deploy/ansible/roles/traefik
277
[ "no_license" ]
[ { "path": "deploy/ansible/roles/traefik/tasks/main.yml", "content": "- name: Traefik network exists?\n shell: docker network ls | grep traefik\n register: traefik_net_exists\n ignore_errors: yes\n\n- name: Debug\n debug:\n var: traefik_net_exists\n\n- name: Create the network\n command: docker netwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 937, "all_permissive": false }
ansible_role
burbuja/cluster-starter
e253d1c877588916d585963fdc830e4b2c65e86a
0
roles/hyperv_ssh
277
[ "permissive" ]
[ { "path": "roles/hyperv_ssh/tasks/poweron.yml", "content": "---\n- name: \"Power on VM on Hyper-V server\"\n ansible.windows.win_powershell:\n script: |\n param(\n [string]$VMName\n )\n Start-VM -Name $VMName\n parameters:\n VMName: \"{{ inventory_hostname }}\"", "lic...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7880, "all_permissive": true }
ansible_role
burbuja/cluster-starter
e253d1c877588916d585963fdc830e4b2c65e86a
0
roles/pve_ssh
277
[ "permissive" ]
[ { "path": "roles/pve_ssh/tasks/create.yml", "content": "---\n- name: \"Get next ID\"\n ansible.builtin.shell:\n cmd: pvesh get /cluster/nextid\n register: vm_next_id\n- name: \"Assign next ID\"\n ansible.builtin.set_fact:\n vm_id: \"{{ vm_next_id.stdout }}\"\n when: \"vm_id == '0'\"\n- name: \"Cre...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4737, "all_permissive": true }
ansible_role
burbuja/cluster-starter
e253d1c877588916d585963fdc830e4b2c65e86a
0
roles/ubuntu
277
[ "permissive" ]
[ { "path": "roles/ubuntu/tasks/download.yml", "content": "---\n- name: \"Create a directory for files\"\n ansible.builtin.file:\n path: files\n state: directory\n- name: \"Download Ubuntu if necessary\"\n ansible.builtin.get_url:\n url: \"{{ ubuntu_ova_remote_path }}\"\n dest: \"{{ ubuntu_ova_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1399, "all_permissive": true }
ansible_role
burbuja/cluster-starter
e253d1c877588916d585963fdc830e4b2c65e86a
0
roles/vsphere
277
[ "permissive" ]
[ { "path": "roles/vsphere/tasks/poweron.yml", "content": "---\n- name: \"Power on VM on vSphere\"\n community.vmware.vmware_guest:\n hostname: \"{{ external_vsphere_vcenter_ip }}\"\n username: \"{{ external_vsphere_user }}\"\n password: \"{{ external_vsphere_password }}\"\n validate_certs: \"{{ ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4047, "all_permissive": true }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/bash_it
277
[ "no_license" ]
[ { "path": "roles/bash_it/vars/main.yml", "content": "---\nbash_it_repo: \"https://github.com/Bash-it/bash-it.git\"\nbash_it_checkout_location: \"{{ ansible_user_home }}/.bash_it\"\nbash_it_enable_plugins:\n - fzf\n - git\n - man\n - ssh\n - tmux\n - zoxide", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/cargo_install
277
[ "no_license" ]
[ { "path": "roles/cargo_install/tasks/main.yml", "content": "---\n- name: cargo install\n community.general.cargo:\n name: \"{{ item }}\"\n loop: \"{{ cargo_install_packages }}\"\n environment:\n PATH: \"{{ ansible_user_home}}/.cargo/bin:{{ ansible_env.PATH }}\"\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 305, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/deb_packages
277
[ "no_license" ]
[ { "path": "roles/deb_packages/vars/main.yml", "content": "---\napt_install_packages:\n - build-essential\n - cmake\n - tmux\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/deb_packages/tasks/main.yml", "content": "---\n- name: Only r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/dotfiles
277
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Delete repository\n ansible.builtin.file:\n path: \"{{ dotfiles_checkout_location }}\"\n state: absent\n\n- name: ghq get dotfiles\n ansible.builtin.command: \"ghq get --update {{ dotfiles_repo }}\"\n environment:\n PATH: \"{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1248, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/fzf
277
[ "no_license" ]
[ { "path": "roles/fzf/vars/main.yml", "content": "---\nfzf_repo: \"https://github.com/junegunn/fzf.git\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/fzf/tasks/main.yml", "content": "---\n- name: Git checkout fzf\n ansible.builtin.gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 278, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/go
277
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- name: Download the Go\n get_url:\n url: \"{{ go_download_location }}\"\n dest: \"{{ ansible_tmpdir }}\"\n\n- name: Remove old installation of Go\n ansible.builtin.file:\n path: \"{{ ansible_user_home }}/.local/go\"\n state: absent\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 964, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/go_install
277
[ "no_license" ]
[ { "path": "roles/go_install/vars/main.yml", "content": "---\ngo_get_install_packages:\n - github.com/x-motemen/ghq@latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/go_install/tasks/main.yml", "content": "---\n- name: go install\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 178, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/neovim
277
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Download neovim\n get_url:\n url: \"{{ neovim_download_location }}\"\n dest: \"{{ ansible_tmpdir }}\"\n\n- name: Remove old installation of neovim\n ansible.builtin.file:\n path: \"{{ ansible_user_home }}/.local/nvim-linux-x86_64\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1949, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/oh_my_tmux
277
[ "no_license" ]
[ { "path": "roles/oh_my_tmux/tasks/main.yml", "content": "---\n- name: Git checkout oh my tmux!\n ansible.builtin.git:\n repo: \"{{ oh_my_tmux_repo }}\"\n dest: \"{{ ansible_user_home }}/.tmux\"\n single_branch: true\n\n- name: create a XDG_CONFIG_HOME/tmux directory\n ansible.builtin.file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/rust
277
[ "no_license" ]
[ { "path": "roles/rust/vars/main.yml", "content": "---\nrust_installer: \"rustup.sh\"\nrust_download_location: \"https://sh.rustup.rs\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/rust/tasks/main.yml", "content": "---\n- name: Downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 349, "all_permissive": false }
ansible_role
hisamatsu/ansible-mydev
07ded1693f3210f62f0c521c823a09b87221456b
0
roles/ssh_config
277
[ "no_license" ]
[ { "path": "roles/ssh_config/vars/main.yml", "content": "---\nssh_config_repo: \"https://github.com/hisamatsu/ssh-config.git\"\nssh_config_checkout_location: \"{{ ansible_user_home }}/ghq/github.com/hisamatsu/ssh-config\"\n\nssh_config_dirs:\n - \"{{ ansible_user_home }}/.ssh\"\n - \"{{ ansible_user_home }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1230, "all_permissive": false }
ansible_role
scry3r/basic_server_setup
f49ec5cd26a2fc21af3a1f224211b8cf77d5f934
0
roles/packages
277
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n\n- name: Upgrading all packages (Ubuntu/Debian)\n apt:\n upgrade: dist\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Upgrading all packages (CentOS)\n yum:\n name: '*'\n state: latest\n update_cache: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1247, "all_permissive": false }
ansible_role
scry3r/basic_server_setup
f49ec5cd26a2fc21af3a1f224211b8cf77d5f934
0
roles/reboot
277
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n\n- name: Reboot host\n shell: sleep 2 && /sbin/shutdown -r now \"Ansible system reboot\"\n async: 1\n poll: 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
vimagick/ansible-tinc
54354ba8fa5ff824f845c0941494b5170aaae6cb
0
roles/tinc
277
[ "no_license" ]
[ { "path": "roles/tinc/templates/tinc.conf.j2", "content": "Name = {{client_name}}\nInterface = tun0\nConnectTo = {{server_name}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/tinc/templates/tinc-up.j2", "content": "#!/bin/sh\n\nifconf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3552, "all_permissive": false }
ansible_role
moorem27/video_stream
45a46731a63293930809ef76e042fae4b1bff81c
0
roles/clion
277
[ "no_license" ]
[ { "path": "roles/clion/tasks/main.yml", "content": "---\n- name: Check if CLion exists\n stat: path={{ clion_dir }}\n register: clion\n\n- include: clion.yml\n when: not clion.stat.exists", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "roles/cl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 778, "all_permissive": false }
ansible_role
moorem27/video_stream
45a46731a63293930809ef76e042fae4b1bff81c
0
roles/docker
277
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker dependencies\n apt: name={{ item }} state=present\n with_items: \"{{ docker_dependencies }}\"\n\n- name: Install docker GPG key\n apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=58118E89F3A912897C070ADBF76221572C5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
moorem27/video_stream
45a46731a63293930809ef76e042fae4b1bff81c
0
roles/packages
277
[ "no_license" ]
[ { "path": "roles/packages/defaults/main.yml", "content": "---\npackages:\n - build-essential # gcc, g++, make\n - cmake\n - gdb\n - git\n - autoconf\n - automake\n - xorg\n - openbox\n - ffmpeg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
moorem27/video_stream
45a46731a63293930809ef76e042fae4b1bff81c
0
roles/wiringPi
277
[ "no_license" ]
[ { "path": "roles/wiringPi/handlers/main.yml", "content": "---\n- name: install wiring pi\n shell: \"./build && ldconfig\"\n args:\n chdir: /opt/wiringPi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/wiringPi/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 454, "all_permissive": false }
ansible_role
moorem27/video_stream
45a46731a63293930809ef76e042fae4b1bff81c
0
roles/zmq
277
[ "no_license" ]
[ { "path": "roles/zmq/defaults/main.yml", "content": "---\nzmq_version: 4.2.2\nzmq_full_name: \"zeromq-{{ zmq_version}}\"\nzmq_url: \"https://github.com/zeromq/libzmq/releases/download/v{{ zmq_version }}/{{ zmq_full_name }}.tar.gz\"\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 952, "all_permissive": false }
ansible_role
nivasherni15/Vagrant-Ansible-Virtual-Box-Deployment
925bbf63c592287f223cd1b06e8f3e069b63ec50
0
roles/bamboo
277
[ "no_license" ]
[ { "path": "roles/bamboo/tasks/main.yml", "content": "---\n- name: copy {{app_name}} app\n copy: src={{app_name}} dest={{dest_path}} owner=root group=root mode=0755\n\n- name: npm install\n npm: path={{app_path}}\n\n- name: make sure nodejs service is not already running to avoid port conjuction\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 789, "all_permissive": false }
ansible_role
nivasherni15/Vagrant-Ansible-Virtual-Box-Deployment
925bbf63c592287f223cd1b06e8f3e069b63ec50
0
roles/base_micro_service
277
[ "no_license" ]
[ { "path": "roles/base_micro_service/tasks/main.yml", "content": "---\n- name: Install dependencies for base micro server (can take some minutes so please wait)\n become: yes\n apt: pkg={{item}} state=installed\n with_items:\n - nodejs\n - npm\n ignore_errors: yes\n register: npm_finish_install_pk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
nivasherni15/Vagrant-Ansible-Virtual-Box-Deployment
925bbf63c592287f223cd1b06e8f3e069b63ec50
0
roles/nodejs
277
[ "no_license" ]
[ { "path": "roles/nodejs/vars/main.yml", "content": "app_name: nodejs-app\napp_path: /home/vagrant/{{app_name}}\ndest_path: /home/vagrant/\napp_vers: nodjs_uploader_v1_00\nrandom_file_dir: /var/www/html/resources\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1559, "all_permissive": false }
ansible_role
gsoosk/PostgresPaxos
d5bca2ea2368dde737c53fd64541cae653633fde
0
ansible/roles/build
277
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/copy_jar.yml", "content": "- name: Create target directory\n file:\n path: paxos\n state: directory\n mode: 0755\n\n\n- name: copy file to remote\n copy:\n src: \"/tmp/paxos/target/{{jar}}.jar\"\n dest: \"./paxos/{{jar}}.jar\"", "license_type": "no_l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1243, "all_permissive": false }
ansible_role
gsoosk/PostgresPaxos
d5bca2ea2368dde737c53fd64541cae653633fde
0
ansible/roles/common
277
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/install_java.yml", "content": "\n- name: Update apt packages\n remote_user: ubuntu\n apt:\n update_cache: yes\n\n- name: Install Java package (Ubuntu/Debian)\n apt:\n name: openjdk-17-jdk\n state: present\n\n- name: install the latest version of Apache Maven...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1158, "all_permissive": false }
ansible_role
gsoosk/PostgresPaxos
d5bca2ea2368dde737c53fd64541cae653633fde
0
ansible/roles/metrics
277
[ "no_license" ]
[ { "path": "ansible/roles/metrics/files/host-metrics.yml", "content": "version: '3.7'\n\nnetworks:\n default:\n external:\n name: nginx\n\n\nservices:\n node-exporter:\n image: quay.io/prometheus/node-exporter:latest\n volumes:\n - /proc:/host/proc:ro\n - /sys:/host/sys:ro\n - ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6704, "all_permissive": false }