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
vavolynets/hello_app
da09dd9919c75cd368c6445953e2e7ebb4d2bec3
0
ansible/roles/rails
4
[ "no_license" ]
[ { "path": "ansible/roles/rails/tasks/main_pkg.yml", "content": "---\n- name: Install aptitude\n apt:\n name: aptitude\n force: yes\n state: present\n tags: [rails]\n\n- name: upgrade\n action: apt update_cache=yes upgrade=yes\n\n- name: Get Kernel Release\n shell: uname -r\n ignore_errors: yes...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2616, "all_permissive": false }
ansible_role
vavolynets/hello_app
da09dd9919c75cd368c6445953e2e7ebb4d2bec3
0
ansible/roles/user
4
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "- name: \"Create deployment user\"\n user:\n name: rails\n comment: \"User for deployment rails app.\"\n home: \"{{ deploy_directory }}\"\n system: yes\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_comment: \"Key for a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
uschy-berlin/USCHY-Home
7d720cc098839ea6eb9c05229275edd2b9d755f9
0
ansible/roles/robertdebock.bootstrap
4
[ "no_license" ]
[ { "path": "ansible/roles/robertdebock.bootstrap/molecule/vagrant/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n role-file: requirements.yml\nlint:\n name: yamllint\ndriver:\n name: vagrant\n provider:\n name: virtualbox\nplatforms:\n - name: bootstrap-debian\n box: de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 13771, "all_permissive": false }
ansible_role
uschy-berlin/USCHY-Home
7d720cc098839ea6eb9c05229275edd2b9d755f9
0
ansible/roles/robertdebock.reboot
4
[ "no_license" ]
[ { "path": "ansible/roles/robertdebock.reboot/molecule/vagrant/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n role-file: requirements.yml\nlint:\n name: yamllint\ndriver:\n name: vagrant\n provider:\n name: virtualbox\nplatforms:\n - name: reboot-debian\n box: debian/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4024, "all_permissive": false }
ansible_role
uschy-berlin/USCHY-Home
7d720cc098839ea6eb9c05229275edd2b9d755f9
0
ansible/roles/uschy.atomic.update
4
[ "no_license" ]
[ { "path": "ansible/roles/uschy.atomic.update/tasks/main.yml", "content": "---\n# Update atomic Hosts \n- name: update atomic hosts\n command: atomic host upgrade\n become: yes\n become_method: sudo\n when: \n - ansible_pkg_mgr == \"atomic_container\"\n\n- name: Reboot Atomic host\n command: sleep 2 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/cni
4
[ "no_license" ]
[ { "path": "roles/cni/templates/bridge.conf.j2", "content": "{\n \"cniVersion\": \"1.0.0\",\n \"name\": \"bridge\",\n \"type\": \"bridge\",\n \"bridge\": \"cni0\",\n \"isGateway\": true,\n \"ipMasq\": true,\n \"ipam\": {\n \"type\": \"host-local\",\n \"ranges\": [\n [{\"subnet\": \"{{ hostv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2088, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/containerd
4
[ "no_license" ]
[ { "path": "roles/containerd/tasks/service.yaml", "content": "---\n\n- name: Install service containerd\n ansible.builtin.template:\n src: containerd.service.j2\n dest: /etc/systemd/system/containerd.service\n notify:\n - reload systemd\n\n- name: Enable and start containerd\n ansible.builtin.sys...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4761, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/crictl
4
[ "no_license" ]
[ { "path": "roles/crictl/tasks/main.yml", "content": "---\n\n- name: Is crictl installed\n ansible.builtin.stat:\n path: \"{{ crictl_extract_dir }}/crictl-{{ crictl_version }}/crictl\"\n register: crictl_file_found\n\n- block:\n\n - name: Create crictl directory\n ansible.builtin.file:\n path: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1574, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/etcd
4
[ "no_license" ]
[ { "path": "roles/etcd/tasks/cert.yaml", "content": "---\n\n- name: Check for existence of CA file\n stat:\n path: \"{{ cert_dir }}/ca.crt\"\n register: ca_file_status\n\n- name: Stop playbook if file does not exist\n fail:\n msg: \"file {{ cert_dir }}/ca.crt does not exist. Playbook stopped.\"\n w...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 14361, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/kube_apiserver
4
[ "no_license" ]
[ { "path": "roles/kube_apiserver/defaults/main.yml", "content": "---\n\nkube_apiserver_version: 1.30.0\n\nkube_apiserver_extract_dir: /opt\nkube_apiserver_binary_dir: /usr/local/bin\nkube_apiserver_conf_dir: /etc/kubernetes\n\nkube_apiserver_install_mode: network\nkube_apiserver_local_binary_dir: /home/yura/...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 13560, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/kube_controller_manager
4
[ "no_license" ]
[ { "path": "roles/kube_controller_manager/tasks/install.yaml", "content": "---\n\n- name: Is kube-controller_manager installed\n ansible.builtin.stat:\n path: \"{{ kube_controller_manager_extract_dir }}/kube-controller-manager-{{ kube_controller_manager_version }}/kube-controller-manager\"\n register: k...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6277, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/kube_proxy
4
[ "no_license" ]
[ { "path": "roles/kube_proxy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kube_proxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/kube_proxy/templates/kube-proxy.service.j2", "content": "[...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7346, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/kube_scheduler
4
[ "no_license" ]
[ { "path": "roles/kube_scheduler/handlers/main.yml", "content": "---\n\n- name: reload systemd\n ansible.builtin.systemd:\n daemon_reload: yes\n\n- name: restart kube-scheduler\n ansible.builtin.systemd:\n name: kube-scheduler\n state: restarted\n enabled: yes\n", "license_type": "no_licens...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5729, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/kubectl
4
[ "no_license" ]
[ { "path": "roles/kubectl/defaults/main.yml", "content": "---\n\nkubectl_version: 1.30.0\nkubectl_binary_dir: /usr/local/bin\n\nkubectl_install_mode: network\nkubectl_local_binary_dir: /home/yura/k8s/binary\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3074, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/kubelet
4
[ "no_license" ]
[ { "path": "roles/kubelet/defaults/main.yml", "content": "---\n\nkubelet_version: 1.30.0\nkubelet_extract_dir: /opt\nkubelet_binary_dir: /usr/local/bin\nkubelet_config_dir: /var/lib/kubelet\n\nkubelet_install_mode: network\nkubelet_local_binary_dir: /home/yura/k8s/binary\n\nkubelet_kubeconfig_dir: /etc/kuber...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6264, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/pod_route
4
[ "no_license" ]
[ { "path": "roles/pod_route/handlers/main.yml", "content": "---\n# handlers file for route\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/pod_route/vars/main.yml", "content": "---\n# vars file for route\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 370, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/preset
4
[ "no_license" ]
[ { "path": "roles/preset/tasks/sysctl.yaml", "content": "---\n\n- name: Create file /etc/sysctl.d/k8s.conf\n ansible.builtin.blockinfile:\n path: /etc/sysctl.d/k8s.conf\n block: |\n net.bridge.bridge-nf-call-ip6tables = 1\n net.bridge.bridge-nf-call-iptables = 1\n net.ipv4.ip_forward = ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2060, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/runc
4
[ "no_license" ]
[ { "path": "roles/runc/tasks/main.yml", "content": "---\n\n- name: Is runc installed\n ansible.builtin.stat:\n path: \"{{ runc_extract_dir }}/runc-{{ runc_version }}/runc\"\n register: runc_file_found\n\n- block:\n\n - name: Create runc directory\n ansible.builtin.file:\n path: \"{{ runc_extrac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1592, "all_permissive": false }
ansible_role
kyn07c0/ansible-k8s
bb738470d62eb9943521cf8ab54c207750583b1e
0
roles/selfsigned_cert
4
[ "no_license" ]
[ { "path": "roles/selfsigned_cert/vars/main.yml", "content": "---\n\nca_request_file: ca.csr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/selfsigned_cert/tasks/main.yaml", "content": "---\n\n- name: Create remote cert directory\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1304, "all_permissive": false }
ansible_role
fullmetalrooster/ansible-dc
d72c033d5082ff5b4ee6b89cd1192857397602d4
0
roles/default
10
[ "no_license" ]
[ { "path": "roles/default/tasks/main.yml", "content": "---\n\n- name: set hostname\n hostname:\n name: '{{ inventory_hostname }}'\n\n- name: install default packages\n package:\n name: '{{ packages }}'\n\n- name: set root password\n user:\n name: root\n password: \"{{ <PASSWORD> }}\"", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 321, "all_permissive": false }
ansible_role
fullmetalrooster/ansible-dc
d72c033d5082ff5b4ee6b89cd1192857397602d4
0
roles/grafana
10
[ "no_license" ]
[ { "path": "roles/grafana/templates/supervisor.conf.j2", "content": "[supervisorctl]\nusername=root\nserverurl=unix://{{ supervisor.service.socket }}\n\n[program:grafana]\ncommand={{ grafana.user.directory }}/bin/grafana-server -config '{{ grafana.user.directory }}/conf/grafana.ini'\nuser=grafana\ndirectory=...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3944, "all_permissive": false }
ansible_role
fullmetalrooster/ansible-dc
d72c033d5082ff5b4ee6b89cd1192857397602d4
0
roles/network
10
[ "no_license" ]
[ { "path": "roles/network/handlers/tasks.yml", "content": "---\n\n- name: reboot system\n reboot:\n ignore_errors: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/network/templates/routes.j2", "content": "# --- IPv4 routes in CIDR pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1451, "all_permissive": false }
ansible_role
fullmetalrooster/ansible-dc
d72c033d5082ff5b4ee6b89cd1192857397602d4
0
roles/supervisor
10
[ "no_license" ]
[ { "path": "roles/supervisor/meta/main.yml", "content": "dependencies:\n - default", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/supervisor/vars/suse.yml", "content": "---\nsupervisor:\n service:\n socket: /var/run/supervisord/super...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 811, "all_permissive": false }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/complete_sno_install
10
[ "permissive" ]
[ { "path": "ansible/roles/complete_sno_install/tasks/main.yml", "content": "---\n- name: Make sure polling script is executable\n file:\n path: scripts/poll-for-install-completion.sh \n mode: '0755'\n\n- name: Poll for cluster install completion for 90 minutes\n shell: |\n scripts/poll-for-install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1985, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/create_sno_vm
10
[ "permissive" ]
[ { "path": "ansible/roles/create_sno_vm/tasks/main.yml", "content": "---\n- name: Get existing VMs\n vmware_vm_info:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n vm_type: vm\n validate_certs: no\n\n register: existing_vms\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3504, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/mirror_images_to_local
10
[ "permissive" ]
[ { "path": "ansible/roles/mirror_images_to_local/tasks/main.yml", "content": "---\n- name: Assisted installer images dir\n file:\n path: mirrored-images/ai\n state: directory\n\n- name: Install images dir\n file:\n path: \"mirrored-images/{{ sno_release }}/install\"\n state: directory\n recu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5931, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/patch_operator_hub
10
[ "permissive" ]
[ { "path": "ansible/roles/patch_operator_hub/tasks/main.yml", "content": "---\n- name: Patch external Operator hub sources\n kubernetes.core.k8s_json_patch:\n api_version: config.openshift.io/v1\n kind: OperatorHub\n name: cluster\n kubeconfig: \"auth/{{ sno_cluster_name }}-kubeconfig\"\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/prepare_sno_install
10
[ "permissive" ]
[ { "path": "ansible/roles/prepare_sno_install/tasks/main.yml", "content": "--- \n- name: Escaped pull secret for internet connected install\n set_fact:\n escaped_pull_secret: \"{{ lookup('file','auth/pull-secret.txt') | replace('\\\"', '\\\\\\\"') }}\"\n when: not sno_install_is_airgapped \n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5876, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/setup_image_registry
10
[ "permissive" ]
[ { "path": "ansible/roles/setup_image_registry/tasks/main.yml", "content": "---\n- name: Look for kubeconfig file\n stat:\n path: auth/{{ sno_cluster_name }}-kubeconfig\n register: kubeconfig_file\n\n- name: Verify that kubeconfig file exists\n assert:\n that: kubeconfig_file.stat.exists\n fail_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2838, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/setup_odf_lvm
10
[ "permissive" ]
[ { "path": "ansible/roles/setup_odf_lvm/templates/odflvm-catalog-source.yml.j2", "content": "apiVersion: operators.coreos.com/v1alpha1\nkind: CatalogSource\nmetadata:\n name: local-index-olm-mirror-redhat-operator-index\n namespace: openshift-marketplace\nspec:\n image: >-\n {{ sno_util_hostname }}:{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5239, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/start_assisted_installer
10
[ "permissive" ]
[ { "path": "ansible/roles/start_assisted_installer/templates/registries.conf.j2", "content": "unqualified-search-registries = [\"registry.access.redhat.com\", \"docker.io\"]\n\n[[registry]]\nprefix = \"\"\nlocation = \"quay.io/openshift-release-dev/ocp-release\"\nmirror-by-digest-only = false\n\n[[registry.m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9258, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/start_mirror_registry
10
[ "permissive" ]
[ { "path": "ansible/roles/start_mirror_registry/tasks/main.yml", "content": "---\n- name: Mirror registry creds\n set_fact:\n unencoded_creds: \"init:{{ mirror_registry_password }}\"\n\n- name: Mirror registry encoded creds\n set_fact:\n encoded_creds: \"{{ unencoded_creds | b64encode }}\"\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3415, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/teardown_sno_cluster
10
[ "permissive" ]
[ { "path": "ansible/roles/teardown_sno_cluster/tasks/main.yml", "content": "---\n- name: Get existing VMs\n vmware_vm_info:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n vm_type: vm\n validate_certs: no\n\n register: existing...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4636, "all_permissive": true }
ansible_role
djccarew/sno-on-vmware-ansible
22cc18635d4b1a77cdc6dd8ab54d52d86506684a
2
ansible/roles/validate_parms
10
[ "permissive" ]
[ { "path": "ansible/roles/validate_parms/tasks/main.yml", "content": "---\n- name: Verify vcenter_hostname parameter\n assert:\n that: 'vcenter_hostname is defined and vcenter_hostname is string and vcenter_hostname is regex(\"^(((?!\\-))(xn\\-\\-)?[a-z0-9\\-_]{0,61}[a-z0-9]{1,1}\\.)*(xn\\-\\-)?([a-z0-9...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6695, "all_permissive": true }
ansible_role
denmarkgit/onb_accounting
5b913028c05fa602cc0e7e65e098ce8bec2292db
0
roles/nas
10
[ "no_license" ]
[ { "path": "roles/nas/tasks/main.yml", "content": "---\n- name: ping\n ping:\n when: add_nas_account\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 50, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/adduser
10
[ "no_license" ]
[ { "path": "roles/adduser/README.md", "content": "adduser\n=========\nadd hdm accout\n\nExample Playbook\n----------------\n\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n vars:\n\t- new_pass: <PASSWORD> \n\t- new_user: test12 \n\t- role_id: Operator\n\t- timeout: 30\n\n roles:\n\t- addu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 820, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/adduserg6g7
10
[ "no_license" ]
[ { "path": "roles/adduserg6g7/vars/main.yml", "content": "---\n# vars file for adduserg6g7", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/adduserg6g7/README.md", "content": "adduserg6g7\n=========\n\nadd hdm accout for g6 g7\n\nExample Pl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1335, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/createlogicaldrive
10
[ "no_license" ]
[ { "path": "roles/createlogicaldrive/vars/main.yml", "content": "---\n# vars file for createlogicaldrive", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/createlogicaldrive/tests/test.yml", "content": "---\n- hosts: hdmhosts\n connection: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1987, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/deletelogicaldrive
10
[ "no_license" ]
[ { "path": "roles/deletelogicaldrive/tasks/main.yml", "content": "---\n# tasks file for deletelogicaldrive\n- name: Delete Logical Drive\n hdm_redfish_command:\n category: Systems\n command: DeleteLogicalDrive\n baseuri: \"{{ baseuri }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSW...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 898, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/deluser
10
[ "no_license" ]
[ { "path": "roles/deluser/defaults/main.yml", "content": "---\n# defaults file for deluser", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/deluser/vars/main.yml", "content": "---\n# vars file for deluser", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 773, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/getbiosattr
10
[ "no_license" ]
[ { "path": "roles/getbiosattr/tasks/main.yml", "content": "---\n# tasks file for getBiosattr\n- name: Get BIOS attributes\n hdm_redfish_info:\n category: Systems\n command: GetBiosAttributes\n baseuri: \"{{ baseuri }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n regist...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 678, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/getfirminven
10
[ "no_license" ]
[ { "path": "roles/getfirminven/vars/main.yml", "content": "---\n# vars file for getfirminven", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/getfirminven/handlers/main.yml", "content": "---\n# handlers file for getfirminven", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 692, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/getlogicaldriveinven
10
[ "no_license" ]
[ { "path": "roles/getlogicaldriveinven/tasks/main.yml", "content": "---\n# tasks file for get logical drive details\n- name: Get Logical Drive Inventory\n hdm_redfish_info:\n category: Systems\n command: GetLogicalDriveInventory\n baseuri: \"{{ baseuri }}\"\n username: \"{{ username }}\"\n pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 761, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/getnicinven
10
[ "no_license" ]
[ { "path": "roles/getnicinven/defaults/main.yml", "content": "---\n# defaults file for getnicinven", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/getnicinven/tests/test.yml", "content": "---\n- hosts: hdmhosts\n connection: local\n gath...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 674, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/getphysicaldriveinven
10
[ "no_license" ]
[ { "path": "roles/getphysicaldriveinven/handlers/main.yml", "content": "---\n# handlers file for getphysicaldriveinven", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/getphysicaldriveinven/README.md", "content": "Role Name\n=========\nGet ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 769, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/getpsuinven
10
[ "no_license" ]
[ { "path": "roles/getpsuinven/tasks/main.yml", "content": "---\n# tasks file for getpsuinven\n- name: Get PSU Inventory\n hdm_redfish_info:\n category: Chassis\n command: GetPsuInventory\n baseuri: \"{{ baseuri }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n register: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 672, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/getraidstorageinven
10
[ "no_license" ]
[ { "path": "roles/getraidstorageinven/tests/test.yml", "content": "---\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n roles:\n - getraidstorageinven\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/getraidstorageinven/RE...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 743, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/modifylogicaldrive
10
[ "no_license" ]
[ { "path": "roles/modifylogicaldrive/handlers/main.yml", "content": "---\n# handlers file for modifylogicaldrive", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/modifylogicaldrive/README.md", "content": "Role Name\n=========\nModify logica...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1434, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/powerforceoff
10
[ "no_license" ]
[ { "path": "roles/powerforceoff/tests/test.yml", "content": "---\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n roles:\n - powerforceoff\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/powerforceoff/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 663, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/powergracefulshutdown
10
[ "no_license" ]
[ { "path": "roles/powergracefulshutdown/README.md", "content": "Role Name\n=========\nPower graceful shutdown\n\nExample Playbook\n----------------\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n roles:\n - powergracefulshutdown\n\nLicense\n-------\n\nBSD\n\nAuthor Information\n---------...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 738, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/poweron
10
[ "no_license" ]
[ { "path": "roles/poweron/tests/test.yml", "content": "---\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n roles:\n - poweron\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/poweron/handlers/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 621, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/powerreboot
10
[ "no_license" ]
[ { "path": "roles/powerreboot/vars/main.yml", "content": "---\n# vars file for powerreboot", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/powerreboot/tasks/main.yml", "content": "---\n# tasks file for powerreboot \n- name: Restart system...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 648, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/setbootdevice
10
[ "no_license" ]
[ { "path": "roles/setbootdevice/README.md", "content": "Role Name\n=========\nSet boot device\n\nExample Playbook\n----------------\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n vars:\n - bootdevice: Hdd\n roles:\n - setbootdevice\nLicense\n-------\n\nBSD\n\nAuthor Information\n---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 904, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/setipv4dhcp
10
[ "no_license" ]
[ { "path": "roles/setipv4dhcp/handlers/main.yml", "content": "---\n# handlers file for setipv4dhcp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/setipv4dhcp/tasks/main.yml", "content": "---\n# tasks file for setipv4dhcp\n- name: Set IPv4...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 736, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/setipv4static
10
[ "no_license" ]
[ { "path": "roles/setipv4static/handlers/main.yml", "content": "---\n# handlers file for setipv4static", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/setipv4static/README.md", "content": "Role Name\n=========\nSet ipv4 static\n\nExample P...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1071, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/setipv6dhcp
10
[ "no_license" ]
[ { "path": "roles/setipv6dhcp/handlers/main.yml", "content": "---\n# handlers file for setipv6dhcp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/setipv6dhcp/defaults/main.yml", "content": "---\n# defaults file for setipv6dhcp", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 651, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/setipv6static
10
[ "no_license" ]
[ { "path": "roles/setipv6static/defaults/main.yml", "content": "---\n# defaults file for setipv6static", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/setipv6static/README.md", "content": "Role Name\n=========\nSet ipv6 static\n\nExample P...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1105, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/setntpservers
10
[ "no_license" ]
[ { "path": "roles/setntpservers/tasks/main.yml", "content": "---\n# tasks file for setNTPservers\n- name: Set {{ attribute_name }} to {{ attribute_value }}\n hdm_redfish_command:\n category: Manager\n command: SetNTPServers\n baseuri: \"{{ baseuri }}\"\n username: \"{{ username }}\"\n passwor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 938, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/setonetimeboot
10
[ "no_license" ]
[ { "path": "roles/setonetimeboot/defaults/main.yml", "content": "---\n# defaults file for setonetimeboot", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/setonetimeboot/tasks/main.yml", "content": "---\n# tasks file for setonetimeboot\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 820, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/settimezone
10
[ "no_license" ]
[ { "path": "roles/settimezone/vars/main.yml", "content": "---\n# vars file for settimezone", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/settimezone/defaults/main.yml", "content": "---\n# defaults file for settimezone", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 810, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/updateusername
10
[ "no_license" ]
[ { "path": "roles/updateusername/tests/test.yml", "content": "---\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n vars:\n - account_username: test\n - account_updatename: test_mod\n roles:\n - updateusername\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 948, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/updateuserpass
10
[ "no_license" ]
[ { "path": "roles/updateuserpass/vars/main.yml", "content": "---\n# vars file for updateuserpass", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/updateuserpass/tests/test.yml", "content": "---\n- hosts: hdmhosts\n connection: local\n gat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 940, "all_permissive": false }
ansible_role
H3C-BMC/HDM-ansible-collection
a3ed9b6a13957bb19885413c216382b35a92378d
0
roles/updateuserrole
10
[ "no_license" ]
[ { "path": "roles/updateuserrole/README.md", "content": "updateuserrole\n=========\nupdate user role\n\nExample Playbook\n----------------\n\n- hosts: hdmhosts\n connection: local\n gather_facts: False\n vars:\n - account_username: test_mod\n - roleid: Administrator\n roles:\n - updateuserrole\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 904, "all_permissive": false }
ansible_role
e406hsy/ansible_playbooks
4cfe94abbfe58401521ea93255395c37cb0207d6
0
playbooks/roles/docker
10
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/centos.yml", "content": "- name: Install Docker Dependency\r\n ansible.builtin.yum:\r\n name: \"yum-utils\"\r\n state: present\r\n\r\n- name: Add repository\r\n yum_repository:\r\n name: dockerRepository\r\n description: Add Docker repository\r\n base...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1562, "all_permissive": false }
ansible_role
e406hsy/ansible_playbooks
4cfe94abbfe58401521ea93255395c37cb0207d6
0
playbooks/roles/elasticsearch
10
[ "no_license" ]
[ { "path": "playbooks/roles/elasticsearch/default/main.yml", "content": "elastic_network: elastic", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "playbooks/roles/elasticsearch/tasks/centos.yml", "content": "- name: Install docker python package\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 658, "all_permissive": false }
ansible_role
e406hsy/ansible_playbooks
4cfe94abbfe58401521ea93255395c37cb0207d6
0
playbooks/roles/nginx
10
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/templates/nginx.conf", "content": "worker_processes auto;\n\nevents {}\n\nhttp {\n{% for server in servers_to_connect %}\n server {\n listen {{ domain.port }} ssl;\n listen [::]:{{ domain.port }};\n keepalive_timeout 70;\n\n server_nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7248, "all_permissive": false }
ansible_role
e406hsy/ansible_playbooks
4cfe94abbfe58401521ea93255395c37cb0207d6
0
playbooks/roles/podman-jenkins
10
[ "no_license" ]
[ { "path": "playbooks/roles/podman-jenkins/vars/main.yml", "content": "path:\n jenkins:\n home: \"{{ podman_home_directory }}/jenkins\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "playbooks/roles/podman-jenkins/templates/podman-compose.yml.j...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1404, "all_permissive": false }
ansible_role
e406hsy/ansible_playbooks
4cfe94abbfe58401521ea93255395c37cb0207d6
0
playbooks/roles/podman-nginx
10
[ "no_license" ]
[ { "path": "playbooks/roles/podman-nginx/files/script/compresslog.sh", "content": "#!/bin/sh\n\n# File date format\nDATE=`/bin/date +%y%m%d`\n\n# Archive period\nDAYS=30\nCOMPRESS_DAYS=5\n\nSERVICE_DIR=$1\nLOG_DIR=/home1/irteam/docker/nginx/logs/$SERVICE_DIR\n\nfunction compress_log {\n echo \"compres...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 9030, "all_permissive": false }
ansible_role
e406hsy/ansible_playbooks
4cfe94abbfe58401521ea93255395c37cb0207d6
0
playbooks/roles/sonarqube
10
[ "no_license" ]
[ { "path": "playbooks/roles/sonarqube/tasks/main.yml", "content": "\n- name: Install sonarqube on CentOs or Rethat linux\n import_tasks: centos.yml\n when: ansible_facts['os_family']|lower == 'redhat'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1722, "all_permissive": false }
ansible_role
e406hsy/ansible_playbooks
4cfe94abbfe58401521ea93255395c37cb0207d6
0
playbooks/roles/wireguard
10
[ "no_license" ]
[ { "path": "playbooks/roles/wireguard/tasks/main.yml", "content": "\n- name: Install wireguard on CentOs or Redhat linux\n import_tasks: centos.yml\n when: ansible_facts['os_family']|lower == 'redhat'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1583, "all_permissive": false }
ansible_role
Yahia58/thefinal-ansible
71743c9ce83426d3fb021b9eae00a18c4574c581
0
roles/app_deployment
10
[ "no_license" ]
[ { "path": "roles/app_deployment/files/app/scripts/app.js", "content": "document.addEventListener('DOMContentLoaded', () => {\n fetch('/databases')\n .then(response => response.json())\n .then(data => {\n const tablesDiv = document.getElementById('tables');\n if (data.e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5322, "all_permissive": false }
ansible_role
Yahia58/thefinal-ansible
71743c9ce83426d3fb021b9eae00a18c4574c581
0
roles/database
10
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt:\n name: mysql-server\n state: present\n\n- name: Start and enable MySQL\n service:\n name: mysql\n state: started\n enabled: true\n\n- name: Create application database\n mysql_db:\n name: app_db\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1816, "all_permissive": false }
ansible_role
Yahia58/thefinal-ansible
71743c9ce83426d3fb021b9eae00a18c4574c581
0
roles/dns_config
10
[ "no_license" ]
[ { "path": "roles/dns_config/tasks/main.yml", "content": "- name: Install DNS server\n apt:\n name: bind9\n state: present\n become: true\n\n- name: Configure named.conf\n copy:\n src: files/named.conf # Ensure the path is correct\n dest: /etc/bind/named.conf\n notify:\n - Restart DNS\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
Yahia58/thefinal-ansible
71743c9ce83426d3fb021b9eae00a18c4574c581
0
roles/firewall
10
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "# Ensure UFW is installed (instead of firewalld)\n- name: Install UFW\n apt:\n name: ufw\n state: present\n become: true\n\n# Enable UFW\n- name: Enable UFW\n command: ufw --force enable\n become: true\n\n# Allow HTTP and HTTPS through UFW\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 775, "all_permissive": false }
ansible_role
mjminio/minio-baremetal-ansible
c784d5a699fde7a14be78375b0cebcc226afeaa9
0
roles/disks
10
[ "no_license" ]
[ { "path": "roles/disks/tasks/main.yml", "content": "---\n- name: Get list of all block devices\n command: lsblk -J -n -o NAME,MOUNTPOINT,TYPE,SIZE,FSTYPE\n register: block_devices\n\n- name: Convert lsblk output to dict\n set_fact:\n all_disks: \"{{ block_devices.stdout | from_json }}\"\n \n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2075, "all_permissive": false }
ansible_role
mjminio/minio-baremetal-ansible
c784d5a699fde7a14be78375b0cebcc226afeaa9
0
roles/minio
10
[ "no_license" ]
[ { "path": "roles/minio/templates/minio-multi-tls.j2", "content": "# Source: https://github.com/minio/minio-service/tree/master/linux-systemd\n\n# Remote volumes to be used for MinIO server.\n{{ minio_multi_tls_volumes }}\n# Use if you want to run MinIO on a custom port.\nMINIO_OPTS=\"--address :9000 --conso...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6234, "all_permissive": false }
ansible_role
br0ziliy/tdd-for-servers
58b3d8ec84632b550483e3564b812fe14224d0c5
2
tests/02_demo/playbooks/roles/httpd
10
[ "no_license" ]
[ { "path": "tests/02_demo/playbooks/roles/httpd/templates/index.html.j2", "content": "Hello, I'm a happy webapp!\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "tests/02_demo/playbooks/roles/httpd/tasks/main.yml", "content": "---\n- name: Make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 381, "all_permissive": false }
ansible_role
br0ziliy/tdd-for-servers
58b3d8ec84632b550483e3564b812fe14224d0c5
2
tests/02_demo/playbooks/roles/httpd-refactored
10
[ "no_license" ]
[ { "path": "tests/02_demo/playbooks/roles/httpd-refactored/tasks/main.yml", "content": "---\n- name: Make sure needed packages are installed\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - httpd\n - mod_ssl\n - libselinux-python\n\n- name: Make sure correct index.html\n templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/ansible-role-solr
10
[ "no_license" ]
[ { "path": "roles/ansible-role-solr/molecule/centos7-solr-7.4.0/playbook.yml", "content": "---\n- name: Converge\n hosts: all\n vars:\n solr_version: \"7.4.0\"\n tasks:\n - name: add curl\n yum: name=curl state=present\n roles:\n - geerlingguy.java\n - ansible-role-solr\n", "license_...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 5940, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/apache-vhosts-role
10
[ "no_license" ]
[ { "path": "roles/apache-vhosts-role/templates/app.conf.j2", "content": "<VirtualHost *:80>\nTimeOut 9999\nProxyTimeout 9999\nErrorLog /var/log/apache2/error_{{ server_name }}.log\nLogFormat \"%h %l %u %t \\\"%r\\\" %>s %b\" standard_format\nCustomLog \"/var/log/apache2/access_{{ server_name }}.log\" common\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1898, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/apache2-upgrade
10
[ "no_license" ]
[ { "path": "roles/apache2-upgrade/tasks/main.yml", "content": "---\n- name: Add the custom apache2\n apt_repository:\n repo: 'ppa:ondrej/apache2'\n state: present\n\n- name: Upgrade the apache2 lib\n apt:\n name: apache2\n update_cache: yes\n state: latest\n\n- name: Apache | Enable some req...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/apache_base
10
[ "no_license" ]
[ { "path": "roles/apache_base/meta/main.yml", "content": "---\ndependencies:\n# - role: server_hardening\n# when: release_status is undefined or release_status != \"dev\"\n - role: php7.1_base\n when: ansible_distribution == 'Ubuntu' and ansible_lsb.major_release|int >= 16 and (php_version is not de...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 31692, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/apachewebtier
10
[ "no_license" ]
[ { "path": "roles/apachewebtier/meta/main.yml", "content": "---\ndependencies:\n - role: apache_base\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/apachewebtier/handlers/main.yml", "content": "---\n\n- name: initial www permissions se...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1494, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/backuppc_config_v2
10
[ "no_license" ]
[ { "path": "roles/backuppc_config_v2/tasks/host-config.yml", "content": "---\n- name: check if the host exists in the hosts file (delegated)\n lineinfile:\n path: \"{{ backuppc_config_folder }}/hosts\"\n regexp: \"^{{ host_config.name }}\"\n line: \"{{ host_config.name }}\\t{{ host_config.dhcp }}\\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3608, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/chromedriver
10
[ "no_license" ]
[ { "path": "roles/chromedriver/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt:\n pkg: ['libappindicator1', 'fonts-liberation', 'libasound2', 'libnspr4', 'libnss3', 'libxss1', 'xdg-utils', 'unzip']\n state: present\n update-cache: yes\n install_recommends: no\n cache_vali...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/common-dev
10
[ "no_license" ]
[ { "path": "roles/common-dev/files/etc-update-motd-d-95-ansible", "content": "#!/bin/sh\n\necho\necho \" ********************************************************\"\necho \" * This server is configured using Ansible \"\necho \" * You put your hands on line \"\necho \" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5799, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/common_ssh
10
[ "no_license" ]
[ { "path": "roles/common_ssh/tasks/main.yml", "content": "---\n# ssh keys setup\n\n# thanks https://jrs-s.net/2017/07/01/slow-ssh-logins/\n- name: Disable useDNS (rip slow ssh login)\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^UseDNS no\"\n line: \"UseDNS no\"\n state: present\n not...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1225, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/composer
10
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n\n- name: Install required packages.\n action: apt pkg={{ item }} state=present update-cache=yes install_recommends=no cache_valid_time=3600\n tags: composer\n with_items:\n - git\n\n- name: install composer\n shell: curl -sS https://getcomp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/dev-docker-image-build
10
[ "no_license" ]
[ { "path": "roles/dev-docker-image-build/templates/Dockerfile.j2", "content": "# essentially a foobar template\nFROM jekyll/jekyll\nVOLUME \"/var/www\" /srv/jekyll\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/dev-docker-image-build/defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1246, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/dev-jekyll
10
[ "no_license" ]
[ { "path": "roles/dev-jekyll/tasks/main.yml", "content": "---\n##\n# Ansible playbook for setting up various DEV tools\n#\n\n##\n# CSS compiling tools.\n#\n\n- name: Install required packages.\n action: apt pkg={{ item }} state=present install_recommends=no update-cache=yes cache_valid_time=3600\n tags: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1652, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/dev-mysql
10
[ "no_license" ]
[ { "path": "roles/dev-mysql/meta/main.yml", "content": "---\ndependencies:\n - role: innobackupex\n - role: dev_users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/dev-mysql/molecule/lxd_dev/playbook.yml", "content": "---\n- name: Co...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11776, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/dev-mysql8
10
[ "no_license" ]
[ { "path": "roles/dev-mysql8/defaults/main.yml", "content": "---\nmysql_root_password: \"{{ lookup('password', '{{ playbook_dir }}/secret/mysql_root_password_file length=15 chars=ascii_letters') }}\"\nmysql_skip_unattended: true # we don't want mysql to get rebooted by the automation", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3682, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/dev_users
10
[ "no_license" ]
[ { "path": "roles/dev_users/handlers/main.yml", "content": "---\n- name: Setup ubuntu user pass\n shell: echo ubuntu:{{ root_pass }} | /usr/sbin/chpasswd\n when: release_status is defined and release_status == \"dev\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/dotenv-hydration
10
[ "no_license" ]
[ { "path": "roles/dotenv-hydration/tasks/main.yml", "content": "---\n\n- name: \"See if {{ project_path }} has the .env.example file to hydrate\"\n stat:\n path: \"{{ project_path }}/.env.example\"\n register: env_example_stat\n\n- assert:\n that:\n - env_example_stat.stat.exists\n\n- block:\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2627, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/ffmpeg-compile
10
[ "no_license" ]
[ { "path": "roles/ffmpeg-compile/files/audio_convert_installation.sh", "content": "#!/bin/bash\n\nmkdir ~/ffmpeg_sources\ncd ~/ffmpeg_sources\nwget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz\ntar xzvf yasm-1.3.0.tar.gz\ncd yasm-1.3.0\n./configure --prefix=\"$HOME/ffmpeg_build\" --bindir=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5109, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/files-sync
10
[ "no_license" ]
[ { "path": "roles/files-sync/tasks/main.yml", "content": "---\n- name: Copy files/folders needed on the remote\n copy: src=\"{{ item.source }}\" dest=\"{{ item.destination }}\" mode=\"{{ item.mode }}\"\n with_items: \"{{ file_sync_maps }}\"\n when: item.mode is defined\n\n- name: Copy files/folders needed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/innobackupex
10
[ "no_license" ]
[ { "path": "roles/innobackupex/handlers/main.yml", "content": "---\n- name: Innobackup Reload apt\n action: apt update-cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/innobackupex/molecule/default/playbook.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2901, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/libmcrypt-dev
10
[ "no_license" ]
[ { "path": "roles/libmcrypt-dev/tasks/main.yml", "content": "---\n- name: Install mcrypt dev packages\n action: apt pkg=\"libmcrypt-dev\" state=present install_recommends=no update-cache=yes cache_valid_time=3600\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/lxd-container-ip-to-static
10
[ "no_license" ]
[ { "path": "roles/lxd-container-ip-to-static/templates/10-lxc.yaml.j2", "content": "network:\n version: 2\n ethernets:\n eth0:\n dhcp4: no\n addresses: [{{ ansible_eth0.ipv4.address }}/24]\n gateway4: {{ ansible_eth0.ipv4.address.split('.')[:-1] | join('.') }}.1\n nameservers:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 440, "all_permissive": false }
ansible_role
spottmedia/shareable-ansible-toolkit
0e9549a128ab46bf631334dc171f2dcb9216d318
1
roles/lxd-host-role
10
[ "no_license" ]
[ { "path": "roles/lxd-host-role/tasks/main.yml", "content": "---\n\n- name: LXD | Wrap version fetching\n block:\n - name: LXD | Get the current lxd version\n command: lxd --version\n register: lxd_version_output\n changed_when: false # for idempodence\n\n - name: LXD | set concrete b...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3098, "all_permissive": false }