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
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/rust
6,276
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "---\n- name: Install rust\n ansible.builtin.shell: |\n set -o pipefail\n bash -c \"$(curl -fsSL https://sh.rustup.rs)\" -- -y\n args:\n creates: \"{{ ansible_user_dir }}/.cargo/bin/rustup\"\n executable: /bin/bash\n register: result\n ignore...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/sizer
6,276
[ "no_license" ]
[ { "path": "roles/sizer/tasks/main.yml", "content": "---\n- name: Remove old sizer\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.local/share/gnome-shell/extensions/sizer@duclm278.github.io\"\n state: absent\n\n- name: Enable new sizer\n ansible.builtin.shell: |\n set -o pipefail\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/sublime
6,276
[ "no_license" ]
[ { "path": "roles/sublime/tasks/main.yml", "content": "---\n- name: Add sublime-text repository\n become: true\n ansible.builtin.shell: |\n set -o pipefail\n curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg |\n sudo gpg --yes --dearmor --output /etc/apt/trusted.gpg.d/sublimehq-archi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/tactile
6,276
[ "no_license" ]
[ { "path": "roles/tactile/tasks/main.yml", "content": "---\n- name: Install tactile\n ansible.builtin.shell: |\n set -o pipefail\n {{ ansible_user_dir }}/.local/bin/gext --filesystem install <EMAIL>\n {{ ansible_user_dir }}/.local/bin/gext enable <EMAIL>\n args:\n executable: /bin/bash\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1252, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/tmux
6,276
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Install tmux\n become: true\n ansible.builtin.apt:\n name: tmux\n state: present\n\n- name: Install tmux-tpm\n ansible.builtin.git: # noqa: latest\n repo: \"https://github.com/tmux-plugins/tpm\"\n dest: \"{{ ansible_user_dir }}/....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/warp
6,276
[ "no_license" ]
[ { "path": "roles/warp/tasks/main.yml", "content": "---\n- name: Add cloudflare-warp repository\n become: true\n ansible.builtin.deb822_repository:\n name: cloudflare-warp\n types: deb\n uris: https://pkg.cloudflareclient.com\n suites: \"{{ ansible_distribution_release }}\"\n # suites: noble...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/xremap-gnome
6,276
[ "no_license" ]
[ { "path": "roles/xremap-gnome/tasks/main.yml", "content": "---\n- name: Install xremap\n ansible.builtin.shell: |\n set -o pipefail\n {{ ansible_user_dir }}/.cargo/bin/cargo install xremap --features gnome\n sudo gpasswd -a $USER input\n echo 'KERNEL==\"uinput\", GROUP=\"input\", TAG+=\"uaccess...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1116, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/zoom
6,276
[ "no_license" ]
[ { "path": "roles/zoom/tasks/main.yml", "content": "---\n- name: Install zoom\n become: true\n ansible.builtin.apt:\n deb: https://zoom.us/client/latest/zoom_amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
duclm278/system
c29bc5695aa43c36de9138244af700b84dc0a2f5
0
roles/zsh
6,276
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n become: true\n ansible.builtin.apt:\n name: zsh\n state: present\n\n- name: Save whoami before becoming root\n ansible.builtin.command: whoami\n register: whoami\n changed_when: false\n\n- name: Set default shell\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
leoviana00/ansible-playbook-keycloak
c9210c1bebdff6728ce596d4c2830013b86acda5
0
roles/keycloak
6,276
[ "no_license" ]
[ { "path": "roles/keycloak/tasks/main.yml", "content": "---\n- name: Criar diretório dos arquivos\n file:\n dest: \"{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - /home/vagrant/keycloak/\n\n- name: Copiar arquivos \n copy:\n src: files/\n dest: /home/vagrant/keycloak\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1068, "all_permissive": false }
ansible_role
commscope-ruckus/AWX-Management
23b2c314a0afa67677aadaa981851bd2be1fb485
0
roles/create_templates
6,276
[ "no_license" ]
[ { "path": "roles/create_templates/tasks/main.yml", "content": "---\n- {name: Get Project Directory, uri: {url: '{{AwxApi}}/config/'}, register: AwxCfg}\n\n- name: Get Project Info\n uri: {url: '{{AwxApi}}/projects/?name={{prompt_project_name|urlencode}}'}\n register: PjInfo\n failed_when: PjInfo.json.res...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7413, "all_permissive": false }
ansible_role
commscope-ruckus/AWX-Management
23b2c314a0afa67677aadaa981851bd2be1fb485
0
roles/image_management
6,276
[ "no_license" ]
[ { "path": "roles/image_management/tasks/image_flash_copy.yml", "content": "---\n- name: Image-Flash-Copy - Verify Connectivity to Device\n wait_for:\n host: '{{ansible_host}}'\n port: 22\n timeout: 30\n delegate_to: localhost\n\n- name: Image-Flash-Copy - Gather Switch Info\n icx_facts: {gather_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 16887, "all_permissive": false }
ansible_role
sunb0002/githubproject
9c119b0708feefbd6000bd8f0f49154f3e1916db
0
AnsiblePlay/roles/best-enemy
6,276
[ "no_license" ]
[ { "path": "AnsiblePlay/roles/best-enemy/tasks/main.yml", "content": "---\n\n# Definately Stroheim :)\n\n- name: print the best ever enemy\n debug:\n msg: JoJo's best ever enemy is {{ enemy }}\n when: enemy is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
sunb0002/githubproject
9c119b0708feefbd6000bd8f0f49154f3e1916db
0
AnsiblePlay/roles/print-author
6,276
[ "no_license" ]
[ { "path": "AnsiblePlay/roles/print-author/tasks/main.yml", "content": "---\n\n- name: simulate long running op, allow to run for 10 sec\n command: /bin/sleep 3\n async: 10\n # 0 means fire and forget, if not 0, it still executes in sync way but not using SSH keepalive. \n # check mode and async cannot b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
pk-kampanart/ELK-vagrant-ansible-env
d139aa4499b74ad34e080ca2756acf5df969fa05
0
roles/elasticsearch
6,276
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Download Elastic Deb Package\n get_url:\n url: '{{ elasticsearch_download_url }}{{ elasticsearch_version }}-amd64.deb'\n dest: /tmp\n\n- name: Install Elastic Deb Package\n become: yes\n apt:\n deb: /tmp/{{ elasticsearch_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
pk-kampanart/ELK-vagrant-ansible-env
d139aa4499b74ad34e080ca2756acf5df969fa05
0
roles/kibana
6,276
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "- name: Download Kibana Deb Package\n get_url:\n url: '{{ kibana_download_url }}{{ kibana_version }}-amd64.deb'\n dest: /tmp\n\n- name: Install Kibana Deb Package\n become: yes\n apt:\n deb: /tmp/{{ kibana_version }}-amd64.deb\n\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
pk-kampanart/ELK-vagrant-ansible-env
d139aa4499b74ad34e080ca2756acf5df969fa05
0
roles/logstash
6,276
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "- name: Download Logstash Deb Package\n get_url:\n url: '{{ logstash_download_url }}{{ logstash_version }}-amd64.deb'\n dest: /tmp\n\n- name: Install Logstash Deb Package\n become: yes\n apt:\n deb: /tmp/{{ logstash_version }}-amd64.deb\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
JumboTee/k8s-ansible-gp
5eae4181b2dfe88665c89d71d4906e9da212171f
0
roles/docker-host
6,276
[ "no_license" ]
[ { "path": "roles/docker-host/templates/https-proxy.conf.j2", "content": "[Service]\nEnvironment=\"HTTPS_PROXY={{proxy_https}}\"\nEnvironment=\"NO_PROXY=localhost,127.0.0.0,127.0.1.1,127.0.1.1,local.home\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4784, "all_permissive": false }
ansible_role
JumboTee/k8s-ansible-gp
5eae4181b2dfe88665c89d71d4906e9da212171f
0
roles/k8s-node
6,276
[ "no_license" ]
[ { "path": "roles/k8s-node/vars/main.yml", "content": "---\n# vars file for k8s-node\nansible_connection: ssh\nproxy_http: http://172.16.0.5:3128\nproxy_https: http://172.16.0.5:3128", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/k8s-node/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2152, "all_permissive": false }
ansible_role
JumboTee/k8s-ansible-gp
5eae4181b2dfe88665c89d71d4906e9da212171f
0
roles/load-balancer
6,276
[ "no_license" ]
[ { "path": "roles/load-balancer/templates/haproxy.cfg.j2", "content": "frontend traefik-tls\n bind {{internal_vip}}:443\n bind 127.0.0.1:443\n mode tcp\n option tcplog\n default_backend traefik-tls\n\nfrontend insecure\n bind {{internal_vip}}:80\n bind 127.0.0.1:80\n mode http\n redirect scheme http...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2376, "all_permissive": false }
ansible_role
JumboTee/k8s-ansible-gp
5eae4181b2dfe88665c89d71d4906e9da212171f
0
roles/shared-storage
6,276
[ "no_license" ]
[ { "path": "roles/shared-storage/defaults/main.yml", "content": "---\n# defaults file for shared-storage", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/shared-storage/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1094, "all_permissive": false }
ansible_role
CSCfi/pouta-virtualcluster
db762cd0b3fd912b02d53bab1b8de9a9277e3620
4
ansible/playbooks/roles/common
6,276
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/tasks/deb.yml", "content": "# Ensure that python-apt is installed on a debian/ubuntu machine\n- name: Ensure that package cache is updated (Ubuntu)\n apt: update_cache=yes cache_valid_time=36000\n when: is_debian_or_ubuntu\n\n- name: Ensure extra repositories are ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6647, "all_permissive": false }
ansible_role
CSCfi/pouta-virtualcluster
db762cd0b3fd912b02d53bab1b8de9a9277e3620
4
ansible/playbooks/roles/ganglia
6,276
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ganglia/tasks/monitor.yml", "content": "---\n- name: Install ganglia monitor (Ubuntu)\n apt: name={{item}} state=latest\n with_items:\n - ganglia-monitor\n when: is_debian_or_ubuntu\n tags:\n - ganglia\n\n- name: Install ganglia monitor (CentOS)\n yum: name={{it...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2845, "all_permissive": false }
ansible_role
CSCfi/pouta-virtualcluster
db762cd0b3fd912b02d53bab1b8de9a9277e3620
4
ansible/playbooks/roles/gridengine
6,276
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/gridengine/tasks/frontend.yml", "content": "---\n- name: Install GridEngine APT packages\n apt: name={{item}} state=latest\n when: is_debian_or_ubuntu\n with_items:\n - gridengine-client\n - gridengine-common\n - gridengine-master\n - gridengine-qmon\n\n- na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3461, "all_permissive": false }
ansible_role
CSCfi/pouta-virtualcluster
db762cd0b3fd912b02d53bab1b8de9a9277e3620
4
ansible/playbooks/roles/hadoop
6,276
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/hadoop/tasks/packages.yml", "content": "---\n- name: Ensure all needed packages are installed (Ubuntu)\n when: is_debian_or_ubuntu\n apt: name=\"{{ item }}\" state=installed\n with_items:\n - default-jdk\n - sudo\n - snappy\n - libsnappy-dev\n\n- name: Ensur...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5814, "all_permissive": false }
ansible_role
CSCfi/pouta-virtualcluster
db762cd0b3fd912b02d53bab1b8de9a9277e3620
4
ansible/playbooks/roles/spark
6,276
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/spark/templates/spark-env.sh.j2", "content": "ulimit -n 128000\nSPARK_LOCAL_DIRS={{ local_data_dir }}/spark-local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/playbooks/roles/spark/tasks/conf.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1562, "all_permissive": false }
ansible_role
rbrto/Ansible-Vagrant
31d83474ae60c9127e086f653efa6ee7b1b4d4f1
0
roles/mysql
6,356
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySql\n apt: name=mysql-server state=present\n with_items:\n - mysql-server\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
x86-39/ansible_collection_39systems.mozilla
fb88c8e51d361f7a1fc035646cc440611f2a7e66
0
roles/install
6,356
[ "no_license" ]
[ { "path": "roles/install/tasks/setup/suse.yml", "content": "---\n- name: Install Firefox\n become: true\n community.general.zypper:\n name: firefox\n state: present\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/install/tas...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5393, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/amazonlinux2023-kpatch
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/amazonlinux2023-kpatch/tasks/main.yml", "content": "---\n- name: Install kpatch (Amazon)\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - kpatch-dnf\n - kpatch-runtime\n when: ansible_facts.distribution == \"Amazon\"\n\n- name: DNF plu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 765, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/aws-credentials
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/aws-credentials/handlers/main.yml", "content": "---\n# handlers file for aws-credentials\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "playbooks/roles/aws-credentials/defaults/main.yml", "content": "---\n# default...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 576, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/disable-ipv6
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/disable-ipv6/vars/main.yml", "content": "---\n# vars file for disable-ipv6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "playbooks/roles/disable-ipv6/handlers/main.yml", "content": "---\n# handlers file for disabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1500, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/docker
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/docker/vars/main.yml", "content": "---\ndocker_compose_version: v2.23.3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "playbooks/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker (Amazon)\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1053, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/init
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/init/tasks/main.yml", "content": "---\n- name: Update System (Amazon)\n ansible.builtin.dnf:\n name: \"*\"\n state: latest\n when: ansible_facts.distribution == \"Amazon\"\n\n- name: Install utils (Amazon)\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: lates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2532, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/mackerel-agent
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/mackerel-agent/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mackerel-agent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "playbooks/roles/mackerel-agent/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 689, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/preinit-docker-swarm
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/preinit-docker-swarm/tasks/main.yml", "content": "---\n- name: Mkdir mount point\n ansible.builtin.file:\n path: /data\n state: directory\n owner: root\n group: root\n mode: \"777\"\n\n- name: Add mount config\n ansible.builtin.lineinfile:\n dest: /etc/fstab\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
mohemohe/ansible
ce4f5817963cb6fb14c0c4bf739b121a7898690f
0
playbooks/roles/redmine
6,356
[ "no_license" ]
[ { "path": "playbooks/roles/redmine/templates/s3.yml.jinja", "content": "production:\n access_key_id: \"{{ aws_access_key_id }}\"\n secret_access_key: \"{{ aws_secret_access_key }}\"\n bucket: \"{{ s3_bucket }}\"\n folder: \"{{ s3_folder }}\"\n endpoint:\n thumb_folder:\n import_folder:\n region: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3965, "all_permissive": false }
ansible_role
akosveres/rpi-traefik-hass-pihole-zerotier
92f588cf06ca7a36c46a9436cee5f7c0072c2f53
10
roles/rpi-traefik-pihole-hass
6,356
[ "no_license" ]
[ { "path": "roles/rpi-traefik-pihole-hass/tasks/main.yml", "content": "- name: Enable docker metrics # Docs https://docs.docker.com/config/daemon/prometheus/#configure-docker\n copy:\n src: files/docker-daemon.json\n dest: /etc/docker/daemon.json\n notify:\n - restart docker\n\n- name: Ensure trae...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3513, "all_permissive": false }
ansible_role
ardeun/devops-netology
92d08e536893b46e224ca563a24aee039c7881f6
0
mnt-homeworks/08-ansible-04-role/playbook/roles/lighthouse
6,356
[ "no_license" ]
[ { "path": "mnt-homeworks/08-ansible-04-role/playbook/roles/lighthouse/tasks/main.yml", "content": "---\n- name: Install git\n become: true\n ansible.builtin.yum:\n name: git\n state: present\n- name: Copy Lighthouse from git\n ansible.builtin.git:\n repo: \"{{ lighthouse_vcs }}\"\n version: m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 960, "all_permissive": false }
ansible_role
ardeun/devops-netology
92d08e536893b46e224ca563a24aee039c7881f6
0
mnt-homeworks/08-ansible-04-role/playbook/roles/vector
6,356
[ "no_license" ]
[ { "path": "mnt-homeworks/08-ansible-04-role/playbook/roles/vector/README.md", "content": "Role Name\n=========\n\nРоль для установки vector\n\n- Установка vector\n- Создание systemd unit Vector\n- Настройка конфигурации vector\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1373, "all_permissive": false }
ansible_role
Otus-DevOps-2020-05/nluzgin_infra
c0da4f17c5d557c877d88ba66de4ccc0b14dd32b
0
ansible/roles/___db_OLD
6,356
[ "no_license" ]
[ { "path": "ansible/roles/___db_OLD/tasks/install_mongo.yml", "content": "---\n- name: Add an Apt signing key, will not download if present\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: D68FA50FEA312927\n tags: install\n\n- name: Add MongoDB repo\n apt_repository:\n repo: deb http:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
Otus-DevOps-2020-05/nluzgin_infra
c0da4f17c5d557c877d88ba66de4ccc0b14dd32b
0
ansible/roles/app
6,356
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: Apt Update && install ruby-full + ruby-bundler\n apt:\n name: ruby-full, ruby-bundler\n update_cache: yes\n tags: ruby", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1091, "all_permissive": false }
ansible_role
peterducai/ansible-toolbox
1bccb7e04fe44df49cd03c7aa4f1aae2e51888d7
0
roles/rhds10
6,356
[ "permissive" ]
[ { "path": "roles/rhds10/defaults/main.yml", "content": "---\n# defaults file for rhds10\nrhn_user: xxxx\nrhn_password: <PASSWORD>\nrhn_pool_id: e985f99c6c8b9588016c8be0f38a0e8a", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 116 }, { "path":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1016, "all_permissive": true }
ansible_role
elisska/ansible-presto
cc528d108d66b97665748368f7ea568c4eee08ae
6
roles/install-presto-worker
6,396
[ "no_license" ]
[ { "path": "roles/install-presto-worker/tasks/main.yml", "content": "# tasks file\n- name: Remove old Presto directory if exists\n file: path=/opt/presto* state=absent\n\n- name: Download and unarchive Presto\n unarchive:\n src: https://repo1.maven.org/maven2/com/facebook/presto/presto-server/0.185/pres...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2070, "all_permissive": false }
ansible_role
paulmolin42/keranbeandco
79bd4b5a46d73cdab19afa2aa943e466521f8071
0
provisioning/roles/app-user
6,396
[ "no_license" ]
[ { "path": "provisioning/roles/app-user/tasks/main.yml", "content": "- name: Creates root directory\n file: path=\"/applis/www\" state=directory\n tags:\n - app-user\n\n- name: Create specific app user\n user: name=paulmolin state=present home=\"/applis/paulmolin\"\n tags:\n - app-user\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
paulmolin42/keranbeandco
79bd4b5a46d73cdab19afa2aa943e466521f8071
0
provisioning/roles/imagemagick
6,396
[ "no_license" ]
[ { "path": "provisioning/roles/imagemagick/tasks/main.yml", "content": "---\n- name: Install Imagemagick\n apt:\n state: present\n pkg: imagemagick\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
paulmolin42/keranbeandco
79bd4b5a46d73cdab19afa2aa943e466521f8071
0
provisioning/roles/node-app
6,396
[ "no_license" ]
[ { "path": "provisioning/roles/node-app/tasks/main.yml", "content": "- name: create init.d script\n template: src=node-app.sh dest=/etc/init.d/node-app owner=paulmolin mode=755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
owdevel/ansible_desktop
0498376111444e969507bd4f6dff5308a2e09cc3
0
roles/base
6,396
[ "no_license" ]
[ { "path": "roles/base/files/neovim/nerdtree.vim", "content": "\" Nerd Tree\nnnoremap <leader>n :NERDTreeFocus<CR>\nnnoremap <C-n> :NERDTree<CR>\nnnoremap <C-t> :NERDTreeToggle<CR>\nnnoremap <leader>f :NERDTreeFind<CR>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 12551, "all_permissive": false }
ansible_role
owdevel/ansible_desktop
0498376111444e969507bd4f6dff5308a2e09cc3
0
roles/workstation
6,396
[ "no_license" ]
[ { "path": "roles/workstation/tasks/software/fonts.yml", "content": "- name: install fonts\n tags:\n - font\n - cjk\n - emoji\n ansible.builtin.package:\n name:\n - noto-fonts-cjk\n - noto-fonts-emoji\n when: ansible_distribution == \"Archlinux\"\n", "license_type": "no_license",...
{ "task_files": 22, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 24, "total_bytes": 7908, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/adminer
6,396
[ "no_license" ]
[ { "path": "roles/adminer/README.md", "content": "adminer\n=========\n\nAdminer ウェブベース管理ツールをセットアップし、PostgreSQL データベースに対する接続環境を整備します。\n\n要件\n------------\n- Ansible 2.9 以上 \n- ターゲットホストに PostgreSQL がインストール済み \n- PHP 実行環境(php-cli など)が利用可能 \n\nロール変数\n--------------\n| 変数名 | 説明 ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4501, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/common
6,396
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for common\n### ディレクトリ\nadmin_home_bin_dir: \"/home/{{ ansible_ssh_user }}/.bin\"\nadmin_home_vim_dir: \"/home/{{ ansible_ssh_user }}/.vim/stmp\"\nadmin_home_work_dir: \"/home/{{ ansible_ssh_user }}/.work.d\"\nadmin_home_ssh_dir: \"/home/{...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9915, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/file_Recovery
6,396
[ "no_license" ]
[ { "path": "roles/file_Recovery/tasks/main.yml", "content": "---\n# tasks file for file_Recovery\n### == 事前タスク \n- name: 作業ディレクトリの作成\n ansible.builtin.include_tasks: roles/file_Recovery/tasks/1pre_mkdir.yml\n### == 事前タスク END\n\n- name: 回収ファイルリスト変数\n include_vars: \"{{ inventory_hostname }}.yml\"\n\n### == ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4476, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/mariadb
6,396
[ "no_license" ]
[ { "path": "roles/mariadb/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: MariaDBインストール\n\n # If the issue tracker for your role is not on github, uncomment the\n # next line and provide a value\n # issue_tracker_url: http://example.com/issue/tracker\n\n # Choose a valid licens...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 10176, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/nginx
6,396
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n# defaults file for nginx\n\nweb_html_dir: /usr/share/nginx/html\nnginx_index_html: \"{{ web_html_dir }}/index.html\"\n\nnginx_conf_path: /etc/nginx/nginx.conf\nvhostname: \"{{ ansible_hostname }}\"\n\n### local証明書設置先\nlocal_cer_dir: \"{{ playbook_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10408, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/nginx_php_fpm
6,396
[ "no_license" ]
[ { "path": "roles/nginx_php_fpm/tasks/include/php_fpm_nginx.yml", "content": "---\n# tasks/include/php_fpm_nginx file for php_fpm\n\n### iniファイル設定\n\n- name: php.iniファイルの存在を確認\n ansible.builtin.stat:\n path: \"{{ php_ini_path }}\"\n register: check_file\n\n- name: PHP php.ini設定\n when: check_file.stat....
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8607, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/php_fpm
6,396
[ "no_license" ]
[ { "path": "roles/php_fpm/vars/main.yml", "content": "---\n# vars file for php_fpm\n\nphp_ini_list:\n - { sec: PHP, opt: \"error_log\", val: \"syslog\" }\n - { sec: Date, opt: \"date.timezone\", val: \"Asia/Tokyo\" }\n\n### 回収ファイルリスト\nRecovery_files_list:\n - \"{{ php_ini_path }}\"\n\n### Gossテストファイル\ngoss_t...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4053, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/self_certificate_authority
6,396
[ "no_license" ]
[ { "path": "roles/self_certificate_authority/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - self_certificate_authority\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/self_certificate_authority/var...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 11716, "all_permissive": false }
ansible_role
masahiro-0316/ansible_lemp
b84c4ffa287e2d2862384647cd65fcdbe3c38dda
0
roles/ssh_setup
6,396
[ "no_license" ]
[ { "path": "roles/ssh_setup/defaults/main.yml", "content": "---\n# defaults file for ssh_setup\nsshd_port: 22\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/ssh_setup/tasks/main.yml", "content": "---\n# tasks file for ssh_setup\n### = 事...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3295, "all_permissive": false }
ansible_role
fatred/packer-build-staticip
bba48d0675ff77c8411dac76f539fa717f0473c8
14
packer/ubuntu-18/ansible/roles/firstboot
6,396
[ "no_license" ]
[ { "path": "packer/ubuntu-18/ansible/roles/firstboot/tasks/main.yml", "content": "- name: set firstboot\n file:\n dest: /etc/firstboot\n state: touch\n\n- name: create firstboot script\n copy:\n mode: '500'\n owner: root\n group: root\n dest: /bin/myorg-firstboot.sh\n content: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": false }
ansible_role
derekmerck/diana_plus
ab905a8a24e20890f90957ec78a8bd262a905dd5
0
stack/roles/diana
6,396
[ "no_license" ]
[ { "path": "stack/roles/diana/tasks/install_play.yml", "content": "---\n\n# Respects ENVs:\n# - DIANA_BROKER, DIANA_RESULT\n\n- name: Add system reqs\n package:\n name:\n - git\n - python3\n - python3-numpy\n - python3-dev\n - python3-dbus\n - python3-setuptools\n - pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
derekmerck/diana_plus
ab905a8a24e20890f90957ec78a8bd262a905dd5
0
stack/roles/orthanc
6,396
[ "no_license" ]
[ { "path": "stack/roles/orthanc/handlers/main.yml", "content": "---\n# handlers file for orthanc\n\n- name: restart_orthanc_service\n service:\n name: orthanc\n state: restarted\n\n- name: restart_orthanc_container\n docker_container:\n name: \"{{ container_name }}\"\n state: restarted\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3358, "all_permissive": false }
ansible_role
derekmerck/diana_plus
ab905a8a24e20890f90957ec78a8bd262a905dd5
0
stack/roles/splunk
6,396
[ "no_license" ]
[ { "path": "stack/roles/splunk/handlers/main.yml", "content": "---\n\n- name: \"wait_for_splunk\"\n wait_for:\n port: 8000\n connect_timeout: 5\n delay: 5\n timeout: 30", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "stack/roles/splunk...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 145, "all_permissive": false }
ansible_role
Cloud-for-You/storage-operator
1adbabfb461da51b15fc47172723e9d362acac45
0
examples/awx_automation/roles/provisioning-nfs-export
6,396
[ "no_license" ]
[ { "path": "examples/awx_automation/roles/provisioning-nfs-export/handlers/main.yml", "content": "---\n# handlers file for provisioning-nfs-export\n\n- name: Export FS\n command: exportfs -rav", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "example...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3519, "all_permissive": false }
ansible_role
sakaimo/amon2-app
e8dafae4ccda1e7f499dfc8ff472007691d1955f
0
ansible/roles/clone_amon2-app
6,396
[ "no_license" ]
[ { "path": "ansible/roles/clone_amon2-app/tasks/main.yml", "content": "- name: clone amon2 app\n git: repo=https://github.com/sakaimo/amon2-app.git dest=/home/homepage\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
sakaimo/amon2-app
e8dafae4ccda1e7f499dfc8ff472007691d1955f
0
ansible/roles/git
6,396
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "- name: check whether git is installed\n shell: git --version\n register: result\n ignore_errors: True\n\n- debug: var=result.rc\n \n- name: Install dependency lib for git\n yum: name={{ item }} state=present\n with_items:\n - curl-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
sakaimo/amon2-app
e8dafae4ccda1e7f499dfc8ff472007691d1955f
0
ansible/roles/modules
6,396
[ "no_license" ]
[ { "path": "ansible/roles/modules/tasks/main.yml", "content": "- name: install some modules\n yum: name={{ item }} state=present\n with_items:\n - tar\n - gcc\n - patch\n - which\n - openssh-clients\n - sudo\n - tree\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
sakaimo/amon2-app
e8dafae4ccda1e7f499dfc8ff472007691d1955f
0
ansible/roles/perl_environment
6,396
[ "no_license" ]
[ { "path": "ansible/roles/perl_environment/vars/vars.yml", "content": "home_dir: /home/homepage\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/roles/perl_environment/tasks/main.yml", "content": "# TODO:homepageユーザー作成および、そのユーザーでの環境構築...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1103, "all_permissive": false }
ansible_role
sakaimo/amon2-app
e8dafae4ccda1e7f499dfc8ff472007691d1955f
0
ansible/roles/test
6,396
[ "no_license" ]
[ { "path": "ansible/roles/test/tasks/main.yml", "content": "- name: check ip address\n shell: ifconfig eth0 | grep inet\n register: result\n\n- name: ifconfig eth0 | grep inet\n debug: var=result.stdout_lines\n when: result | success\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
sakaimo/amon2-app
e8dafae4ccda1e7f499dfc8ff472007691d1955f
0
ansible/roles/vim
6,396
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "- name: check vim is installed\n shell: vim --version\n register: result\n ignore_errors: True\n\n- name: Install dependency lib for vim\n yum: name={{ item }} state=present\n with_items:\n - mercurial\n - ncurses-devel\n - make\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
gordonmurray/terraform_aws_debezium_proxysql_tidb
584c5242f86edacbd9e96c4942d28749a0d9ad5c
0
ansible/roles/debezium
6,396
[ "no_license" ]
[ { "path": "ansible/roles/debezium/tasks/main.yml", "content": "---\n# Create or update a Source connector\n- name: Perform a PUT to create or update a Source Connector\n ansible.builtin.uri:\n url: http://localhost:8083/connectors/mariadb_source/config\n method: PUT\n headers:\n Content-Type:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3019, "all_permissive": false }
ansible_role
gordonmurray/terraform_aws_debezium_proxysql_tidb
584c5242f86edacbd9e96c4942d28749a0d9ad5c
0
ansible/roles/proxysql
6,396
[ "no_license" ]
[ { "path": "ansible/roles/proxysql/tasks/main.yml", "content": "---\n- import_tasks: global_variables.yml\n\n- import_tasks: hostgroups.yml\n\n- import_tasks: users.yml\n\n- import_tasks: hosts.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "an...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3986, "all_permissive": false }
ansible_role
gordonmurray/terraform_aws_debezium_proxysql_tidb
584c5242f86edacbd9e96c4942d28749a0d9ad5c
0
ansible/roles/rds
6,396
[ "no_license" ]
[ { "path": "ansible/roles/rds/tasks/main.yml", "content": "---\n- name: Add database user\n mysql_user:\n login_host: \"{{ database_host }}\"\n login_user: \"{{ database_root_username }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ database_username }}\"\n password: \"{{ <PASSWORD>_<...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
gordonmurray/terraform_aws_debezium_proxysql_tidb
584c5242f86edacbd9e96c4942d28749a0d9ad5c
0
ansible/roles/tidb
6,396
[ "no_license" ]
[ { "path": "ansible/roles/tidb/tasks/main.yml", "content": "---\n- name: Add database user\n mysql_user:\n login_host: \"{{ tidb_host }}\"\n login_user: \"{{ tidb_root_username }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ tidb_username }}\"\n password: \"{{ <PASSWORD> }}\"\n ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
aijanai/mongo_opsmanager_lab
dba28655c0f7b272a4e1580fcecd10075ad43597
0
ansible/roles/base
6,396
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Check if this is Amazon Linux 2\n shell: |\n grep -qr \"Amazon Linux\" /etc/os-release\n ignore_errors: yes\n check_mode: no\n register: in_amazon_linux\n\n- name: Check if this is Amazon NAT instance\n shell: |\n cat /etc/image-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2458, "all_permissive": false }
ansible_role
aijanai/mongo_opsmanager_lab
dba28655c0f7b272a4e1580fcecd10075ad43597
0
ansible/roles/docker
6,396
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker\n yum:\n name:\n - docker\n - python-pip\n state: installed\n update_cache: true\n register: install_docker\n\n- name: Install python-docker module\n pip:\n name: docker\n\n- name: Ensure Docker star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
aijanai/mongo_opsmanager_lab
dba28655c0f7b272a4e1580fcecd10075ad43597
0
ansible/roles/mongodb
6,396
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: Install Mongo Enterprise dependencies\n yum:\n name:\n - tuned\n - cyrus-sasl\n - cyrus-sasl-gssapi\n - cyrus-sasl-plain\n - krb5-libs\n - libcurl\n - libpcap\n - lm_sensors-libs\n - net-sn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4826, "all_permissive": false }
ansible_role
aijanai/mongo_opsmanager_lab
dba28655c0f7b272a4e1580fcecd10075ad43597
0
ansible/roles/mongodb_agent
6,396
[ "no_license" ]
[ { "path": "ansible/roles/mongodb_agent/tasks/main.yml", "content": "- name: Download agent\n get_url:\n url: \"http://{{groups.ops_manager[0]}}:8080/download/agent/automation/{{agent_file}}\"\n dest: \"/tmp/{{agent_file}}\"\n remote_src: yes\n\n- name: Install agent\n yum:\n name: \"/tmp/{{age...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": false }
ansible_role
aijanai/mongo_opsmanager_lab
dba28655c0f7b272a4e1580fcecd10075ad43597
0
ansible/roles/mongodb_opsmanager
6,396
[ "no_license" ]
[ { "path": "ansible/roles/mongodb_opsmanager/tasks/main.yml", "content": "- name: Copy OpsManager\n copy:\n src: \"files/{{ops_manager_archive}}\"\n dest: \"/tmp/{{ops_manager_archive}}\"\n\n- name: Install OpsManager\n yum:\n name: \"/tmp/{{ops_manager_archive}}\"\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1773, "all_permissive": false }
ansible_role
aijanai/mongo_opsmanager_lab
dba28655c0f7b272a4e1580fcecd10075ad43597
0
ansible/roles/mongodb_repo
6,396
[ "no_license" ]
[ { "path": "ansible/roles/mongodb_repo/tasks/main.yml", "content": "- name: Check if this is Amazon Linux 2\n shell: |\n grep -qr \"Amazon Linux\" /etc/os-release\n ignore_errors: yes\n check_mode: no\n register: in_amazon_linux\n\n- name: Enable MongoDB Yum Repo for Amazon Linux\n copy:\n src: mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
aijanai/mongo_opsmanager_lab
dba28655c0f7b272a4e1580fcecd10075ad43597
0
ansible/roles/pritunl
6,396
[ "no_license" ]
[ { "path": "ansible/roles/pritunl/tasks/main.yml", "content": "- name: Install nginx \n yum:\n state: present\n update_cache: true\n name: nginx\n\n- name: Disable default_server\n lineinfile:\n path: /etc/nginx/nginx.conf\n regexp: default_server\n state: absent\n\n- name: Configure Ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": false }
ansible_role
rama7674/ansible
91a3f6f66a8241ea9c79f47923ba148dafcbdead
0
roles/maven
6,396
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": " - name: Install JDK 1.8\n yum: name=java-1.8.0-openjdk state=present\n - name: Install Git\n yum: name=git state=present\n - name: Check & create downloads dir\n file:\n path: '{{ maven_home_parent_directory }}'\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2581, "all_permissive": false }
ansible_role
KritiBhandari/Ansible_EC2Boto_MongoReplicaSet
b3773145a9fd002ed2ef28c953f1d4c5b428d631
1
roles/allrole
6,396
[ "no_license" ]
[ { "path": "roles/allrole/templates/mongodb.conf.j2", "content": "logpath={{mongodb_logdir}}/mongod.log\nlogappend=true\nfork=true\ndbpath={{mongodb_datadir}}\nreplSet={{replica_set}}\nbind_ip = 0.0.0.0\nsmallfiles=true\njournal=true\n\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1056, "all_permissive": false }
ansible_role
KritiBhandari/Ansible_EC2Boto_MongoReplicaSet
b3773145a9fd002ed2ef28c953f1d4c5b428d631
1
roles/primary
6,396
[ "no_license" ]
[ { "path": "roles/primary/tasks/main.yml", "content": "\n- name: mongo shell command \n shell: mongo --eval \"rs.initiate()\"\n\n- name: shell wait \n shell: sleep 30 \n\n- name: Create the file to initialize the replicaset\n template: src=repset_init.j2 dest=/tmp/repset2_init.js\n\n- name: Initialize the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
KritiBhandari/Ansible_EC2Boto_MongoReplicaSet
b3773145a9fd002ed2ef28c953f1d4c5b428d631
1
roles/secondary
6,396
[ "no_license" ]
[ { "path": "roles/secondary/templates/repset_add.j2", "content": "rs.slaveOk();", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/secondary/tasks/main.yml", "content": "- name: Create the file to add the current node to the replica set\n te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
gvlproject/gvl.ansible.pathwaytools
3492633a8e2d36b54fe87164d5fd1bf442ef5e43
0
roles/pathwaytools
6,396
[ "no_license" ]
[ { "path": "roles/pathwaytools/files/ptoolsService", "content": "#!/bin/bash\n\n#put this script in this folder /mnt/galaxy/gvl/poststart.d/\n\nexport DISPLAY=:1\n/mnt/gvl/apps/scripts/pathwaytools.sh start\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10422, "all_permissive": false }
ansible_role
rohanchhawsaria/DevOps
0acda08fc1f131fa2a460f39ffe3cccb75a17e13
0
ansibletest/centOS/centos-sshd-passwordless/roles/nginx
6,396
[ "no_license" ]
[ { "path": "ansibletest/centOS/centos-sshd-passwordless/roles/nginx/tasks/install.yml", "content": "---\n - name: install epel-release\n yum: name=epel-release state=present\n environment: \"{{proxy_env}}\"\n\n - name: Install nginx webserver on CentOS \n yum: name=ngix stat=present\n environment: \"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1025, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
ansible/roles/catalogue
6,396
[ "no_license" ]
[ { "path": "ansible/roles/catalogue/tasks/main.yml", "content": "- name: tasks from common role\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs", "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
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
ansible/roles/common
6,396
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/download.yml", "content": "- name: Add the user 'roboshop'\n ansible.builtin.user:\n name: roboshop\n\n- name: downloading {{ COMPONENT }} component & extracting zip file\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/{{ COMPONENT...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1512, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
ansible/roles/frontend
6,396
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: set hostname\n ansible.builtin.shell: set-hostname {{ COMPONENT }}\n\n- name: installing nginx\n ansible.builtin.yum:\n name:\n - nginx\n state: installed\n\n- name: remove a directory & add directory\n ansible.builtin.file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
ansible/roles/mongodb
6,396
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: set hostname\n ansible.builtin.shell: set-hostname {{ COMPONENT }}\n\n- name: template a repo file\n ansible.builtin.template:\n src: mongodb_repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: installing mongodb\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
ansible/roles/mysql
6,396
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: Fail if \"MYSQL_PASSWORD\" is undefined\n ansible.builtin.fail:\n when: MYSQL_PASSWORD is undefined\n\n- name: template a repo file\n ansible.builtin.template:\n src: mysql_repo\n dest: /etc/yum.repos.d/{{ COMPONENT }}.repo\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2020, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
ansible/roles/redis
6,396
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: set hostname\n ansible.builtin.shell: set-hostname {{ COMPONENT }}\n\n- name: template a repo file\n ansible.builtin.template:\n src: redis_repo\n dest: /etc/yum.repos.d/{{ COMPONENT }}.repo\n\n- name: installing {{ COMPONENT }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
roles/common
6,396
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: set hostname\n ansible.builtin.shell: set-hostname {{ COMPONENT }}\n\n- name: install python module for aws secret manager\n ansible.builtin.pip:\n name:\n - boto3\n - botocore\n executable: pip3\n\n", "license_type": "no_lic...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4900, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
roles/elk
6,396
[ "no_license" ]
[ { "path": "roles/elk/tasks/logstash.yml", "content": "- name: Copy logstash config\n ansible.builtin.template:\n src: logstash.conf\n dest: /etc/logstash/conf.d/logstash.conf\n\n- name: Restart logstash\n ansible.builtin.systemd:\n name: logstash\n state: restarted\n\n- name: check for logstas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
roles/frontend
6,396
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Installing nginx\n ansible.builtin.yum:\n name:\n - nginx\n state: present\n\n- name: import common role for component download\n ansible.builtin.include_role:\n name: common\n tasks_from: download\n\n- name: copy roboshop con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 732, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
roles/mongodb
6,396
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "# instead downloading repo file we keep that in template and copying from there to task area\n- name: copy MONGODB yum repo file\n ansible.builtin.template:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: install mongodb\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 963, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
roles/payment
6,396
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: import common role - python\n ansible.builtin.include_role:\n name: common\n tasks_from: python\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/payment/vars/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
roles/prometheus
6,396
[ "no_license" ]
[ { "path": "roles/prometheus/templates/alertmanager.yml", "content": "route:\n group_by: ['alertname']\n group_wait: 30s\n group_interval: 5m\n repeat_interval: 1h\n receiver: 'email'\nreceivers:\n - name: \"email\"\n email_configs:\n - to: \"<EMAIL>\"\n from: \"<EMAIL>\" \n smar...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4018, "all_permissive": false }
ansible_role
liurenbao/roboshop-ansible
a844aee98e5e9ada7c56b7d39e7e0d9d25f119a8
0
roles/redis
6,396
[ "no_license" ]
[ { "path": "roles/redis/vars/main.yml", "content": "COMPONENT: redis\nAPP_LOCATION: /home/roboshop/redis\nSUFFIX: /", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/redis/tasks/main.yml", "content": "# instead of downloading repo file from ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
zebrunner/mcloud-agent
0938a7c4ce3a09fb1982e574dd56e82a33329786
21
roles/devices
6,316
[ "no_license" ]
[ { "path": "roles/devices/tasks/udev.yml", "content": "---\n\n- name: Get OS name\n shell: uname\n register: os\n\n- name: Check OS compatibility\n ansible.builtin.assert:\n that:\n - os.stdout is search(\"Linux\")\n fail_msg: \"OS version is not compatible!\"\n\n- name: Check if roles/devices/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 29518, "all_permissive": false }
ansible_role
zebrunner/mcloud-agent
0938a7c4ce3a09fb1982e574dd56e82a33329786
21
roles/download
6,316
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n\n- name: Pull an Zebrunner MCloud device image\n shell: docker pull \"{{ DEVICE_IMAGE }}:{{ DEVICE_VERSION }}\"\n\n- name: Pull an Zebrunner Appium image\n shell: docker pull \"{{ APPIUM_IMAGE }}:{{ APPIUM_VERSION }}\"\n\n- name: Pull an Zebrunn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }