Compare commits

..

No commits in common. "51e2bf35445e0ebfe28fc0ace8360610ab9fbc36" and "4d95b0ddbd6494427204b1ac7aeff601a344dcd8" have entirely different histories.

4 changed files with 2 additions and 21 deletions

View File

@ -1,13 +1,7 @@
---
- hosts: all
name: Dummy to gather facts
tasks:
- name: gather facts even if hosts are excluded.
setup:
delegate_to: "{{item}}"
delegate_facts: True
loop: "{{groups['all']}}"
tasks: []
- hosts: cinder-controller
become: True

View File

@ -1,11 +1,5 @@
---
- hosts: all
become: True
vars_prompt:
- name: "docker_user"
prompt: "What is your p number?"
- name: "docker_pass"
prompt: "What is your password?"
private: yes
roles:
- common

View File

@ -31,5 +31,5 @@ openstack04 storage_volume=/dev/sdb1
[nova-compute]
openstack03 physical_interface_mappings=provider:enp4s0f0
openstack04 physical_interface_mappings=provider:eno1
openstack04 physical_interface_mappings=provider:enp4s0f0

View File

@ -27,10 +27,3 @@
group: root
- import_tasks: docker.yml
- name: Log into DockerHub
docker_login:
registry: registry.webhosting.rug.nl
username: "{{ docker_user }}"
password: "{{ docker_pass }}"