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
theoremoon/kosenctfx-infra
876a1629ecb29906526328d04983796c8a1cf18f
0
ansible/roles/challenge
4,697
[ "no_license" ]
[ { "path": "ansible/roles/challenge/tasks/main.yml", "content": "- name: Load task info\n include_vars:\n file: \"../../../challenge/{{ challenge }}/task.yml\"\n name: \"task\"\n\n- name: Copy a challenge directory to the server\n synchronize:\n src: \"../../../challenge/{{ challenge }}\"\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
theoremoon/kosenctfx-infra
876a1629ecb29906526328d04983796c8a1cf18f
0
ansible/roles/common
4,697
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: create docker group\n group:\n name: docker\n state: present\n\n- name: create sudoers group\n group:\n name: sudo\n state: present\n\n- name: install packages\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
theoremoon/kosenctfx-infra
876a1629ecb29906526328d04983796c8a1cf18f
0
ansible/roles/docker
4,697
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Add docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n\n- name: Install basic packages\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages: ['apt-transpor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
theoremoon/kosenctfx-infra
876a1629ecb29906526328d04983796c8a1cf18f
0
ansible/roles/iptables
4,697
[ "no_license" ]
[ { "path": "ansible/roles/iptables/tasks/main.yml", "content": "- name: Block access to metadata from container\n iptables:\n chain: DOCKER-USER\n action: insert\n source: 172.17.0.0/16\n destination: 169.254.0.0/16\n jump: DROP\n\n# IPのblocklistをipsetで管理する\n# ipsetはansibleのbuiltinではないので仕方なくs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 942, "all_permissive": false }
ansible_role
theoremoon/kosenctfx-infra
876a1629ecb29906526328d04983796c8a1cf18f
0
ansible/roles/sendtobucket
4,697
[ "no_license" ]
[ { "path": "ansible/roles/sendtobucket/templates/sendtobucket.j2", "content": "#!/bin/bash\n\ns3cmd --access_key=\"{{bucket_access_key}}\" --secret_key=\"{{bucket_secret_key}}\" --host=\"{{bucket.host}}\" --host-bucket=\"%(bucket)s.{{bucket.host}}\" put \"$1\" \"s3://{{bucket.bucket}}/\" && rm \"$1\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 654, "all_permissive": false }
ansible_role
theoremoon/kosenctfx-infra
876a1629ecb29906526328d04983796c8a1cf18f
0
ansible/roles/tcpdump
4,697
[ "no_license" ]
[ { "path": "ansible/roles/tcpdump/templates/tcpdump.service.j2", "content": "[Unit]\nAfter=network.target\n\n[Service]\nRestart=on-abnormal\nExecStart=/usr/sbin/tcpdump -w '/tmp/{{chal}}-%%F-%%T.pcap' -z sendtobucket -G 3600 port {{task.port}}\nType=simple\n\n[Install]\nWantedBy=multi-user.target\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 551, "all_permissive": false }
ansible_role
D-Kino/PracticeAWSCLI
31e5c6f8796fe5a8b4bc4bcbbca28f3d797666e5
0
ansible/roles/apache
4,697
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "- name: Apache インストール\n yum: name=httpd\n\n- name: Apache 起動\n service: name=httpd state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
D-Kino/PracticeAWSCLI
31e5c6f8796fe5a8b4bc4bcbbca28f3d797666e5
0
ansible/roles/mysql_client
4,697
[ "no_license" ]
[ { "path": "ansible/roles/mysql_client/vars/main.yml", "content": "mysql_yum_repository: https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm\nmysql_yum_package:\n - mysql-community-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 300, "all_permissive": false }
ansible_role
she-protocol/she-chain
d6968451ca362ebb0414ca21e65b4cad8f874c7a
0
oracle/roles/configure_oracle
4,697
[ "permissive" ]
[ { "path": "oracle/roles/configure_oracle/tasks/main.yaml", "content": "---\n- name: Install nodejs\n apt:\n name: nodejs\n state: latest\n update_cache: yes\n\n- name: Install npm\n apt:\n name: npm\n state: latest\n update_cache: yes\n\n- name: Install yarn\n npm:\n name: yarn\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": true }
ansible_role
royragsdale/picoCTF-legacy
1407e5ada29a6107faee324524186f0dd0bfe050
2
ansible/roles/common
4,697
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/utils.yml", "content": "---\n# Playbook that installs base utilities we would want on any server\n\n- name: Update apt\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install base packages\n apt:\n pkg: \"{{ item }}\"\n state: present\n wit...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1042, "all_permissive": false }
ansible_role
royragsdale/picoCTF-legacy
1407e5ada29a6107faee324524186f0dd0bfe050
2
ansible/roles/mongodb
4,697
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/templates/mongod.conf.j2", "content": "# {{ ansible_managed }}\n\nauth = {{ mongodb_conf_auth|to_nice_json }}\nbind_ip = {{ mongodb_conf_bind_ip }}\ndbpath = {{ mongodb_conf_dbpath }}\nnohttpinterface = {{ mongodb_conf_nohttpinterface|to_nice_json }}\njournal = {{ mongodb_co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3395, "all_permissive": false }
ansible_role
royragsdale/picoCTF-legacy
1407e5ada29a6107faee324524186f0dd0bfe050
2
ansible/roles/pico-shell
4,697
[ "no_license" ]
[ { "path": "ansible/roles/pico-shell/tasks/shell_manager.yml", "content": "---\n# Playbook that installs and configures the picoCTF shell_manager from sourrce\n\n# Source was cloned in main\n- name: Install picoCTF-shell-manager from source\n pip:\n name: \"file://{{ shell_manager_dir }}\"\n executabl...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5858, "all_permissive": false }
ansible_role
royragsdale/picoCTF-legacy
1407e5ada29a6107faee324524186f0dd0bfe050
2
ansible/roles/pico-web
4,697
[ "no_license" ]
[ { "path": "ansible/roles/pico-web/tasks/auto_configure.yml", "content": "---\n# Playbook to handle convenience preconfigurations so an admin is not\n# required to set things up in the web ui by hand.\n\n\n- name: Autoload Shell Server into web interface\n script: >\n scripts/add_shell_server.py\n {{ ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3292, "all_permissive": false }
ansible_role
adeetikaushal/gcp-kafka-zk-ansible
dc834e8682f98b391f45f3ab542c994543e657a4
1
roles/disk-mount-kafka
4,697
[ "no_license" ]
[ { "path": "roles/disk-mount-kafka/tasks/redhat.yml", "content": "- name: Create a ext4 filesystem on /dev/sdb\n filesystem:\n fstype: ext4\n dev: /dev/sdb\n\n- name: Create directory /install\n file:\n path: /install\n state: directory\n\n- name: Mount install read-write\n mount:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
adeetikaushal/gcp-kafka-zk-ansible
dc834e8682f98b391f45f3ab542c994543e657a4
1
roles/disk-mount-zk
4,697
[ "no_license" ]
[ { "path": "roles/disk-mount-zk/tasks/redhat.yml", "content": "- name: Create a ext4 filesystem on /dev/sdb\n filesystem:\n fstype: ext4\n dev: /dev/sdb\n\n- name: Create directory /install\n file:\n path: /install\n state: directory\n\n- name: Mount install read-write\n mount:\n path: /ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
adeetikaushal/gcp-kafka-zk-ansible
dc834e8682f98b391f45f3ab542c994543e657a4
1
roles/gcp
4,697
[ "no_license" ]
[ { "path": "roles/gcp/tasks/main.yml", "content": "- name: Managed Instance Group \n hosts: localhost\n gather_facts: False\n vars:\n service_account_email: <Enter Acct details> \n gcp_cred_file: <Cred file path>\n gcp_project: <project>\n gcp_cred_kind: serviceaccount\n region: \"us-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
adeetikaushal/gcp-kafka-zk-ansible
dc834e8682f98b391f45f3ab542c994543e657a4
1
roles/kafka-broker
4,697
[ "no_license" ]
[ { "path": "roles/kafka-broker/templates/environment.j2", "content": "[Unit]\nDescription=Apache Kafka server (broker)\nDocumentation=http://kafka.apache.org/documentation.html\nAfter=network.target \n\n[Service]\nType=simple\nPIDFile={{kafka.broker.install }}/kafka.pid\nEnvironment=JAVA_HOME=/usr/lib/jvm/jr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5998, "all_permissive": false }
ansible_role
adeetikaushal/gcp-kafka-zk-ansible
dc834e8682f98b391f45f3ab542c994543e657a4
1
roles/zookeeper
4,697
[ "no_license" ]
[ { "path": "roles/zookeeper/defaults/main.yml", "content": "zookeeper:\n downloadurl: <Add downloadurl>\n user: zookeeper\n group: zookeeper\n install: /install\n config_file: /install/zookeeper/conf/zoo.cfg\n service_name: zookeeper\n systemd_file: /etc/systemd/system\n config:\n maxClientCnxns: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3087, "all_permissive": false }
ansible_role
arencloud/aap-caac
d04d2feefb4c97c08de855df3b261ff6772da0cf
0
roles/configen
4,697
[ "no_license" ]
[ { "path": "roles/configen/templates/org.yml.j2", "content": "controller_organizations:\n - name: {{ org_name }}\n description: {{ org_description }}\n max_hosts: 0\n custom_virtualenv:\n galaxy_credentials:\n {% for cred in org_galaxy_credentials %}\n - {{ cred }}\n {% endfor +%}\n rela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2043, "all_permissive": false }
ansible_role
initcron-devops/openstack
2258fedebe2d71c70b5ac6d04c72dade057eb9cf
0
openstack/roles/envi-cont
4,697
[ "no_license" ]
[ { "path": "openstack/roles/envi-cont/tasks/controller.yml", "content": "---\n- name: Install Maria DB\n apt: name={{item}} state=installed allow_unauthenticated=yes\n with_items:\n - mariadb-server\n - python-pymysql\n- name: Maria DB configuration\n template: src=mysqld_openstack.cnf.j2 dest=/et...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2554, "all_permissive": false }
ansible_role
initcron-devops/openstack
2258fedebe2d71c70b5ac6d04c72dade057eb9cf
0
openstack/roles/environment
4,697
[ "no_license" ]
[ { "path": "openstack/roles/environment/tasks/common.yml", "content": "---\n- name: Define Network Interfaces\n template: src=interfaces.j2 dest=/etc/network/interfaces\n- name: Update the apt cache\n apt: update_cache=yes\n- name: Install and Configure NTP\n apt: name=chrony state=latest\n- name: Updat...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1872, "all_permissive": false }
ansible_role
initcron-devops/openstack
2258fedebe2d71c70b5ac6d04c72dade057eb9cf
0
openstack/roles/keystone
4,697
[ "no_license" ]
[ { "path": "openstack/roles/keystone/templates/project.sh.j2", "content": "#!/bin/bash\nopenstack project create --domain default --description \"Admin Project\" admin &&\nopenstack user create --domain default --password={{ openstack_admin_pass }} admin &&\nopenstack role create admin &&\nopenstack role add...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4976, "all_permissive": false }
ansible_role
mahesh-s33/DeployWebappUsingAnsible
afb82ebb861121e2133b363c29b8ef6e3088ad90
0
roles/postgres_db
4,697
[ "no_license" ]
[ { "path": "roles/postgres_db/tasks/main.yaml", "content": " - name: Install PostgreSQL\n apt: name={{ item }} update_cache=true state=installed\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n\n - name: Ensure the PostgreSQL serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
mahesh-s33/DeployWebappUsingAnsible
afb82ebb861121e2133b363c29b8ef6e3088ad90
0
roles/python
4,697
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yaml", "content": " - name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - python-pip\n - bash\n - openssl\n - libs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
mahesh-s33/DeployWebappUsingAnsible
afb82ebb861121e2133b363c29b8ef6e3088ad90
0
roles/web_server
4,697
[ "no_license" ]
[ { "path": "roles/web_server/tasks/main.yaml", "content": " - name: Install Python Flask\n pip:\n name: flask\n state: present\n\n - name: Run web app\n shell: python app.py nohup &\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/argo_remove_cluster
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/argo_remove_cluster/vars/main.yml", "content": "---\n# vars file for argo_remove_cluster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible_playbooks/roles/argo_remove_cluster/handlers/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 291, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/init_k8s_master
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/init_k8s_master/handlers/main.yml", "content": "---\n# handlers file for init_k8s_master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible_playbooks/roles/init_k8s_master/defaults/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1641, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/install_argocd
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/install_argocd/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install_argocd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible_playbooks/roles/install_argocd/def...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1747, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/install_ingress_nginx
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/install_ingress_nginx/vars/main.yml", "content": "---\n# vars file for install_ingress_nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible_playbooks/roles/install_ingress_nginx/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1354, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/install_k3s
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/install_k3s/handlers/main.yml", "content": "---\n# handlers file for install_k3s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible_playbooks/roles/install_k3s/defaults/main.yml", "content": "---\n# def...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1302, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/install_k8s_dependencies
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/install_k8s_dependencies/defaults/main.yml", "content": "---\n# defaults file for install_k8s_dependencies\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible_playbooks/roles/install_k8s_dependencies/tests/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2888, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/join_k8s_masters
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/join_k8s_masters/defaults/main.yml", "content": "---\n# defaults file for join_k8s_masters\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible_playbooks/roles/join_k8s_masters/handlers/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 636, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/join_k8s_workers
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/join_k8s_workers/defaults/main.yml", "content": "---\n# defaults file for join_k8s_workers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible_playbooks/roles/join_k8s_workers/handlers/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 558, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/k8s_add_context
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/k8s_add_context/handlers/main.yml", "content": "---\n# handlers file for k8s_add_context\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible_playbooks/roles/k8s_add_context/vars/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 722, "all_permissive": false }
ansible_role
belmironeto/homelab
5271863df0ffd14194a154482e52f18dd06c358d
0
ansible_playbooks/roles/k8s_remove_context
4,697
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/k8s_remove_context/handlers/main.yml", "content": "---\n# handlers file for k8s_remove_context\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible_playbooks/roles/k8s_remove_context/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 474, "all_permissive": false }
ansible_role
vmahilevskyi/hands-on-ansible
ca15170aaac2255eba04f1f55a88b93785ca1a7b
0
Project/roles/base-apache
4,697
[ "no_license" ]
[ { "path": "Project/roles/base-apache/tasks/main.yml", "content": "---\n# This role installs apache2\n\n- name: Install apache, php, git\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - php\n - php-mysql\n - git\n\n- name: apache2 service state\n service:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
vmahilevskyi/hands-on-ansible
ca15170aaac2255eba04f1f55a88b93785ca1a7b
0
Project/roles/web
4,697
[ "no_license" ]
[ { "path": "Project/roles/web/tasks/main.yml", "content": "---\n- name: Copy the code from repository\n #git: repo={{ repository }} version={{ webapp_version }} dest=/var/www/html/\n git: repo={{ repository }} dest=/var/www/html/\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": 170, "all_permissive": false }
ansible_role
mohi048/install_mistral
bd85f9d38e677f7879014dd502eb0d5409a9e7d2
0
roles/common
4,637
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n\n - name: \"Installing required packages to the system\"\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - python-dev\n - python-setuptools\n - python-pip\n - libffi-dev\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1568, "all_permissive": false }
ansible_role
mohi048/install_mistral
bd85f9d38e677f7879014dd502eb0d5409a9e7d2
0
roles/mistral
4,637
[ "no_license" ]
[ { "path": "roles/mistral/tasks/sample_workflow.yaml", "content": "version: '2.0'\n\ncreate_vm:\n description: Simple workflow example\n type: direct\n input:\n - vm_name\n - image_ref\n - flavor_ref\n - private_net_id\n - username\n - password\n output:\n vm_id: <% $.vm_id %>\n\n t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2027, "all_permissive": false }
ansible_role
mohi048/install_mistral
bd85f9d38e677f7879014dd502eb0d5409a9e7d2
0
roles/mysql
4,637
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n\n - name: Mysql | Set root password\n #debconf: name='mysql-server' question='mysql-server/root_password' value=\"{{ mysql_pass | quote }}\" vtype='password'\n debconf: name={{ item }} question='mysql-server/root_password' value=\"{{ my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2311, "all_permissive": false }
ansible_role
mohi048/install_mistral
bd85f9d38e677f7879014dd502eb0d5409a9e7d2
0
roles/origmysql
4,637
[ "no_license" ]
[ { "path": "roles/origmysql/templates/mariadb_openstack.cnf.j2", "content": "[mysqld]\nbind-address = {{ IP_MARIADB_SERVER }}\ndefault-storage-engine = innodb\ninnodb_file_per_table\ncollation-server = utf8_general_ci\ninit-connect = 'SET NAMES utf8'\ncharacter-set-server = utf8\n\n", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2150, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/advanced
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/advanced/tasks/main.yml", "content": "- include_role:\n name: base\n when: kn6plv_aredn_base_loaded is not defined\n\n- name: Advanced configuration\n advconfig:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n loop: \"{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1715, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/advertise
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/advertise/meta/argument_specs.yml", "content": "argument_specs:\n main:\n short_description: Advertise services\n options:\n advertise:\n description: \"List of services to advertise\"\n type: list\n element: dict...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1710, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/base
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/base/tasks/main.yml", "content": "- set_fact:\n kn6plv_aredn_base_loaded: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "collections/ansible_collections/kn6plv/aredn/roles/bas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1201, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/dhcp_address
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/dhcp_address/README.md", "content": "# aredn.dhcp_address\n## Description\nMac address to hostname/ip mapping\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "collections/ansible_collec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1422, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/dns_alias
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/dns_alias/meta/main.yml", "content": "galaxy_info:\n role_name: \"dns_alias\"\n author: \"<NAME>\"\n description: \"Add a dns alias\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1026, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/firmware
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/firmware/meta/argument_specs.yml", "content": "argument_specs:\n main:\n short_description: Download and update firmware\n options:\n version:\n description: Firmware version to install\n default: \"release\"\n forc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1042, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/packages
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/packages/meta/argument_specs.yml", "content": "argument_specs:\n main:\n short_description: Install and update packages\n options:\n packages:\n description: List of packages to install, update or remove\n type: list\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1852, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/port_forward
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/port_forward/meta/argument_specs.yml", "content": "argument_specs:\n main:\n short_description: Forward port between networks\n options:\n interface:\n description: \"Source network\"\n default: \"wan\"\n type:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1380, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/reboot
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/reboot/tasks/main.yml", "content": "- include_role:\n name: base\n when: kn6plv_aredn_base_loaded is not defined\n\n- name: Schedule reboot\n command: /bin/true\n notify: need reboot\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 399, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/setup
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/setup/tasks/main.yml", "content": "- include_role:\n name: base\n when: kn6plv_aredn_base_loaded is not defined\n\n- name: Setup node basics\n basics:\n description: \"{{ description | default(omit) }}\"\n lat_lon: \"{{ location | defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4279, "all_permissive": false }
ansible_role
iannucci/aredn-network-management
082e295b76dd36034f2b90e9b5a20809d768a238
0
collections/ansible_collections/kn6plv/aredn/roles/tunnels
4,637
[ "no_license" ]
[ { "path": "collections/ansible_collections/kn6plv/aredn/roles/tunnels/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: \"tunnels\"\n author: \"<NAME>\"\n description: \"Configure server and client tunnels\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2750, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/accounts
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/accounts/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: accounts\n author: Manala\n company: Manala\n description: Handle accounts users and groups\n license: MIT\n min_ansible_version: 2.14.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 644, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/alternatives
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/alternatives/tasks/main.yml", "content": "---\n\n- name: Selections\n ansible.builtin.import_tasks: selections.yml\n tags:\n - manala_alternatives\n - manala_alternatives.selections\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 519, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/ansible
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/ansible/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: ansible\n author: Manala\n company: Manala\n description: Handle ansible\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/ansible_galaxy
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/ansible_galaxy/tasks/main.yml", "content": "---\n\n- name: Roles\n ansible.builtin.import_tasks: roles.yml\n tags:\n - manala_ansible_galaxy\n - manala_ansible_galaxy.roles\n - manala_ansible_galaxy.update\n - manala.upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 562, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/apparmor
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/apparmor/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_apparmor\n - manala_apparmor.install\n\n- name: Configs\n ansible.builtin.import_tasks: configs.yml\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 789, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/apt
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/apt/defaults/main.yml", "content": "---\n\n# Configs\nmanala_apt_configs_exclusive: false\nmanala_apt_configs_dir: /etc/apt/apt.conf.d\nmanala_apt_configs_defaults: {}\nmanala_apt_configs: []\n\n# Install\nmanala_apt_install_packages:...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 31500, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/aptly
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/aptly/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_aptly\n - manala_aptly.install\n\n- name: Config\n ansible.builtin.import_tasks: config.yml\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/backup_manager
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/backup_manager/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: backup_manager\n author: Manala\n company: Manala\n description: Handle backup manager\n license: MIT\n min_ansible_version: 2.14....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/bind
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/bind/defaults/main.yml", "content": "---\n\n# Install\nmanala_bind_install_packages: ~\nmanala_bind_install_packages_default:\n - bind9\n\n# User / Group\nmanala_bind_user: bind\nmanala_bind_group: bind\n\n# Options\nmanala_bind_opti...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2117, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/cloud_init
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/cloud_init/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: cloud_init\n author: Manala\n company: Manala\n description: Configure cloud-init\n license: MIT\n min_ansible_version: 2.14.0\n issu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/composer
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/composer/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_composer\n - manala_composer.install\n - manala_composer.update\n - manala.update\n\n- name: Use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/cron
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/cron/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: cron\n author: Manala\n company: Manala\n description: Handle cron\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_url: https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 715, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/deploy
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/deploy/tasks/strategy.yml", "content": "---\n\n- name: Strategy\n ansible.builtin.include_tasks: \"strategy/{{ manala_deploy_strategy }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 ...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 8113, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/dhcp
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/dhcp/handlers/main.yml", "content": "---\n\n- name: Restart dhcp\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - isc-dhcp-server\n # Deprecated\n listen: dhcp restart\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1016, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/dnsmasq
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/dnsmasq/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: dnsmasq\n author: Manala\n company: Manala\n description: Handle dnsmasq\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 911, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/docker
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/docker/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: docker\n author: Manala\n company: Manala\n description: Handle Docker\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_url: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4326, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/elasticsearch
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/elasticsearch/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: elasticsearch\n author: Manala\n company: Manala\n description: Handle elasticsearch\n license: MIT\n min_ansible_version: 2.14.0\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1259, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/environment
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/environment/tasks/main.yml", "content": "---\n\n- name: Variables\n ansible.builtin.import_tasks: variables.yml\n tags:\n - manala_environment\n - manala_environment.variables\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 521, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/fail2ban
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/fail2ban/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_fail2ban\n - manala_fail2ban.install\n\n- name: Config\n ansible.builtin.import_tasks: config.yml\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1040, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/files
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/files/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: files\n author: Manala\n company: Manala\n description: Handle files attributes\n license: MIT\n min_ansible_version: 2.14.0\n issue_track...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/git
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/git/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: git\n author: Manala\n company: Manala\n description: Handle git\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_url: https://g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 719, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/gitlab
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/gitlab/handlers/main.yml", "content": "---\n\n- name: Reconfigure gitlab\n ansible.builtin.command:\n cmd: gitlab-ctl reconfigure\n # Deprecated\n listen: gitlab reconfigure\n\n- name: Restart gitlab\n ansible.builtin.command:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 853, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/glusterfs
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/glusterfs/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: glusterfs\n author: Manala\n company: Manala\n description: Handle glusterfs\n license: MIT\n min_ansible_version: 2.14.0\n issue_trac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 744, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/gomplate
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/gomplate/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: gomplate\n author: Manala\n company: Manala\n description: Handle gomplate\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/grafana
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/grafana/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_grafana\n - manala_grafana.install\n\n- name: Config\n ansible.builtin.import_tasks: config.yml\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1352, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/grafana_agent
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/grafana_agent/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_grafana_agent\n - manala_grafana_agent.install\n\n- name: Config\n ansible.builtin.import_tasks:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 809, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/haproxy
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/haproxy/handlers/main.yml", "content": "---\n\n- name: Reload haproxy\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: reloaded\n loop:\n - haproxy\n # Deprecated\n listen: haproxy reload\n\n- name: Restart hapr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1442, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/influxdb
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/influxdb/handlers/main.yml", "content": "---\n\n- name: Restart influxdb\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: stopped\n loop:\n - influxdb\n notify: Start influxdb\n # Deprecated\n listen: influxdb ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1711, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/java
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/java/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_java\n - manala_java.install\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/keepalived
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/keepalived/handlers/main.yml", "content": "---\n\n- name: Restart keepalived\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - keepalived\n # Deprecated\n listen: keepalived restart\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1260, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/kernel
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/kernel/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: kernel\n author: Manala\n company: Manala\n description: Handle kernel modules and parameters\n license: MIT\n min_ansible_version: 2.14.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/locales
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/locales/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_locales\n - manala_locales.install\n\n- name: Codes\n ansible.builtin.import_tasks: codes.yml\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 823, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/logrotate
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/logrotate/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_logrotate\n - manala_logrotate.install\n\n- name: Configs\n ansible.builtin.import_tasks: configs.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/make
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/make/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_make\n - manala_make.install\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/maxscale
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/maxscale/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: maxscale\n author: Manala\n company: Manala\n description: Installation and configuration of Maxscale (MySQL/MariaDB Proxy)\n license: MI...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1209, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/mongodb
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/mongodb/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_mongodb\n - manala_mongodb.install\n\n- name: Config\n ansible.builtin.import_tasks: config.yml\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1020, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/motd
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/motd/tasks/main.yml", "content": "---\n\n- name: Scripts\n ansible.builtin.import_tasks: scripts.yml\n tags:\n - manala_motd\n - manala_motd.scripts\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/mount
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/mount/tasks/main.yml", "content": "---\n\n- name: Points\n ansible.builtin.import_tasks: points.yml\n tags:\n - manala_mount\n - manala_mount.points\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 802, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/mysql
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/mysql/tasks/data.yml", "content": "---\n\n- name: Data > Directory\n ansible.builtin.file:\n path: \"{{ manala_mysql_data_dir }}\"\n state: directory\n owner: \"{{ manala_mysql_data_dir_user }}\"\n group: \"{{ manala_mysq...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2188, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/network
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/network/handlers/main.yml", "content": "---\n\n- name: Restart networking\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - networking\n # Deprecated\n listen: networking restart\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1385, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/nginx
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_nginx\n - manala_nginx.install\n\n- name: Config\n ansible.builtin.import_tasks: config.yml\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1163, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/ngrok
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/ngrok/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: ngrok\n author: Manala\n company: Manala\n description: Handle ngrok\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_url: htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/nodejs
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_nodejs\n - manala_nodejs.install\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/npm
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/npm/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: npm\n author: Manala\n company: Manala\n description: Handle npm\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_url: https://g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 768, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/ntp
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/ntp/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_ntp\n - manala_ntp.install\n\n- name: Services\n ansible.builtin.import_tasks: services.yml\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 606, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/ohmyzsh
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/ohmyzsh/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: ohmyzsh\n author: Manala\n company: Manala\n description: Handle oh-my-zsh\n license: MIT\n min_ansible_version: 2.14.0\n issue_tracker_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/pam_ssh_agent_auth
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/pam_ssh_agent_auth/tasks/main.yml", "content": "---\n\n- name: Requirements\n ansible.builtin.import_tasks: requirements.yml\n tags:\n - manala_pam_ssh_agent_auth\n - manala_pam_ssh_agent_auth.requirements\n\n- name: Install\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 825, "all_permissive": false }
ansible_role
Ezeki3lRchy/code-os-debian-zeke
bfe1a887ae7c65f9b77df7ce942d56c2e8d87c44
4
src/ansible/collections/ansible_collections/manala/roles/roles/php
4,637
[ "no_license" ]
[ { "path": "src/ansible/collections/ansible_collections/manala/roles/roles/php/tasks/main.yml", "content": "---\n\n- name: Install\n ansible.builtin.import_tasks: install.yml\n tags:\n - manala_php\n - manala_php.install\n\n- name: Extensions\n ansible.builtin.import_tasks: extensions.yml\n tags:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2507, "all_permissive": false }