0.1.20-DEV-20201105-162349
-------------------------- * FIX: - changing hosts from dhcpd_nodes to all in order to fix ci for now - ...forgot to actually save my .gitlab-ci.yml edit; done now
This commit is contained in:
parent
ab98ae91cf
commit
4de23ff889
@ -68,6 +68,7 @@ stages:
|
|||||||
- ls -ltr
|
- ls -ltr
|
||||||
- ansible-galaxy install -r roles/requirements.yml
|
- ansible-galaxy install -r roles/requirements.yml
|
||||||
- ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY}
|
- ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY}
|
||||||
|
- cat /etc/dhcp/dhcpd.conf
|
||||||
### END TEMPLATES ###
|
### END TEMPLATES ###
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: dhcpd_nodes
|
- hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user