소스 검색

lxd test

master
부모
커밋
0faf340f46
4개의 변경된 파일15개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -2
      Taskfile.yml
  2. +2
    -1
      common.yaml
  3. +4
    -0
      inventory
  4. +6
    -0
      lxd.yaml

+ 3
- 2
Taskfile.yml 파일 보기

@@ -7,6 +7,7 @@ tasks:
- terraform init
- terraform apply -auto-approve
- ansible-playbook -i inventory -i inventory.json common.yaml
wordpress:
- ansible-playbook -i inventory -i inventory.json lxd.yaml
clean:
cmds:
- ansible-playbook -i inventory -i inventory.json wordpress.yaml
- terraform destroy -auto-approve

+ 2
- 1
common.yaml 파일 보기

@@ -1,6 +1,7 @@
---

- hosts: vmst
- hosts:
- lxd_hosts
remote_user: root
roles:
- role: common

+ 4
- 0
inventory 파일 보기

@@ -1 +1,5 @@
[vms]
lxd-test

[lxd_hosts]
lxd-test

+ 6
- 0
lxd.yaml 파일 보기

@@ -0,0 +1,6 @@
---

- hosts: lxd_hosts
remote_user: root
roles:
- role: lxd

불러오는 중...
취소
저장