Initial setup
This commit is contained in:
parent
7b4c04008d
commit
eb1b46c8d9
|
|
@ -1 +1,2 @@
|
||||||
controller.yml
|
---
|
||||||
|
#- hosts:
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
----TODO set user
|
---
|
||||||
|
ansible_user: clouseau
|
||||||
|
|
@ -1,18 +1,11 @@
|
||||||
# Ansible Playbooks
|
# Ansible Playbooks
|
||||||
|
|
||||||
## Main Lab
|
## Inventories
|
||||||
|
### Main Lab
|
||||||
Main lab used for experimenting and development [check](main-lab)
|
Main lab used for experimenting and development [check](main-lab)
|
||||||
|
### Externals
|
||||||
## Non Infra
|
|
||||||
Management of extra infra nodes [check](non-infra)
|
Management of extra infra nodes [check](non-infra)
|
||||||
|
|
||||||
## Templating Lab
|
|
||||||
Used for final templating [check](templating-lab)
|
|
||||||
|
|
||||||
## Services
|
|
||||||
Management of infrastructures / services fo third parties [check](services)
|
|
||||||
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
* K8s cluster
|
* K8s cluster
|
||||||
* Ensure micro on operating nodes
|
* Ensure micro on operating nodes
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,17 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# tasks file for docker
|
# tasks file for docker
|
||||||
|
- include_tasks: install.yml
|
||||||
|
args:
|
||||||
|
apply:
|
||||||
|
become: yes
|
||||||
|
- include_tasks: docker_user.yml
|
||||||
|
args:
|
||||||
|
apply:
|
||||||
|
become: yes
|
||||||
|
|
||||||
|
# - include_tasks: swarm.yml
|
||||||
|
# args:
|
||||||
|
# apply:
|
||||||
|
# become: yes
|
||||||
|
# become_user: docker
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
---
|
---
|
||||||
#- import_playbook: dbservers.yml
|
#- import_playbook: dbservers.yml
|
||||||
|
- import_playbook: nodes.yml
|
||||||
- name: Basic check nodes
|
#- import_playbook: controller.yml
|
||||||
hosts: all
|
- import_playbook: swarms.yml
|
||||||
roles:
|
|
||||||
- common
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue