This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working on changes, and debugging
master
Erin Sims
2 years ago
parent
8cdd0187c9
commit
3d978c9cec
2 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
playbooks/create_droplet.yml
+2
-2
playbooks/do_hosts.yaml
+ 5
- 0
playbooks/create_droplet.yml
View File
@@ -42,6 +42,11 @@
- 'mpdb'
register: created_droplets
loop: "{{ range(1,count|int + 1) }}"
- name: mpdb
ansible.builtin.import_playbook: mpdb.yaml
+ 2
- 2
playbooks/do_hosts.yaml
View File
@@ -26,5 +26,5 @@ compose:
class: do_size.description | lower
distro: do_image.distribution | lower
filters:
- '"
kubernetes
" in do_tags'
- 'do_region.slug == "
fra
1"'
- '"
ansible
" in do_tags'
- 'do_region.slug == "
nyc
1"'
Write
Preview
Loading…
Cancel
Save