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 | lucielong/tpDevops | 6e1d40c2f2af2982d6aa2ae0bf77c072d614d1bc | 0 | ansible/roles/front | 7,470 | [
"no_license"
] | [
{
"path": "ansible/roles/front/tasks/main.yml",
"content": "- name: Launch Front\n docker_container:\n name: front\n image: llong1/tp-devops-front:latest\n networks:\n - name: app-network\n ports:\n - 8081:80",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | lucielong/tpDevops | 6e1d40c2f2af2982d6aa2ae0bf77c072d614d1bc | 0 | ansible/roles/proxy | 7,470 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "- name: Launch Proxy\n docker_container:\n name: fronttp\n image: llong1/tp-devops-httpserver:latest\n networks:\n - name: app-network\n ports:\n - 80:80",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | arusdef/OpenCSAM | ac58ce82dbf6fc717d682102ad365bcfedafcfe0 | 7 | cluster-setup/roles/common | 7,470 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/common/defaults/main.yml",
"content": "external_storage_mount_point: \"/var/data\"\ntmp_dir: \"/tmp\"\n\n# vault\nproxy_http_auth_users: \"{{ vault_proxy_http_auth_users }}\"\nserver_key: \"{{ vault_server_key }}\"\nserver_crt: \"{{ vault_server_crt }}\"\n",
"license_type"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | arusdef/OpenCSAM | ac58ce82dbf6fc717d682102ad365bcfedafcfe0 | 7 | cluster-setup/roles/docker | 7,470 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/docker/defaults/main.yml",
"content": "docker_edition: 'ce'\ndocker_package: \"docker-{{ docker_edition }}\"\ndocker_yum_repo_url: https://download.docker.com/linux/centos/docker-{{ docker_edition }}.repo\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | arusdef/OpenCSAM | ac58ce82dbf6fc717d682102ad365bcfedafcfe0 | 7 | cluster-setup/roles/elasticsearch | 7,470 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/elasticsearch/defaults/main.yml",
"content": "---\nes_cluster_name: enisadb\nes_network_host: _ens192_,_local_\nes_http_port: 9200\nes_logs_path: \"/var/log/elasticsearch\"\nes_data_path: \"/var/data/elasticsearch\"\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1822,
"all_permissive": false
} |
ansible_role | arusdef/OpenCSAM | ac58ce82dbf6fc717d682102ad365bcfedafcfe0 | 7 | cluster-setup/roles/java | 7,470 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/java/tasks/main.yml",
"content": "- name: Ensure Java is installed\n yum:\n name: java-1.8.0-openjdk.x86_64\n state: present\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | arusdef/OpenCSAM | ac58ce82dbf6fc717d682102ad365bcfedafcfe0 | 7 | cluster-setup/roles/jenkins | 7,470 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/jenkins/tasks/main.yml",
"content": "---\n\n- name: Enable firewalld\n service: name=firewalld state=started enabled=yes\n\n- name: Open firewalld 8080 port\n firewalld:\n port: 8080/tcp\n permanent: true\n state: enabled\n notify:\n - reload firewalld\n\n- name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3531,
"all_permissive": false
} |
ansible_role | arusdef/OpenCSAM | ac58ce82dbf6fc717d682102ad365bcfedafcfe0 | 7 | cluster-setup/roles/kibana | 7,470 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/kibana/tasks/main.yml",
"content": "---\n\n- name: Enable firewalld\n service: name=firewalld state=started enabled=yes\n\n- name: Open firewalld kibana service\n firewalld:\n service: kibana\n permanent: true\n state: enabled\n notify:\n - reload firewalld\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | arusdef/OpenCSAM | ac58ce82dbf6fc717d682102ad365bcfedafcfe0 | 7 | cluster-setup/roles/nginx | 7,470 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/nginx/templates/jenkins.conf.j2",
"content": "server {\n listen 443 ssl;\n server_name {{ jenkins_server_name }};\n\n ssl_certificate {{ nginx_server_crt_file }};\n ssl_certificate_key {{ nginx_server_key_file }};\n ssl_protocols TLSv1 TLSv1.1 TLSv1.2;... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8853,
"all_permissive": false
} |
ansible_role | labtraining/ansible | a3bcdbc55a0919a4928adc9dab8980ab491afde0 | 0 | roles/bootstrap | 7,470 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "---\n#\n#\n- name: Install Required Python Packages\n raw: apt-get install -y python python-apt python-setuptools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | labtraining/ansible | a3bcdbc55a0919a4928adc9dab8980ab491afde0 | 0 | roles/common | 7,470 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n# System configuration:\n# Repositories & Packages\n# Locale & TZ\n# NTP\n# SSH\n#\n- include: apt.yml\n tags: apt\n\n- include: locale.yml\n tags: locale\n\n- include: ntp.yml\n tags: ntp\n\n- include: ssh.yml\n tags: ssh\n",
"lice... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2921,
"all_permissive": false
} |
ansible_role | lucassantosandre/descomplicandoi-ansible | f740c310c6e76ed9a5351398a9dba7a86b0378f1 | 0 | deploy-app-v2/roles/deploy-app-v2 | 7,470 | [
"no_license"
] | [
{
"path": "deploy-app-v2/roles/deploy-app-v2/templates/app-v2.yml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: vaitomarnocufernando-v2\nspec:\n replicas: {{ numeros_replicas_novos }}\n selector:\n matchLabels:\n app: giropops\n template:\n metadata:\n labels:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1848,
"all_permissive": false
} |
ansible_role | lucassantosandre/descomplicandoi-ansible | f740c310c6e76ed9a5351398a9dba7a86b0378f1 | 0 | install_k8s/roles/create-cluster | 7,470 | [
"no_license"
] | [
{
"path": "install_k8s/roles/create-cluster/tasks/init-cluster.yml",
"content": "- name: Removendo cluster antigo\n command: kubeadm reset --force\n register: kubeadm_reset\n\n- name: Removendo /etc/containerd/config.toml\n shell:\n cmd: |\n rm /etc/containerd/config.toml\n systemctl restart... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | lucassantosandre/descomplicandoi-ansible | f740c310c6e76ed9a5351398a9dba7a86b0378f1 | 0 | install_k8s/roles/install-helm | 7,470 | [
"no_license"
] | [
{
"path": "install_k8s/roles/install-helm/vars/main.yml",
"content": "---\n# vars file for install_helm\nhelm_url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "install_k8s/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | lucassantosandre/descomplicandoi-ansible | f740c310c6e76ed9a5351398a9dba7a86b0378f1 | 0 | install_k8s/roles/install-monit-tools | 7,470 | [
"no_license"
] | [
{
"path": "install_k8s/roles/install-monit-tools/vars/main.yml",
"content": "---\n# vars file for install-monit-tools\ndeploy_prometheus: \"--set prometheusOperator.createCustomResource=false meu-querido-prometheus stable/prometheus-operator\"\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | lucassantosandre/descomplicandoi-ansible | f740c310c6e76ed9a5351398a9dba7a86b0378f1 | 0 | install_k8s/roles/join-workers | 7,470 | [
"no_license"
] | [
{
"path": "install_k8s/roles/join-workers/tasks/join-cluster.yml",
"content": "- name:\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name:\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh {{ hostvars['K8S_TOKEN_HOLDER']['hash'] }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | p-le/trendfx-dojo-provisioner | 424f930395f8b285e5a25eda6c63dca69fc0a796 | 0 | roles/setup | 7,470 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yaml",
"content": "- name: Set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n tags:\n - basic\n\n- name: Update nginx config\n copy:\n src: \"nginx/{{ item }}\"\n dest: \"/etc/nginx/conf.d/{{ item }}\"\n with_items:\n - wordpress_http.conf\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | sentros/bazzite-setup | 2d4a632153b9da88ac6916cbe462023fb737b9da | 0 | roles/brew-apps | 7,470 | [
"no_license"
] | [
{
"path": "roles/brew-apps/tasks/main.yaml",
"content": "- name: \"Brew block\"\n tags: brew\n block:\n - name: \"Install brew based apps\"\n community.general.homebrew:\n name:\n - bat\n - eza\n - fzf\n - hadolint\n - neofetch\n - peco\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | sentros/bazzite-setup | 2d4a632153b9da88ac6916cbe462023fb737b9da | 0 | roles/flatpak-apps | 7,470 | [
"no_license"
] | [
{
"path": "roles/flatpak-apps/tasks/main.yaml",
"content": "- name: \"Flatpak block\"\n tags: flatpak\n block:\n - name: \"Install flatpak apps\"\n community.general.flatpak:\n method: system\n state: present\n remote: flathub\n name:\n - org.telegram.desktop\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | sentros/bazzite-setup | 2d4a632153b9da88ac6916cbe462023fb737b9da | 0 | roles/mangohud | 7,470 | [
"no_license"
] | [
{
"path": "roles/mangohud/tasks/main.yaml",
"content": "- name: \"Mangohud block\"\n tags: mangohud\n block:\n - name: \"Copy mangohud configs over\"\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/\"\n dest: \"$HOME/.config/MangoHud/\"\n mode: \"0644\"\n\n - name: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | sentros/bazzite-setup | 2d4a632153b9da88ac6916cbe462023fb737b9da | 0 | roles/overlay-apps | 7,470 | [
"no_license"
] | [
{
"path": "roles/overlay-apps/tasks/main.yaml",
"content": "- name: \"Run overlay stuff with sudo\"\n become: true\n tags: overlay\n block:\n - name: \"Add 1password gpg key\"\n ansible.builtin.get_url:\n url: https://downloads.1password.com/linux/keys/1password.asc\n dest: /etc/pki... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4176,
"all_permissive": false
} |
ansible_role | sentros/bazzite-setup | 2d4a632153b9da88ac6916cbe462023fb737b9da | 0 | roles/pip-apps | 7,470 | [
"no_license"
] | [
{
"path": "roles/pip-apps/tasks/main.yaml",
"content": "- name: \"Pip block\"\n tags: pip\n block:\n - name: \"Install pip based apps\"\n ansible.builtin.pip:\n name:\n - httpie\n - ansible-lint\n state: present\n extra_args: --user\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | sentros/bazzite-setup | 2d4a632153b9da88ac6916cbe462023fb737b9da | 0 | roles/qmk | 7,470 | [
"no_license"
] | [
{
"path": "roles/qmk/tasks/main.yaml",
"content": "# List of dependencies is based on:\n# https://github.com/qmk/qmk_firmware/blob/master/util/install/fedora.sh\n# As there's no dedicated installed for bazzite we have to create our own\n\n- name: \"Qmk block\"\n tags: qmk\n block:\n - name: \"Install q... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1476,
"all_permissive": false
} |
ansible_role | sentros/bazzite-setup | 2d4a632153b9da88ac6916cbe462023fb737b9da | 0 | roles/terminal | 7,470 | [
"no_license"
] | [
{
"path": "roles/terminal/files/tealdeer_config.toml",
"content": "[display]\ncompact = false\n\n[style.description]\nforeground = \"magenta\"\n\n[style.command_name]\nforeground = \"green\"\nbold = true\n\n[style.example_text]\nforeground = \"cyan\"\n\n[style.example_code]\nforeground = \"white\"\n\n[style... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5467,
"all_permissive": false
} |
ansible_role | fjinsu/th3-server | 4477ee1e48fbec981cef6dab1f2bef47068ad4ba | 0 | roles/translate_bg_swap | 7,470 | [
"no_license"
] | [
{
"path": "roles/translate_bg_swap/tasks/main.yml",
"content": "---\n- import_tasks: confirm_new_ec2s.yml\n- import_tasks: swap_ec2s.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/translate_bg_swap/tasks/swap_ec2s.yml",
"content"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | fjinsu/th3-server | 4477ee1e48fbec981cef6dab1f2bef47068ad4ba | 0 | roles/translate_provision_deploy_ec2 | 7,470 | [
"no_license"
] | [
{
"path": "roles/translate_provision_deploy_ec2/tasks/deploy_build.yml",
"content": "---\n- name: Copy script from Ansible host\n copy:\n src: /home/ec2-user/th3_app/th3-server.py\n dest: /home/ec2-user/th3_app\n delegate_to: \"{{ item['private_ip'] }}\"\n with_items: \"{{ new_ec2s.instances }}\"\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | fjinsu/th3-server | 4477ee1e48fbec981cef6dab1f2bef47068ad4ba | 0 | roles/translate_rollback_build | 7,470 | [
"no_license"
] | [
{
"path": "roles/translate_rollback_build/tasks/confirm_old_ec2.yml",
"content": "---\n- name: Start service if service is down\n block:\n - name: Check service is up and running\n uri:\n url: http://{{ item['private_ip'] }}:8080/version\n return_content: yes\n register: test_results... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1606,
"all_permissive": false
} |
ansible_role | wikitops/ansible_zabbix | fc782144b51870c08cf84797d3e0ae4b2bfb590a | 0 | roles/postgresql | 7,470 | [
"no_license"
] | [
{
"path": "roles/postgresql/handlers/main.yml",
"content": "---\n\n- name: restart postgresql\n systemd:\n name: postgresql\n state: restarted\n enabled: true\n\n- name: reload postgresql\n systemd:\n name: postgresql\n state: reloaded\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1465,
"all_permissive": false
} |
ansible_role | wikitops/ansible_zabbix | fc782144b51870c08cf84797d3e0ae4b2bfb590a | 0 | roles/zabbix-agent | 7,470 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/defaults/main.yml",
"content": "---\n\n# Repository\nzabbix_version: 3.4\nzabbix_repo_key: \"http://repo.zabbix.com/zabbix-official-repo.key\"\nzabbix_repo: \"deb http://repo.zabbix.com/zabbix/{{ zabbix_version }}/{{ ansible_distribution.lower() }}/ {{ ansible_distribution_rele... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | wikitops/ansible_zabbix | fc782144b51870c08cf84797d3e0ae4b2bfb590a | 0 | roles/zabbix-server | 7,470 | [
"no_license"
] | [
{
"path": "roles/zabbix-server/tasks/main.yml",
"content": "---\n\n- name: Install prerequisites packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python-psycopg2\n\n- name: Add Zabbix repository key\n apt_key:\n url: \"{{ zabbix_repo_key }}\"\n state: present\n\n- ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2914,
"all_permissive": false
} |
ansible_role | wikitops/ansible_zabbix | fc782144b51870c08cf84797d3e0ae4b2bfb590a | 0 | roles/zabbix-web | 7,470 | [
"no_license"
] | [
{
"path": "roles/zabbix-web/tasks/main.yml",
"content": "---\n\n- name: Install prerequisites packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php-pgsql\n\n- name: Add Zabbix repository key\n apt_key:\n url: \"{{ zabbix_repo_key }}\"\n state: present\n\n- name: Add... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1849,
"all_permissive": false
} |
ansible_role | kaarthikvm/myansible | 4808f1d286d0a8e2de0eff86d0d6341073e3a6f2 | 0 | jenkins_slave_access/roles/myvlc | 7,470 | [
"no_license"
] | [
{
"path": "jenkins_slave_access/roles/myvlc/templates/temp.j2",
"content": "Playing with template\nMy name is {{ name }}\nMy class is {{ class }}\nMy rank is {{ rank }}\nMy list of subject is {{ subject }}\n\nUsing for loop - list input\n{% for i in subject %}\n {{ i }}\n{% endfor %}\n\n\nUsing for loop ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | kaarthikvm/myansible | 4808f1d286d0a8e2de0eff86d0d6341073e3a6f2 | 0 | myframework/roles/myapache | 7,470 | [
"no_license"
] | [
{
"path": "myframework/roles/myapache/vars/main.yml",
"content": "---\n# vars file for myapache\nname: \"Kaarthik\"\nclass: \"LKG\"\nsubject:\n - \"one\"\n - 2\n - 3\ncontact:\n addr: \"letterkenny\"\n phone: \"01234567\"\n fax: 1234\n \n\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1945,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/gnome | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/gnome/tasks/gnome_shell.yml",
"content": "---\n- name: Disabling GNOME Shell top left hot corner\n aur: name=gnome-shell-extension-no-topleft-hot-corner user={{ user.name }}\n when: \"gnome.gnome_shell.disable_top_left_hot_corner\"\n tags:\n - aur\n\n- name: Enabl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/i3 | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/i3/tasks/main.yml",
"content": "---\n- name: Install i3\n pacman: name={{ item }} state=present\n with_items:\n - i3-wm\n - i3blocks\n - i3lock\n - i3status\n\n- name: Install py3status\n pacman: name=py3status state=present\n\n- name: Verify that... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/kiwix | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/kiwix/tasks/main.yml",
"content": "---\n- name: Install kiwix\n aur: name={{ item }} user={{ user.name }}\n with_items:\n - zimlib-git\n - ctpp2\n - kiwix-cli-git\n tags:\n - aur\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/localtime | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/localtime/tasks/main.yml",
"content": "---\n- name: Install localtime\n aur: name=localtime-git user={{ user.name }}\n tags:\n - aur\n\n- include_tasks: roles/nmtrust/tasks/unit.yml\n vars:\n unit: localtime.service\n run_on: \"{{ localtime.run_on }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/mail | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/mail/templates/mailsync.service.j2",
"content": "[Unit]\nDescription=Mailbox synchronization service\nAfter=network.target\n\n[Service]\nType=oneshot\nExecStart=/usr/local/bin/mailsync\nStandardOutput=syslog\nStandardError=syslog\nEnvironment=DBUS_SESSION_BUS_ADDRESS=un... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/mapping | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/mapping/tasks/main.yml",
"content": "---\n- name: Install Viking\n pacman: name=viking state=present\n\n- name: Install gpxpy\n aur: name=python-gpxpy user={{ user.name }}\n tags:\n - aur\n\n- name: Install OpenCPN\n aur: name=opencpn user={{ user.name }}\n tags... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/media | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/media/tasks/teiler.yml",
"content": "---\n- name: Install teiler and dependencies\n aur: name={{ item }} user={{ user.name }}\n with_items:\n - xininfo-git\n - copyq\n - teiler-git\n tags:\n - aur\n - teiler\n",
"license_type": "no_license",
"d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1572,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/nmtrust | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/nmtrust/tasks/main.yml",
"content": "---\n- name: Install nmtrust\n aur:\n name: nmtrust-git\n user: \"{{ user.name }}\"\n tags:\n - aur\n\n- name: Create nmtrust config directory\n file:\n path: /etc/nmtrust\n state: directory\n\n- name: Push ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/office | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/office/tasks/main.yml",
"content": "---\n- name: Install LibreOffice\n pacman: name=libreoffice-fresh state=present\n\n- name: Jail LibreOffice\n file: src=/usr/bin/firejail\n dest=/usr/local/bin/libreoffice\n state=link\n tags:\n - firejail\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1867,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/parcimonie | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/parcimonie/tasks/main.yml",
"content": "---\n- name: Install parcimonie.sh\n aur: name=parcimonie-sh-git user={{ user.name }}\n tags:\n - aur\n\n- name: Push parcimonie.sh user configuration\n template: src=user.conf.j2 dest=/etc/parcimonie.sh.d/{{ user.name }}.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/pim | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/pim/tasks/main.yml",
"content": "---\n- name: Install vdirsyncer\n pacman: name=vdirsyncer state=present\n\n- name: Install khard\n pacman: name=khard state=present\n\n- name: Install khal\n pacman: name=khal state=present\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/tarsnap | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/tarsnap/meta/main.yml",
"content": "---\ndependencies:\n - { role: virtualenv }\n - { role: nmtrust }\n - { role: backitup }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "library/spark-master/roles/tarsn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/thinkpad | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/thinkpad/tasks/main.yml",
"content": "---\n- name: Install acpi_call for TLP battery functions\n pacman: name=acpi_call-dkms state=present\n tags:\n - battery\n\n- name: Install tpacpi-bat\n pacman: name=tpacpi-bat state=present\n tags:\n - battery\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/tor | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/tor/meta/main.yml",
"content": "---\ndependencies:\n - { role: firejail }\n - { role: systemd }\n - { role: nmtrust }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "library/spark-master/roles/tor/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | library/spark-master/roles/wormhole | 7,470 | [
"no_license"
] | [
{
"path": "library/spark-master/roles/wormhole/tasks/main.yml",
"content": "---\n- name: Install magic-wormhole\n aur: name={{ item }} user={{ user.name }}\n with_items:\n - python-hkdf\n - python-spake2\n - python-ipaddress\n - python-txtorcon\n - magic-wormhole-git\n tags:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/base | 7,470 | [
"no_license"
] | [
{
"path": "roles/base/tasks/sudo.yml",
"content": "---\n\n- name: Install sudo\n pacman:\n name: sudo\n state: present\n tags:\n - sudo\n\n- name: Add user to wheel group\n user:\n name: \"{{ system.user.name }}\"\n groups: wheel\n append: yes\n tags:\n - sudo\n - user\n\n- name:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4135,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/bluetooth | 7,470 | [
"no_license"
] | [
{
"path": "roles/bluetooth/meta/main.yml",
"content": "---\n\ndependencies:\n - role: sound\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/bluetooth/tasks/main.yml",
"content": "---\n\n- name: Install bluetooth libraries and tools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/editors | 7,470 | [
"no_license"
] | [
{
"path": "roles/editors/tasks/main.yml",
"content": "---\n\n- name: Install editors\n pacman:\n name: \"{{ packages.editors }}\"\n state: present\n\n# - include: atom.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/filesystems | 7,470 | [
"no_license"
] | [
{
"path": "roles/filesystems/tasks/main.yml",
"content": "---\n\n- name: Install filesystem packages\n pacman:\n name: \"{{ packages.fs }}\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/fonts | 7,470 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n\n- name: Install freetyp2\n pacman:\n name: freetype2\n state: present\n\n- name: Install cairo\n pacman:\n name: cairo\n state: present\n\n- name: Install fontconfig\n pacman:\n name: fontconfig\n state: present\n\n- name: Enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/gnome | 7,470 | [
"no_license"
] | [
{
"path": "roles/gnome/templates/gtk-3.0/settings.ini.j2",
"content": "[Settings]\n{% if config.gnome.theme.name is defined %}\ngtk-icon-theme-name = {{ config.gnome.theme.name }}\n{% endif %}\n{% if config.gnome.icon.name is defined %}\ngtk-theme-name = {{ config.gnome.icon.name }}\n{% endif %}\n{% if conf... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2334,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/gnupg | 7,470 | [
"no_license"
] | [
{
"path": "roles/gnupg/tasks/main.yml",
"content": "---\n- name: Install gnupg\n pacman:\n name: gnupg\n state: present\n\n- name: Enable gpg-agent.socket\n systemd:\n name: gpg-agent.socket\n user: yes\n enabled: yes\n state: started\n become: yes\n become_user: \"{{ system.user.name ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/laptop | 7,470 | [
"no_license"
] | [
{
"path": "roles/laptop/tasks/main.yml",
"content": "---\n\n- include: tlp.yml\n\n- name: Copy touchpad configuration file\n copy:\n src: 30-touchpad.conf\n dest: /etc/X11/xorg.conf.d/30-touchpad.conf\n tags:\n - libinput\n\n- name: Copy logind configuration file\n copy:\n src: logind.conf\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/networkmanager | 7,470 | [
"no_license"
] | [
{
"path": "roles/networkmanager/templates/connectivity.conf.j2",
"content": "# {{ ansible_managed }}\n# HTTP-based connectivity check\n[connectivity]\n{% if system.network.manager.conn_check.uri is defined %}\nuri={{ system.network.manager.conn_check.uri }}\n{% endif %}\n{% if system.network.manager.conn_ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1619,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/python | 7,470 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n\n- name: Install pyenv\n git:\n repo: https://github.com/pyenv/pyenv.git\n dest: \"/home/{{ system.user.name }}/.pyenv\"\n become: yes\n become_user: \"{{ system.user.name }}\"\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/sddm | 7,470 | [
"no_license"
] | [
{
"path": "roles/sddm/tasks/main.yml",
"content": "---\n\n- name: Install Simple Desktop Display Manager (SDDM)\n pacman:\n name: sddm\n state: present\n\n- name: Enable SDDM\n service:\n name: sddm.service\n enabled: yes\n\n- name: Create SDDM config directory\n file:\n path: /etc/sddm.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1960,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/sound | 7,470 | [
"no_license"
] | [
{
"path": "roles/sound/tasks/main.yml",
"content": "---\n\n- name: Install alsa-utils\n pacman:\n name: alsa-utils\n state: present\n\n- name: Install PulseAudio\n pacman:\n name: [ \"pulseaudio\", \"pulseaudio-alsa\", \"pavucontrol\" ]\n state: present\n\n- name: Switch output to newly connec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/ssd | 7,470 | [
"no_license"
] | [
{
"path": "roles/ssd/tasks/main.yml",
"content": "---\n\n- name: Install hdparm\n pacman:\n name: hdparm\n state: present\n\n- name: Check for TRIM support\n shell: \"hdparm -I {{ system.storage.os.name }} | grep TRIM\"\n register: hdparm\n\n- name: Enable and start weekly filesystem TRIM timer\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/x | 7,470 | [
"no_license"
] | [
{
"path": "roles/x/tasks/srandrd.yml",
"content": "---\n\n- name: Install srandrd\n aur:\n name: srandrd\n user: \"{{ system.user.name }}\"\n dir: \"/home/{{ system.user.name }}/{{ config.aur.dir }}\"\n tags:\n - aur\n - srandrd\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/yubikey | 7,470 | [
"no_license"
] | [
{
"path": "roles/yubikey/tasks/main.yml",
"content": "---\n\n- name: Install YubiKey Personalization GUI\n pacman:\n name: yubikey-personalization-gui\n state: present\n\n- name: Install smartcard libs/tools\n pacman:\n name: [\"pcsclite\", \"libusb-compat\", \"ccid\"]\n state: present\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | BastienM/archlinux-setup | bda2bae3b2e49177dff36a5cdbe28d6c7762497d | 0 | roles/zprezto | 7,470 | [
"no_license"
] | [
{
"path": "roles/zprezto/files/zshrc",
"content": "# Source Prezto.\nif [[ -s \"${ZDOTDIR:-$HOME}/.zprezto/init.zsh\" ]]; then\n source \"${ZDOTDIR:-$HOME}/.zprezto/init.zsh\"\nfi\n\nif [ -d \"${HOME}/.zsh.d\" ]; then\n for f in \"${HOME}\"/.zsh.d/* ; do\n source $f\n done\nfi\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3423,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/admin_docker | 7,486 | [
"no_license"
] | [
{
"path": "roles/admin_docker/tasks/files/purge_images_docker.sh",
"content": "#!/bin/bash\n\nimages=$(docker images -aq)\n\nif [ -n \"$images\" ] ;then\ndocker rmi $images\nelse\necho \"empty\"\nfi\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4548,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/admin_haproxy_cluster | 7,486 | [
"no_license"
] | [
{
"path": "roles/admin_haproxy_cluster/tasks/main.yml",
"content": "---\n- hosts: L-REC-NLB-01\n remote_user: root\n\n tasks:\n - name: Set server VPPPRNODEPR1 to disable state\n haproxy:\n state: disabled\n host: VPPPRNODEPR1\n socket: /tmp/haproxy.socket\n backend: VP... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2704,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/admin_linux | 7,486 | [
"no_license"
] | [
{
"path": "roles/admin_linux/tasks/set_default_env_centos.yml",
"content": "- hosts: '{{ target }}'\n tasks:\n - name: install packages\n yum:\n update_cache=yes\n state=latest\n name={{ item }}\n with_items:\n - vim\n - nano\n\n - name: copie fichier de c... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3415,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/admin_vmware | 7,486 | [
"no_license"
] | [
{
"path": "roles/admin_vmware/tasks/main.yml",
"content": "- name: create vm\n hosts: vcenter\n connection: local\n\n vars:\n validate_certs: no\n vcenter_host: '{{ inventory_hostname }}'\n esxi_host: 'l-dev-esx-01.groupe-vecteurplus.com'\n vcenter_datacenter: 'Datacenter_OT'\n cluster: '0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1127,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/admin_windows | 7,486 | [
"no_license"
] | [
{
"path": "roles/admin_windows/tasks/get_windows_version.yml",
"content": "---\n- hosts: all\n\n tasks:\n - name: Get Windows Version\n win_shell: \"[System.Environment]::OSVersion.Version\"\n register: version\n\n - debug:\n var: version.stdout_lines",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/common | 7,486 | [
"no_license"
] | [
{
"path": "roles/common/tasks/service_wuauserv.yml",
"content": "---\n - name: \"Run powershell script\"\n hosts: \"windows\"\n gather_facts: \"false\"\n tasks:\n - name: \"Start Windows Update\"\n script: \"start_wuauserv.ps1\"\n\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/deploy_docker | 7,486 | [
"no_license"
] | [
{
"path": "roles/deploy_docker/tasks/mount-rec-directory.yml",
"content": "---\n- name: Mount EBP rec share to nfs directory\n mount:\n path: /mnt/nfs\n src: 10.53.2.50:/DATA/docker_rec\n fstype: nfs\n opts: defaults\n dump: '0'\n passno: '0'\n state: mounted\n when: ent == 'EBP'\n\n-... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4403,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/deploy_elasticsearch | 7,486 | [
"no_license"
] | [
{
"path": "roles/deploy_elasticsearch/tasks/install_Elasticsearch-1.7.2.yml",
"content": "# Utilisation du playbook:\n# ansible-playbook roles/deploy_elasticsearch/tasks/install_Elasticsearch-1.7.2.yml \\\n# --extra-var \"target=es_rec_dp env=REC app=DP port_es=9202\"\n---\n- hosts: '{{ target }}'\n user: ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 21002,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/deploy_mongodb | 7,486 | [
"no_license"
] | [
{
"path": "roles/deploy_mongodb/tasks/install_MongoDB-4.0_Cluster.yml",
"content": "# Utilisation du playbook:\n# ansible-playbook roles/deploy_mongodb/tasks/install_MongoDB-4.0.yml \\\n# --extra-var \"target=mdb_prd_nk env=PRD app=NK\"\n---\n- hosts: '{{ target }}'\n user: root\n tasks:\n - name: Inst... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 22680,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/annotations-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/annotations-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: annotations on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: annotations-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | defaul... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1662,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/appregistry-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/appregistry-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: appregistry on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: appregistry-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: appregistry ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/audit-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/audit-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: audit on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: audit-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: audit on x64_redhat_linux_6-yu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/backup-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/backup-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: backup on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: backup-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | default('start') == '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/cachelocator-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/cachelocator-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: cachelocator on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: cachelocator-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | def... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/cacheserver-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/cacheserver-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: cacheserver on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: cacheserver-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | defaul... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/cas-management-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/cas-management-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: cas-management on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: cas-management-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/cas-proxy-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/cas-proxy-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: cas-proxy on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: cas-proxy-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | default('sta... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/casacl-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/casacl-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: casacl on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: casacl-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: casacl on x64_redhat_linux_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/casformats-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/casformats-x64_redhat_linux_6-yum/defaults/main.yml",
"content": "---\nSERVICE_APP_NAME: casformats\nSERVICE_FACET: casFormats\nSERVICE_INSTANCES_COUNT: '{{ play_hosts | length }}'\nSERVICE_NAME: '{{ SERVICE_NAME_DEFAULT }}'\nSERVICE_PRODUCT_NAME: cas-formats\nSE... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/caslicense-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/caslicense-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: caslicense on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: caslicense-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | default('... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/casmgmtcli-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/casmgmtcli-x64_redhat_linux_6-yum/tasks/start.yml",
"content": "---\n- name: Execute Create deployment share folder\n become: 'yes'\n become_user: root\n command: mkdir -p {{ SASHOME }}/share/deployment\n\n- name: Execute Generate scripts that can be used in t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/collections-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/collections-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: collections on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: collections-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: collections ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/comments-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/comments-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: comments on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: comments-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: comments on x64_redha... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/compservice-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/compservice-x64_redhat_linux_6-yum/defaults/main.yml",
"content": "---\nSERVICE_APP_NAME: compservice\nSERVICE_FACET: compute\nSERVICE_INSTANCES_COUNT: '{{ play_hosts | length }}'\nSERVICE_NAME: '{{ SERVICE_NAME_DEFAULT }}'\nSERVICE_PRODUCT_NAME: compute\nSERVICE... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1642,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/consul-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/consul-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: consul on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: consul-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: consul on x64_redhat_linux_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/credentials-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/credentials-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: credentials on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: credentials-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: credentials ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/crossdmnprxy-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/crossdmnprxy-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: crossdmnprxy on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: crossdmnprxy-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: crossdmnp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/dataflowexec-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/dataflowexec-x64_redhat_linux_6-yum/defaults/main.yml",
"content": "---\nSERVICE_APP_NAME: dataflowexec\nSERVICE_FACET: dataFlowExecutionProvider\nSERVICE_INSTANCES_COUNT: '{{ play_hosts | length }}'\nSERVICE_NAME: '{{ SERVICE_NAME_DEFAULT }}'\nSERVICE_PRODUCT_NA... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/dataplans-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/dataplans-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: dataplans on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: dataplans-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | default('sta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/datasources-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/datasources-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: datasources on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: datasources-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | defaul... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/datatables-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/datatables-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: datatables on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: datatables-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: datatables on x... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/deviceManagement-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/deviceManagement-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: deviceManagement on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: deviceManagement-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/dmdplin-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/dmdplin-x64_redhat_linux_6-yum/tasks/main.yml",
"content": "---\n- name: dmdplin on x64_redhat_linux_6-yum - configure-and-start\n include_role:\n name: dmdplin-x64_redhat_linux_6-yum\n tasks_from: configure-and-start\n when: sas_task | default('start') =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/dmprofilesvc-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/dmprofilesvc-x64_redhat_linux_6-yum/defaults/main.yml",
"content": "---\nSERVICE_APP_NAME: dmprofilesvc\nSERVICE_FACET: dataProfiles\nSERVICE_INSTANCES_COUNT: '{{ play_hosts | length }}'\nSERVICE_NAME: '{{ SERVICE_NAME_DEFAULT }}'\nSERVICE_PRODUCT_NAME: dataprofi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1084,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/drive-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/drive-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: drive on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: drive-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: drive on x64_redhat_linux_6-yu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | vp-sdeniau/vp-ansible | ced45a4c6c7e2daa341232c014250d4689f03285 | 0 | roles/sas_viya_playbook.bak/roles/envmgr-app-x64_redhat_linux_6-yum | 7,486 | [
"no_license"
] | [
{
"path": "roles/sas_viya_playbook.bak/roles/envmgr-app-x64_redhat_linux_6-yum/tasks/configure-and-start.yml",
"content": "---\n- name: envmgr-app on x64_redhat_linux_6-yum - configure.yml\n include_role:\n name: envmgr-app-x64_redhat_linux_6-yum\n tasks_from: configure.yml\n\n- name: envmgr-app on x... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 883,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.