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
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/sql2019
88
[ "no_license" ]
[ { "path": "roles/sql2019/tasks/batch.yml", "content": "---\n- name: create SQL 2019 Install Script\n win_template:\n src: installSQL2019.bat\n dest: C:\\installSQL2019.bat\n\n- name: install SQL 2019\n win_shell: c:\\installSQL2019.bat\n args:\n executable: cmd\n chdir: c:\\\n creates: c:\...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3801, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/sql_create_db_with_script
88
[ "no_license" ]
[ { "path": "roles/sql_create_db_with_script/tasks/main.yml", "content": "- name: Run create DB Script\n script: create_db.ps1 -instanceName {{ instance_name }} -dbName {{ db_name }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/sql_create_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1205, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/sql_run_sql_script
88
[ "no_license" ]
[ { "path": "roles/sql_run_sql_script/tasks/main.yml", "content": "---\n- name: use powershell when on ansible 2.9 or lower\n set_fact:\n run_sql_script_method: powershell\n when: ansible_version.full is version('2.10', '<')\n\n- include_tasks: '{{ run_sql_script_method }}.yml'", "license_type": "no_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4196, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/sql_run_sql_script_dsc
88
[ "no_license" ]
[ { "path": "roles/sql_run_sql_script_dsc/tasks/using_sqlscriptquery.yml", "content": "---\n\n- name: ensure required DSC module is available\n win_psmodule:\n name: SqlServerDsc\n state: present\n\n- name: create database tables (SqlScriptQuery)\n win_dsc:\n resource_name: SqlScriptQuery\n Serv...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1966, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/sqlupgrade
88
[ "no_license" ]
[ { "path": "roles/sqlupgrade/tasks/main.yml", "content": "- name: Create SQL 2016 Install Script\n win_template:\n src: templates/upgradeSQL2016.bat\n dest: C:\\upgradeSQL2016.bat\n\n\n- name: Upgrade to SQL 2016\n win_command: c:\\upgradeSQL2016.bat\n args:\n creates: c:\\Program Files\\Microsof...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/thirdparty
88
[ "no_license" ]
[ { "path": "roles/thirdparty/tasks/main.yml", "content": "---\n- name: Install latest packages\n win_chocolatey:\n name: \"{{ item }}\"\n state: latest\n loop:\n - googlechrome\n - \"{{ windows_app_name | default('7zip.install') }}\"", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/undeploy
88
[ "no_license" ]
[ { "path": "roles/undeploy/tasks/main.yml", "content": "---\n- name: poweroff vm\n vmware_guest:\n hostname: \"{{ lookup('env', 'VMWARE_HOST') }}\"\n username: \"{{ lookup('env', 'VMWARE_USER') }}\"\n password: \"{{ lookup('env', 'VMWARE_PASSWORD') }}\"\n validate_certs: no\n name: \"{{ inven...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/undeploy-azure
88
[ "no_license" ]
[ { "path": "roles/undeploy-azure/tasks/main.yml", "content": "---\n- name: Delete a resource group\n azure_rm_resourcegroup:\n name: myResourceGroup\n location: southcentralus\n state: absent\n force: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/undeploy-openstack
88
[ "no_license" ]
[ { "path": "roles/undeploy-openstack/tasks/main.yml", "content": "---\n- name: check openstack config file\n stat: path=\"{{ config_file }}\"\n register: st\n delegate_to: 127.0.0.1\n\n- name: include openstack details\n include_vars: \"{{ config_file }}\"\n when: st.stat.exists and st.stat.isreg\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 955, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/windows-ad-controller
88
[ "no_license" ]
[ { "path": "roles/windows-ad-controller/defaults/main.yml", "content": "---\n# defaults file for windows-ad-controller\ndns_domain_name: \"example.com\"\ndomain_admin_password: \"<PASSWORD>!\"\n\n# Users and Password to Create\nusers_password: \"<PASSWORD>\" # MUST FOLLOW WINDOWS AD PASSWORD RULES\nus...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 8177, "all_permissive": false }
ansible_role
oatakan/windows-ansible-example
0c4f50f324296831218384ecc3cff20a2e6e5a84
87
roles/windows-hostname
88
[ "no_license" ]
[ { "path": "roles/windows-hostname/tasks/main.yml", "content": "---\n- name: change hostname\n win_shell: Rename-Computer -NewName {{ hostname }}\n when: hostname|lower != ansible_hostname|lower\n ignore_errors: yes\n notify: windows reboot", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 311, "all_permissive": false }
ansible_role
r2l332/ansible-examples
3ba97bbed923e7403bac6d6cbc76797adb583be1
1
2-layer/roles/apache_server
88
[ "no_license" ]
[ { "path": "2-layer/roles/apache_server/tasks/copy_index.yml", "content": "---\n\n- name: Copy index.php to Apache server\n copy: src=roles/apache_server/files/info.php dest=/var/www/html/ \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "2-laye...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 481, "all_permissive": false }
ansible_role
r2l332/ansible-examples
3ba97bbed923e7403bac6d6cbc76797adb583be1
1
2-layer/roles/common
88
[ "no_license" ]
[ { "path": "2-layer/roles/common/tasks/apache.yml", "content": "---\n\n- name: Change root password\n action: user name=root update_password=always password=<PASSWORD>.\n\n- name: Webserver users\n action: user name=deployer comment=\"ansible deployer\" group=\"sudo\" password=<PASSWORD>\n", "license_t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
r2l332/ansible-examples
3ba97bbed923e7403bac6d6cbc76797adb583be1
1
2-layer/roles/db_server
88
[ "no_license" ]
[ { "path": "2-layer/roles/db_server/tasks/main.yml", "content": "---\n\n- name: Install MySQL\n apt: name=mysql-server state=present\n\n- name: Creat user \n mysql_user: login_user={{ ruser }} login_password={{ <PASSWORD> }} name={{ dbuser }} host=localhost password={{ <PASSWORD> }} priv=*.*:ALL,GRANT s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/apiserver
97
[ "no_license" ]
[ { "path": "roles/apiserver/tasks/main.yml", "content": "---\n- name: 下载k8s安装包, 版本是1.17.2,我这里是提前下载下来的\n copy:\n src: ../../../src/kubernetes-server-linux-amd64-v1.17.2.tar.gz\n dest: /opt/src/kubernetes-server-linux-amd64-v1.17.2.tar.gz\n mode: 0644\n\n- name: 解压k8s安装包\n shell: tar xf /opt/src/ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1551, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/cert
97
[ "no_license" ]
[ { "path": "roles/cert/templates/apiserver-csr.json.j2", "content": "{\n \"CN\": \"k8s-apiserver\",\n \"hosts\": [\n \"127.0.0.1\",\n \"192.168.0.1\",\n \"kubernetes.default\",\n \"kubernetes.default.svc\",\n \"kubernetes.default.svc.cluster\",\n \"kubernetes.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3602, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/check
97
[ "no_license" ]
[ { "path": "roles/check/tasks/main.yml", "content": "---\n- name: 配置验证集群的yaml文件\n template:\n src: nginx-ds.yaml.j2\n dest: /root/nginx-ds.yaml\n mode: 0644\n\n- name: 拉取nginx:1.7.9镜像\n shell: docker pull docker.io/library/nginx:1.7.9\n\n- name: kubectl create -f nginx-ds.yaml\n shell: kubectl cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 956, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/controller-manager
97
[ "no_license" ]
[ { "path": "roles/controller-manager/templates/kube-controller-manager.sh.j2", "content": "#!/bin/sh\n./kube-controller-manager \\\n --cluster-cidr 192.168.3.11/16 \\\n --leader-elect true \\\n --log-dir /data/logs/kubernetes/kube-controller-manager \\\n --master http://127.0.0.1:8080 \\\n --service-acc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/coreDNS
97
[ "no_license" ]
[ { "path": "roles/coreDNS/templates/k8s-yaml.od.com.conf.j2", "content": "server {\n listen 80;\n server_name k8s-yaml.od.com;\n\n location / {\n autoindex on;\n default_type text/plain;\n root /data/k8s-yaml;\n }\n}\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4167, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/docker
97
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "\n# 可能会因为网络原因下载安装失败,不推荐使用\n# - name: 删除本地源\n# shell: rm -rf /etc/yum.repos.d/local.repo\n#\n# - name: 安装docker\n# shell: cfssl gencert -initca ca-csr.json | cfssl-json -bare ca\n\n- name: 安装yum utils\n shell: yum -y install yum-utils...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1238, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/es
97
[ "no_license" ]
[ { "path": "roles/es/tasks/main.yml", "content": "---\n- name: 创建相关目录\n shell: mkdir -p /data/k8s-yaml/es\n when: inventory_hostname == 'hdss7-200'\n\n- name: 创建资源配置清单\n template:\n src: \"{{ item }}.j2\"\n dest: /data/k8s-yaml/es/{{ item }}\n mode: 0644\n with_items:\n - svc.yaml\n - stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/etcd
97
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "---\n- name: 创建目录\n shell: mkdir -p /opt/src\n\n- name: 添加etcd用户\n shell: useradd -s /sbin/nologin -M etcd\n ignore_errors: yes\n\n- name: 下载etcd\n copy:\n src: ../../../src/etcd-v3.1.20-linux-amd64.tar.gz\n dest: /opt/src/etcd-v3.1.20-linux-amd64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2839, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/flannel
97
[ "no_license" ]
[ { "path": "roles/flannel/templates/subnet.env.j2", "content": "FLANNEL_NETWORK=172.16.31.10/16\nFLANNEL_SUBNET=172.7.{{ last_num_of_ip }}.1/24\nFLANNEL_MTU=1500\nFLANNEL_IPMASQ=false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/flannel/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4182, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/harbor
97
[ "no_license" ]
[ { "path": "roles/harbor/tasks/main.yml", "content": "---\n#- hosts: '200'\n\n- name: 下载harbor\n copy: src=../../../src/harbor-offline-installer-v2.2.2.tgz dest=/opt mode=0644\n\n- name: 解压\n shell: tar xf /opt/harbor-offline-installer-v2.2.2.tgz -C /opt/\n\n- name: 重命名harbor目录名\n shell:\n cmd: mv harb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1081, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/ingress
97
[ "no_license" ]
[ { "path": "roles/ingress/templates/od.com.conf.j2", "content": "upstream default_backend_traefik {\n server {{ node21 }}:81 max_fails=3 fail_timeout=10s;\n server {{ node22 }}:81 max_fails=3 fail_timeout=10s;\n}\nserver {\n server_name *.od.com;\n\n location / {\n proxy_pass http://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4187, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/init
97
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n- name: copy rsa.pub\n authorized_key: user=root key=\"{{ lookup('file', '{{ root_path }}/.ssh/id_rsa.pub') }}\"\n tags:\n - sshkey\n ignore_errors: yes\n\n## - name: fetch copy # 将其它机器公钥拷贝到本机\n## fetch: src=/root/.ssh/id_rsa.pub dest=/Us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4229, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/jdk
97
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n- name: yum安装java\n shell: yum install -y java-1.8.0-openjdk\n\n- name: 查看Java版本\n shell: java -version\n register: std_out\n ignore_errors: yes\n\n- name: 查看Java版本输出结果\n debug: msg={{ std_out.stdout_lines }}\n ignore_errors: yes\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/jumpserver
97
[ "no_license" ]
[ { "path": "roles/jumpserver/tasks/main.yml", "content": "- name: \"allow port {{ jms_port }}\"\n when: prj_name == 'jumpserver'\n firewalld:\n immediate: yes\n permanent: yes\n zone: public\n port: \"{{ jms_port }}/tcp\"\n state: enabled\n\n- name: \"allow port {{ coco_ssh_port }}\"\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/keepalived
97
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf_child.j2", "content": "! Configuration File for keepalived\n\nglobal_defs {\n\trouter_id {{ node12 }}\n}\n\nvrrp_script chk_nginx {\n\tscript \"/etc/keepalived/check_port.sh 7443\"\n\tinterval 2\n\tweight -20\n}\n\nvrrp_instance VI_1 {\n\tstate BACKUP\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2133, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/kibana
97
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: 创建相关目录\n shell: mkdir -p /data/k8s-yaml/kibana\n when: inventory_hostname == 'hdss7-200'\n\n- name: 创建资源配置清单\n template:\n src: \"{{ item }}.j2\"\n dest: /data/k8s-yaml/kibana/{{ item }}\n mode: 0644\n with_items:\n - svc.yaml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/kube-proxy
97
[ "no_license" ]
[ { "path": "roles/kube-proxy/templates/kube-proxy.sh.j2", "content": "#!/bin/sh\n./kube-proxy \\\n --cluster-cidr 172.16.58.3/16 \\\n --hostname-override hdss7-{{ last_num_of_ip }}.host.com \\\n --proxy-mode=ipvs \\\n --ipvs-scheduler=nq \\\n --kubeconfig ./conf/kube-proxy.kubeconfig\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1992, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/kubelet
97
[ "no_license" ]
[ { "path": "roles/kubelet/tasks/main.yml", "content": "---\n- name: 拷贝kubelet证书到k8s节点上\n shell: sshpass -p '{{ password }}' scp -oStrictHostKeyChecking=no root@hdss7-200:/opt/certs/kubelet*.pem /opt/kubernetes/server/bin/cert\n\n- name: kubelet配置ca证书命令\n shell:\n cmd: kubectl config set-cluster myk8s --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4582, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/mongodb
97
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n- name: 拉取mongo yaml文件\n shell:\n cmd: git clone https://github.com/scriptcamp/kubernetes-mongodb.git\n chdir: /root\n when: inventory_hostname == 'hdss7-21'\n\n- name: 使用kubectl apply -f ./ 创建pod\n shell:\n cmd: kubectl apply -f ./\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/monitor
97
[ "no_license" ]
[ { "path": "roles/monitor/templates/node-exporter-docker-compose.yaml.j2", "content": "version: \"3\"\nservices:\n node-exporter:\n image: node-exporter:1.0.1\n container_name: node-exporter\n ports:\n - 9100:9100\n volumes:\n - /proc:/host/proc:ro\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1720, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/mysql
97
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: 创建宿主机挂载目录\n shell: mkdir -p /mnt/data\n when: inventory_hostname != 'hdss7-200'\n\n- name: 创建运维主机相关目录\n shell: mkdir -p /data/k8s-yaml/mysql\n when: inventory_hostname == 'hdss7-200'\n\n- name: 创建mysql相关yaml文件\n template:\n src: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/named
97
[ "no_license" ]
[ { "path": "roles/named/tasks/main.yml", "content": "---\n- name: 在7-11中添加一条A记录\n lineinfile:\n dest: /var/named/od.com.zone\n regexp: '^harbor'\n line: 'harbor A {{ node200 }}'\n\n- name: 重启named\n shell: systemctl restart named\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/network
97
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: 重启network\n shell: systemctl restart network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 57, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/nfs
97
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n- name: 在nfs服务端和node节点上下载nfs,服务端是hdss7-200主机\n shell: yum install nfs-utils -y\n\n- name: 配置NFS服务\n template:\n src: exports.j2\n dest: /etc/exports\n mode: 0644\n when: inventory_hostname == 'hdss7-200'\n\n- name: 在服务端创建nfs目录\n shell: mkdi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 444, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/nginx
97
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: 创建src源码包存放目录\n shell: mkdir -p /opt/src\n\n- name: 添加nginx用户\n shell: useradd -s /sbin/nologin -M nginx\n ignore_errors: yes\n\n- name: 下载nginx源码包\n shell:\n cmd: wget http://nginx.org/download/nginx-1.20.1.tar.gz\n chdir: /opt/src\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1676, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/prometheus
97
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: 拉取kube-state-metrics镜像\n shell: docker pull quay.io/coreos/kube-state-metrics:v1.5.0\n when: inventory_hostname == 'hdss7-200'\n\n- name: 创建kube-state-metrics相关目录\n shell: mkdir -p /data/k8s-yaml/kube-state-metrics\n when: inventory_hostna...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 12042, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/python
97
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: 安装python相关依赖\n shell: yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel libffi-devel\n\n- name: 下载python安装包\n shell: wget https://www.python.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/redis
97
[ "no_license" ]
[ { "path": "roles/redis/templates/redis-master-controller.yaml.j2", "content": "apiVersion: v1\nkind: ReplicationController\nmetadata:\n name: redis-master\n labels:\n name: redis-master\nspec:\n replicas: 2\n selector:\n name: redis-master\n template:\n metadata:\n labels:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1550, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/scheduler
97
[ "no_license" ]
[ { "path": "roles/scheduler/tasks/main.yml", "content": "---\n- name: 创建kube-scheduler.sh脚本\n template:\n src: kube-scheduler.sh.j2\n dest: /opt/kubernetes/server/bin/kube-scheduler.sh\n mode: 0755\n\n- name: 创建schedule相关目录\n shell: mkdir -p /data/logs/kubernetes/kube-scheduler\n\n- name: 创建kube-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/test_harbor
97
[ "no_license" ]
[ { "path": "roles/test_harbor/tasks/main.yml", "content": "---\n- hosts: '200'\n user: root\n tasks:\n# - name: 拉取nginx镜像\n# shell: docker pull nginx:1.7.9\n\n# - name: 给nginx镜像打标签\n# shell: docker tag 84581e99d807 harbor.od.com/public/nginx:v1.7.9\n#\n# - name: 推送nginx镜像, 如果没有登陆harbor有可...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/zookeeper
97
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n- name: 上传zookeeper\n copy:\n src: ../../../src/zookeeper-3.4.14.tar.gz\n dest: /opt/src/zookeeper-3.4.14.tar.gz\n mode: 0644\n\n- name: 解压zookeeper\n shell: tar -zxvf /opt/src/zookeeper-3.4.14.tar.gz -C /opt\n\n- name: 创建zookeeper相关目录\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1665, "all_permissive": false }
ansible_role
liuhuan086/K8S
b5453dc5e6ae766d2018acf4f2d53f2439cf9f6e
0
roles/zsh
97
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: 安装zsh前需要的工具\n shell: yum -y install zsh git wget\n\n- name: 设置zsh\n shell: chsh -s /bin/zsh\n\n- name: 配置安装zsh脚本\n template:\n src: install_zsh.sh.j2\n dest: /opt/install_zsh.sh\n mode: 0755\n\n- name: 开始使用zsh脚本进行安装,有可能因为网络原因导致失败\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
hugotms/i1_mspr_archi_cloud
a9233f00a86135f874cb5cfc03cec14c3ad0ec31
0
ansible/roles/data_share
97
[ "no_license" ]
[ { "path": "ansible/roles/data_share/tasks/main.yml", "content": "---\n\n- name: create nfs-group\n ansible.builtin.group:\n name: \"nfs-group\"\n gid: 1200\n state: present\n tags: data_share\n become: True\n\n- name: add svcansible to nfs-group\n ansible.builtin.user:\n name: svcansible\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3746, "all_permissive": false }
ansible_role
hugotms/i1_mspr_archi_cloud
a9233f00a86135f874cb5cfc03cec14c3ad0ec31
0
ansible/roles/kubernetes_cluster
97
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_cluster/tasks/_endpoints_config.yml", "content": "---\n\n- name: create configuration directory\n ansible.builtin.file:\n path: /tmp/k8s-configurations\n state: directory\n\n- name: adding default network policy on master\n ansible.builtin.template:\n src: defa...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7032, "all_permissive": false }
ansible_role
hugotms/i1_mspr_archi_cloud
a9233f00a86135f874cb5cfc03cec14c3ad0ec31
0
ansible/roles/kubernetes_deployment
97
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_deployment/templates/namespace.j2", "content": "---\nkind: Namespace\napiVersion: v1\nmetadata:\n name: {{ item.namespace }}\n labels:\n name: {{ item.namespace }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 16749, "all_permissive": false }
ansible_role
hugotms/i1_mspr_archi_cloud
a9233f00a86135f874cb5cfc03cec14c3ad0ec31
0
ansible/roles/kubernetes_install
97
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_install/tasks/_kubernetes_requirements.yml", "content": "---\n\n- name: add modules for containerd\n ansible.builtin.blockinfile:\n path: /etc/modules-load.d/containerd.conf\n block: |\n overlay\n br_netfilter\n create: True\n owner: root\n group...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4193, "all_permissive": false }
ansible_role
hugotms/i1_mspr_archi_cloud
a9233f00a86135f874cb5cfc03cec14c3ad0ec31
0
ansible/roles/letsencrypt_config
97
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt_config/tasks/main.yml", "content": "---\n\n- name: create custom script directory\n ansible.builtin.file:\n path: /opt/cluster-scripts/\n state: directory\n recurse: True\n tags: letsencrypt_config\n become: True\n\n- name: upload custom script to directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1353, "all_permissive": false }
ansible_role
hugotms/i1_mspr_archi_cloud
a9233f00a86135f874cb5cfc03cec14c3ad0ec31
0
ansible/roles/proxy_install
97
[ "no_license" ]
[ { "path": "ansible/roles/proxy_install/tasks/_install_proxy.yml", "content": "---\n\n- name: install proxy on nodes\n ansible.builtin.apt:\n name: nginx\n state: present\n throttle: 1\n become: True\n\n- name: start proxy service\n ansible.builtin.service:\n name: nginx\n state: restarted\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3412, "all_permissive": false }
ansible_role
hugotms/i1_mspr_archi_cloud
a9233f00a86135f874cb5cfc03cec14c3ad0ec31
0
ansible/roles/system_patching
97
[ "no_license" ]
[ { "path": "ansible/roles/system_patching/defaults/main.yml", "content": "---\n\n_uninstall_packages:\n - at\n - atftpd\n - bind*\n - consolekit\n - cups\n - exim4\n - hal\n - nis\n - ntpudate\n - policykit*\n - polkit*\n - postfix\n - rsh-redone-server\n - rsh-server\n - telnetd\n - tftpd\n ...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 9926, "all_permissive": false }
ansible_role
nand0p/cryptomining
4894e357a3b675fff8d54947cfb78dc3b94dbeb8
0
roles/ethminer
97
[ "no_license" ]
[ { "path": "roles/ethminer/tasks/main.yml", "content": "---\n\n- name: set miner vars\n set_fact:\n wallet: \"{{ lookup('env', 'ETHER_WALLET') }}\"\n email: \"{{ lookup('env', 'ETHER_MINE_EMAIL') }}\"\n\n- name: print wallet\n debug:\n var: wallet\n\n- name: print email\n debug:\n var: email\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2710, "all_permissive": false }
ansible_role
Jeremya/cassandra-ansible-deploy
c1029d47abc5c34feb9f83856635a4508cca60db
0
roles/start_cassandra
97
[ "no_license" ]
[ { "path": "roles/start_cassandra/tasks/main.yaml", "content": "---\n- name: Start Cassandra node\n ansible.builtin.service:\n name: cassandra\n state: started\n\n- name: 'Wait for Cassandra process to be up and running on {{ ansible_default_ipv4.address }}'\n wait_for:\n host: \"{{ ansible_defaul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
LuckySB/ansible_bug_stdout_callback_actionable
6e3e1b350acd496eb7aec3cc51d2ef1149c3a03d
0
roles/test
97
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: Normal name\n debug: msg=\"Normal name\"\n changed_when: true\n\n- name: \"Name with number vars {{number_var}}\"\n debug: msg=\"Name with number vars {{number_var}}\"\n changed_when: true\n\n- name: \"Name with string vars {{string_var}}\"\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
shyamhendre/ansible
5cfa8332bcc31b44a7608beb9397dc37c65fc38c
0
roles/filebeat
97
[ "no_license" ]
[ { "path": "roles/filebeat/templates/filebeat.yml.j2", "content": "filebeat.inputs:\n - type: log\n enabled: true\n paths:\n - /var/log/*.log\n\noutput.elasticsearch:\n hosts: [\"{{ elasticsearch_host | default('http://192.168.1.100:9200') }}\"]\n\nsetup.kibana:\n host: \"{{ kibana_host | defau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
pgentile/tests-vagrant
611f272f15f2f23ab171f7c6d0858ac5046f6dc7
0
provisioning/roles/apt-cacher
97
[ "no_license" ]
[ { "path": "provisioning/roles/apt-cacher/tasks/main.yml", "content": "---\n\n- name: Installer APT-Cacher\n apt: name=apt-cacher-ng state=present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
pgentile/tests-vagrant
611f272f15f2f23ab171f7c6d0858ac5046f6dc7
0
provisioning/roles/apt-proxied
97
[ "no_license" ]
[ { "path": "provisioning/roles/apt-proxied/templates/apt-proxy.j2", "content": "// {{ ansible_managed }}\n\nAcquire::http {\n // Target apt-cacher-ng\n Proxy \"http://{{ apt_cacher_host }}:{{ apt_cacher_port }}\";\n};\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 292, "all_permissive": false }
ansible_role
pgentile/tests-vagrant
611f272f15f2f23ab171f7c6d0858ac5046f6dc7
0
provisioning/roles/collectd
97
[ "no_license" ]
[ { "path": "provisioning/roles/collectd/handlers/main.yml", "content": "---\n\n- name: restart collectd\n service: name=collectd state=restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "provisioning/roles/collectd/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 311, "all_permissive": false }
ansible_role
pgentile/tests-vagrant
611f272f15f2f23ab171f7c6d0858ac5046f6dc7
0
provisioning/roles/common
97
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n\n- name: Ajouter les backports Jessie\n apt_repository: repo='deb http://http.debian.net/debian jessie-backports main' state=present\n become: true\n\n- name: Update apt-cache\n apt: update_cache=yes\n become: true\n\n- name: Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
pgentile/tests-vagrant
611f272f15f2f23ab171f7c6d0858ac5046f6dc7
0
provisioning/roles/consul
97
[ "no_license" ]
[ { "path": "provisioning/roles/consul/templates/base_config.json.j2", "content": "{\n \"ui\": true,\n \"enable_syslog\": true,\n \"data_dir\": \"/var/run/consul\",\n \"bind_addr\": {{ ansible_eth1.ipv4.address | to_nice_json }},\n \"client_addr\": {{ ansible_eth1.ipv4.address | to_nice_json }},\n \"adv...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2933, "all_permissive": false }
ansible_role
pgentile/tests-vagrant
611f272f15f2f23ab171f7c6d0858ac5046f6dc7
0
provisioning/roles/docker
97
[ "no_license" ]
[ { "path": "provisioning/roles/docker/templates/docker.service.j2", "content": "# {{ ansible_managed }}\n\n[Service]\nExecStart=\nExecStart=/usr/bin/docker daemon \\\n --dns {{ ansible_eth1.ipv4.address }} \\\n -H fd:// -H tcp://{{ docker_bind_host }}:{{ docker_port }} \\\n --cluster-advertise {{ ansible_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2945, "all_permissive": false }
ansible_role
pgentile/tests-vagrant
611f272f15f2f23ab171f7c6d0858ac5046f6dc7
0
provisioning/roles/pip
97
[ "no_license" ]
[ { "path": "provisioning/roles/pip/tasks/main.yml", "content": "---\n\n- name: Installer les paquets nécessaires pour pip\n apt: name=python-setuptools state=present\n become: true\n\n- name: Install pip\n easy_install: name=pip\n become: true\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
archiloque/monitoring_flux
e41d2c2d20d36713324a7b473313a97f706afd5c
3
ansible/roles/applications
97
[ "no_license" ]
[ { "path": "ansible/roles/applications/tasks/main.yml", "content": "\n- name: clone repo\n git: repo=https://github.com/archiloque/monitoring_flux.git dest=/home/vagrant/monitoring_flux\n\n\n- include: frontend.yml\n\n\n- name: install maven project\n shell: mvn install\n args:\n chdir: /home/vagrant/m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3714, "all_permissive": false }
ansible_role
archiloque/monitoring_flux
e41d2c2d20d36713324a7b473313a97f706afd5c
3
ansible/roles/common
97
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: 'update apt cache'\n apt: update_cache=yes\n sudo: true\n\n- name: Install packages\n apt: name={{ item }} state=present\n sudo: true\n with_items:\n - git\n - curl\n - build-essential\n - autoconf\n - bison\n - ruby...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
archiloque/monitoring_flux
e41d2c2d20d36713324a7b473313a97f706afd5c
3
ansible/roles/elasticsearch
97
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "\n- name: Add ES user\n user: name={{ES_USER}} shell=/bin/bash home=/home/{{ES_USER}}\n\n- name: Download elasticsearch\n sudo_user: \"{{ES_USER}}\"\n get_url: url=https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1353, "all_permissive": false }
ansible_role
archiloque/monitoring_flux
e41d2c2d20d36713324a7b473313a97f706afd5c
3
ansible/roles/java
97
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: 'add ppa repository for java 8'\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Automatically select the Oracle License\n shell: echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
archiloque/monitoring_flux
e41d2c2d20d36713324a7b473313a97f706afd5c
3
ansible/roles/kibana
97
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "- name: Add kibana user\n user: name=kibana shell=/bin/bash\n\n- name: Download kibana\n get_url: url=https://download.elasticsearch.org/kibana/kibana/kibana-{{ KIBANA_VERSION }}.tar.gz dest=/opt/kibana-{{KIBANA_VERSION}}.tar.gz\n\n\n- unarchive...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 708, "all_permissive": false }
ansible_role
archiloque/monitoring_flux
e41d2c2d20d36713324a7b473313a97f706afd5c
3
ansible/roles/rbenv
97
[ "no_license" ]
[ { "path": "ansible/roles/rbenv/templates/rbenv.sh.j2", "content": "export PATH=/usr/local/rbenv/bin:$PATH\nexport RBENV_ROOT=\"{{ rbenv_root }}\"\neval \"$(rbenv init -)\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "ansible/roles/rbenv/defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2518, "all_permissive": false }
ansible_role
archiloque/monitoring_flux
e41d2c2d20d36713324a7b473313a97f706afd5c
3
ansible/roles/zeromq
97
[ "no_license" ]
[ { "path": "ansible/roles/zeromq/tasks/main.yml", "content": "- name: 'Add ppa for zeromq'\n apt_repository: repo='ppa:chris-lea/zeromq'\n\n- name: 'update apt cache'\n apt: update_cache=yes\n\n- name: 'install zeromq'\n apt: name={{ item }} state=present\n with_items:\n - libzmq3-dbg\n - libzmq3-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
fredtaku/rb-pr-bsc
a2bdb7b034e4df6e55ead48aca78442cddb93664
0
roles/azure_initiatives_with_policies
97
[ "no_license" ]
[ { "path": "roles/azure_initiatives_with_policies/tasks/initiatives_with_policy_mapping.yml", "content": "---\n - name: Fetch all Azure initiatives\n command: | \n az policy set-definition list --query \"[].{id: id, name: name, displayName: displayName, policyDefinitions: policyDefinit...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3977, "all_permissive": false }
ansible_role
fredtaku/rb-pr-bsc
a2bdb7b034e4df6e55ead48aca78442cddb93664
0
roles/export_azure_policies
97
[ "no_license" ]
[ { "path": "roles/export_azure_policies/tasks/policies_block.yml", "content": "#- name: Create marker with category\n# ansible.builtin.lineinfile:\n# path: \"{{my_path}}\"\n# state: present\n# line: \"#{{ item.1 }}\"\n# create: yes\n#\n- name: Export the policy and register it\n command: | \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2484, "all_permissive": false }
ansible_role
fredtaku/rb-pr-bsc
a2bdb7b034e4df6e55ead48aca78442cddb93664
0
roles/get_azure_policy_data
97
[ "no_license" ]
[ { "path": "roles/get_azure_policy_data/tasks/get_azure_policy_data.yml", "content": "---\n - name: Fetch all Azure policy definitions\n command: |\n az policy definition list --query \"[].{display_name: displayName, id: id, name: name, category: metadata.category}\" --output json\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2931, "all_permissive": false }
ansible_role
brianclooney/Recordings.Web
3edaeda85374e4b972d4ab4ba25a3c47b0bdec7e
0
deploy/ansible/roles/adminer-docker
97
[ "no_license" ]
[ { "path": "deploy/ansible/roles/adminer-docker/tasks/main.yml", "content": "---\n\n- name: Initialize Traefik labels\n set_fact:\n traefik_labels: {}\n\n- name: Set Traefik labels\n set_fact:\n traefik_labels: \"{{ traefik_labels | combine({ item.key : item.value }) }}\"\n loop:\n - { 'key': 'tr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1032, "all_permissive": false }
ansible_role
brianclooney/Recordings.Web
3edaeda85374e4b972d4ab4ba25a3c47b0bdec7e
0
deploy/ansible/roles/docker
97
[ "no_license" ]
[ { "path": "deploy/ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: Install docker engine\n become: yes\n apt:\n name: docker.io\n state: present\n\n- name: Install docker compose\n become: yes\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
brianclooney/Recordings.Web
3edaeda85374e4b972d4ab4ba25a3c47b0bdec7e
0
deploy/ansible/roles/recordings-web-docker
97
[ "no_license" ]
[ { "path": "deploy/ansible/roles/recordings-web-docker/tasks/main.yml", "content": "---\n\n- name: Ensure all required directories exist\n become: yes\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: '0777'\n loop:\n - \"/srv/{{ instance_name }}/data/db\"\n - \"/srv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4484, "all_permissive": false }
ansible_role
brianclooney/Recordings.Web
3edaeda85374e4b972d4ab4ba25a3c47b0bdec7e
0
deploy/ansible/roles/traefik-docker
97
[ "no_license" ]
[ { "path": "deploy/ansible/roles/traefik-docker/tasks/main.yml", "content": "---\n\n- name: Ensure all required Traefik directories exist\n become: yes\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"/srv/traefik/data\"\n - \"/srv/traefik/etc\"\n - \"/srv/tra...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2633, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/cleanup
97
[ "no_license" ]
[ { "path": "collection/stages/roles/cleanup/tasks/destroy_upi.yml", "content": "---\n- name: Create a {{ upi_playbooks_dir }} directory if it does not exist\n ansible.builtin.file:\n path: \"{{ upi_playbooks_dir }}\"\n state: directory\n mode: u=rwx,g=rw,o=r\n\n- name: Create the playbooks_logs dir...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 11053, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/conformance_test
97
[ "no_license" ]
[ { "path": "collection/stages/roles/conformance_test/tasks/run_conformance_test.yml", "content": "---\n- name: Set artifact paths\n ansible.builtin.set_fact:\n all_tests_path: >-\n {{ conformance_test_results_dir }}/conformance_tests.txt\n allowlist_path: >-\n {{ conformance_tests_allowlist_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7766, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/csi_tests
97
[ "no_license" ]
[ { "path": "collection/stages/roles/csi_tests/tasks/openshift_cinder_csi.yml", "content": "---\n- name: Prepare openshift-test\n ansible.builtin.include_role:\n name: tools_openshift_tests\n tasks_from: prepare_openshift_tests.yml\n vars:\n csi_test_type: cindercsi\n repo_name: \"{{ csi_test_re...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6833, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/day2ops
97
[ "no_license" ]
[ { "path": "collection/stages/roles/day2ops/templates/day2ops-report.xml.j2", "content": "<shiftstack-day2ops>\n</shiftstack-day2ops>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "collection/stages/roles/day2ops/README.md", "content": "# Pur...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10079, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/install
97
[ "no_license" ]
[ { "path": "collection/stages/roles/install/tasks/ipi_tenant.yml", "content": "---\n- name: Install OpenShift cluster using openshift-install\n block:\n - name: Install Openshift\n ansible.builtin.shell: |\n openshift-install create cluster --log-level debug --dir {{ ocp_installation_dir }}...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11989, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/lb_tests
97
[ "no_license" ]
[ { "path": "collection/stages/roles/lb_tests/tasks/change_cloud_cm.yml", "content": "---\n- name: Create {{ log_directory }} directory if it does not exist\n ansible.builtin.file:\n path: \"{{ log_directory }}\"\n state: directory\n mode: u=rwx,g=rw,o=r\n\n- name: Set artifact paths\n ansible.buil...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9850, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/openstack_test
97
[ "no_license" ]
[ { "path": "collection/stages/roles/openstack_test/defaults/main.yml", "content": "---\n# defaults file for openstack_test\nopenstack_test_name: openstack-test\nopenstack_testsuite_name: openstack\nopenstack_test_dir: \"{{ artifacts_dir }}/{{ openstack_test_name }}\"\nopenstack_test_executable: \"{{ home_dir...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7020, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/post
97
[ "no_license" ]
[ { "path": "collection/stages/roles/post/defaults/main.yml", "content": "---\n# defaults file for post\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "collection/stages/roles/post/templates/99-node-chronyc.j2", "content": "variant: openshift\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4590, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/prepare
97
[ "no_license" ]
[ { "path": "collection/stages/roles/prepare/tasks/project.yml", "content": "---\n- name: Create project\n openstack.cloud.project:\n cloud: \"{{ admin_cloud }}\"\n state: present\n name: \"{{ user_cloud }}\"\n domain_id: default\n enabled: true\n verify: \"{{ admin_verify_cacert }}\"\n\n- ...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 18181, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/stages/roles/verification
97
[ "no_license" ]
[ { "path": "collection/stages/roles/verification/tasks/main.yml", "content": "---\n# tasks file for OCP cluster verification\n- name: Make sure we are in the default project\n ansible.builtin.shell: |\n oc project default\n environment:\n KUBECONFIG: \"{{ kubeconfig }}\"\n changed_when: true\n\n- na...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 38057, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_ansible_inventory
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_ansible_inventory/tasks/create_installer_group.yml", "content": "---\n- name: Reset the 'installer_vm_exists' value\n ansible.builtin.set_fact:\n installer_vm_exists: false\n\n- name: Check if '{{ user_cloud }}' includes '{{ installer_vm_name }}'\n openstack.clou...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5732, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_cifmw_dnsmasq
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_cifmw_dnsmasq/tasks/restore.yml", "content": "---\n- name: Restore the original '{{ hypervisor_dnsmasq_addresses_file }}'\n ansible.builtin.copy:\n src: \"{{ hypervisor_dnsmasq_addresses_original_file }}\"\n dest: \"{{ hypervisor_dnsmasq_addresses_file }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3801, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_cluster_checks
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_cluster_checks/tasks/debug_clusteroperators.yml", "content": "---\n- name: Check the unready Cluster Operators\n ignore_errors: yes # noqa: ignore-errors\n block:\n - name: Get the Cluster Operators\n ansible.builtin.command: 'oc get clusteroperator'\n ...
{ "task_files": 18, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 27913, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_dnsmasq
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_dnsmasq/tasks/dnsmasq_remove.yml", "content": "---\n- name: Restore the /etc/resolv.conf file\n become: true\n ansible.builtin.copy:\n remote_src: yes\n src: /etc/resolv.conf.orig\n dest: /etc/resolv.conf\n mode: u=rw,g=r,o=r\n force: yes\n unsafe_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3684, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_get_deploy_info
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_get_deploy_info/tasks/discover_osp_version.yml", "content": "---\n# tasks file for discover_osp_version\n- name: Check for /etc/rhosp-release\n ansible.builtin.stat:\n path: \"/etc/rhosp-release\"\n register: rhosp_release_file\n\n- name: Get /etc/rhosp-release c...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3091, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_get_hcp_binary
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_get_hcp_binary/README.md", "content": "# Purpose\n\nConsidering that the MultiClusterEngine CRD is already\nconfigured in the OCP, this role is downloading the hcp\nbinary and installing it on the PATH so it can be used.\n\n# Implementation\n\nhttps://docs.redhat.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1907, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_get_openshift_release
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_get_openshift_release/defaults/main.yml", "content": "---\n# defaults file for tools_get_openshift_release\nopenshift_releasestream_url: \"https://openshift-release.apps.ci.l2s4.p1.openshiftapps.com/api/v1/releasestream\"\nrelease_name: \"{{ openshift_release_build_na...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6241, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_install_custom_mce_catalog
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_install_custom_mce_catalog/vars/main.yaml", "content": "---\n# Every new release need to find out what is the new MCE version:\n# Can be found out on https://quay.io/repository/acm-d/mce-custom-registry?tab=history\ntools_install_custom_mce_catalog_channel:\n '4.18':...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4254, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_install_openshift_operator
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_install_openshift_operator/defaults/main.yml", "content": "---\ninstall_openshift_operator_namespace: default\ninstall_openshift_operator_catalogsource: redhat-operators\nsingle_namespace_installation: false\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5362, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_install_squid
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_install_squid/tasks/main.yaml", "content": "---\n- name: Run tasks in the hypervisor to install and configure squid\n delegate_to: \"{{ delegated_host }}\"\n remote_user: \"{{ delegated_user }}\"\n block:\n - name: Get the IP address of an FQDN using dig\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2684, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_installer_host
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_installer_host/templates/squid.conf.j2", "content": "acl localnet src {{ restricted_network.cidr }}\nacl SSL_ports port 443\nacl SSL_ports port 1025-65535\nacl Safe_ports port 80\nacl Safe_ports port 443\nacl Safe_ports port 1025-65535\nacl CONNECT method CONNECT\nhtt...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 33008, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_legacy_dnsmasq
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_legacy_dnsmasq/tasks/main.yml", "content": "---\n- name: Assert that the required vars exist and are matching the expected length\n ansible.builtin.assert:\n that:\n - tools_legacy_dnsmasq_domains is defined\n - tools_legacy_dnsmasq_ips is defined\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4692, "all_permissive": false }