소스 검색

working on changes, and debugging

master
Erin Sims 2 년 전
부모
커밋
5e9a134ca9
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      playbooks/junk.yml
  2. +0
    -0
      playbooks/sshfs.yaml

+ 9
- 0
playbooks/junk.yml 파일 보기

@@ -0,0 +1,9 @@
# - name: Gather information about a specific droplet by name
community.digitalocean.digital_ocean_droplet_info:
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: mpdb1
register: droplets
- name: Print return information from the previous task
ansible.builtin.debug:
msg : "{{ droplets.data[0] }}"

playbooks/sshfs.yml → playbooks/sshfs.yaml 파일 보기


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