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
venerari/tso-validation-firewall-check
d6dad0ac790bf4d0772241daf1bfbfc98f862187
0
roles/stage2
46
[ "no_license" ]
[ { "path": "roles/stage2/tasks/main.yml", "content": "---\n\n- name: Include common.yml\n include_vars: common.yml\n \n\n- name: Create DIR staging\n win_file:\n path: \"{{ staging_folder }}\"\n state: directory\n become: false \n\n\n- name: Create DIR log\n win_file:\n path: \"{{ log_folder }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1392, "all_permissive": false }
ansible_role
venerari/tso-validation-firewall-check
d6dad0ac790bf4d0772241daf1bfbfc98f862187
0
roles/validate-linux1
46
[ "no_license" ]
[ { "path": "roles/validate-linux1/tasks/main.yml", "content": "--- \n\n#convert to lower case\n\n- name: Make lower.py executable\n shell: chmod u+x scripts/tvfc/lower.py\n delegate_to: localhost\n run_once: true\n\n\n- name: Remove the header of the linux.csv\n shell: awk 'FNR > 1 { print $0 }' linux.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2212, "all_permissive": false }
ansible_role
venerari/tso-validation-firewall-check
d6dad0ac790bf4d0772241daf1bfbfc98f862187
0
roles/validate-linux2
46
[ "no_license" ]
[ { "path": "roles/validate-linux2/tasks/main.yml", "content": "---\n\n- name: Include server firewall to check\n include_vars: linux.yml\n \n- name: Check NC\n shell: rpm -qa nmap-ncat*\n register: install\n ignore_errors: true\n \n- name: Install NC\n yum: \n name: nmap-ncat\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
venerari/tso-validation-firewall-check
d6dad0ac790bf4d0772241daf1bfbfc98f862187
0
roles/validate-linux3
46
[ "no_license" ]
[ { "path": "roles/validate-linux3/tasks/main.yml", "content": "---\n\n- name: Include server firewall to check\n include_vars: linux.yml\n\n#convert to lower case\n\n- name: Remove the header of the linux.csv\n shell: awk 'FNR > 1 { print $0 }' linux.csv > lower.txt\n delegate_to: localhost\n run_once: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5122, "all_permissive": false }
ansible_role
venerari/tso-validation-firewall-check
d6dad0ac790bf4d0772241daf1bfbfc98f862187
0
roles/validate-windows1
46
[ "no_license" ]
[ { "path": "roles/validate-windows1/tasks/main.yml", "content": "---\n\n\n- name: Include server firewall to check\n include_vars: vars.yml\n\n\n#convert to upper case\n\n- name: Make upper.py executable\n shell: chmod u+x scripts/tvfc/upper.py\n delegate_to: localhost\n run_once: true\n\n- name: Remove ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4767, "all_permissive": false }
ansible_role
venerari/tso-validation-firewall-check
d6dad0ac790bf4d0772241daf1bfbfc98f862187
0
roles/validate-windows2
46
[ "no_license" ]
[ { "path": "roles/validate-windows2/tasks/main.yml", "content": "---\n\n- name: Include server firewall to check\n include_vars: windows.yml\n\n- name: Obtain information about a powercat\n win_stat: \n path: C:\\Windows\\system32\\powercat.ps1\n register: file_info\n ignore_errors: true\n \n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
venerari/tso-validation-firewall-check
d6dad0ac790bf4d0772241daf1bfbfc98f862187
0
roles/validate-windows3
46
[ "no_license" ]
[ { "path": "roles/validate-windows3/tasks/main.yml", "content": "---\r\n\r\n- name: Include server firewall to check\r\n include_vars: windows.yml\r\n\r\n\r\n#convert to upper case\r\n\r\n- name: Remove the header of the windows.csv\r\n shell: awk 'FNR > 1 { print $0 }' windows.csv > upper.txt\r\n delega...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5195, "all_permissive": false }
ansible_role
jrdowns/ansible-zabbix-agent-install
a8623acd8db2e8f18fbbf5097e383378e435076c
0
roles/monitoring
46
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n\n- name: Old zabbix-agent not installed\n ansible.builtin.apt:\n name: zabbix-agent\n state: absent\n\n- name: Add Zabbix repo\n shell: \"{{ item }}\"\n loop:\n - \"wget https://repo.zabbix.com/zabbix/6.0/ubuntu/pool/main/z/zabbix/za...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1991, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/access
46
[ "no_license" ]
[ { "path": "playbooks/roles/access/tasks/main.yml", "content": "---\n\n- name: include users\n include_tasks: users.yml\n tags:\n - users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "playbooks/roles/access/tasks/users.yml", "content": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2024, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/bastion
46
[ "no_license" ]
[ { "path": "playbooks/roles/bastion/tasks/main.yml", "content": "---\n- name: get facts\n setup:\n when: \"'create' in ansible_run_tags\"\n\n- name: update apt cache\n ansible.builtin.apt:\n update_cache: true\n become: true\n when: \"'Ubuntu' == ansible_distribution\"\n\n- name: setup fail2ban (apt)...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/consul
46
[ "no_license" ]
[ { "path": "playbooks/roles/consul/handlers/main.yml", "content": "---\n- name: restart consul\n ansible.builtin.service:\n name: consul\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "playbooks/roles/con...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 8138, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/dns
46
[ "no_license" ]
[ { "path": "playbooks/roles/dns/tasks/main.yml", "content": "---\n- name: Set systemd-resolved template\n ansible.builtin.template:\n src: resolved.conf.j2\n dest: /etc/systemd/resolved.conf\n mode: 0644\n become: true\n\n- name: restart systemd-resolved\n ansible.builtin.service:\n name: syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/docker
46
[ "no_license" ]
[ { "path": "playbooks/roles/docker/defaults/main.yml", "content": "docker_plugins:\n - identifier: grafana/loki-docker-driver\n alias: loki\n version: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "playbooks/roles/docker/tasks/ubunt...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3037, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/format_disks
46
[ "no_license" ]
[ { "path": "playbooks/roles/format_disks/tasks/main.yml", "content": "---\n- name: partition disks\n community.general.parted:\n device: \"{{ item.dev }}\"\n number: \"{{ item.number }}\"\n state: present\n loop: \"{{ disks }}\"\n become: true\n\n- name: format disks\n community.general.filesyst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/gitlab
46
[ "no_license" ]
[ { "path": "playbooks/roles/gitlab/tasks/create_oauth_apps.yml", "content": "- name: Create Application for OAuth\n ansible.builtin.uri:\n url: \"https://gitlab.{{ zone }}/{{ nomad_gitlab_api_applications_endpoint }}\"\n method: POST\n body: \"name={{ item.name }}&redirect_uri={{ item.redirect_uris...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12423, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/grafana
46
[ "no_license" ]
[ { "path": "playbooks/roles/grafana/templates/grafana.hcl.j2", "content": "job \"grafana\" {\n datacenters = [\"{{ nomad_datacenter }}\",]\n namespace = \"{{ nomad_namespaces.admin.name }}\"\n type = \"service\"\n\n group \"grafana\" {\n count = 1\n network {\n port \"grafana\" {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5121, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/hostname
46
[ "no_license" ]
[ { "path": "playbooks/roles/hostname/tasks/rocky.yml", "content": "---\n- name: set hostname\n ansible.builtin.hostname:\n name: \"{{ vm_name }}\"\n use: systemd\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "playbooks/rol...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 224, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/loki
46
[ "no_license" ]
[ { "path": "playbooks/roles/loki/defaults/main.yml", "content": "---\nloki_version: 2.4.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "playbooks/roles/loki/handlers/main.yml", "content": "---\n- name: startenable loki\n ansible.builtin.ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4472, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/mattermost
46
[ "no_license" ]
[ { "path": "playbooks/roles/mattermost/templates/mattermost.hcl.j2", "content": "job \"{{ nomad_mattermost_job_name }}\" {\n datacenters = [\"{{ nomad_datacenter }}\"]\n type = \"service\"\n\n constraint {\n attribute = \"${attr.kernel.name}\"\n value = \"linux\"\n }\n\n group \"mattermost\" {...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11190, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/minio_client
46
[ "no_license" ]
[ { "path": "playbooks/roles/minio_client/tasks/main.yml", "content": "---\n- name: get the mc client binary\n ansible.builtin.get_url:\n url: \"https://dl.min.io/client/mc/release/{{ ansible_system | lower}}-{{ pkg_arch_map[ansible_architecture] }}/mc\"\n dest: /usr/bin/mc\n mode: 0777\n become: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/nomad
46
[ "no_license" ]
[ { "path": "playbooks/roles/nomad/tasks/install_ubuntu_binary.yml", "content": "---\n- name: ensure dirs are there\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: root\n group: root\n become: true\n loop:\n - \"{{ nomad_etc_dir }}\"\n - \"{{ nomad_data_dir }}\"...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 10734, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/nomad-job
46
[ "no_license" ]
[ { "path": "playbooks/roles/nomad-job/tasks/main.yml", "content": "---\n- name: set job facts\n ansible.builtin.set_fact:\n job_fact: \"{{ lookup('vars', 'nomad_job_' + job_name ) | default({}) }}\"\n\n- name: ensure user exists when defined\n ansible.builtin.user:\n name: \"{{ job_fact.user.name }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2479, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/promtail
46
[ "no_license" ]
[ { "path": "playbooks/roles/promtail/templates/promtail.yaml.j2", "content": "---\nserver:\n http_listen_address: {{ vm_ip }}\n http_listen_port: 9080\n grpc_listen_port: 0\n\npositions:\n filename: /tmp/positions.yaml\n\nclients:\n - url: http://loki.service.consul:8880/loki/api/v1/push\n\nscrape_confi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3583, "all_permissive": false }
ansible_role
kangaroot/rootstack-devfactory
e3d8fa48f5118e1789976dc33cdf417af72bdf1b
40
playbooks/roles/static_ip
46
[ "no_license" ]
[ { "path": "playbooks/roles/static_ip/tasks/rocky.yml", "content": "---\n- name: set networking config\n ansible.builtin.template:\n src: \"{{ ansible_distribution | lower }}_static.j2\"\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n become: true\n register: net_change\n\n- name: reboot system\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 397, "all_permissive": false }
ansible_role
abevz/CreatePersonalCluster
99dcb5fff14071e92890d1e140f6b8aa0c784a1b
0
ansible/roles/setup_kubernetes_cluster
46
[ "no_license" ]
[ { "path": "ansible/roles/setup_kubernetes_cluster/handlers/main.yml", "content": "---\n# handlers file for setup_kubernetes_cluster\n\n- name: Restart containerd\n ansible.builtin.systemd:\n name: containerd\n state: restarted\n listen: Restart containerd\n\n- name: Update apt cache\n ansible.built...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 12941, "all_permissive": false }
ansible_role
tlee75/personal-site-iac
8a7537cee04f71770893eebfe886e0a076cdb9c1
0
ansible/playbooks/roles/install-cloudflared
46
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/install-cloudflared/tasks/main.yml", "content": "---\n- name: Create directory to put files into\n become: true\n ansible.builtin.file:\n path: '/etc/cloudflared/'\n state: directory\n owner: 'root'\n group: 'root'\n mode: '0755'\n\n- name: Setup Cloudflar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3032, "all_permissive": false }
ansible_role
anujs2099/rhce-sample-exams_1st-edition
6091966f82a610ff461eda754567baa7f1ed42ac
0
solutions/lab5/task4/roles/vhost
46
[ "no_license" ]
[ { "path": "solutions/lab5/task4/roles/vhost/tasks/main.yml", "content": "---\n- name: install httpd\n yum: \n name: httpd\n state: present\n- name: start & enable httpd\n service:\n name: httpd\n state: started\n enabled: true\n- name: Create a directory if it does not exist\n file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
Kisha-net/project-udacity-3
2cf86bd1a261e34a0ea66660fe5ed061782b8e7c
1
.circleci/ansible/roles/configure-server
46
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "# ---\n\n# - name: \"Add node.js for source\"\n# become: true\n# shell: |\n# curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n# - name: \"Install Node.js 13\"\n# become: true\n# apt:\n# name: [\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1675, "all_permissive": false }
ansible_role
Kisha-net/project-udacity-3
2cf86bd1a261e34a0ea66660fe5ed061782b8e7c
1
.circleci/ansible/roles/deploy
46
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: 'update and upgrade packages.'\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n- name: remove unneeded deps\n become: true\n apt:\n autoremove: yes\n- name: install deps\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
lalithvoop/ansible-expense
710568b9ac6961060fe113491286d61d2761a7fb
0
roles/backend
46
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: disable node old version\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: enable node new version\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: install nodejs\n ansible.builtin.dnf:\n name: nodejs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1967, "all_permissive": false }
ansible_role
lalithvoop/ansible-expense
710568b9ac6961060fe113491286d61d2761a7fb
0
roles/common
46
[ "no_license" ]
[ { "path": "roles/common/tasks/pre-reqs.yml", "content": "- name: Recursively remove directory\n ansible.builtin.file:\n path: \"{{target_folder}}\"\n state: absent\n\n- name: create the deleted directory\n ansible.builtin.file:\n path: \"{{target_folder}}\"\n state: directory\n owner: \"{{a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 752, "all_permissive": false }
ansible_role
lalithvoop/ansible-expense
710568b9ac6961060fe113491286d61d2761a7fb
0
roles/frontend
46
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n# - name: enable the service\n# ansible.builtin.service:\n# name: nginx\n# enabled: yes\n\n# - name: starting the service\n# ansible.builtin.service:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1517, "all_permissive": false }
ansible_role
lalithvoop/ansible-expense
710568b9ac6961060fe113491286d61d2761a7fb
0
roles/newrelic
46
[ "no_license" ]
[ { "path": "roles/newrelic/tasks/nodejs.yml", "content": "- name: installing newrelic nodejs module\n community.general.npm:\n name: newrelic\n path: /app", "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
lalithvoop/ansible-expense
710568b9ac6961060fe113491286d61d2761a7fb
0
roles/prometheus
46
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/node_exporter.yml", "content": "- name: downloading node_exporter\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/node_exporter/releases/download/v1.7.0/node_exporter-1.7.0.linux-amd64.tar.gz \n dest: /opt/\n remote_src: yes\n owner: bin\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
cubeek/ir-anet
77425a3d13193ae07426a3f3ecaae462ef2da2e0
0
roles/vqfx
46
[ "no_license" ]
[ { "path": "roles/vqfx/tasks/vagrant-deps.yml", "content": "---\n\n- name: Install vagrant and dependencies\n block:\n - name: make working dir\n file:\n path: \"{{ vagrant_working_dir }}\"\n state: directory\n \n - name: create vagrant file\n template:\n dest: \"{{ v...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7495, "all_permissive": false }
ansible_role
SergSha/backup
d5f11a351e0206aba75d7c519fecad12157675ab
0
roles/borgbackup
46
[ "no_license" ]
[ { "path": "roles/borgbackup/handlers/main.yml", "content": "---\n# handlers file for borgbackup\n\n- name: Rsyslog restart\n service: name=rsyslog.service state=restarted daemon_reload=yes\n\n- name: Start and Enable borg-backup.timer\n systemd: name=borg-backup.timer state=started enabled=yes daemon_relo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6289, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/ca
46
[ "no_license" ]
[ { "path": "ansible/roles/ca/tasks/main.yaml", "content": "- name: Install Golang compiler, git and make\n dnf:\n name: [\"golang\", \"git\", \"make\"]\n state: present\n update_cache: yes\n\n- name: Create GOPATH dir\n file:\n path: /home/{{ ansible_user }}/.go\n owner: \"{{ ansible_user }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1429, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/dns
46
[ "no_license" ]
[ { "path": "ansible/roles/dns/tasks/main.yaml", "content": "---\n- name: Stop and disable systemd-resolved\n systemd:\n name: systemd-resolved\n daemon_reload: yes\n state: stopped\n enabled: no\n masked: no\n\n- name: Add the coredns user\n user:\n name: coredns\n comment: CoreDNS use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1395, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/kubernetes-initial-controller
46
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-initial-controller/tasks/main.yaml", "content": "---\n\n- name: Put SELinux in permissive mode\n selinux:\n policy: targeted\n state: permissive\n\n- name: Install Kubernetes requirements\n dnf:\n name: [\"kubeadm\", \"kubelet\", \"cri-tools\", \"kubernetes-cni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 16116, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/kubernetes-joined-worker
46
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-joined-worker/tasks/main.yaml", "content": "---\n\n- name: Put SELinux in permissive mode\n selinux:\n policy: targeted\n state: permissive\n\n- name: Install Kubernetes requirements\n dnf:\n name: [\"kubeadm\", \"kubelet\", \"cri-tools\", \"kubernetes-cni\", \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2387, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/linux-vm
46
[ "no_license" ]
[ { "path": "ansible/roles/linux-vm/tasks/main.yaml", "content": "---\n\n- name: Add the hostname to the hosts file\n lineinfile:\n path: /etc/hosts\n regexp: '^127\\.0\\.0\\.1'\n line: 127.0.0.1 localhost {{ inventory_hostname }}\n owner: root\n group: root\n mode: '0644'\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5196, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/loadbalancer
46
[ "no_license" ]
[ { "path": "ansible/roles/loadbalancer/tasks/main.yaml", "content": "---\n- name: Install haproxy\n dnf:\n name: haproxy\n state: present\n update_cache: yes\n\n- name: Create the haproxy enhancement dir\n file:\n path: /etc/systemd/system/haproxy.service.d\n state: directory\n owner: roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1999, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/mirror
46
[ "no_license" ]
[ { "path": "ansible/roles/mirror/templates/update-mirror.sh.j2", "content": "#!/bin/bash\n# Make sure the mirror host is fully up to date\ndnf clean all; dnf update --refresh -y\n\n# Temporarily stop SELinux\nsudo setenforce 0\n\n# Create relevant dirs\nIMAGE_DIR_FEDORA=\"/var/www/html/linux/fedora\"\nPACKAG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9475, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/ntp-server
46
[ "no_license" ]
[ { "path": "ansible/roles/ntp-server/defaults/main.yaml", "content": "ntp_network: 10.0.0.0\nntp_netmask: 255.255.0.0\nntp_primary_upstream: time.google.com\nntp_secondary_upstream: rs.pool.ntp.org\nntp_config_file: /etc/ntp.conf", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 606, "all_permissive": false }
ansible_role
kostich/homelab
f9e3be18155ba40bba9c4935873bfe97e3f73a75
0
ansible/roles/registry
46
[ "no_license" ]
[ { "path": "ansible/roles/registry/templates/update-registry.sh.j2", "content": "#!/bin/bash\n# define a set of containers we want to pull from Docker Hub\nREGISTRY=\"{{ registry }}\"\nREGISTRY_PORT=\"{{ registry_port }}\"\nCONTAINERS=(\n\"gcr.io/google_containers/defaultbackend:1.0\" \n\"k8s.gcr.io/kube-api...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3489, "all_permissive": false }
ansible_role
TruongHoangPhuLoc/home-lab
cc4895c67dfd6a75544b9968b31179260d3df3eb
2
kubernetes/installation/automated/cluster-provision/ansible/roles/first-master-initialization
50
[ "no_license" ]
[ { "path": "kubernetes/installation/automated/cluster-provision/ansible/roles/first-master-initialization/tasks/main.yaml", "content": "- name: Kubeadm init\n shell: \n cmd: \"kubeadm init --control-plane-endpoint={{ hostvars[inventory_hostname]['control_plane_endpoint'] }} --pod-network-cidr=10.244.0.0/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
TruongHoangPhuLoc/home-lab
cc4895c67dfd6a75544b9968b31179260d3df3eb
2
kubernetes/installation/automated/cluster-provision/ansible/roles/haproxy
50
[ "no_license" ]
[ { "path": "kubernetes/installation/automated/cluster-provision/ansible/roles/haproxy/templates/haproxy.j2", "content": "global\n\n log /dev/log local0 warning\n\n chroot /var/lib/haproxy\n\n pidfile /var/run/haproxy.pid\n\n maxconn 4000\n\n user haproxy\n\n group ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1859, "all_permissive": false }
ansible_role
TruongHoangPhuLoc/home-lab
cc4895c67dfd6a75544b9968b31179260d3df3eb
2
kubernetes/installation/automated/cluster-provision/ansible/roles/k8s-tools
50
[ "no_license" ]
[ { "path": "kubernetes/installation/automated/cluster-provision/ansible/roles/k8s-tools/tasks/main.yaml", "content": "# Disable Swap\n- name: Mask Swap Unit \n ansible.builtin.systemd_service:\n name: swap.img.swap\n masked: true\n- name: Running Swapoff\n shell:\n cmd: \"swapoff -a\"\n# Install r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3940, "all_permissive": false }
ansible_role
TruongHoangPhuLoc/home-lab
cc4895c67dfd6a75544b9968b31179260d3df3eb
2
kubernetes/installation/automated/cluster-provision/ansible/roles/master-nodes-joining
50
[ "no_license" ]
[ { "path": "kubernetes/installation/automated/cluster-provision/ansible/roles/master-nodes-joining/tasks/main.yaml", "content": "- name: Run kubeadm join\n shell: \"{{ hostvars[groups['k8s-masters'][0]]['kubeadm_join'] }} --control-plane --certificate-key {{ hostvars[groups['k8s-masters'][0]]['cert_key'] }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
TruongHoangPhuLoc/home-lab
cc4895c67dfd6a75544b9968b31179260d3df3eb
2
kubernetes/installation/automated/cluster-provision/ansible/roles/worker-nodes-joining
50
[ "no_license" ]
[ { "path": "kubernetes/installation/automated/cluster-provision/ansible/roles/worker-nodes-joining/tasks/main.yaml", "content": "- name: Run kubeadm join\n shell:\n cmd: \"{{ hostvars[groups['k8s-masters'][0]]['kubeadm_join'] }}\"", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
TruongHoangPhuLoc/home-lab
cc4895c67dfd6a75544b9968b31179260d3df3eb
2
kubernetes/installation/automated/external-bgp-router/terraform/ansible/roles/essential
50
[ "no_license" ]
[ { "path": "kubernetes/installation/automated/external-bgp-router/terraform/ansible/roles/essential/tasks/main.yaml", "content": "- name: Update the Ubuntu servers to be latest\n apt:\n update_cache: true\n force_apt_get: true\n upgrade: \"yes\"\n when: ansible_distribution == \"Ubuntu\"\n async:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
TruongHoangPhuLoc/home-lab
cc4895c67dfd6a75544b9968b31179260d3df3eb
2
kubernetes/installation/automated/haproxy-provision/terraform/ansible/roles/haproxy
50
[ "no_license" ]
[ { "path": "kubernetes/installation/automated/haproxy-provision/terraform/ansible/roles/haproxy/tasks/main.yaml", "content": "- name: Update the Ubuntu servers to be latest\n apt:\n update_cache: true\n force_apt_get: true\n upgrade: \"yes\"\n when: ansible_distribution == \"Ubuntu\"\n async: 720...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1571, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/centos
50
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "---\n\n- user: name=perceptor shell=/sbin/nologin\n\n- user: name=capillaryDeploy\n\n- user: name=elasticsearch shell=/sbin/nologin\n\n- user: name=cassandra shell=/sbin/nologin\n\n- name: Create ssh dir for deployment\n file: path=/home/capillaryDeploy/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2775, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/consul
50
[ "no_license" ]
[ { "path": "roles/consul/test.yml", "content": "---\n\n- hosts: all\n roles:\n - ansible-consul\n vars:\n consul_is_ui: \"true\"\n consul_is_server: \"true\"\n consul_datacenter: \"test\"\n #consul_node_name: \"{{ ansible_ec2_public_ipv4 }}\"\n consul_bootstrap: \"true\"\n consul_node_...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5124, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/goforward
50
[ "no_license" ]
[ { "path": "roles/goforward/templates/goforward.conf.j2", "content": "# goforward (Upstart unit)\ndescription \"forwarding service for syslog and other services into the perceptor\"\nstart on (local-filesystems and net-device-up IFACE!=lo)\nstop on runlevel [06]\nchdir /usr/local/perceptor/goforward/\nexec s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1889, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/goiostat
50
[ "no_license" ]
[ { "path": "roles/goiostat/tasks/main.yml", "content": "---\n- name: install deps\n apt: name=mercurial,git state=latest\n\n- name: clone git\n sudo: true\n sudo_user: capillaryDeploy\n git: repo=<EMAIL>:CapillarySoftware/goiostat.git\n dest=/home/capillaryDeploy/go/src/github.com/CapillarySoftware...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/golang
50
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n\n- name: build base paths\n command: mkdir -p /usr/local/go/src\n command: mkdir -p /usr/local/go/bin\n \n- name: Download the Go tarball\n get_url: url={{ go_download_location }}\n dest=/usr/local/src/{{ go_tarball }}\n sha2...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1111, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/gomasticate
50
[ "no_license" ]
[ { "path": "roles/gomasticate/templates/gomasticate.conf.j2", "content": "# goforward (Upstart unit)\ndescription \"forwarding service for syslog and other services into the perceptor\"\nstart on (local-filesystems and net-device-up IFACE!=lo)\nstop on runlevel [06]\nchdir /usr/local/perceptor/gomasticate/\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1880, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/haskell
50
[ "no_license" ]
[ { "path": "roles/haskell/tasks/main.yml", "content": "---\n\n- name: Add universe and other repos\n apt_repository: repo=\"deb http://archive.ubuntu.com/ubuntu trusty main universe restricted multiverse\" state=present\n\n- name: Run apt-get update\n apt: update_cache=yes\n\n- name: Install haskell\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/marketing
50
[ "no_license" ]
[ { "path": "roles/marketing/tasks/main.yml", "content": "---\n- name: install deps\n apt: name=mercurial,git state=latest\n\n- name: install magic thingy\n register: magicThingy\n command: mkdir ~/this creates=~/this\n\n- debug: magicThingy\n\n- name: do soemthing if we installed the thingy\n when: magic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/nanomsg
50
[ "no_license" ]
[ { "path": "roles/nanomsg/tasks/main.yml", "content": "---\n- name: Get Nanomsg tar\n get_url: url=http://download.nanomsg.org/nanomsg-0.4-beta.tar.gz dest=/nanomsg/ mode=0744\n\n- name: Untar and uncompress nanomsg\n register: nanoresult\n command: tar -xvf nanomsg-0.4-beta.tar.gz chdir=/nanomsg/ creates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/ubuntu
50
[ "no_license" ]
[ { "path": "roles/ubuntu/files/pkg-conf.sh", "content": "export PKG_CONFIG_PATH=\"/usr/local/lib/pkgconfig\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/ubuntu/tasks/main.yml", "content": "---\n\n- user: name=capillaryDeploy\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1531, "all_permissive": false }
ansible_role
vrecan/godeploy
346e34ed4005fd8c0c757ae253ff35f944ebc20d
1
roles/zeromq
50
[ "no_license" ]
[ { "path": "roles/zeromq/tasks/main.yml", "content": "---\n\n- name: Create directory for zeroMQ build\n file: path=/zeromq/ state=directory mode=0744\n\n\n- name: Get zeroMQ tarball\n get_url: url=http://download.zeromq.org/zeromq-3.2.2.tar.gz dest=/zeromq/ mode=0744\n\n- name: Untar and uncompress (g-zip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
flrgh/workstation
f90e4b8f0c58fa713713f2179c430fda4dc745c0
0
roles/common
50
[ "no_license" ]
[ { "path": "roles/common/files/current_user_fact", "content": "#!/usr/bin/env python\n\nfrom __future__ import print_function\n\nimport json\nimport os\n\nprint(json.dumps({\n 'name': os.getenv('USER'),\n 'uid': os.geteuid(),\n 'gid': os.getgid(),\n 'home': os.getenv('HOME'),\n}, indent=2))\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1362, "all_permissive": false }
ansible_role
flrgh/workstation
f90e4b8f0c58fa713713f2179c430fda4dc745c0
0
roles/dotfiles
50
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: checkout the repo\n git:\n repo: 'https://github.com/michaeljmartin/.dotfiles.git'\n dest: '/home/{{ lookup(\"env\",\"USER\") }}/.dotfiles'\n register: repo\n\n- name: run the install script\n shell: ./install.sh < /dev/null && ./i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
flrgh/workstation
f90e4b8f0c58fa713713f2179c430fda4dc745c0
0
roles/flatpak
50
[ "no_license" ]
[ { "path": "roles/flatpak/defaults/main.yml", "content": "---\nflatpak_repos: []\n\nflatpak_packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/flatpak/vars/main.yml", "content": "---\nrepo_defaults:\n state: present\n method:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2559, "all_permissive": false }
ansible_role
flrgh/workstation
f90e4b8f0c58fa713713f2179c430fda4dc745c0
0
roles/fonts
50
[ "no_license" ]
[ { "path": "roles/fonts/handlers/main.yml", "content": "---\n- name: clear font cache\n command: fc-cache -vf .\n args:\n chdir: '{{ ansible_local.current_user.home }}/.local/share/fonts'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 420, "all_permissive": false }
ansible_role
flrgh/workstation
f90e4b8f0c58fa713713f2179c430fda4dc745c0
0
roles/sysdig
50
[ "no_license" ]
[ { "path": "roles/sysdig/tasks/main.yml", "content": "---\n- name: Add the sysdig GPG key\n become: true\n rpm_key:\n key: https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public\n state: present\n\n- name: Add the sysdig repository\n become: true\n get_url:\n url: https://s3.amazonaw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
nsandlin1/final_proj
095b0b22d075799efe2dc9e8920f4bbef8aca319
0
pi-temp-ansible/roles/gettemp
50
[ "no_license" ]
[ { "path": "pi-temp-ansible/roles/gettemp/defaults/main.yml", "content": "---\r\n# defaults file for gettemp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "pi-temp-ansible/roles/gettemp/handlers/main.yml", "content": "---\r\n# handlers file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2381, "all_permissive": false }
ansible_role
nsandlin1/final_proj
095b0b22d075799efe2dc9e8920f4bbef8aca319
0
pi-temp-ansible/roles/grafana
50
[ "no_license" ]
[ { "path": "pi-temp-ansible/roles/grafana/handlers/main.yml", "content": "---\r\n# handlers file for grafana\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "pi-temp-ansible/roles/grafana/defaults/main.yml", "content": "---\r\n# defaults file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1356, "all_permissive": false }
ansible_role
nsandlin1/final_proj
095b0b22d075799efe2dc9e8920f4bbef8aca319
0
pi-temp-ansible/roles/prometheus
50
[ "no_license" ]
[ { "path": "pi-temp-ansible/roles/prometheus/vars/main.yml", "content": "---\r\n# vars file for prometheus", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "pi-temp-ansible/roles/prometheus/defaults/main.yml", "content": "---\r\n# defaults file fo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1540, "all_permissive": false }
ansible_role
xila76/ansible_wordpress
9a9a6dc5ff55dd749147d970475697758c257dd1
0
roles/apache
50
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: Installation apache\n become: yes\n apt:\n name: apache2\n state : present\n\n- name: Démarrer le service apache2\n become: yes\n service:\n name: apache2\n state: started\n enabled: true\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
xila76/ansible_wordpress
9a9a6dc5ff55dd749147d970475697758c257dd1
0
roles/common
50
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Installation utilitaires\n become: yes\n apt:\n name:\n - htop\n - screen\n - open-vm-tools\n - dnsutils\n - curl\n - tree\n - net-tools\n - iptables\n - iptables-persistent\n - sudo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
xila76/ansible_wordpress
9a9a6dc5ff55dd749147d970475697758c257dd1
0
roles/docker
50
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Installation pré-requis docker\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg\n - lsb-release\n - curl\n - python3-pip\n state : present\n update_cache: yes\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1506, "all_permissive": false }
ansible_role
xila76/ansible_wordpress
9a9a6dc5ff55dd749147d970475697758c257dd1
0
roles/gitlab
50
[ "no_license" ]
[ { "path": "roles/gitlab/templates/docker-compose.yml.j2", "content": "version: '3.7'\n\nservices:\n# docker run --detach --hostname gitlab.adgroupe.priv --publish 8443:443 --publish 8080:80 --publish 8022:22 --name gitlab --restart always -v /home/ubuntu/docker/gitlab/config/:/etc/gitlab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1504, "all_permissive": false }
ansible_role
xila76/ansible_wordpress
9a9a6dc5ff55dd749147d970475697758c257dd1
0
roles/mariadb
50
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: Installation mariadb-server\n become: yes\n apt:\n name: mariadb-server\n state : present\n\n- name: Démarrer le service mariadb-server\n become: yes\n service:\n name: mariadb\n state: started\n enabled: true\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
xila76/ansible_wordpress
9a9a6dc5ff55dd749147d970475697758c257dd1
0
roles/php
50
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: Installation php{{php_version}}\n become: yes\n apt:\n name:\n - php{{php_version}}\n - php{{php_version}}-fpm\n - php{{php_version}}-mysql\n state : present\n\n- name: Démarrer le service php{{php_version}}-fpm\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
xila76/ansible_wordpress
9a9a6dc5ff55dd749147d970475697758c257dd1
0
roles/wordpress
50
[ "no_license" ]
[ { "path": "roles/wordpress/meta/main.yml", "content": "dependencies:\n - role: common\n - role: apache\n - role: mariadb\n - role: php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/wordpress/templates/wp-config.j2", "content": "<?...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8045, "all_permissive": false }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/apt
50
[ "permissive" ]
[ { "path": "ansible/roles/apt/tasks/main.yml", "content": "---\n- name: \"Ensure keyring directory exists\"\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n mode: \"0755\"\n tags: [\"role::apt:repository\"]\n\n- name: \"Download repository keys\"\n ansible.builtin.get_url:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3786, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/brew
50
[ "permissive" ]
[ { "path": "ansible/roles/brew/defaults/main.yml", "content": "---\nbrew_default_formulae:\n - \"ansible-language-server\"\n - \"bat\"\n - \"bottom\"\n - \"carapace\"\n - \"delta\"\n - \"dprint\"\n - \"eza\"\n - \"fd\"\n - \"fish\"\n - \"fish-lsp\"\n - \"go\"\n - \"go-task\"\n - \"k9s\"\n - \"k...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 813, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/emacs
50
[ "permissive" ]
[ { "path": "ansible/roles/emacs/defaults/main.yml", "content": "---\nemacs_dir: \"{{ ansible_user_dir }}/.config/emacs\"\n\nemacs_doom_enabled: true\nemacs_doom_repo_url: \"https://github.com/doomemacs/doomemacs\"\nemacs_doom_repo_version: master\nemacs_doom_install_dir: \"{{ emacs_dir }}\"\nemacs_doom_bin: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1130, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/fontconfig
50
[ "permissive" ]
[ { "path": "ansible/roles/fontconfig/tasks/main.yml", "content": "---\n- name: \"Ensure fontconfig directories exist\"\n ansible.builtin.file:\n path: \"{{ dir }}\"\n mode: \"0755\"\n state: directory\n loop: [\"{{ fontconfig_config_dir }}\", \"{{ fontconfig_cache_dir }}\"]\n loop_control:\n l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2267, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/git
50
[ "permissive" ]
[ { "path": "ansible/roles/git/defaults/main.yml", "content": "---\ngit_packages: [\"git\", \"git-crypt\"]\n\ngit_workspace_dir: \"{{ ansible_env.HOME }}/Workspaces\"\n\ngit_default_workspaces:\n - name: private\n transfer: true\n\ngit_workspaces: []\ngit_group_workspaces: []\n\ngit_all_workspaces: >-\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3467, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/gpg
50
[ "permissive" ]
[ { "path": "ansible/roles/gpg/tasks/main.yml", "content": "---\n- name: \"Install GnuPG packages\"\n ansible.builtin.package:\n name: \"{{ gpg_packages }}\"\n state: present\n when: ansible_os_family == 'Linux'\n\n- name: \"Manage GnuPG directory\"\n ansible.builtin.file:\n path: \"{{ gpg_home }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1503, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/iosevka
50
[ "permissive" ]
[ { "path": "ansible/roles/iosevka/tasks/main.yml", "content": "---\n- name: \"Install Iosevka build dependencies\"\n ansible.builtin.package:\n name: \"{{ iosevka_packages }}\"\n state: present\n\n- name: \"Clone Iosevka source\"\n ansible.builtin.git:\n repo: \"{{ iosevka_repo_url }}\"\n dest:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3196, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/keyd
50
[ "permissive" ]
[ { "path": "ansible/roles/keyd/tasks/main.yml", "content": "---\n- name: \"Add keyd PPA repository\"\n ansible.builtin.apt_repository:\n repo: \"{{ keyd_ppa }}\"\n filename: \"keyd-team\"\n state: present\n when: keyd_enabled\n\n- name: \"Install keyd packages\"\n ansible.builtin.apt:\n name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 576, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/nix
50
[ "permissive" ]
[ { "path": "ansible/roles/nix/tasks/main.yml", "content": "---\n- name: \"Check if Nix is already installed\"\n ansible.builtin.command: \"bash -l -c 'which nix'\"\n register: nix_check\n failed_when: false\n changed_when: false\n\n- name: \"Run the Nix installation script\"\n ansible.builtin.shell:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3678, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/pass
50
[ "permissive" ]
[ { "path": "ansible/roles/pass/defaults/main.yml", "content": "---\npass_packages: [\"pass\", \"pass-extension-otp\"]\npass_store_path: \"{{ ansible_user_dir }}/.password-store\"\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 108 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/pki
50
[ "permissive" ]
[ { "path": "ansible/roles/pki/defaults/main.yml", "content": "---\npki_packages: [\"ca-certificates\"]\n\npki_ca_certificates_dir: /usr/local/share/ca-certificates\npki_ca_certificates: []\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 121 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 670, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/snap
50
[ "permissive" ]
[ { "path": "ansible/roles/snap/tasks/main.yml", "content": "---\n- name: \"Install snap packages\"\n community.general.snap:\n name: \"{{ snap.name }}\"\n classic: \"{{ snap.classic | d(omit) }}\"\n state: present\n loop: \"{{ snap_all_packages }}\"\n loop_control:\n loop_var: snap\n label:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/ssh
50
[ "permissive" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "---\n- name: \"Install SSH packages\"\n become: true\n ansible.builtin.package:\n name: \"{{ ssh_packages }}\"\n state: present\n when: ansible_system == 'Linux'\n\n- name: \"Manage client directory\"\n ansible.builtin.file:\n path: \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3182, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/tailscale
50
[ "permissive" ]
[ { "path": "ansible/roles/tailscale/tasks/main.yml", "content": "---\n- name: \"Install Tailscale\"\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n curl -fsSL https://tailscale.com/install.sh | sh\n creates: /usr/bin/tailscale\n\n- name: \"Get Tailscale account list\"\n ansible.builti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1861, "all_permissive": true }
ansible_role
ryantking/system
e4568d08eb299fd19f51af767abfc867508ea12e
4
ansible/roles/user
50
[ "permissive" ]
[ { "path": "ansible/roles/user/defaults/main.yml", "content": "# yamllint disable rule:line-length\n---\nuser_name: ryan\nuser_groups: []\nuser_home: \"{{ ansible_user_dir | d('/home/' ~ user_name) }}\"\nuser_shell: /usr/bin/fish\n\nuser_dotfiles_repo: \"<EMAIL>:ryantking/system.git\"\nuser_dotfiles_path: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3236, "all_permissive": true }
ansible_role
NuthanChandra/ctools
bcb967c53375104e32b32c8f0d2b3ca25ed69e49
0
ansible/playbooks/roles/VM_config
50
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/VM_config/tasks/ctrldataintf_config.yml", "content": "- name: gathering interface macaddress\n set_fact:\n intf_macaddress: \"{{ hostvars[inventory_hostname]['ansible_'+device].macaddress }}\"\n\n- name: populating interface data\n set_fact:\n ctrldatintf_file_cont...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1753, "all_permissive": false }
ansible_role
NuthanChandra/ctools
bcb967c53375104e32b32c8f0d2b3ca25ed69e49
0
ansible/playbooks/roles/VM_setup
50
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/VM_setup/tasks/copy_image.yml", "content": "---\n#Preconfig\n- name: setting source\n vars:\n src_file:\n set_fact:\n src_file: \"{{ image_source }}\"\n\n- name: setting destination\n vars:\n dest_folder:\n set_fact:\n dest_folder: \"{{ image_dest }}\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1441, "all_permissive": false }
ansible_role
NuthanChandra/ctools
bcb967c53375104e32b32c8f0d2b3ca25ed69e49
0
ansible/playbooks/roles/add_static_routes
50
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/add_static_routes/tasks/main.yml", "content": "- name: setting device type\n vars:\n device:\n set_fact:\n device: \"{{ item.value.device }}\"\n when: inventory_hostname == item.value.ip\n with_dict: \"{{ control_data }}\"\n\n- name: add static routes in controll...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
NuthanChandra/ctools
bcb967c53375104e32b32c8f0d2b3ca25ed69e49
0
ansible/playbooks/roles/check_reimage
50
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/check_reimage/tasks/main.yml", "content": "- name:\n set_fact:\n client: \"{{ server_manager.client|default('server-manager', true)}}\"\n\n- block:\n - name: set cluster_id from server manager section\n set_fact:\n cluster_id: \"{{ server_manager.cluster_id }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3477, "all_permissive": false }
ansible_role
NuthanChandra/ctools
bcb967c53375104e32b32c8f0d2b3ca25ed69e49
0
ansible/playbooks/roles/cleanup_vcenter
50
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/cleanup_vcenter/tasks/eam_destroy_vm.yml", "content": "---\n- name: Print role_path\n debug:\n msg : \"Role path is {{ role_path }} \"\n\n- name: Delete ContrailVM in the esxi host\n shell: \"python ./eam_deploy_vm.py \\\n --host \\\"{{ esxi_host.vcenter_ser...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12152, "all_permissive": false }
ansible_role
NuthanChandra/ctools
bcb967c53375104e32b32c8f0d2b3ca25ed69e49
0
ansible/playbooks/roles/configure_fabric_underlay
50
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/configure_fabric_underlay/templates/vqfx.conf.j2", "content": "system {\n host-name {{ inventory_hostname }};\n services {\n ssh {\n root-login allow;\n }\n netconf {\n ssh;\n }\n }\n extensions {\n provi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3859, "all_permissive": false }
ansible_role
NuthanChandra/ctools
bcb967c53375104e32b32c8f0d2b3ca25ed69e49
0
ansible/playbooks/roles/create_bond_interfaces
50
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/create_bond_interfaces/templates/interface1.j2", "content": "BOOTPROTO=none\nONBOOT=yes\nMASTER={{ item.value.bond_interface_name }}\nSLAVE=yes\nTYPE=Ethernet\nPROXY_METHOD=none\nBROWSER_ONLY=no\nDEFROUTE=yes\nIPV4_FAILURE_FATAL=no\nIPV6INIT=yes\nIPV6_AUTOCONF=yes\nIPV6_DE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6468, "all_permissive": false }