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
nuagenetworks/topology-collector
2f7527a89b4052230c6e4d81c18df4ad043e4ce8
2
nuage_topology_collector/roles/report
87
[ "permissive" ]
[ { "path": "nuage_topology_collector/roles/report/tasks/main.yml", "content": "---\n- name: Collect needed facts\n setup:\n gather_subset:\n - 'min'\n\n- name: Check the status of {{ temp_dir }}\n stat:\n path: \"{{ temp_dir }}\"\n register: tmp\n\n- name: Verify that {{ temp_dir }} is a direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1866, "all_permissive": true }
ansible_role
nuagenetworks/topology-collector
2f7527a89b4052230c6e4d81c18df4ad043e4ce8
2
nuage_topology_collector/roles/tc-inventory
87
[ "permissive" ]
[ { "path": "nuage_topology_collector/roles/tc-inventory/tasks/main.yaml", "content": "- name: copy get-overcloud-nodes.py to undercloud\n copy:\n src: 'get_overcloud_nodes.py'\n dest: '/tmp/get-overcloud-nodes.py'\n mode: 0755\n\n- name: fetch overcloud node names and IPs\n shell: >\n source ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4825, "all_permissive": true }
ansible_role
nuagenetworks/topology-collector
2f7527a89b4052230c6e4d81c18df4ad043e4ce8
2
nuage_topology_collector/roles/topology
87
[ "permissive" ]
[ { "path": "nuage_topology_collector/roles/topology/tasks/main.yml", "content": "---\n- name: Wait for ssh to be ready\n wait_for:\n port: \"22\"\n host: \"{{ hostvars[inventory_hostname].ansible_host }}\"\n search_regex: OpenSSH\n delay: 1\n delegate_to: localhost\n\n- name: Set agents fact\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5078, "all_permissive": true }
ansible_role
IgorVityukhovsky/ansible
6279ccac5231900b014ab8303a121c55a1cf8f16
0
08-ansible-04-role/playbook/roles/vector-role
87
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/vector-role/tasks/main.yml", "content": "---\n# tasks file for vector-role\n- name: Get vector distrib\n ansible.builtin.get_url:\n url: '{{ vector_url }}'\n dest: './{{ vector_package }}'\n- name: Install vector packages\n become: true\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 481, "all_permissive": false }
ansible_role
IgorVityukhovsky/ansible
6279ccac5231900b014ab8303a121c55a1cf8f16
0
08-ansible-05-testing/playbook/roles/lighthouse-role
87
[ "no_license" ]
[ { "path": "08-ansible-05-testing/playbook/roles/lighthouse-role/tasks/main.yml", "content": "---\n# tasks file for lighthouse-role\n- name: Update apt-get repo and cache\n become: true\n apt: update_cache=yes force_apt_get=yes\n\n- name: Install nginx\n become: true\n ansible.builtin.apt:\n name: ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 966, "all_permissive": false }
ansible_role
IgorVityukhovsky/ansible
6279ccac5231900b014ab8303a121c55a1cf8f16
0
08-ansible-05-testing/playbook/roles/vector-role
87
[ "no_license" ]
[ { "path": "08-ansible-05-testing/playbook/roles/vector-role/molecule/podman_scenario/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: podman\nplatforms:\n - name: instance_centos\n image: docker.io/pycontribs/centos:8\n pre_build_image: false\n dockerfile: dockerfile_c...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3336, "all_permissive": false }
ansible_role
lstadnik/ansible
556a7d8b5c446ec306832775b0fa07d62db106e7
0
roles/codedeploy
87
[ "no_license" ]
[ { "path": "roles/codedeploy/tasks/main.yml", "content": "- name: install codedeploy agent\n sudo: yes\n action: aws_codedeploy enabled=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
dhavlev/ansible_roles_sub_elements
6f195940c7ecf0e742bc06be601e4125e513eebf
0
roles/monitoring
87
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n\n- name: executing moniroting\n raw: echo \"{{ item[1] }}\"\n with_subelements:\n - \"{{ monitoring.nodes }}\"\n - command\n when: inventory_hostname in item[0].host\n# when: item[0] in groups['int-kafka']\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
ivan-penchev/DevOps-SoftUni-2022
9447e16455fc4d4929582463eaca2b9cd93e7935
0
02_Ansible/Solution_Task_02/roles/install-mariadb
84
[ "no_license" ]
[ { "path": "02_Ansible/Solution_Task_02/roles/install-mariadb/tasks/debian.yml", "content": "- name: \"Install MariaDb - Debian\"\n apt:\n name: \"{{item}}\"\n state: present\n with_items: \n - mariadb-server\n - python3-PyMySQL ## Used for ansible interaction with MYSQL\n\n- name: \"Enable Mar...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 706, "all_permissive": false }
ansible_role
tetuya0703/zabbix-server-3.4
4df1d009dafbbebd630d1b8eee48803454b76fc2
0
roles/common
84
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: policy change selinux for python Library\n yum:\n name: \"{{ item }}\"\n with_items:\n - libselinux-python\n - policycoreutils-python\n\n- name: selinux disable\n selinux: \n policy: targeted\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1128, "all_permissive": false }
ansible_role
altiplanogao/my-home-server
18367b6dc41ada93fc81e587d40b6ac51a3da257
0
roles/server_setting
84
[ "permissive" ]
[ { "path": "roles/server_setting/tasks/main.yml", "content": "---\n\n- name: Present mount dir\n file:\n path: '{{ ditem.file }}'\n owner: '{{ nobody }}'\n group: '{{ nogroup }}'\n state: directory\n mode: 0777\n with_items: '{{ server_sconf.devices }}'\n loop_control:\n loop_var: ditem\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1460, "all_permissive": true }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
3nodes-simple/roles/common
84
[ "no_license" ]
[ { "path": "3nodes-simple/roles/common/tasks/hostname.yml", "content": "- name: hostnameを設定する\n hostname: name=\"{{ inventory_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "3nodes-simple/roles/common/tasks/main.yml", "content":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 114, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
3nodes-simple/roles/docker
84
[ "no_license" ]
[ { "path": "3nodes-simple/roles/docker/tasks/main.yml", "content": "- include: cgroups.yml\n- include: docker.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "3nodes-simple/roles/docker/tasks/docker.yml", "content": "- name: Dockerの依存ライブラリを...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 593, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
3nodes-simple/roles/kubernetes-base
84
[ "no_license" ]
[ { "path": "3nodes-simple/roles/kubernetes-base/tasks/main.yml", "content": "- name: GoogleのGPG鍵を追加する\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n\n\n- name: Kubernetesのリポジトリを追加する\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-xenial main\n\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
3nodes-simple/roles/rpi-common
84
[ "no_license" ]
[ { "path": "3nodes-simple/roles/rpi-common/tasks/serial-port.yml", "content": "- name: シリアル接続を有効にする (1/2)\n replace:\n path: /boot/cmdline.txt\n regexp: '^(.+) console=[^\\s]+ console=[^\\s]+ (.+)$'\n replace: '\\1 console=tty1 console=serial0,115200 \\2'\n\n\n- name: シリアル接続を有効にする (2/2)\n replace:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 717, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/common
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/common/tasks/timezone.yml", "content": "- name: Timezoneを変更する\n shell: 'timedatectl set-timezone Asia/Tokyo'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "6nodes-etcd_clustered/roles/common/tasks/network....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 661, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/docker
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/docker/tasks/cgroups.yml", "content": "- name: cgroupsを設定する\n replace:\n path: /boot/cmdline.txt\n regexp: '^(.+ rootfstype=ext4) (elevator=.+)$'\n replace: '\\1 cgroup_enable=cpuset cgroup_memory=memory cgroup_memory=1 \\2'\n\n\n- name: 設定を反映するために再起動する\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/etcd-cluster-primary
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/etcd-cluster-primary/tasks/main.yml", "content": "- name: Cluster設定情報作成スクリプトを作成する\n template:\n src: create_etcd_cluster_config.sh.j2\n dest: /root/create_etcd_cluster_config.sh\n\n- name: Cluster設定情報作成スクリプトを実行する\n shell: bash /root/create_etcd_cluster_config.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2903, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/etcd-cluster-secondary
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/etcd-cluster-secondary/tasks/main.yml", "content": "- name: セカンダリ用の証明書をコピーする\n copy:\n src: tmp/etcd_configs.tgz\n dest: /tmp/etcd_configs.tgz\n\n- name: セカンダリ用の証明書を解凍する\n unarchive:\n src: /tmp/etcd_configs.tgz\n dest: /tmp/\n remote_src: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1748, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/kubernetes-build-cluster
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/kubernetes-build-cluster/tasks/main.yml", "content": "- name: labelにnode-role.kubernetes.io/worker=workerを付与する\n shell: \"kubectl label node {{ item }} node-role.kubernetes.io/worker=worker\"\n with_items:\n - \"{{ groups['k8s-workers'] }}\"\n\n\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/kubernetes-kubelet
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/kubernetes-kubelet/tasks/main.yml", "content": "- name: systemd にkubeletを登録する\n copy:\n src: 20-etcd-service-manager.conf\n dest: /etc/systemd/system/kubelet.service.d/20-etcd-service-manager.conf\n\n- name: kubelet を開始する\n systemd:\n daemon_reload: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/kubernetes-master-primary
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/kubernetes-master-primary/tasks/main.yml", "content": "- name: Kubernetes クラスタ設定ファイルをアップロードする\n template:\n src: kubeadm-config.yaml.j2\n dest: /root/kubeadm-config.yaml\n\n- name: Kubernetesのマスター用の証明書をコピーする\n copy:\n src: tmp/k8s_certs.tgz\n dest: /tmp/k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3758, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/kubernetes-worker
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/kubernetes-worker/tasks/main.yml", "content": "- name: Worker用のkubeadm joinコマンドをアップロードする\n copy:\n src: tmp/kubeadm_join_worker.sh\n dest: /root/kubeadm_join_worker.sh\n mode: 700\n\n- name: ca.crt の存在確認を行う\n stat:\n path: /etc/kubernetes/pki/ca.crt\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
6nodes-etcd_clustered/roles/rpi-common
84
[ "no_license" ]
[ { "path": "6nodes-etcd_clustered/roles/rpi-common/tasks/sshd.yml", "content": "- name: SSH用の公開鍵を設定する\n authorized_key:\n user: pi\n state: present\n key: \"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n\n- name: PubkeyAuthentication を設定する\n replace:\n path: /etc/ssh/sshd_config\n regexp: '^#...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1057, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
clusterd_etcd_with_mariadb/roles/common
84
[ "no_license" ]
[ { "path": "clusterd_etcd_with_mariadb/roles/common/tasks/network.yml", "content": "- name: Check config in /etc/dhcpcd.conf\n shell: grep -i '^interface' /etc/dhcpcd.conf\n register: grep_dhcpcd_configured\n changed_when: false\n failed_when: grep_dhcpcd_configured.rc not in [0, 1]\n\n- name: Append sta...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1615, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
clusterd_etcd_with_mariadb/roles/etcd-cluster-simple
84
[ "no_license" ]
[ { "path": "clusterd_etcd_with_mariadb/roles/etcd-cluster-simple/tasks/monit.yml", "content": "- name: monitの実行ファイルチェック\n stat:\n path: /usr/bin/monit\n register: monit_bin\n\n- name: monitの設定フォルダチェック\n stat:\n path: /etc/monit/conf-available/\n register: monit_conf_available\n\n- name: monitの設定ファイ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5308, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
clusterd_etcd_with_mariadb/roles/keepalived
84
[ "no_license" ]
[ { "path": "clusterd_etcd_with_mariadb/roles/keepalived/tasks/main.yml", "content": "- name: keepalived_scriptグループを作成する\n group:\n name: keepalived_script\n\n- name: keepalived_scriptユーザーを作成する\n user:\n name: keepalived_script\n shell: /sbin/nologin\n groups: keepalived_script\n system: yes\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3348, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
clusterd_etcd_with_mariadb/roles/mariadb-cluster
84
[ "no_license" ]
[ { "path": "clusterd_etcd_with_mariadb/roles/mariadb-cluster/tasks/monit.yml", "content": "- name: monitの実行ファイルチェック\n stat:\n path: /usr/bin/monit\n register: monit_bin\n\n- name: monitの設定フォルダチェック\n stat:\n path: /etc/monit/conf-available/\n register: monit_conf_available\n\n- name: monitの設定ファイル作成\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9441, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
clusterd_etcd_with_mariadb/roles/monit
84
[ "no_license" ]
[ { "path": "clusterd_etcd_with_mariadb/roles/monit/templates/monit.conf.j2", "content": "set mailserver localhost\n\nset mail-format { from: <EMAIL>@{{ nodeHostName }}.local }\n\nset alert alert@localhost\n\nset httpd port 2812 and\n use address {{ nodeIpAddress }} # only accept connection from localhost...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3964, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
clusterd_etcd_with_mariadb/roles/prometheus-node-exporter
84
[ "no_license" ]
[ { "path": "clusterd_etcd_with_mariadb/roles/prometheus-node-exporter/templates/prometheus-node-exporter.j2", "content": "check file prometheus_node_exporter_bin with path /usr/bin/prometheus-node-exporter\n group node-exporter\n\ncheck process prometheus-node-exporter matching \"/usr/bin/prometheus-node-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2774, "all_permissive": false }
ansible_role
tk-hamaguchi/ansible-rpi-k8s
d98ade4e4f1290b9278a79222890d33d7a7dc370
0
clusterd_etcd_with_mariadb/roles/rpi-common
84
[ "no_license" ]
[ { "path": "clusterd_etcd_with_mariadb/roles/rpi-common/tasks/main.yml", "content": "- include: sshd.yml\n- include: serial-port.yml\n- include: package-update.yml\n- include: swap.yml\n- include: rootfs.yml\n\n- name: 不要なサービスを停止する\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2075, "all_permissive": false }
ansible_role
jeremyspencer39171/ansible-example
6255d8d7b471703d166620ffb512f0c59c031d08
0
roles/example
84
[ "no_license" ]
[ { "path": "roles/example/tasks/main.yml", "content": "---\n- name: Print a debug message, notify our handler, handlers only run on change (so we force a change here because debug normally doesn't change anything)\n ansible.builtin.debug:\n msg: Here's where we start doing tasks for the example role\n c...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1600, "all_permissive": false }
ansible_role
shubham00k/LAMP-Ansible
7907ff844d623e2f0d69ea58fa01c145a56df6cd
0
roles/apache
84
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache (Ubuntu)\n ansible.builtin.apt:\n name: apache2\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Install Apache (AlmaLinux)\n ansible.builtin.dnf:\n name: httpd\n state: present\n when: ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1190, "all_permissive": false }
ansible_role
shubham00k/LAMP-Ansible
7907ff844d623e2f0d69ea58fa01c145a56df6cd
0
roles/common
84
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update package cache (Ubuntu)\n ansible.builtin.apt:\n update_cache: true\n when: ansible_os_family == \"Debian\"\n\n- name: Update package cache (AlmaLinux)\n ansible.builtin.dnf:\n update_cache: true\n when: ansible_os_family == \"RedH...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
shubham00k/LAMP-Ansible
7907ff844d623e2f0d69ea58fa01c145a56df6cd
0
roles/mysql
84
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL (Ubuntu)\n ansible.builtin.apt:\n name: mysql-server\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Install MySQL (AlmaLinux)\n ansible.builtin.dnf:\n name: mariadb-server\n state: present\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
shubham00k/LAMP-Ansible
7907ff844d623e2f0d69ea58fa01c145a56df6cd
0
roles/php
84
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Install PHP (Ubuntu)\n ansible.builtin.apt:\n name:\n - php\n - php-mysql\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Install PHP (AlmaLinux)\n ansible.builtin.dnf:\n name:\n - php\n - php-mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
thospel/python-tcp-distance
9fa3217d15ab65bb4c67822a8eb65b39b369f02b
0
ansible/roles/ttl_probes
84
[ "no_license" ]
[ { "path": "ansible/roles/ttl_probes/tasks/main.yml", "content": "---\n- name: Calculate next probe TTL\n ansible.builtin.set_fact:\n ttl: \"{{ low | int | next_probe(high | int) }}\"\n\n- name: \"Do probe at TTL {{ ttl }}\"\n ansible.builtin.set_fact:\n result: \"{{ ttl | int | ttl_probe(ips, wait_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 877, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/db_vm
84
[ "no_license" ]
[ { "path": "roles/db_vm/tasks/main.yml", "content": "---\n\n- set_fact:\n server_name: \"{{ cluster_name }}-{{ inventory_hostname }}\"\n\n# -----------------------------------------------------------------------------\n# create resources\n\n- name: security group\n delegate_to: localhost\n openstack.clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2395, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/fork_openstack_image
84
[ "no_license" ]
[ { "path": "roles/fork_openstack_image/tasks/main.yml", "content": "---\n- when:\n - public_image_name is defined\n - forked_image_name is defined\n block:\n - name: check existence of public image\n openstack.cloud.image_info:\n image: \"{{ public_image_name }}\"\n failed_when: false\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1525, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/gitlab_runner
84
[ "no_license" ]
[ { "path": "roles/gitlab_runner/defaults/main.yml", "content": "# number of concurrent jobs\ngitlab_runner_concurrency: 1\n\n# extra volumes to mount\nrunner_volumes: []\n\n# /root/.docker/config.json content in yaml format, used for credentials\nroot_docker_configs: {}\n\n# ssh keys in yaml format, used for...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5781, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/installation_status
84
[ "no_license" ]
[ { "path": "roles/installation_status/defaults/main.yml", "content": "operation: get\nversion_data: \"no version data available\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/installation_status/tasks/main.yml", "content": "- when: op...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 876, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/nfs_provisioner
84
[ "no_license" ]
[ { "path": "roles/nfs_provisioner/templates/nfs-provisioner.service.j2", "content": "[Unit]\nDescription=NFS provisioner daemon\nWants=network-online.target\nAfter=network-online.target\n\n[Install]\nWantedBy=multi-user.target\n\n[Service]\nType=exec\nKillMode=process\nRestart=always\nRestartSec=5\n\n# \"-lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2407, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/pebbles_deployer
84
[ "no_license" ]
[ { "path": "roles/pebbles_deployer/tasks/main.yml", "content": "---\n- name: Create a temporary directory on the RAM disk\n file:\n path: \"/dev/shm/{{ cluster_name }}\"\n state: directory\n mode: 0700\n\n- name: Create OpenStack openrc.sh for Keystone API v3\n copy:\n dest: \"/dev/shm/{{ clust...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3296, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/pebbles_facts
84
[ "no_license" ]
[ { "path": "roles/pebbles_facts/tasks/main.yml", "content": "- name: set facts for environment context\n set_fact:\n os_env_path: \"{{ os_env_path|default('/opt/deployment/pebbles-environments') }}\"\n\n- name: check if group vars for this environment exist in global group vars directory\n become: no\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3002, "all_permissive": false }
ansible_role
CSCfi/pebbles-deploy
2901e31651c86b24ba89fdb0e6154a3e24444880
1
roles/volumes
84
[ "no_license" ]
[ { "path": "roles/volumes/tasks/main.yml", "content": "- name: get rid of /mnt/ -mount created by cloud-init\n mount:\n name: /mnt\n state: absent\n\n- name: format new image volume\n filesystem:\n dev: \"{{ vol_image_device }}\"\n fstype: xfs\n opts: \"-L IMAGES\"\n when: vol_image_device|...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3447, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/ansible-redis
83
[ "no_license" ]
[ { "path": "roles/ansible-redis/tasks/configure.yml", "content": "---\n\n- name: \"[Slapp] | Install redis systemd service\"\n template:\n src: \"redis@.service.j2\"\n dest: \"/etc/systemd/system/redis@.service\"\n notify: reload systemd\n\n- name: \"[Slapp] | Install redis confs\"\n template:\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5485, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/erlang-rabbitmq
83
[ "no_license" ]
[ { "path": "roles/erlang-rabbitmq/tasks/main.yml", "content": "---\n- import_tasks: install_erlang_rabbitmq.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 47, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/haproxy-keepalive-rabbitmq
83
[ "no_license" ]
[ { "path": "roles/haproxy-keepalive-rabbitmq/handlers/main.yml", "content": "---\n- name: restart keepalived\n systemd:\n name: keepalived\n state: restarted\n \n- name: restart haproxy\n systemd:\n name: haproxy\n state: restarted", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1563, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/slapp
83
[ "no_license" ]
[ { "path": "roles/slapp/tasks/service.yml", "content": "---\n\n- name: \"[Slapp] | Start supervisord\"\n systemd:\n name: \"supervisor\"\n enabled: true\n\n- name: \"[Slapp] | Start the backend\"\n supervisorctl:\n name: \"{{ smartlis_backend_supervisor_service }}\"\n state: started", "lice...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 21602, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/slbk
83
[ "no_license" ]
[ { "path": "roles/slbk/templates/delete_wal.sh", "content": "############################################################################################\n#DELETE FROM ARCHIVE PATH ALL THE WALS OLDER THAN THE OLDEST BACKUP IN THE LAST NUM WEEKS #\n############################################################...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5375, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/sldata
83
[ "no_license" ]
[ { "path": "roles/sldata/tasks/web_test.yml", "content": "- hosts: sldatabase\n user: smartlis\n \n tasks:\n - name: Check sys calls count\n uri:\n url: http://172.16.58.3/exec/monitor_syscalllog_Ansible\n return_content: yes\n register: response_time\n \n - name: Send message when sy...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 13799, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/slelastic
83
[ "no_license" ]
[ { "path": "roles/slelastic/tasks/service.yml", "content": "---\n\n- name: \"[Elastic] | enable elasticsearch service\"\n systemd:\n name: elasticsearch\n enabled: true\n\n- name: \"[Elastic] | start elasticsearch service\"\n systemd:\n name: elasticsearch\n state: started\n\n- name: \"[Elastic...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4716, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/slkibana
83
[ "no_license" ]
[ { "path": "roles/slkibana/handlers/main.yml", "content": "---\n# handlers file for slkibana\n\n- name: systemd daemon reload\n systemd:\n daemon_reload: true\n\n- name: kibana restart\n systemd:\n name: kibana\n state: restarted", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2600, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/slstatic
83
[ "no_license" ]
[ { "path": "roles/slstatic/templates/exports.j2", "content": "{% if groups['slapp'] is defined %}\n{% for backend in groups['slapp'] %}\n/mnt/data/dbdoc/tmp_volantes {{ backend }}(rw,nohide,insecure,no_subtree_check,async)\n/mnt/data/dbdoc/test_images {{ backend }}(rw,nohide,insecure,no_subtree_check,async)\...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2527, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/slwww
83
[ "no_license" ]
[ { "path": "roles/slwww/templates/proxy_balancer.conf.j2", "content": "<IfModule mod_proxy_balancer.c>\r\n\r\n\t# Balancer manager enables dynamic update of balancer members\r\n\t# (needs mod_status). Uncomment to enable.\r\n\t#\r\n\t<IfModule mod_status.c>\r\n\t <Location /balancer-manager>\r\n\t\t\t Se...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 19423, "all_permissive": false }
ansible_role
DavidCCastro/AnsibleProvision
baca1e0065a61a09e2eeb0f10fca2714f6619aca
0
roles/vmware_new
83
[ "no_license" ]
[ { "path": "roles/vmware_new/tasks/edit_isolated_hostfile_cluster.yml", "content": "---\n- name: Update /etc/hosts from inventory\n become: yes\n lineinfile:\n path: /etc/hosts\n line: \"{{ item.value.networks[0].ip }} {{ item.key }}\"\n state: present\n loop: \"{{ lookup('dict', vmware_vms_clu...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2332, "all_permissive": false }
ansible_role
wohshon/sample-ansible
ef191a0ccdfd86c32ea4f4f3c636a92c5b1e6248
0
roles/demo-role
83
[ "no_license" ]
[ { "path": "roles/demo-role/tasks/main.yml", "content": "---\n\n- name: task 1\n debug:\n msg: \"hello\"\n\n- name: task 2\n ping:\n\n- name: task 3\n setup: \n\n- name: task 4\n debug:\n msg: \"{{ hostvars }}\"\n\n- name: task 5\n debug:\n msg: \"{{ ansible_all_ipv4_addresses }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
wohshon/sample-ansible
ef191a0ccdfd86c32ea4f4f3c636a92c5b1e6248
0
roles/demo-role1
83
[ "no_license" ]
[ { "path": "roles/demo-role1/tasks/main.yml", "content": "---\n- name: test1\n hosts: ansible\n remote_user: virtuser\n become: true\n tasks:\n - name: test1.1\n debug: var=hostvars[inventory_hostname]['ansible_architecture'] \n - name: test1.2\n debug: var=list_result\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
bytemine-gmbh/ansible-ucs
01ed15c23e7bc6ad6eb8555ade4de483f4caa39a
0
roles/setup
83
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yaml", "content": "---\n- include_tasks: network.yaml\n- include_tasks: join.yaml\n#- include_tasks: import-license.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/setup/tasks/import-license.yaml", "...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3922, "all_permissive": false }
ansible_role
19951023Taa/ansible
7584acafa9a5f106f2b01dfe1e5ac3aaec489159
0
roles/db_server_role
83
[ "no_license" ]
[ { "path": "roles/db_server_role/tasks/main.yaml", "content": "# roles/db_server_role/tasks/main.yaml\r\n- name: Install PostgreSQL\r\n yum:\r\n name: postgresql15-server\r\n state: present\r\n\r\n- name: Start PostgreSQL\r\n service:\r\n name: postgresql\r\n state: started\r\n enabled: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
19951023Taa/ansible
7584acafa9a5f106f2b01dfe1e5ac3aaec489159
0
roles/user_role
83
[ "no_license" ]
[ { "path": "roles/user_role/tasks/main.yaml", "content": "# roles/user_role/tasks/main.yaml\r\n# ユーザ作成\r\n- name: Create user\r\n user:\r\n name: testuser_1\r\n group: users\r\n createhome: yes\r\n shell: /bin/bash\r\n\r\n# pemキーによる接続を許可\r\n- name: Add authorized key for new user\r\n authorized...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
19951023Taa/ansible
7584acafa9a5f106f2b01dfe1e5ac3aaec489159
0
roles/web_server_role
83
[ "no_license" ]
[ { "path": "roles/web_server_role/tasks/main.yaml", "content": "# roles/web_server_role/tasks/main.yaml\r\n- name: Install the latest version of nginx\r\n command: dnf -y install nginx\r\n\r\n- name: Start nginx service\r\n service:\r\n name: nginx\r\n state: started\r\n \r\n- name: En...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
churrops/churrops-elastic-stack
11ba56612d528a95b6716ff985e9fd54e5bc1382
1
ansible/roles/common
83
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- include_tasks: RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- name: /etc/sysctl.conf | Set swappiness, file-max e max_map_count\n sysctl:\n name: \"{{item.name}}\"\n value: \"{{item.value}}\"\n state: present\n sysctl_s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1346, "all_permissive": false }
ansible_role
churrops/churrops-elastic-stack
11ba56612d528a95b6716ff985e9fd54e5bc1382
1
ansible/roles/elasticsearch
83
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tests/roles/mem_percent/templates/elasticsearch.yml.j2", "content": "# ============= Managed by Ansible ===============\n# =========== Elasticsearch Configuration =================\n\ndiscovery.zen.minimum_master_nodes: {{ groups['elasticsearch-masternode'] |l...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 9370, "all_permissive": false }
ansible_role
churrops/churrops-elastic-stack
11ba56612d528a95b6716ff985e9fd54e5bc1382
1
ansible/roles/elasticsearch/tests/roles/mem_percent
83
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tests/roles/mem_percent/templates/elasticsearch.yml.j2", "content": "# ============= Managed by Ansible ===============\n# =========== Elasticsearch Configuration =================\n\ndiscovery.zen.minimum_master_nodes: {{ groups['elasticsearch-masternode'] |l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1368, "all_permissive": false }
ansible_role
churrops/churrops-elastic-stack
11ba56612d528a95b6716ff985e9fd54e5bc1382
1
ansible/roles/haproxy
83
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg", "content": "global\n log 127.0.0.1 local0 notice\n maxconn 6000\n user haproxy\n group haproxy\n daemon\n stats socket /tmp/haproxy.sock\n #debug\n #quiet\n\ndefaults\n log g...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3078, "all_permissive": false }
ansible_role
churrops/churrops-elastic-stack
11ba56612d528a95b6716ff985e9fd54e5bc1382
1
ansible/roles/kibana
83
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/RedHat.yml", "content": "---\n- name: Kibana | Install Package\n yum:\n name: kibana\n state: latest\n\n- name: Kibana | Start and enable service\n service:\n name: kibana\n state: started\n enabled: yes\n", "license_type": "no_license", "detect...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 574, "all_permissive": false }
ansible_role
churrops/churrops-elastic-stack
11ba56612d528a95b6716ff985e9fd54e5bc1382
1
ansible/roles/logstash
83
[ "no_license" ]
[ { "path": "ansible/roles/logstash/tasks/config.yml", "content": "---\n- name: Logstash | Copy logstash.yml to /etc/logstash.yml\n template:\n src: logstash.yml.j2\n dest: \"/etc/logstash/logstash.yml\"\n owner: \"{{ls_user}}\"\n group: \"{{ls_group}}\"\n mode: \"755\"\n notify: restart logs...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2024, "all_permissive": false }
ansible_role
jecpr/kali-build
c50fe9313441ed210c3fe2ab8d8ba0ad269e4853
1
roles/configure-system
83
[ "no_license" ]
[ { "path": "roles/configure-system/tasks/main.yml", "content": "---\n# tasks file for configure-system\n- name: Add NOPASSWD rule for the current user\n become: true\n lineinfile:\n dest: /etc/sudoers\n insertbefore: EOF\n regexp: \"{{ ansible_user_id }} ALL=\"\n line: \"{{ item }}\"\n valid...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 675, "all_permissive": false }
ansible_role
jecpr/kali-build
c50fe9313441ed210c3fe2ab8d8ba0ad269e4853
1
roles/customise-terminal
83
[ "no_license" ]
[ { "path": "roles/customise-terminal/files/.bashrc", "content": "\n# ~/.bashrc: executed by bash(1) for non-login shells.\n# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)\n# for examples\n\n# If not running interactively, don't do anything\ncase $- in\n *i*) ;;\n *) return;...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 9823, "all_permissive": false }
ansible_role
jecpr/kali-build
c50fe9313441ed210c3fe2ab8d8ba0ad269e4853
1
roles/install-tools
83
[ "no_license" ]
[ { "path": "roles/install-tools/tasks/ngrok.yml", "content": "---\n# - name: Add ngrok GPG Key\n# apt_key:\n# url: https://ngrok-agent.s3.amazonaws.com/ngrok.asc\n# state: present\n# become: true\n# become_method: sudo\n\n# - name: Add ngrok Repository\n# apt_repository:\n# repo: 'deb htt...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 9613, "all_permissive": false }
ansible_role
coffeemancy/anarres
802bb5a8869a1ee0c6a998af4d8499b411877dc0
0
roles/common
80
[ "permissive" ]
[ { "path": "roles/common/tasks/emacs.yml", "content": "---\n- name: install emacs dependencies\n pacman: name={{ item }} state=latest\n with_items:\n - aspell\n - aspell-en\n when: ansible_os_family == \"Archlinux\"\n\n- name: install emacs\n pacman: name=emacs state=latest\n when: ansible_os_family =...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 27553, "all_permissive": true }
ansible_role
vladoz77/ansible
b864e1433ccb06c83e375abc3dfdb687b4cbc01c
0
roles/baseprovision
80
[ "no_license" ]
[ { "path": "roles/baseprovision/tasks/main.yml", "content": "---\n# tasks file for baseprovision\n- name: include OS vars\n include_vars: \"{{ ansible_facts.distribution}}.yaml\"\n\n- name: add users to Ubuntu\n ansible.builtin.import_tasks: useradd.yaml\n when: ansible_facts['distribution'] == \"Ubuntu\"...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2118, "all_permissive": false }
ansible_role
vladoz77/ansible
b864e1433ccb06c83e375abc3dfdb687b4cbc01c
0
roles/docker_install
80
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "---\n# tasks file for docker_install\n---\n\n # - name: install base soft\n # ansible.builtin.apt:\n # name: \"{{ soft }}\"\n # state: present\n # update_cache: true\n- name: include OS vars\n include_vars: \"{{ ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1068, "all_permissive": false }
ansible_role
vladoz77/ansible
b864e1433ccb06c83e375abc3dfdb687b4cbc01c
0
roles/kvm-provision
80
[ "no_license" ]
[ { "path": "roles/kvm-provision/defaults/main.yml", "content": "---\n# defaults file for kvm-provision\nlibvirt_pool_dir: /var/lib/libvirt/images\ntemlate_image_name: Fedora-Cloud-Base-34-1.2.x86_64.qcow2\ntemplate_image_url: https://mirror.yandex.ru/fedora/linux/releases/34/Cloud/x86_64/images/{{ temlate_im...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1690, "all_permissive": false }
ansible_role
es1305/Deploy-NodeJS-App
67b58ac0667d19a554db7b035b4566aeeae85081
0
roles/node
80
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Install a list of packages\n apt:\n pkg:\n - curl\n - git\n - nodejs\n update_cache: yes\n\n- name: Clone repository\n git:\n repo: \"{{ git_src }}\"\n dest: \"{{ git_dst }}\"\n single_branch: yes\n version: main\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1323, "all_permissive": false }
ansible_role
Alex-Burgess/ansible-demo
ddead4697d2144fbdbee12b8bf56de643287ed2c
0
ansible/AnsibleWebDeployment/roles/repo
80
[ "no_license" ]
[ { "path": "ansible/AnsibleWebDeployment/roles/repo/defaults/main.yml", "content": "---\nrepo_remote: https://github.com/Alex-Burgess/AnsibleHelloWorld.git\ncheckout_tmp_path: /tmp/git_checkout\ngit_branch: master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 285, "all_permissive": false }
ansible_role
Alex-Burgess/ansible-demo
ddead4697d2144fbdbee12b8bf56de643287ed2c
0
ansible/AnsibleWebDeployment/roles/web
80
[ "no_license" ]
[ { "path": "ansible/AnsibleWebDeployment/roles/web/tasks/webserver_content_tasks.yml", "content": "---\n- name: Create content source directory for {{ site }}\n file: path=/var/www/html/{{ site }}/html state=directory\n- name: Synchronize all {{ site }} content\n synchronize:\n src: \"{{ app_html_src_pa...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3642, "all_permissive": false }
ansible_role
ilbonzo/Rocannon
fd69609fae52bfd9fd1ad95223c37960ff788e7c
1
ansible/roles/apache
80
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: edit etc hosts\n lineinfile:\n path: /etc/hosts\n state: present\n line: '192.168.33.67 db'\n tags:\n - no-docker\n\n- name: install apache2 and server components\n apt: name={{ item }} update_cac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
ilbonzo/Rocannon
fd69609fae52bfd9fd1ad95223c37960ff788e7c
1
ansible/roles/demo
80
[ "no_license" ]
[ { "path": "ansible/roles/demo/handlers/main.yml", "content": "---\n# handlers file for demo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/demo/tasks/main.yml", "content": "---\n# tasks file for demo\n\n- name: copy demo app sour...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 803, "all_permissive": false }
ansible_role
ilbonzo/Rocannon
fd69609fae52bfd9fd1ad95223c37960ff788e7c
1
ansible/roles/mysql
80
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: install dependencies\n apt:\n name=python-mysqldb\n state=present\n update_cache=yes\n\n- name: install mysql-server\n apt:\n name=mysql-server\n state=present\n update_cache=yes\n\n- name: m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 848, "all_permissive": false }
ansible_role
NethServer/nethserver-vagrant-box
9cb19c8c3b39b50c7a25a15963426bb1565ae852
0
ansible/roles/vagrant-box
80
[ "no_license" ]
[ { "path": "ansible/roles/vagrant-box/tasks/main.yml", "content": "---\n- name: \"Create vagrant user\"\n user:\n name: vagrant\n #sudo dnf install python2-passlib\n #python -c \"from passlib.hash import sha512_crypt; import getpass; print sha512_crypt.using(rounds=5000).hash(getpass.getpass())\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
seanso/basic-proxy-automation
5bcb114a0a1ad488d9d4a47a528314ee0f7bf2c5
0
roles/proxy-automation
80
[ "no_license" ]
[ { "path": "roles/proxy-automation/templates/httpd.conf.j2", "content": "ServerRoot \"/etc/httpd\"\n\n#Listen 172.16.17.32:80\nListen 80\n\nInclude conf.modules.d/*.conf\n\nUser apache\nGroup apache\n\nServerAdmin root@localhost\n\n#\n# Deny access to the entirety of your server's filesystem. You must\n# exp...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8112, "all_permissive": false }
ansible_role
ecostage/suporte-ecostage
736fb3b3b932539c94e254760929033ce1df32d0
1
ansible/roles/rvm_io.rvm1-ruby
80
[ "no_license" ]
[ { "path": "ansible/roles/rvm_io.rvm1-ruby/README.md", "content": "## What is rvm1-ansible? [![Build Status](https://secure.travis-ci.org/rvm/rvm1-ansible.png)](http://travis-ci.org/rvm/rvm1-ansible)\n\nIt is an [ansible](http://www.ansible.com/home) role to install and manage ruby versions using rvm.\n\n###...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10153, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/common-apps
80
[ "no_license" ]
[ { "path": "ansible/roles/common-apps/tasks/main.yml", "content": "---\n- import_tasks: cloudflared.yml\n- import_tasks: cockpit.yml\n- import_tasks: docker.yml\n- import_tasks: am-helper.yml\n- import_tasks: prom-node-exporter.yml\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6378, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/haproxy
80
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg", "content": "global\r\n log 127.0.0.1 local2\r\n chroot /var/lib/haproxy\r\n pidfile /var/run/haproxy.pid\r\n user haproxy\r\n group haproxy\r\n daemon\r\n\r\ndefaults\r\n log global\r\n option httplog\r\n option dontlognull\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2122, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/minecraft
80
[ "no_license" ]
[ { "path": "ansible/roles/minecraft/templates/etc/db/my.cnf", "content": "[mysqld]\ninnodb_buffer_pool_size=1G\ncharacter-set-server=utf8mb4\nwait_timeout=86400\n[client]\ndefault-character-set=utf8mb4", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 35293, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/o11y
80
[ "no_license" ]
[ { "path": "ansible/roles/o11y/templates/compose.yaml", "content": "volumes:\n grafana_data:\n prometheus_data:\n\nservices:\n grafana:\n image: grafana/grafana:latest\n volumes:\n - grafana_data:/var/lib/grafana\n - /etc/timezone:/etc/timezone:ro\n depends_on:\n - prometheus\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2338, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/ops
80
[ "no_license" ]
[ { "path": "ansible/roles/ops/tasks/docker.yml", "content": "# docker oprations\n---\n- name: docker_ops - Remove unused images\n shell: docker image prune -f\n register: docker_ops_prune\n changed_when: false\n failed_when: docker_ops_prune.rc != 0\n", "license_type": "no_license", "detected_lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 717, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/palworld
80
[ "no_license" ]
[ { "path": "ansible/roles/palworld/tasks/main.yml", "content": "# app Settings (palworld)\n\n# vars example\n# vars:\n# pal_join_fqdn: string (optional)\n# pal_server_password: <PASSWORD>\n# pal_admin_password: <PASSWORD>\n# pal_discord_webhook_url: string (optional)\n---\n- name: palworld - Crea...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3126, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/system
80
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/users.yml", "content": "# Linux user Settings\n\n# vars example\n# vars:\n# users:\n# - name: string\n# comment: string\n# uid: int\n# password: <PASSWORD>\n# groups: string\n---\n- name: users - Create oprational user\n user:\...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2963, "all_permissive": false }
ansible_role
AhiruMarsh/am-helper
0c1c4830d30464f3c56ac1a25d6bff74160f6057
0
ansible/roles/uptime-kuma
80
[ "no_license" ]
[ { "path": "ansible/roles/uptime-kuma/templates/compose.yaml", "content": "services:\n app:\n image: louislam/uptime-kuma:latest\n environment:\n TZ: \"Asia/Tokyo\"\n # .envファイルにArgo tunnelのトークンをTOKEN変数で登録\n UPTIME_KUMA_CLOUDFLARED_TOKEN: \"{{ kuma_cloudflared_token }}\"\n volumes:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1201, "all_permissive": false }
ansible_role
agriii927/ansible_role_for_docker_install
8fe6ffd69436153d9141fc4ee3b50ca6654c2edc
0
roles/install_docker
86
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- name: Ping servers\n ping:\n \n- name: Uninstall older versions packages for CentOS\n yum:\n name: \"{{item}}\"\n state: absent\n loop: \"{{centos_docker_packs_to_uninstall}}\"\n when: ansible_os_family == \"RedHat\"\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2926, "all_permissive": false }
ansible_role
ebolyen/powertrip-provisioning
ed485c99f213ac4ee9148bfd857fd4256c0cf476
0
roles/docker
86
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: install deps\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n with_items:\n - apt-transport-https\n - ca-certificates\n - python-dev\n - python-pip\n\n- name: add docker repo key\n apt_key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
ebolyen/powertrip-provisioning
ed485c99f213ac4ee9148bfd857fd4256c0cf476
0
roles/nginx
86
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: install nginx\n apt:\n name: nginx\n state: present\n\n- name: remove default nginx configuration\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n notify:\n - stop nginx\n - start nginx\n\n- name: copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
ebolyen/powertrip-provisioning
ed485c99f213ac4ee9148bfd857fd4256c0cf476
0
roles/ssh
86
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n\n- name: Add external port map for ssh\n lineinfile:\n dest: /etc/ssh/sshd_config\n line: Port 2223\n insertafter: \"^Port 22$\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
ebolyen/powertrip-provisioning
ed485c99f213ac4ee9148bfd857fd4256c0cf476
0
roles/ufw
86
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n\n- name: ufw open ports\n ufw:\n rule: allow\n state: enabled\n name: \"{{ item }}\"\n with_items:\n - OpenSSH\n - Nginx Full\n\n- name: ufw allow 2223\n ufw:\n rule: allow\n port: 2223\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
ebolyen/powertrip-provisioning
ed485c99f213ac4ee9148bfd857fd4256c0cf476
0
roles/utilities
86
[ "no_license" ]
[ { "path": "roles/utilities/tasks/main.yml", "content": "---\n\n- name: install htop\n apt:\n name: htop\n state: latest\n\n- name: install tmux\n apt:\n name: tmux\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
jankubierecki/ADSK
e45c1693b1d0937d3aeced06a5ead5edb15e88f8
0
roles/application
86
[ "no_license" ]
[ { "path": "roles/application/tasks/main.yml", "content": "---\n\n- name: install jre\n yum:\n name: java-1.8.0-openjdk-headless.x86_64\n state: present\n\n- name: create group\n group:\n name: \"{{ application_group }}\"\n state: present\n system: yes\n\n- name: create user\n user:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1238, "all_permissive": false }
ansible_role
jankubierecki/ADSK
e45c1693b1d0937d3aeced06a5ead5edb15e88f8
0
roles/grafana
86
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: install grafana\n yum:\n name: \"{{ grafana_src }}\"\n state: present\n\n- name: copy grafana conf\n template:\n src: grafana.ini\n dest: /etc/grafana/grafana.ini\n\n- name: start grafana\n service:\n name: grafana-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": false }